@aws-sdk/client-marketplace-deployment 3.952.0 → 3.954.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 +87 -66
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutDeploymentParameterCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +44 -44
- package/dist-types/MarketplaceDeploymentClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +22 -26
- package/dist-types/ts3.4/MarketplaceDeploymentClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +21 -26
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class MarketplaceDeploymentClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class MarketplaceDeploymentServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, MarketplaceDeploymentServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends MarketplaceDeploymentServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends MarketplaceDep
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class ConflictException extends MarketplaceDeploymentServiceException {
|
|
133
133
|
name = "ConflictException";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
resourceId;
|
|
@@ -142,8 +142,8 @@ let ConflictException$1 = class ConflictException extends MarketplaceDeploymentS
|
|
|
142
142
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
143
143
|
this.resourceId = opts.resourceId;
|
|
144
144
|
}
|
|
145
|
-
}
|
|
146
|
-
|
|
145
|
+
}
|
|
146
|
+
class InternalServerException extends MarketplaceDeploymentServiceException {
|
|
147
147
|
name = "InternalServerException";
|
|
148
148
|
$fault = "server";
|
|
149
149
|
$retryable = {};
|
|
@@ -155,8 +155,8 @@ let InternalServerException$1 = class InternalServerException extends Marketplac
|
|
|
155
155
|
});
|
|
156
156
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
157
157
|
}
|
|
158
|
-
}
|
|
159
|
-
|
|
158
|
+
}
|
|
159
|
+
class ResourceNotFoundException extends MarketplaceDeploymentServiceException {
|
|
160
160
|
name = "ResourceNotFoundException";
|
|
161
161
|
$fault = "client";
|
|
162
162
|
constructor(opts) {
|
|
@@ -167,8 +167,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Market
|
|
|
167
167
|
});
|
|
168
168
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
169
169
|
}
|
|
170
|
-
}
|
|
171
|
-
|
|
170
|
+
}
|
|
171
|
+
class ServiceQuotaExceededException extends MarketplaceDeploymentServiceException {
|
|
172
172
|
name = "ServiceQuotaExceededException";
|
|
173
173
|
$fault = "client";
|
|
174
174
|
constructor(opts) {
|
|
@@ -179,8 +179,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
179
179
|
});
|
|
180
180
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
181
181
|
}
|
|
182
|
-
}
|
|
183
|
-
|
|
182
|
+
}
|
|
183
|
+
class ThrottlingException extends MarketplaceDeploymentServiceException {
|
|
184
184
|
name = "ThrottlingException";
|
|
185
185
|
$fault = "client";
|
|
186
186
|
$retryable = {
|
|
@@ -194,8 +194,8 @@ let ThrottlingException$1 = class ThrottlingException extends MarketplaceDeploym
|
|
|
194
194
|
});
|
|
195
195
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
196
196
|
}
|
|
197
|
-
}
|
|
198
|
-
|
|
197
|
+
}
|
|
198
|
+
class ValidationException extends MarketplaceDeploymentServiceException {
|
|
199
199
|
name = "ValidationException";
|
|
200
200
|
$fault = "client";
|
|
201
201
|
fieldName;
|
|
@@ -208,7 +208,7 @@ let ValidationException$1 = class ValidationException extends MarketplaceDeploym
|
|
|
208
208
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
209
209
|
this.fieldName = opts.fieldName;
|
|
210
210
|
}
|
|
211
|
-
}
|
|
211
|
+
}
|
|
212
212
|
|
|
213
213
|
const _ADE = "AccessDeniedException";
|
|
214
214
|
const _CE = "ConflictException";
|
|
@@ -255,24 +255,24 @@ const _t = "tags";
|
|
|
255
255
|
const _tK = "tagKeys";
|
|
256
256
|
const n0 = "com.amazonaws.marketplacedeployment";
|
|
257
257
|
var SecretString = [0, n0, _SS, 8, 0];
|
|
258
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
259
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
260
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI], [0, 0]];
|
|
261
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
262
|
-
var DeploymentParameterInput = [3, n0, _DPI, 0, [_n, _sS], [0, [() => SecretString, 0]]];
|
|
263
|
-
var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
|
|
264
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
265
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
266
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
267
|
-
var PutDeploymentParameterRequest = [
|
|
258
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
259
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
260
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI], [0, 0]];
|
|
261
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
262
|
+
var DeploymentParameterInput$ = [3, n0, _DPI, 0, [_n, _sS], [0, [() => SecretString, 0]]];
|
|
263
|
+
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
|
|
264
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
265
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
266
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
267
|
+
var PutDeploymentParameterRequest$ = [
|
|
268
268
|
3,
|
|
269
269
|
n0,
|
|
270
270
|
_PDPR,
|
|
271
271
|
0,
|
|
272
272
|
[_ca, _pI, _aI, _dP, _t, _eD, _cT],
|
|
273
|
-
[[0, 1], [0, 1], 0, [() => DeploymentParameterInput
|
|
273
|
+
[[0, 1], [0, 1], 0, [() => DeploymentParameterInput$, 0], 128 | 0, 5, [0, 4]],
|
|
274
274
|
];
|
|
275
|
-
var PutDeploymentParameterResponse = [
|
|
275
|
+
var PutDeploymentParameterResponse$ = [
|
|
276
276
|
3,
|
|
277
277
|
n0,
|
|
278
278
|
_PDPRu,
|
|
@@ -280,15 +280,15 @@ var PutDeploymentParameterResponse = [
|
|
|
280
280
|
[_rA, _aI, _dPI, _t],
|
|
281
281
|
[0, 0, 0, 128 | 0],
|
|
282
282
|
];
|
|
283
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
284
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
285
|
-
var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
286
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
287
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
288
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
289
|
-
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
290
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
291
|
-
var UntagResourceRequest = [
|
|
283
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
284
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
285
|
+
var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
286
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
287
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
288
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
289
|
+
var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
290
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
291
|
+
var UntagResourceRequest$ = [
|
|
292
292
|
3,
|
|
293
293
|
n0,
|
|
294
294
|
_URR,
|
|
@@ -299,10 +299,10 @@ var UntagResourceRequest = [
|
|
|
299
299
|
[64 | 0, { [_hQ]: _tK }],
|
|
300
300
|
],
|
|
301
301
|
];
|
|
302
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
303
|
-
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m, _fN], [0, 0]];
|
|
304
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
305
|
-
var MarketplaceDeploymentServiceException = [
|
|
302
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
303
|
+
var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m, _fN], [0, 0]];
|
|
304
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
305
|
+
var MarketplaceDeploymentServiceException$ = [
|
|
306
306
|
-3,
|
|
307
307
|
_sm,
|
|
308
308
|
"MarketplaceDeploymentServiceException",
|
|
@@ -310,38 +310,38 @@ var MarketplaceDeploymentServiceException = [
|
|
|
310
310
|
[],
|
|
311
311
|
[],
|
|
312
312
|
];
|
|
313
|
-
schema.TypeRegistry.for(_sm).registerError(MarketplaceDeploymentServiceException
|
|
314
|
-
var ListTagsForResource = [
|
|
313
|
+
schema.TypeRegistry.for(_sm).registerError(MarketplaceDeploymentServiceException$, MarketplaceDeploymentServiceException);
|
|
314
|
+
var ListTagsForResource$ = [
|
|
315
315
|
9,
|
|
316
316
|
n0,
|
|
317
317
|
_LTFR,
|
|
318
318
|
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
319
|
-
() => ListTagsForResourceRequest
|
|
320
|
-
() => ListTagsForResourceResponse
|
|
319
|
+
() => ListTagsForResourceRequest$,
|
|
320
|
+
() => ListTagsForResourceResponse$,
|
|
321
321
|
];
|
|
322
|
-
var PutDeploymentParameter = [
|
|
322
|
+
var PutDeploymentParameter$ = [
|
|
323
323
|
9,
|
|
324
324
|
n0,
|
|
325
325
|
_PDP,
|
|
326
326
|
{ [_h]: ["POST", "/catalogs/{catalog}/products/{productId}/deployment-parameters", 200] },
|
|
327
|
-
() => PutDeploymentParameterRequest
|
|
328
|
-
() => PutDeploymentParameterResponse
|
|
327
|
+
() => PutDeploymentParameterRequest$,
|
|
328
|
+
() => PutDeploymentParameterResponse$,
|
|
329
329
|
];
|
|
330
|
-
var TagResource = [
|
|
330
|
+
var TagResource$ = [
|
|
331
331
|
9,
|
|
332
332
|
n0,
|
|
333
333
|
_TR,
|
|
334
334
|
{ [_h]: ["POST", "/tags/{resourceArn}", 204] },
|
|
335
|
-
() => TagResourceRequest
|
|
336
|
-
() => TagResourceResponse
|
|
335
|
+
() => TagResourceRequest$,
|
|
336
|
+
() => TagResourceResponse$,
|
|
337
337
|
];
|
|
338
|
-
var UntagResource = [
|
|
338
|
+
var UntagResource$ = [
|
|
339
339
|
9,
|
|
340
340
|
n0,
|
|
341
341
|
_UR,
|
|
342
342
|
{ [_h]: ["DELETE", "/tags/{resourceArn}", 204] },
|
|
343
|
-
() => UntagResourceRequest
|
|
344
|
-
() => UntagResourceResponse
|
|
343
|
+
() => UntagResourceRequest$,
|
|
344
|
+
() => UntagResourceResponse$,
|
|
345
345
|
];
|
|
346
346
|
|
|
347
347
|
class ListTagsForResourceCommand extends smithyClient.Command
|
|
@@ -352,7 +352,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
352
352
|
})
|
|
353
353
|
.s("AWSMPDeploymentParametersService", "ListTagsForResource", {})
|
|
354
354
|
.n("MarketplaceDeploymentClient", "ListTagsForResourceCommand")
|
|
355
|
-
.sc(ListTagsForResource)
|
|
355
|
+
.sc(ListTagsForResource$)
|
|
356
356
|
.build() {
|
|
357
357
|
}
|
|
358
358
|
|
|
@@ -364,7 +364,7 @@ class PutDeploymentParameterCommand extends smithyClient.Command
|
|
|
364
364
|
})
|
|
365
365
|
.s("AWSMPDeploymentParametersService", "PutDeploymentParameter", {})
|
|
366
366
|
.n("MarketplaceDeploymentClient", "PutDeploymentParameterCommand")
|
|
367
|
-
.sc(PutDeploymentParameter)
|
|
367
|
+
.sc(PutDeploymentParameter$)
|
|
368
368
|
.build() {
|
|
369
369
|
}
|
|
370
370
|
|
|
@@ -376,7 +376,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
376
376
|
})
|
|
377
377
|
.s("AWSMPDeploymentParametersService", "TagResource", {})
|
|
378
378
|
.n("MarketplaceDeploymentClient", "TagResourceCommand")
|
|
379
|
-
.sc(TagResource)
|
|
379
|
+
.sc(TagResource$)
|
|
380
380
|
.build() {
|
|
381
381
|
}
|
|
382
382
|
|
|
@@ -388,7 +388,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
388
388
|
})
|
|
389
389
|
.s("AWSMPDeploymentParametersService", "UntagResource", {})
|
|
390
390
|
.n("MarketplaceDeploymentClient", "UntagResourceCommand")
|
|
391
|
-
.sc(UntagResource)
|
|
391
|
+
.sc(UntagResource$)
|
|
392
392
|
.build() {
|
|
393
393
|
}
|
|
394
394
|
|
|
@@ -410,17 +410,38 @@ Object.defineProperty(exports, "__Client", {
|
|
|
410
410
|
enumerable: true,
|
|
411
411
|
get: function () { return smithyClient.Client; }
|
|
412
412
|
});
|
|
413
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
414
|
-
exports.
|
|
415
|
-
exports.
|
|
413
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
414
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
415
|
+
exports.ConflictException = ConflictException;
|
|
416
|
+
exports.ConflictException$ = ConflictException$;
|
|
417
|
+
exports.DeploymentParameterInput$ = DeploymentParameterInput$;
|
|
418
|
+
exports.InternalServerException = InternalServerException;
|
|
419
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
420
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
416
421
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
422
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
423
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
417
424
|
exports.MarketplaceDeployment = MarketplaceDeployment;
|
|
418
425
|
exports.MarketplaceDeploymentClient = MarketplaceDeploymentClient;
|
|
419
|
-
exports.MarketplaceDeploymentServiceException = MarketplaceDeploymentServiceException
|
|
426
|
+
exports.MarketplaceDeploymentServiceException = MarketplaceDeploymentServiceException;
|
|
427
|
+
exports.MarketplaceDeploymentServiceException$ = MarketplaceDeploymentServiceException$;
|
|
428
|
+
exports.PutDeploymentParameter$ = PutDeploymentParameter$;
|
|
420
429
|
exports.PutDeploymentParameterCommand = PutDeploymentParameterCommand;
|
|
421
|
-
exports.
|
|
422
|
-
exports.
|
|
430
|
+
exports.PutDeploymentParameterRequest$ = PutDeploymentParameterRequest$;
|
|
431
|
+
exports.PutDeploymentParameterResponse$ = PutDeploymentParameterResponse$;
|
|
432
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
433
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
434
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
435
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
436
|
+
exports.TagResource$ = TagResource$;
|
|
423
437
|
exports.TagResourceCommand = TagResourceCommand;
|
|
424
|
-
exports.
|
|
438
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
439
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
440
|
+
exports.ThrottlingException = ThrottlingException;
|
|
441
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
442
|
+
exports.UntagResource$ = UntagResource$;
|
|
425
443
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
426
|
-
exports.
|
|
444
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
445
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
446
|
+
exports.ValidationException = ValidationException;
|
|
447
|
+
exports.ValidationException$ = ValidationException$;
|
|
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.marketplacedeployment",
|
|
32
|
+
version: "2023-01-25",
|
|
33
|
+
serviceTarget: "AWSMPDeploymentParametersService",
|
|
34
|
+
},
|
|
30
35
|
serviceId: config?.serviceId ?? "Marketplace Deployment",
|
|
31
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
32
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSMPDeploymentParametersService", "ListTagsForResource", {})
|
|
13
13
|
.n("MarketplaceDeploymentClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutDeploymentParameter } from "../schemas/schemas_0";
|
|
4
|
+
import { PutDeploymentParameter$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutDeploymentParameterCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutDeploymentParameterCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSMPDeploymentParametersService", "PutDeploymentParameter", {})
|
|
13
13
|
.n("MarketplaceDeploymentClient", "PutDeploymentParameterCommand")
|
|
14
|
-
.sc(PutDeploymentParameter)
|
|
14
|
+
.sc(PutDeploymentParameter$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSMPDeploymentParametersService", "TagResource", {})
|
|
13
13
|
.n("MarketplaceDeploymentClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSMPDeploymentParametersService", "UntagResource", {})
|
|
13
13
|
.n("MarketplaceDeploymentClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./MarketplaceDeploymentClient";
|
|
2
2
|
export * from "./MarketplaceDeployment";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export * from "./schemas/schemas_0";
|
|
4
5
|
export * from "./models/errors";
|
|
5
6
|
export { MarketplaceDeploymentServiceException } from "./models/MarketplaceDeploymentServiceException";
|
|
@@ -23,7 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
26
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.marketplacedeployment",
|
|
29
|
+
version: "2023-01-25",
|
|
30
|
+
serviceTarget: "AWSMPDeploymentParametersService",
|
|
31
|
+
},
|
|
27
32
|
serviceId: config?.serviceId ?? "Marketplace Deployment",
|
|
28
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
29
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
@@ -43,27 +43,27 @@ const _t = "tags";
|
|
|
43
43
|
const _tK = "tagKeys";
|
|
44
44
|
const n0 = "com.amazonaws.marketplacedeployment";
|
|
45
45
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
46
|
-
import { AccessDeniedException
|
|
47
|
-
import { MarketplaceDeploymentServiceException
|
|
48
|
-
|
|
49
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
50
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
51
|
-
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI], [0, 0]];
|
|
52
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
53
|
-
export var DeploymentParameterInput = [3, n0, _DPI, 0, [_n, _sS], [0, [() => SecretString, 0]]];
|
|
54
|
-
export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
|
|
55
|
-
TypeRegistry.for(n0).registerError(InternalServerException
|
|
56
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
57
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
58
|
-
export var PutDeploymentParameterRequest = [
|
|
46
|
+
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
47
|
+
import { MarketplaceDeploymentServiceException } from "../models/MarketplaceDeploymentServiceException";
|
|
48
|
+
var SecretString = [0, n0, _SS, 8, 0];
|
|
49
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
50
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
51
|
+
export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI], [0, 0]];
|
|
52
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
53
|
+
export var DeploymentParameterInput$ = [3, n0, _DPI, 0, [_n, _sS], [0, [() => SecretString, 0]]];
|
|
54
|
+
export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
|
|
55
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
56
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
57
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
58
|
+
export var PutDeploymentParameterRequest$ = [
|
|
59
59
|
3,
|
|
60
60
|
n0,
|
|
61
61
|
_PDPR,
|
|
62
62
|
0,
|
|
63
63
|
[_ca, _pI, _aI, _dP, _t, _eD, _cT],
|
|
64
|
-
[[0, 1], [0, 1], 0, [() => DeploymentParameterInput
|
|
64
|
+
[[0, 1], [0, 1], 0, [() => DeploymentParameterInput$, 0], 128 | 0, 5, [0, 4]],
|
|
65
65
|
];
|
|
66
|
-
export var PutDeploymentParameterResponse = [
|
|
66
|
+
export var PutDeploymentParameterResponse$ = [
|
|
67
67
|
3,
|
|
68
68
|
n0,
|
|
69
69
|
_PDPRu,
|
|
@@ -71,15 +71,15 @@ export var PutDeploymentParameterResponse = [
|
|
|
71
71
|
[_rA, _aI, _dPI, _t],
|
|
72
72
|
[0, 0, 0, 128 | 0],
|
|
73
73
|
];
|
|
74
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
75
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
76
|
-
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
77
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
78
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
79
|
-
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
80
|
-
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
81
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
82
|
-
export var UntagResourceRequest = [
|
|
74
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
75
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
76
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
77
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
78
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
79
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
80
|
+
export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
81
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
82
|
+
export var UntagResourceRequest$ = [
|
|
83
83
|
3,
|
|
84
84
|
n0,
|
|
85
85
|
_URR,
|
|
@@ -90,10 +90,10 @@ export var UntagResourceRequest = [
|
|
|
90
90
|
[64 | 0, { [_hQ]: _tK }],
|
|
91
91
|
],
|
|
92
92
|
];
|
|
93
|
-
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
94
|
-
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m, _fN], [0, 0]];
|
|
95
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
96
|
-
export var MarketplaceDeploymentServiceException = [
|
|
93
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
94
|
+
export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m, _fN], [0, 0]];
|
|
95
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
96
|
+
export var MarketplaceDeploymentServiceException$ = [
|
|
97
97
|
-3,
|
|
98
98
|
_sm,
|
|
99
99
|
"MarketplaceDeploymentServiceException",
|
|
@@ -101,39 +101,39 @@ export var MarketplaceDeploymentServiceException = [
|
|
|
101
101
|
[],
|
|
102
102
|
[],
|
|
103
103
|
];
|
|
104
|
-
TypeRegistry.for(_sm).registerError(MarketplaceDeploymentServiceException
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
export var ListTagsForResource = [
|
|
104
|
+
TypeRegistry.for(_sm).registerError(MarketplaceDeploymentServiceException$, MarketplaceDeploymentServiceException);
|
|
105
|
+
var StringList = 64 | 0;
|
|
106
|
+
var Tags = 128 | 0;
|
|
107
|
+
var TagsMap = 128 | 0;
|
|
108
|
+
export var ListTagsForResource$ = [
|
|
109
109
|
9,
|
|
110
110
|
n0,
|
|
111
111
|
_LTFR,
|
|
112
112
|
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
113
|
-
() => ListTagsForResourceRequest
|
|
114
|
-
() => ListTagsForResourceResponse
|
|
113
|
+
() => ListTagsForResourceRequest$,
|
|
114
|
+
() => ListTagsForResourceResponse$,
|
|
115
115
|
];
|
|
116
|
-
export var PutDeploymentParameter = [
|
|
116
|
+
export var PutDeploymentParameter$ = [
|
|
117
117
|
9,
|
|
118
118
|
n0,
|
|
119
119
|
_PDP,
|
|
120
120
|
{ [_h]: ["POST", "/catalogs/{catalog}/products/{productId}/deployment-parameters", 200] },
|
|
121
|
-
() => PutDeploymentParameterRequest
|
|
122
|
-
() => PutDeploymentParameterResponse
|
|
121
|
+
() => PutDeploymentParameterRequest$,
|
|
122
|
+
() => PutDeploymentParameterResponse$,
|
|
123
123
|
];
|
|
124
|
-
export var TagResource = [
|
|
124
|
+
export var TagResource$ = [
|
|
125
125
|
9,
|
|
126
126
|
n0,
|
|
127
127
|
_TR,
|
|
128
128
|
{ [_h]: ["POST", "/tags/{resourceArn}", 204] },
|
|
129
|
-
() => TagResourceRequest
|
|
130
|
-
() => TagResourceResponse
|
|
129
|
+
() => TagResourceRequest$,
|
|
130
|
+
() => TagResourceResponse$,
|
|
131
131
|
];
|
|
132
|
-
export var UntagResource = [
|
|
132
|
+
export var UntagResource$ = [
|
|
133
133
|
9,
|
|
134
134
|
n0,
|
|
135
135
|
_UR,
|
|
136
136
|
{ [_h]: ["DELETE", "/tags/{resourceArn}", 204] },
|
|
137
|
-
() => UntagResourceRequest
|
|
138
|
-
() => UntagResourceResponse
|
|
137
|
+
() => UntagResourceRequest$,
|
|
138
|
+
() => UntagResourceResponse$,
|
|
139
139
|
];
|
|
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
11
11
|
import { PutDeploymentParameterCommandInput, PutDeploymentParameterCommandOutput } from "./commands/PutDeploymentParameterCommand";
|
|
@@ -145,15 +145,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
145
145
|
* Optional extensions
|
|
146
146
|
*/
|
|
147
147
|
extensions?: RuntimeExtension[];
|
|
148
|
-
/**
|
|
149
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
150
|
-
* may be overridden. A default will always be set by the client.
|
|
151
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
152
|
-
* the client.
|
|
153
|
-
* @alpha
|
|
154
|
-
*
|
|
155
|
-
*/
|
|
156
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
157
148
|
/**
|
|
158
149
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
159
150
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
12
12
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
13
13
|
export type { MarketplaceDeploymentExtensionConfiguration } from "./extensionConfiguration";
|
|
14
14
|
export * from "./commands";
|
|
15
|
+
export * from "./schemas/schemas_0";
|
|
15
16
|
export * from "./models/errors";
|
|
16
17
|
export type * from "./models/models_0";
|
|
17
18
|
export { MarketplaceDeploymentServiceException } from "./models/MarketplaceDeploymentServiceException";
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: MarketplaceDeploymentClientConfi
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
|
-
apiVersion: string;
|
|
21
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
defaultNamespace?: string;
|
|
24
|
+
[setting: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
apiVersion: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
24
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: MarketplaceDeploymentClientConfi
|
|
|
29
34
|
profile?: string;
|
|
30
35
|
logger: import("@smithy/types").Logger;
|
|
31
36
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
34
38
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
35
39
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: MarketplaceDeploymentClientConfi
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
|
-
apiVersion: string;
|
|
23
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
apiVersion: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: MarketplaceDeploymentClientConfi
|
|
|
31
36
|
profile?: string;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
36
40
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
37
41
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: MarketplaceDeploymentClientConfi
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
9
|
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
13
|
+
[setting: string]: unknown;
|
|
14
|
+
};
|
|
15
|
+
apiVersion: string;
|
|
11
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
12
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: MarketplaceDeploymentClientConfi
|
|
|
27
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
33
|
logger: import("@smithy/types").Logger;
|
|
29
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
31
35
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { MarketplaceDeploymentClientConfig } from "./MarketplaceDeploymentClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: MarketplaceDeploymentClientConfi
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MarketplaceDeploymentHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
|
|
19
|
+
protocolSettings: {
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
defaultNamespace?: string;
|
|
22
|
+
};
|
|
18
23
|
serviceId: string;
|
|
19
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
20
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,26 +1,22 @@
|
|
|
1
|
-
import type { StaticErrorSchema, StaticOperationSchema,
|
|
2
|
-
export declare var
|
|
3
|
-
export declare var
|
|
4
|
-
export declare var
|
|
5
|
-
export declare var
|
|
6
|
-
export declare var
|
|
7
|
-
export declare var
|
|
8
|
-
export declare var
|
|
9
|
-
export declare var
|
|
10
|
-
export declare var
|
|
11
|
-
export declare var
|
|
12
|
-
export declare var
|
|
13
|
-
export declare var
|
|
14
|
-
export declare var
|
|
15
|
-
export declare var
|
|
16
|
-
export declare var
|
|
17
|
-
export declare var
|
|
18
|
-
export declare var
|
|
19
|
-
export declare var
|
|
20
|
-
export declare var
|
|
21
|
-
export declare var
|
|
22
|
-
export declare var
|
|
23
|
-
export declare var ListTagsForResource: StaticOperationSchema;
|
|
24
|
-
export declare var PutDeploymentParameter: StaticOperationSchema;
|
|
25
|
-
export declare var TagResource: StaticOperationSchema;
|
|
26
|
-
export declare var UntagResource: StaticOperationSchema;
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
4
|
+
export declare var DeploymentParameterInput$: StaticStructureSchema;
|
|
5
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
6
|
+
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
7
|
+
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
8
|
+
export declare var PutDeploymentParameterRequest$: StaticStructureSchema;
|
|
9
|
+
export declare var PutDeploymentParameterResponse$: StaticStructureSchema;
|
|
10
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
11
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
12
|
+
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
13
|
+
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
14
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
15
|
+
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
16
|
+
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
17
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
18
|
+
export declare var MarketplaceDeploymentServiceException$: StaticErrorSchema;
|
|
19
|
+
export declare var ListTagsForResource$: StaticOperationSchema;
|
|
20
|
+
export declare var PutDeploymentParameter$: StaticOperationSchema;
|
|
21
|
+
export declare var TagResource$: StaticOperationSchema;
|
|
22
|
+
export declare var UntagResource$: StaticOperationSchema;
|
|
@@ -29,13 +29,10 @@ import {
|
|
|
29
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
32
|
-
ClientProtocol,
|
|
33
32
|
Decoder as __Decoder,
|
|
34
33
|
Encoder as __Encoder,
|
|
35
34
|
HashConstructor as __HashConstructor,
|
|
36
35
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
-
HttpRequest,
|
|
38
|
-
HttpResponse,
|
|
39
36
|
Logger as __Logger,
|
|
40
37
|
Provider as __Provider,
|
|
41
38
|
StreamCollector as __StreamCollector,
|
|
@@ -105,7 +102,6 @@ export interface ClientDefaults
|
|
|
105
102
|
retryMode?: string | __Provider<string>;
|
|
106
103
|
logger?: __Logger;
|
|
107
104
|
extensions?: RuntimeExtension[];
|
|
108
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
109
105
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
110
106
|
}
|
|
111
107
|
export type MarketplaceDeploymentClientConfigType = Partial<
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { MarketplaceDeploymentExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export * from "./schemas/schemas_0";
|
|
7
8
|
export * from "./models/errors";
|
|
8
9
|
export * from "./models/models_0";
|
|
9
10
|
export { MarketplaceDeploymentServiceException } from "./models/MarketplaceDeploymentServiceException";
|
|
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
|
|
|
28
28
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
29
29
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
30
30
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
31
|
-
apiVersion: string;
|
|
32
31
|
cacheMiddleware?: boolean | undefined;
|
|
32
|
+
protocol:
|
|
33
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
36
|
+
protocolSettings: {
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
[setting: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
apiVersion: string;
|
|
33
41
|
urlParser: import("@smithy/types").UrlParser;
|
|
34
42
|
base64Decoder: import("@smithy/types").Decoder;
|
|
35
43
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
|
|
|
40
48
|
profile?: string;
|
|
41
49
|
logger: import("@smithy/types").Logger;
|
|
42
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
-
import("@smithy/types").HttpRequest,
|
|
45
|
-
import("@smithy/types").HttpResponse
|
|
46
|
-
>;
|
|
47
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
48
52
|
userAgentAppId?:
|
|
49
53
|
| string
|
|
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
|
|
|
28
28
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
29
29
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
30
30
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
31
|
-
apiVersion: string;
|
|
32
31
|
cacheMiddleware?: boolean | undefined;
|
|
32
|
+
protocol:
|
|
33
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
36
|
+
protocolSettings: {
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
[setting: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
apiVersion: string;
|
|
33
41
|
urlParser: import("@smithy/types").UrlParser;
|
|
34
42
|
base64Decoder: import("@smithy/types").Decoder;
|
|
35
43
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
|
|
|
40
48
|
profile?: string;
|
|
41
49
|
logger: import("@smithy/types").Logger;
|
|
42
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
-
import("@smithy/types").HttpRequest,
|
|
45
|
-
import("@smithy/types").HttpResponse
|
|
46
|
-
>;
|
|
47
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
48
52
|
retryStrategy?:
|
|
49
53
|
| import("@smithy/types").RetryStrategy
|
|
@@ -10,8 +10,16 @@ export declare const getRuntimeConfig: (
|
|
|
10
10
|
| Record<string, unknown>
|
|
11
11
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
12
12
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
13
|
-
apiVersion: string;
|
|
14
13
|
cacheMiddleware?: boolean;
|
|
14
|
+
protocol:
|
|
15
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
16
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
17
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
18
|
+
protocolSettings: {
|
|
19
|
+
defaultNamespace?: string;
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
};
|
|
22
|
+
apiVersion: string;
|
|
15
23
|
urlParser: import("@smithy/types").UrlParser;
|
|
16
24
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
17
25
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -39,10 +47,6 @@ export declare const getRuntimeConfig: (
|
|
|
39
47
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
48
|
logger: import("@smithy/types").Logger;
|
|
41
49
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
-
import("@smithy/types").HttpRequest,
|
|
44
|
-
import("@smithy/types").HttpResponse
|
|
45
|
-
>;
|
|
46
50
|
defaultsMode:
|
|
47
51
|
| import("@smithy/smithy-client").DefaultsMode
|
|
48
52
|
| import("@smithy/types").Provider<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import { MarketplaceDeploymentClientConfig } from "./MarketplaceDeploymentClient";
|
|
2
3
|
export declare const getRuntimeConfig: (
|
|
3
4
|
config: MarketplaceDeploymentClientConfig
|
|
@@ -16,10 +17,14 @@ export declare const getRuntimeConfig: (
|
|
|
16
17
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MarketplaceDeploymentHttpAuthSchemeProvider;
|
|
17
18
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
19
|
logger: import("@smithy/types").Logger;
|
|
19
|
-
protocol:
|
|
20
|
-
import("@smithy/types").
|
|
21
|
-
import("@smithy/types").
|
|
22
|
-
|
|
20
|
+
protocol:
|
|
21
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
22
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
23
|
+
| typeof AwsRestJsonProtocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
[setting: string]: unknown;
|
|
26
|
+
defaultNamespace?: string;
|
|
27
|
+
};
|
|
23
28
|
serviceId: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,31 +1,26 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StaticErrorSchema,
|
|
3
3
|
StaticOperationSchema,
|
|
4
|
-
StaticSimpleSchema,
|
|
5
4
|
StaticStructureSchema,
|
|
6
5
|
} from "@smithy/types";
|
|
7
|
-
export declare var
|
|
8
|
-
export declare var
|
|
9
|
-
export declare var
|
|
10
|
-
export declare var
|
|
11
|
-
export declare var
|
|
12
|
-
export declare var
|
|
13
|
-
export declare var
|
|
14
|
-
export declare var
|
|
15
|
-
export declare var
|
|
16
|
-
export declare var
|
|
17
|
-
export declare var
|
|
18
|
-
export declare var
|
|
19
|
-
export declare var
|
|
20
|
-
export declare var
|
|
21
|
-
export declare var
|
|
22
|
-
export declare var
|
|
23
|
-
export declare var
|
|
24
|
-
export declare var
|
|
25
|
-
export declare var
|
|
26
|
-
export declare var
|
|
27
|
-
export declare var
|
|
28
|
-
export declare var ListTagsForResource: StaticOperationSchema;
|
|
29
|
-
export declare var PutDeploymentParameter: StaticOperationSchema;
|
|
30
|
-
export declare var TagResource: StaticOperationSchema;
|
|
31
|
-
export declare var UntagResource: StaticOperationSchema;
|
|
6
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
7
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
8
|
+
export declare var DeploymentParameterInput$: StaticStructureSchema;
|
|
9
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
10
|
+
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
11
|
+
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
12
|
+
export declare var PutDeploymentParameterRequest$: StaticStructureSchema;
|
|
13
|
+
export declare var PutDeploymentParameterResponse$: StaticStructureSchema;
|
|
14
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
15
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
16
|
+
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
17
|
+
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
18
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
19
|
+
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
20
|
+
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
21
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
22
|
+
export declare var MarketplaceDeploymentServiceException$: StaticErrorSchema;
|
|
23
|
+
export declare var ListTagsForResource$: StaticOperationSchema;
|
|
24
|
+
export declare var PutDeploymentParameter$: StaticOperationSchema;
|
|
25
|
+
export declare var TagResource$: StaticOperationSchema;
|
|
26
|
+
export declare var UntagResource$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-marketplace-deployment",
|
|
3
3
|
"description": "AWS SDK for JavaScript Marketplace Deployment Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.954.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "concurrently 'yarn:build:
|
|
6
|
+
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-marketplace-deployment",
|
|
8
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.954.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.954.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.953.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.953.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.953.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.954.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.953.0",
|
|
31
|
+
"@aws-sdk/types": "3.953.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.953.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.953.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.954.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.4",
|
|
36
|
+
"@smithy/core": "^3.19.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.7",
|
|
38
|
+
"@smithy/hash-node": "^4.2.6",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.6",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.6",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.0",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.16",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.7",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.6",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.6",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.6",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.6",
|
|
48
|
+
"@smithy/smithy-client": "^4.10.1",
|
|
49
|
+
"@smithy/types": "^4.10.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.6",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.2.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.15",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.18",
|
|
56
|
+
"@smithy/util-endpoints": "^3.2.6",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.6",
|
|
58
|
+
"@smithy/util-retry": "^4.2.6",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|