@aws-sdk/client-pricing 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 +109 -81
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/DescribeServicesCommand.js +2 -2
- package/dist-es/commands/GetAttributeValuesCommand.js +2 -2
- package/dist-es/commands/GetPriceListFileUrlCommand.js +2 -2
- package/dist-es/commands/GetProductsCommand.js +2 -2
- package/dist-es/commands/ListPriceListsCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +55 -55
- package/dist-types/PricingClient.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 +29 -37
- package/dist-types/ts3.4/PricingClient.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 +28 -38
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class PricingClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class PricingServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, PricingServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends PricingServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
Message;
|
|
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends PricingService
|
|
|
130
130
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
131
|
this.Message = opts.Message;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class ExpiredNextTokenException extends PricingServiceException {
|
|
135
135
|
name = "ExpiredNextTokenException";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
Message;
|
|
@@ -144,8 +144,8 @@ let ExpiredNextTokenException$1 = class ExpiredNextTokenException extends Pricin
|
|
|
144
144
|
Object.setPrototypeOf(this, ExpiredNextTokenException.prototype);
|
|
145
145
|
this.Message = opts.Message;
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
}
|
|
148
|
+
class InternalErrorException extends PricingServiceException {
|
|
149
149
|
name = "InternalErrorException";
|
|
150
150
|
$fault = "server";
|
|
151
151
|
$retryable = {};
|
|
@@ -159,8 +159,8 @@ let InternalErrorException$1 = class InternalErrorException extends PricingServi
|
|
|
159
159
|
Object.setPrototypeOf(this, InternalErrorException.prototype);
|
|
160
160
|
this.Message = opts.Message;
|
|
161
161
|
}
|
|
162
|
-
}
|
|
163
|
-
|
|
162
|
+
}
|
|
163
|
+
class InvalidNextTokenException extends PricingServiceException {
|
|
164
164
|
name = "InvalidNextTokenException";
|
|
165
165
|
$fault = "client";
|
|
166
166
|
Message;
|
|
@@ -173,8 +173,8 @@ let InvalidNextTokenException$1 = class InvalidNextTokenException extends Pricin
|
|
|
173
173
|
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
174
174
|
this.Message = opts.Message;
|
|
175
175
|
}
|
|
176
|
-
}
|
|
177
|
-
|
|
176
|
+
}
|
|
177
|
+
class InvalidParameterException extends PricingServiceException {
|
|
178
178
|
name = "InvalidParameterException";
|
|
179
179
|
$fault = "client";
|
|
180
180
|
Message;
|
|
@@ -187,8 +187,8 @@ let InvalidParameterException$1 = class InvalidParameterException extends Pricin
|
|
|
187
187
|
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
188
188
|
this.Message = opts.Message;
|
|
189
189
|
}
|
|
190
|
-
}
|
|
191
|
-
|
|
190
|
+
}
|
|
191
|
+
class NotFoundException extends PricingServiceException {
|
|
192
192
|
name = "NotFoundException";
|
|
193
193
|
$fault = "client";
|
|
194
194
|
Message;
|
|
@@ -201,8 +201,8 @@ let NotFoundException$1 = class NotFoundException extends PricingServiceExceptio
|
|
|
201
201
|
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
202
202
|
this.Message = opts.Message;
|
|
203
203
|
}
|
|
204
|
-
}
|
|
205
|
-
|
|
204
|
+
}
|
|
205
|
+
class ThrottlingException extends PricingServiceException {
|
|
206
206
|
name = "ThrottlingException";
|
|
207
207
|
$fault = "client";
|
|
208
208
|
$retryable = {
|
|
@@ -218,8 +218,8 @@ let ThrottlingException$1 = class ThrottlingException extends PricingServiceExce
|
|
|
218
218
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
219
219
|
this.Message = opts.Message;
|
|
220
220
|
}
|
|
221
|
-
}
|
|
222
|
-
|
|
221
|
+
}
|
|
222
|
+
class ResourceNotFoundException extends PricingServiceException {
|
|
223
223
|
name = "ResourceNotFoundException";
|
|
224
224
|
$fault = "client";
|
|
225
225
|
Message;
|
|
@@ -232,7 +232,7 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Pricin
|
|
|
232
232
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
233
233
|
this.Message = opts.Message;
|
|
234
234
|
}
|
|
235
|
-
}
|
|
235
|
+
}
|
|
236
236
|
|
|
237
237
|
const _ADE = "AccessDeniedException";
|
|
238
238
|
const _AN = "AttributeName";
|
|
@@ -295,11 +295,11 @@ const _s = "server";
|
|
|
295
295
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.pricing";
|
|
296
296
|
const n0 = "com.amazonaws.pricing";
|
|
297
297
|
var SynthesizedJsonPriceListJsonItem = [0, n0, _SJPLJI, { [_mT]: _a }, 0];
|
|
298
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
|
|
299
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
300
|
-
var AttributeValue = [3, n0, _AV, 0, [_V], [0]];
|
|
301
|
-
var DescribeServicesRequest = [3, n0, _DSR, 0, [_SC, _FV, _NT, _MR], [0, 0, 0, 1]];
|
|
302
|
-
var DescribeServicesResponse = [
|
|
298
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
|
|
299
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
300
|
+
var AttributeValue$ = [3, n0, _AV, 0, [_V], [0]];
|
|
301
|
+
var DescribeServicesRequest$ = [3, n0, _DSR, 0, [_SC, _FV, _NT, _MR], [0, 0, 0, 1]];
|
|
302
|
+
var DescribeServicesResponse$ = [
|
|
303
303
|
3,
|
|
304
304
|
n0,
|
|
305
305
|
_DSRe,
|
|
@@ -307,11 +307,11 @@ var DescribeServicesResponse = [
|
|
|
307
307
|
[_S, _FV, _NT],
|
|
308
308
|
[() => ServiceList, 0, 0],
|
|
309
309
|
];
|
|
310
|
-
var ExpiredNextTokenException = [-3, n0, _ENTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
311
|
-
schema.TypeRegistry.for(n0).registerError(ExpiredNextTokenException
|
|
312
|
-
var Filter = [3, n0, _F, 0, [_T, _Fi, _V], [0, 0, 0]];
|
|
313
|
-
var GetAttributeValuesRequest = [3, n0, _GAVR, 0, [_SC, _AN, _NT, _MR], [0, 0, 0, 1]];
|
|
314
|
-
var GetAttributeValuesResponse = [
|
|
310
|
+
var ExpiredNextTokenException$ = [-3, n0, _ENTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
311
|
+
schema.TypeRegistry.for(n0).registerError(ExpiredNextTokenException$, ExpiredNextTokenException);
|
|
312
|
+
var Filter$ = [3, n0, _F, 0, [_T, _Fi, _V], [0, 0, 0]];
|
|
313
|
+
var GetAttributeValuesRequest$ = [3, n0, _GAVR, 0, [_SC, _AN, _NT, _MR], [0, 0, 0, 1]];
|
|
314
|
+
var GetAttributeValuesResponse$ = [
|
|
315
315
|
3,
|
|
316
316
|
n0,
|
|
317
317
|
_GAVRe,
|
|
@@ -319,9 +319,9 @@ var GetAttributeValuesResponse = [
|
|
|
319
319
|
[_AVt, _NT],
|
|
320
320
|
[() => AttributeValueList, 0],
|
|
321
321
|
];
|
|
322
|
-
var GetPriceListFileUrlRequest = [3, n0, _GPLFUR, 0, [_PLA, _FF], [0, 0]];
|
|
323
|
-
var GetPriceListFileUrlResponse = [3, n0, _GPLFURe, 0, [_U], [0]];
|
|
324
|
-
var GetProductsRequest = [
|
|
322
|
+
var GetPriceListFileUrlRequest$ = [3, n0, _GPLFUR, 0, [_PLA, _FF], [0, 0]];
|
|
323
|
+
var GetPriceListFileUrlResponse$ = [3, n0, _GPLFURe, 0, [_U], [0]];
|
|
324
|
+
var GetProductsRequest$ = [
|
|
325
325
|
3,
|
|
326
326
|
n0,
|
|
327
327
|
_GPR,
|
|
@@ -329,7 +329,7 @@ var GetProductsRequest = [
|
|
|
329
329
|
[_SC, _Fil, _FV, _NT, _MR],
|
|
330
330
|
[0, () => Filters, 0, 0, 1],
|
|
331
331
|
];
|
|
332
|
-
var GetProductsResponse = [
|
|
332
|
+
var GetProductsResponse$ = [
|
|
333
333
|
3,
|
|
334
334
|
n0,
|
|
335
335
|
_GPRe,
|
|
@@ -337,13 +337,13 @@ var GetProductsResponse = [
|
|
|
337
337
|
[_FV, _PL, _NT],
|
|
338
338
|
[0, [() => PriceListJsonItems, 0], 0],
|
|
339
339
|
];
|
|
340
|
-
var InternalErrorException = [-3, n0, _IEE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
341
|
-
schema.TypeRegistry.for(n0).registerError(InternalErrorException
|
|
342
|
-
var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
343
|
-
schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException
|
|
344
|
-
var InvalidParameterException = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
345
|
-
schema.TypeRegistry.for(n0).registerError(InvalidParameterException
|
|
346
|
-
var ListPriceListsRequest = [
|
|
340
|
+
var InternalErrorException$ = [-3, n0, _IEE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
341
|
+
schema.TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorException);
|
|
342
|
+
var InvalidNextTokenException$ = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
343
|
+
schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
344
|
+
var InvalidParameterException$ = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
345
|
+
schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
346
|
+
var ListPriceListsRequest$ = [
|
|
347
347
|
3,
|
|
348
348
|
n0,
|
|
349
349
|
_LPLR,
|
|
@@ -351,54 +351,54 @@ var ListPriceListsRequest = [
|
|
|
351
351
|
[_SC, _ED, _RC, _CC, _NT, _MR],
|
|
352
352
|
[0, 4, 0, 0, 0, 1],
|
|
353
353
|
];
|
|
354
|
-
var ListPriceListsResponse = [3, n0, _LPLRi, 0, [_PLr, _NT], [() => PriceLists, 0]];
|
|
355
|
-
var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
356
|
-
schema.TypeRegistry.for(n0).registerError(NotFoundException
|
|
357
|
-
var PriceList = [3, n0, _PL, 0, [_PLA, _RC, _CC, _FFi], [0, 0, 0, 64 | 0]];
|
|
358
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
359
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
360
|
-
var Service = [3, n0, _Se, 0, [_SC, _ANt], [0, 64 | 0]];
|
|
361
|
-
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
362
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
363
|
-
var PricingServiceException = [-3, _sm, "PricingServiceException", 0, [], []];
|
|
364
|
-
schema.TypeRegistry.for(_sm).registerError(PricingServiceException
|
|
365
|
-
var AttributeValueList = [1, n0, _AVL, 0, () => AttributeValue];
|
|
366
|
-
var Filters = [1, n0, _Fil, 0, () => Filter];
|
|
354
|
+
var ListPriceListsResponse$ = [3, n0, _LPLRi, 0, [_PLr, _NT], [() => PriceLists, 0]];
|
|
355
|
+
var NotFoundException$ = [-3, n0, _NFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
356
|
+
schema.TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
357
|
+
var PriceList$ = [3, n0, _PL, 0, [_PLA, _RC, _CC, _FFi], [0, 0, 0, 64 | 0]];
|
|
358
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
359
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
360
|
+
var Service$ = [3, n0, _Se, 0, [_SC, _ANt], [0, 64 | 0]];
|
|
361
|
+
var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
362
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
363
|
+
var PricingServiceException$ = [-3, _sm, "PricingServiceException", 0, [], []];
|
|
364
|
+
schema.TypeRegistry.for(_sm).registerError(PricingServiceException$, PricingServiceException);
|
|
365
|
+
var AttributeValueList = [1, n0, _AVL, 0, () => AttributeValue$];
|
|
366
|
+
var Filters = [1, n0, _Fil, 0, () => Filter$];
|
|
367
367
|
var PriceListJsonItems = [1, n0, _PLJI, 0, [() => SynthesizedJsonPriceListJsonItem, 0]];
|
|
368
|
-
var PriceLists = [1, n0, _PLr, 0, () => PriceList];
|
|
369
|
-
var ServiceList = [1, n0, _SL, 0, () => Service];
|
|
370
|
-
var DescribeServices = [
|
|
368
|
+
var PriceLists = [1, n0, _PLr, 0, () => PriceList$];
|
|
369
|
+
var ServiceList = [1, n0, _SL, 0, () => Service$];
|
|
370
|
+
var DescribeServices$ = [
|
|
371
371
|
9,
|
|
372
372
|
n0,
|
|
373
373
|
_DS,
|
|
374
374
|
0,
|
|
375
|
-
() => DescribeServicesRequest
|
|
376
|
-
() => DescribeServicesResponse
|
|
375
|
+
() => DescribeServicesRequest$,
|
|
376
|
+
() => DescribeServicesResponse$,
|
|
377
377
|
];
|
|
378
|
-
var GetAttributeValues = [
|
|
378
|
+
var GetAttributeValues$ = [
|
|
379
379
|
9,
|
|
380
380
|
n0,
|
|
381
381
|
_GAV,
|
|
382
382
|
0,
|
|
383
|
-
() => GetAttributeValuesRequest
|
|
384
|
-
() => GetAttributeValuesResponse
|
|
383
|
+
() => GetAttributeValuesRequest$,
|
|
384
|
+
() => GetAttributeValuesResponse$,
|
|
385
385
|
];
|
|
386
|
-
var GetPriceListFileUrl = [
|
|
386
|
+
var GetPriceListFileUrl$ = [
|
|
387
387
|
9,
|
|
388
388
|
n0,
|
|
389
389
|
_GPLFU,
|
|
390
390
|
0,
|
|
391
|
-
() => GetPriceListFileUrlRequest
|
|
392
|
-
() => GetPriceListFileUrlResponse
|
|
391
|
+
() => GetPriceListFileUrlRequest$,
|
|
392
|
+
() => GetPriceListFileUrlResponse$,
|
|
393
393
|
];
|
|
394
|
-
var GetProducts = [9, n0, _GP, 0, () => GetProductsRequest
|
|
395
|
-
var ListPriceLists = [
|
|
394
|
+
var GetProducts$ = [9, n0, _GP, 0, () => GetProductsRequest$, () => GetProductsResponse$];
|
|
395
|
+
var ListPriceLists$ = [
|
|
396
396
|
9,
|
|
397
397
|
n0,
|
|
398
398
|
_LPL,
|
|
399
399
|
0,
|
|
400
|
-
() => ListPriceListsRequest
|
|
401
|
-
() => ListPriceListsResponse
|
|
400
|
+
() => ListPriceListsRequest$,
|
|
401
|
+
() => ListPriceListsResponse$,
|
|
402
402
|
];
|
|
403
403
|
|
|
404
404
|
class DescribeServicesCommand extends smithyClient.Command
|
|
@@ -409,7 +409,7 @@ class DescribeServicesCommand extends smithyClient.Command
|
|
|
409
409
|
})
|
|
410
410
|
.s("AWSPriceListService", "DescribeServices", {})
|
|
411
411
|
.n("PricingClient", "DescribeServicesCommand")
|
|
412
|
-
.sc(DescribeServices)
|
|
412
|
+
.sc(DescribeServices$)
|
|
413
413
|
.build() {
|
|
414
414
|
}
|
|
415
415
|
|
|
@@ -421,7 +421,7 @@ class GetAttributeValuesCommand extends smithyClient.Command
|
|
|
421
421
|
})
|
|
422
422
|
.s("AWSPriceListService", "GetAttributeValues", {})
|
|
423
423
|
.n("PricingClient", "GetAttributeValuesCommand")
|
|
424
|
-
.sc(GetAttributeValues)
|
|
424
|
+
.sc(GetAttributeValues$)
|
|
425
425
|
.build() {
|
|
426
426
|
}
|
|
427
427
|
|
|
@@ -433,7 +433,7 @@ class GetPriceListFileUrlCommand extends smithyClient.Command
|
|
|
433
433
|
})
|
|
434
434
|
.s("AWSPriceListService", "GetPriceListFileUrl", {})
|
|
435
435
|
.n("PricingClient", "GetPriceListFileUrlCommand")
|
|
436
|
-
.sc(GetPriceListFileUrl)
|
|
436
|
+
.sc(GetPriceListFileUrl$)
|
|
437
437
|
.build() {
|
|
438
438
|
}
|
|
439
439
|
|
|
@@ -445,7 +445,7 @@ class GetProductsCommand extends smithyClient.Command
|
|
|
445
445
|
})
|
|
446
446
|
.s("AWSPriceListService", "GetProducts", {})
|
|
447
447
|
.n("PricingClient", "GetProductsCommand")
|
|
448
|
-
.sc(GetProducts)
|
|
448
|
+
.sc(GetProducts$)
|
|
449
449
|
.build() {
|
|
450
450
|
}
|
|
451
451
|
|
|
@@ -457,7 +457,7 @@ class ListPriceListsCommand extends smithyClient.Command
|
|
|
457
457
|
})
|
|
458
458
|
.s("AWSPriceListService", "ListPriceLists", {})
|
|
459
459
|
.n("PricingClient", "ListPriceListsCommand")
|
|
460
|
-
.sc(ListPriceLists)
|
|
460
|
+
.sc(ListPriceLists$)
|
|
461
461
|
.build() {
|
|
462
462
|
}
|
|
463
463
|
|
|
@@ -496,23 +496,51 @@ Object.defineProperty(exports, "__Client", {
|
|
|
496
496
|
enumerable: true,
|
|
497
497
|
get: function () { return smithyClient.Client; }
|
|
498
498
|
});
|
|
499
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
499
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
500
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
501
|
+
exports.AttributeValue$ = AttributeValue$;
|
|
502
|
+
exports.DescribeServices$ = DescribeServices$;
|
|
500
503
|
exports.DescribeServicesCommand = DescribeServicesCommand;
|
|
501
|
-
exports.
|
|
504
|
+
exports.DescribeServicesRequest$ = DescribeServicesRequest$;
|
|
505
|
+
exports.DescribeServicesResponse$ = DescribeServicesResponse$;
|
|
506
|
+
exports.ExpiredNextTokenException = ExpiredNextTokenException;
|
|
507
|
+
exports.ExpiredNextTokenException$ = ExpiredNextTokenException$;
|
|
508
|
+
exports.Filter$ = Filter$;
|
|
502
509
|
exports.FilterType = FilterType;
|
|
510
|
+
exports.GetAttributeValues$ = GetAttributeValues$;
|
|
503
511
|
exports.GetAttributeValuesCommand = GetAttributeValuesCommand;
|
|
512
|
+
exports.GetAttributeValuesRequest$ = GetAttributeValuesRequest$;
|
|
513
|
+
exports.GetAttributeValuesResponse$ = GetAttributeValuesResponse$;
|
|
514
|
+
exports.GetPriceListFileUrl$ = GetPriceListFileUrl$;
|
|
504
515
|
exports.GetPriceListFileUrlCommand = GetPriceListFileUrlCommand;
|
|
516
|
+
exports.GetPriceListFileUrlRequest$ = GetPriceListFileUrlRequest$;
|
|
517
|
+
exports.GetPriceListFileUrlResponse$ = GetPriceListFileUrlResponse$;
|
|
518
|
+
exports.GetProducts$ = GetProducts$;
|
|
505
519
|
exports.GetProductsCommand = GetProductsCommand;
|
|
506
|
-
exports.
|
|
507
|
-
exports.
|
|
508
|
-
exports.
|
|
520
|
+
exports.GetProductsRequest$ = GetProductsRequest$;
|
|
521
|
+
exports.GetProductsResponse$ = GetProductsResponse$;
|
|
522
|
+
exports.InternalErrorException = InternalErrorException;
|
|
523
|
+
exports.InternalErrorException$ = InternalErrorException$;
|
|
524
|
+
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
525
|
+
exports.InvalidNextTokenException$ = InvalidNextTokenException$;
|
|
526
|
+
exports.InvalidParameterException = InvalidParameterException;
|
|
527
|
+
exports.InvalidParameterException$ = InvalidParameterException$;
|
|
528
|
+
exports.ListPriceLists$ = ListPriceLists$;
|
|
509
529
|
exports.ListPriceListsCommand = ListPriceListsCommand;
|
|
510
|
-
exports.
|
|
530
|
+
exports.ListPriceListsRequest$ = ListPriceListsRequest$;
|
|
531
|
+
exports.ListPriceListsResponse$ = ListPriceListsResponse$;
|
|
532
|
+
exports.NotFoundException = NotFoundException;
|
|
533
|
+
exports.NotFoundException$ = NotFoundException$;
|
|
534
|
+
exports.PriceList$ = PriceList$;
|
|
511
535
|
exports.Pricing = Pricing;
|
|
512
536
|
exports.PricingClient = PricingClient;
|
|
513
|
-
exports.PricingServiceException = PricingServiceException
|
|
514
|
-
exports.
|
|
515
|
-
exports.
|
|
537
|
+
exports.PricingServiceException = PricingServiceException;
|
|
538
|
+
exports.PricingServiceException$ = PricingServiceException$;
|
|
539
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
540
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
541
|
+
exports.Service$ = Service$;
|
|
542
|
+
exports.ThrottlingException = ThrottlingException;
|
|
543
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
516
544
|
exports.paginateDescribeServices = paginateDescribeServices;
|
|
517
545
|
exports.paginateGetAttributeValues = paginateGetAttributeValues;
|
|
518
546
|
exports.paginateGetProducts = paginateGetProducts;
|
|
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.pricing",
|
|
32
|
+
version: "2017-10-15",
|
|
33
|
+
serviceTarget: "AWSPriceListService",
|
|
34
|
+
},
|
|
35
35
|
serviceId: config?.serviceId ?? "Pricing",
|
|
36
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
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 { DescribeServices } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeServices$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeServicesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeServicesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSPriceListService", "DescribeServices", {})
|
|
13
13
|
.n("PricingClient", "DescribeServicesCommand")
|
|
14
|
-
.sc(DescribeServices)
|
|
14
|
+
.sc(DescribeServices$)
|
|
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 { GetAttributeValues } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAttributeValues$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAttributeValuesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAttributeValuesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSPriceListService", "GetAttributeValues", {})
|
|
13
13
|
.n("PricingClient", "GetAttributeValuesCommand")
|
|
14
|
-
.sc(GetAttributeValues)
|
|
14
|
+
.sc(GetAttributeValues$)
|
|
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 { GetPriceListFileUrl } from "../schemas/schemas_0";
|
|
4
|
+
import { GetPriceListFileUrl$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetPriceListFileUrlCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetPriceListFileUrlCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSPriceListService", "GetPriceListFileUrl", {})
|
|
13
13
|
.n("PricingClient", "GetPriceListFileUrlCommand")
|
|
14
|
-
.sc(GetPriceListFileUrl)
|
|
14
|
+
.sc(GetPriceListFileUrl$)
|
|
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 { GetProducts } from "../schemas/schemas_0";
|
|
4
|
+
import { GetProducts$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetProductsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetProductsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSPriceListService", "GetProducts", {})
|
|
13
13
|
.n("PricingClient", "GetProductsCommand")
|
|
14
|
-
.sc(GetProducts)
|
|
14
|
+
.sc(GetProducts$)
|
|
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 { ListPriceLists } from "../schemas/schemas_0";
|
|
4
|
+
import { ListPriceLists$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListPriceListsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListPriceListsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSPriceListService", "ListPriceLists", {})
|
|
13
13
|
.n("PricingClient", "ListPriceListsCommand")
|
|
14
|
-
.sc(ListPriceLists)
|
|
14
|
+
.sc(ListPriceLists$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,12 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.pricing",
|
|
29
|
+
version: "2017-10-15",
|
|
30
|
+
serviceTarget: "AWSPriceListService",
|
|
31
|
+
},
|
|
32
32
|
serviceId: config?.serviceId ?? "Pricing",
|
|
33
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
34
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
@@ -59,14 +59,14 @@ const _s = "server";
|
|
|
59
59
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.pricing";
|
|
60
60
|
const n0 = "com.amazonaws.pricing";
|
|
61
61
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
62
|
-
import { AccessDeniedException
|
|
63
|
-
import { PricingServiceException
|
|
64
|
-
|
|
65
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
|
|
66
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
67
|
-
export var AttributeValue = [3, n0, _AV, 0, [_V], [0]];
|
|
68
|
-
export var DescribeServicesRequest = [3, n0, _DSR, 0, [_SC, _FV, _NT, _MR], [0, 0, 0, 1]];
|
|
69
|
-
export var DescribeServicesResponse = [
|
|
62
|
+
import { AccessDeniedException, ExpiredNextTokenException, InternalErrorException, InvalidNextTokenException, InvalidParameterException, NotFoundException, ResourceNotFoundException, ThrottlingException, } from "../models/errors";
|
|
63
|
+
import { PricingServiceException } from "../models/PricingServiceException";
|
|
64
|
+
var SynthesizedJsonPriceListJsonItem = [0, n0, _SJPLJI, { [_mT]: _a }, 0];
|
|
65
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
|
|
66
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
67
|
+
export var AttributeValue$ = [3, n0, _AV, 0, [_V], [0]];
|
|
68
|
+
export var DescribeServicesRequest$ = [3, n0, _DSR, 0, [_SC, _FV, _NT, _MR], [0, 0, 0, 1]];
|
|
69
|
+
export var DescribeServicesResponse$ = [
|
|
70
70
|
3,
|
|
71
71
|
n0,
|
|
72
72
|
_DSRe,
|
|
@@ -74,11 +74,11 @@ export var DescribeServicesResponse = [
|
|
|
74
74
|
[_S, _FV, _NT],
|
|
75
75
|
[() => ServiceList, 0, 0],
|
|
76
76
|
];
|
|
77
|
-
export var ExpiredNextTokenException = [-3, n0, _ENTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
78
|
-
TypeRegistry.for(n0).registerError(ExpiredNextTokenException
|
|
79
|
-
export var Filter = [3, n0, _F, 0, [_T, _Fi, _V], [0, 0, 0]];
|
|
80
|
-
export var GetAttributeValuesRequest = [3, n0, _GAVR, 0, [_SC, _AN, _NT, _MR], [0, 0, 0, 1]];
|
|
81
|
-
export var GetAttributeValuesResponse = [
|
|
77
|
+
export var ExpiredNextTokenException$ = [-3, n0, _ENTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
78
|
+
TypeRegistry.for(n0).registerError(ExpiredNextTokenException$, ExpiredNextTokenException);
|
|
79
|
+
export var Filter$ = [3, n0, _F, 0, [_T, _Fi, _V], [0, 0, 0]];
|
|
80
|
+
export var GetAttributeValuesRequest$ = [3, n0, _GAVR, 0, [_SC, _AN, _NT, _MR], [0, 0, 0, 1]];
|
|
81
|
+
export var GetAttributeValuesResponse$ = [
|
|
82
82
|
3,
|
|
83
83
|
n0,
|
|
84
84
|
_GAVRe,
|
|
@@ -86,9 +86,9 @@ export var GetAttributeValuesResponse = [
|
|
|
86
86
|
[_AVt, _NT],
|
|
87
87
|
[() => AttributeValueList, 0],
|
|
88
88
|
];
|
|
89
|
-
export var GetPriceListFileUrlRequest = [3, n0, _GPLFUR, 0, [_PLA, _FF], [0, 0]];
|
|
90
|
-
export var GetPriceListFileUrlResponse = [3, n0, _GPLFURe, 0, [_U], [0]];
|
|
91
|
-
export var GetProductsRequest = [
|
|
89
|
+
export var GetPriceListFileUrlRequest$ = [3, n0, _GPLFUR, 0, [_PLA, _FF], [0, 0]];
|
|
90
|
+
export var GetPriceListFileUrlResponse$ = [3, n0, _GPLFURe, 0, [_U], [0]];
|
|
91
|
+
export var GetProductsRequest$ = [
|
|
92
92
|
3,
|
|
93
93
|
n0,
|
|
94
94
|
_GPR,
|
|
@@ -96,7 +96,7 @@ export var GetProductsRequest = [
|
|
|
96
96
|
[_SC, _Fil, _FV, _NT, _MR],
|
|
97
97
|
[0, () => Filters, 0, 0, 1],
|
|
98
98
|
];
|
|
99
|
-
export var GetProductsResponse = [
|
|
99
|
+
export var GetProductsResponse$ = [
|
|
100
100
|
3,
|
|
101
101
|
n0,
|
|
102
102
|
_GPRe,
|
|
@@ -104,13 +104,13 @@ export var GetProductsResponse = [
|
|
|
104
104
|
[_FV, _PL, _NT],
|
|
105
105
|
[0, [() => PriceListJsonItems, 0], 0],
|
|
106
106
|
];
|
|
107
|
-
export var InternalErrorException = [-3, n0, _IEE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
108
|
-
TypeRegistry.for(n0).registerError(InternalErrorException
|
|
109
|
-
export var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
110
|
-
TypeRegistry.for(n0).registerError(InvalidNextTokenException
|
|
111
|
-
export var InvalidParameterException = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
112
|
-
TypeRegistry.for(n0).registerError(InvalidParameterException
|
|
113
|
-
export var ListPriceListsRequest = [
|
|
107
|
+
export var InternalErrorException$ = [-3, n0, _IEE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
108
|
+
TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorException);
|
|
109
|
+
export var InvalidNextTokenException$ = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
110
|
+
TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
111
|
+
export var InvalidParameterException$ = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
112
|
+
TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
113
|
+
export var ListPriceListsRequest$ = [
|
|
114
114
|
3,
|
|
115
115
|
n0,
|
|
116
116
|
_LPLR,
|
|
@@ -118,54 +118,54 @@ export var ListPriceListsRequest = [
|
|
|
118
118
|
[_SC, _ED, _RC, _CC, _NT, _MR],
|
|
119
119
|
[0, 4, 0, 0, 0, 1],
|
|
120
120
|
];
|
|
121
|
-
export var ListPriceListsResponse = [3, n0, _LPLRi, 0, [_PLr, _NT], [() => PriceLists, 0]];
|
|
122
|
-
export var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
123
|
-
TypeRegistry.for(n0).registerError(NotFoundException
|
|
124
|
-
export var PriceList = [3, n0, _PL, 0, [_PLA, _RC, _CC, _FFi], [0, 0, 0, 64 | 0]];
|
|
125
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
126
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
127
|
-
export var Service = [3, n0, _Se, 0, [_SC, _ANt], [0, 64 | 0]];
|
|
128
|
-
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
129
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
130
|
-
export var PricingServiceException = [-3, _sm, "PricingServiceException", 0, [], []];
|
|
131
|
-
TypeRegistry.for(_sm).registerError(PricingServiceException
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
export var DescribeServices = [
|
|
121
|
+
export var ListPriceListsResponse$ = [3, n0, _LPLRi, 0, [_PLr, _NT], [() => PriceLists, 0]];
|
|
122
|
+
export var NotFoundException$ = [-3, n0, _NFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
123
|
+
TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
124
|
+
export var PriceList$ = [3, n0, _PL, 0, [_PLA, _RC, _CC, _FFi], [0, 0, 0, 64 | 0]];
|
|
125
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
126
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
127
|
+
export var Service$ = [3, n0, _Se, 0, [_SC, _ANt], [0, 64 | 0]];
|
|
128
|
+
export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
129
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
130
|
+
export var PricingServiceException$ = [-3, _sm, "PricingServiceException", 0, [], []];
|
|
131
|
+
TypeRegistry.for(_sm).registerError(PricingServiceException$, PricingServiceException);
|
|
132
|
+
var AttributeNameList = 64 | 0;
|
|
133
|
+
var AttributeValueList = [1, n0, _AVL, 0, () => AttributeValue$];
|
|
134
|
+
var FileFormats = 64 | 0;
|
|
135
|
+
var Filters = [1, n0, _Fil, 0, () => Filter$];
|
|
136
|
+
var PriceListJsonItems = [1, n0, _PLJI, 0, [() => SynthesizedJsonPriceListJsonItem, 0]];
|
|
137
|
+
var PriceLists = [1, n0, _PLr, 0, () => PriceList$];
|
|
138
|
+
var ServiceList = [1, n0, _SL, 0, () => Service$];
|
|
139
|
+
export var DescribeServices$ = [
|
|
140
140
|
9,
|
|
141
141
|
n0,
|
|
142
142
|
_DS,
|
|
143
143
|
0,
|
|
144
|
-
() => DescribeServicesRequest
|
|
145
|
-
() => DescribeServicesResponse
|
|
144
|
+
() => DescribeServicesRequest$,
|
|
145
|
+
() => DescribeServicesResponse$,
|
|
146
146
|
];
|
|
147
|
-
export var GetAttributeValues = [
|
|
147
|
+
export var GetAttributeValues$ = [
|
|
148
148
|
9,
|
|
149
149
|
n0,
|
|
150
150
|
_GAV,
|
|
151
151
|
0,
|
|
152
|
-
() => GetAttributeValuesRequest
|
|
153
|
-
() => GetAttributeValuesResponse
|
|
152
|
+
() => GetAttributeValuesRequest$,
|
|
153
|
+
() => GetAttributeValuesResponse$,
|
|
154
154
|
];
|
|
155
|
-
export var GetPriceListFileUrl = [
|
|
155
|
+
export var GetPriceListFileUrl$ = [
|
|
156
156
|
9,
|
|
157
157
|
n0,
|
|
158
158
|
_GPLFU,
|
|
159
159
|
0,
|
|
160
|
-
() => GetPriceListFileUrlRequest
|
|
161
|
-
() => GetPriceListFileUrlResponse
|
|
160
|
+
() => GetPriceListFileUrlRequest$,
|
|
161
|
+
() => GetPriceListFileUrlResponse$,
|
|
162
162
|
];
|
|
163
|
-
export var GetProducts = [9, n0, _GP, 0, () => GetProductsRequest
|
|
164
|
-
export var ListPriceLists = [
|
|
163
|
+
export var GetProducts$ = [9, n0, _GP, 0, () => GetProductsRequest$, () => GetProductsResponse$];
|
|
164
|
+
export var ListPriceLists$ = [
|
|
165
165
|
9,
|
|
166
166
|
n0,
|
|
167
167
|
_LPL,
|
|
168
168
|
0,
|
|
169
|
-
() => ListPriceListsRequest
|
|
170
|
-
() => ListPriceListsResponse
|
|
169
|
+
() => ListPriceListsRequest$,
|
|
170
|
+
() => ListPriceListsResponse$,
|
|
171
171
|
];
|
|
@@ -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 { DescribeServicesCommandInput, DescribeServicesCommandOutput } from "./commands/DescribeServicesCommand";
|
|
11
11
|
import { GetAttributeValuesCommandInput, GetAttributeValuesCommandOutput } from "./commands/GetAttributeValuesCommand";
|
|
@@ -146,15 +146,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
146
146
|
* Optional extensions
|
|
147
147
|
*/
|
|
148
148
|
extensions?: RuntimeExtension[];
|
|
149
|
-
/**
|
|
150
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
151
|
-
* may be overridden. A default will always be set by the client.
|
|
152
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
153
|
-
* the client.
|
|
154
|
-
* @alpha
|
|
155
|
-
*
|
|
156
|
-
*/
|
|
157
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
158
149
|
/**
|
|
159
150
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
160
151
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -37,6 +37,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
37
37
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
38
38
|
export type { PricingExtensionConfiguration } from "./extensionConfiguration";
|
|
39
39
|
export * from "./commands";
|
|
40
|
+
export * from "./schemas/schemas_0";
|
|
40
41
|
export * from "./pagination";
|
|
41
42
|
export * from "./models/enums";
|
|
42
43
|
export * from "./models/errors";
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: PricingClientConfig) => {
|
|
|
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").AwsJson1_1Protocol;
|
|
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: PricingClientConfig) => {
|
|
|
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: PricingClientConfig) => {
|
|
|
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").AwsJson1_1Protocol;
|
|
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: PricingClientConfig) => {
|
|
|
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: PricingClientConfig) => {
|
|
|
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").AwsJson1_1Protocol;
|
|
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: PricingClientConfig) => {
|
|
|
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 { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { PricingClientConfig } from "./PricingClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: PricingClientConfig) => {
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").PricingHttpAuthSchemeProvider;
|
|
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 AwsJson1_1Protocol;
|
|
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,37 +1,29 @@
|
|
|
1
|
-
import type { StaticErrorSchema,
|
|
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
|
|
24
|
-
export declare var
|
|
25
|
-
export declare var
|
|
26
|
-
export declare var
|
|
27
|
-
export declare var
|
|
28
|
-
export declare var
|
|
29
|
-
export declare var
|
|
30
|
-
export declare var PriceListJsonItems: StaticListSchema;
|
|
31
|
-
export declare var PriceLists: StaticListSchema;
|
|
32
|
-
export declare var ServiceList: StaticListSchema;
|
|
33
|
-
export declare var DescribeServices: StaticOperationSchema;
|
|
34
|
-
export declare var GetAttributeValues: StaticOperationSchema;
|
|
35
|
-
export declare var GetPriceListFileUrl: StaticOperationSchema;
|
|
36
|
-
export declare var GetProducts: StaticOperationSchema;
|
|
37
|
-
export declare var ListPriceLists: StaticOperationSchema;
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
|
+
export declare var AttributeValue$: StaticStructureSchema;
|
|
4
|
+
export declare var DescribeServicesRequest$: StaticStructureSchema;
|
|
5
|
+
export declare var DescribeServicesResponse$: StaticStructureSchema;
|
|
6
|
+
export declare var ExpiredNextTokenException$: StaticErrorSchema;
|
|
7
|
+
export declare var Filter$: StaticStructureSchema;
|
|
8
|
+
export declare var GetAttributeValuesRequest$: StaticStructureSchema;
|
|
9
|
+
export declare var GetAttributeValuesResponse$: StaticStructureSchema;
|
|
10
|
+
export declare var GetPriceListFileUrlRequest$: StaticStructureSchema;
|
|
11
|
+
export declare var GetPriceListFileUrlResponse$: StaticStructureSchema;
|
|
12
|
+
export declare var GetProductsRequest$: StaticStructureSchema;
|
|
13
|
+
export declare var GetProductsResponse$: StaticStructureSchema;
|
|
14
|
+
export declare var InternalErrorException$: StaticErrorSchema;
|
|
15
|
+
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
16
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
17
|
+
export declare var ListPriceListsRequest$: StaticStructureSchema;
|
|
18
|
+
export declare var ListPriceListsResponse$: StaticStructureSchema;
|
|
19
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
20
|
+
export declare var PriceList$: StaticStructureSchema;
|
|
21
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
22
|
+
export declare var Service$: StaticStructureSchema;
|
|
23
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
24
|
+
export declare var PricingServiceException$: StaticErrorSchema;
|
|
25
|
+
export declare var DescribeServices$: StaticOperationSchema;
|
|
26
|
+
export declare var GetAttributeValues$: StaticOperationSchema;
|
|
27
|
+
export declare var GetPriceListFileUrl$: StaticOperationSchema;
|
|
28
|
+
export declare var GetProducts$: StaticOperationSchema;
|
|
29
|
+
export declare var ListPriceLists$: 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,
|
|
@@ -111,7 +108,6 @@ export interface ClientDefaults
|
|
|
111
108
|
retryMode?: string | __Provider<string>;
|
|
112
109
|
logger?: __Logger;
|
|
113
110
|
extensions?: RuntimeExtension[];
|
|
114
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
115
111
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
116
112
|
}
|
|
117
113
|
export type PricingClientConfigType = Partial<
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { PricingExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export * from "./schemas/schemas_0";
|
|
7
8
|
export * from "./pagination";
|
|
8
9
|
export * from "./models/enums";
|
|
9
10
|
export * from "./models/errors";
|
|
@@ -26,8 +26,16 @@ export declare const getRuntimeConfig: (config: PricingClientConfig) => {
|
|
|
26
26
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
27
27
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
28
28
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
29
|
-
apiVersion: string;
|
|
30
29
|
cacheMiddleware?: boolean | undefined;
|
|
30
|
+
protocol:
|
|
31
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
32
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
33
|
+
| typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
34
|
+
protocolSettings: {
|
|
35
|
+
defaultNamespace?: string;
|
|
36
|
+
[setting: string]: unknown;
|
|
37
|
+
};
|
|
38
|
+
apiVersion: string;
|
|
31
39
|
urlParser: import("@smithy/types").UrlParser;
|
|
32
40
|
base64Decoder: import("@smithy/types").Decoder;
|
|
33
41
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -38,10 +46,6 @@ export declare const getRuntimeConfig: (config: PricingClientConfig) => {
|
|
|
38
46
|
profile?: string;
|
|
39
47
|
logger: import("@smithy/types").Logger;
|
|
40
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
-
import("@smithy/types").HttpRequest,
|
|
43
|
-
import("@smithy/types").HttpResponse
|
|
44
|
-
>;
|
|
45
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
46
50
|
userAgentAppId?:
|
|
47
51
|
| string
|
|
@@ -26,8 +26,16 @@ export declare const getRuntimeConfig: (config: PricingClientConfig) => {
|
|
|
26
26
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
27
27
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
28
28
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
29
|
-
apiVersion: string;
|
|
30
29
|
cacheMiddleware?: boolean | undefined;
|
|
30
|
+
protocol:
|
|
31
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
32
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
33
|
+
| typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
34
|
+
protocolSettings: {
|
|
35
|
+
defaultNamespace?: string;
|
|
36
|
+
[setting: string]: unknown;
|
|
37
|
+
};
|
|
38
|
+
apiVersion: string;
|
|
31
39
|
urlParser: import("@smithy/types").UrlParser;
|
|
32
40
|
base64Decoder: import("@smithy/types").Decoder;
|
|
33
41
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -38,10 +46,6 @@ export declare const getRuntimeConfig: (config: PricingClientConfig) => {
|
|
|
38
46
|
profile?: string;
|
|
39
47
|
logger: import("@smithy/types").Logger;
|
|
40
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
-
import("@smithy/types").HttpRequest,
|
|
43
|
-
import("@smithy/types").HttpResponse
|
|
44
|
-
>;
|
|
45
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
46
50
|
retryStrategy?:
|
|
47
51
|
| import("@smithy/types").RetryStrategy
|
|
@@ -8,8 +8,16 @@ export declare const getRuntimeConfig: (config: PricingClientConfig) => {
|
|
|
8
8
|
| Record<string, unknown>
|
|
9
9
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
10
10
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
11
|
-
apiVersion: string;
|
|
12
11
|
cacheMiddleware?: boolean;
|
|
12
|
+
protocol:
|
|
13
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
14
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
15
|
+
| typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
16
|
+
protocolSettings: {
|
|
17
|
+
defaultNamespace?: string;
|
|
18
|
+
[setting: string]: unknown;
|
|
19
|
+
};
|
|
20
|
+
apiVersion: string;
|
|
13
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
14
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
15
23
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -37,10 +45,6 @@ export declare const getRuntimeConfig: (config: PricingClientConfig) => {
|
|
|
37
45
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
46
|
logger: import("@smithy/types").Logger;
|
|
39
47
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
-
import("@smithy/types").HttpRequest,
|
|
42
|
-
import("@smithy/types").HttpResponse
|
|
43
|
-
>;
|
|
44
48
|
defaultsMode:
|
|
45
49
|
| import("@smithy/smithy-client").DefaultsMode
|
|
46
50
|
| import("@smithy/types").Provider<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import { PricingClientConfig } from "./PricingClient";
|
|
2
3
|
export declare const getRuntimeConfig: (config: PricingClientConfig) => {
|
|
3
4
|
apiVersion: string;
|
|
@@ -14,10 +15,14 @@ export declare const getRuntimeConfig: (config: PricingClientConfig) => {
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").PricingHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol:
|
|
18
|
-
import("@smithy/types").
|
|
19
|
-
import("@smithy/types").
|
|
20
|
-
|
|
18
|
+
protocol:
|
|
19
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
20
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
21
|
+
| typeof AwsJson1_1Protocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
[setting: string]: unknown;
|
|
24
|
+
defaultNamespace?: string;
|
|
25
|
+
};
|
|
21
26
|
serviceId: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,43 +1,33 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StaticErrorSchema,
|
|
3
|
-
StaticListSchema,
|
|
4
3
|
StaticOperationSchema,
|
|
5
|
-
StaticSimpleSchema,
|
|
6
4
|
StaticStructureSchema,
|
|
7
5
|
} from "@smithy/types";
|
|
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
|
|
29
|
-
export declare var
|
|
30
|
-
export declare var
|
|
31
|
-
export declare var
|
|
32
|
-
export declare var
|
|
33
|
-
export declare var
|
|
34
|
-
export declare var
|
|
35
|
-
export declare var
|
|
36
|
-
export declare var PriceListJsonItems: StaticListSchema;
|
|
37
|
-
export declare var PriceLists: StaticListSchema;
|
|
38
|
-
export declare var ServiceList: StaticListSchema;
|
|
39
|
-
export declare var DescribeServices: StaticOperationSchema;
|
|
40
|
-
export declare var GetAttributeValues: StaticOperationSchema;
|
|
41
|
-
export declare var GetPriceListFileUrl: StaticOperationSchema;
|
|
42
|
-
export declare var GetProducts: StaticOperationSchema;
|
|
43
|
-
export declare var ListPriceLists: StaticOperationSchema;
|
|
6
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
7
|
+
export declare var AttributeValue$: StaticStructureSchema;
|
|
8
|
+
export declare var DescribeServicesRequest$: StaticStructureSchema;
|
|
9
|
+
export declare var DescribeServicesResponse$: StaticStructureSchema;
|
|
10
|
+
export declare var ExpiredNextTokenException$: StaticErrorSchema;
|
|
11
|
+
export declare var Filter$: StaticStructureSchema;
|
|
12
|
+
export declare var GetAttributeValuesRequest$: StaticStructureSchema;
|
|
13
|
+
export declare var GetAttributeValuesResponse$: StaticStructureSchema;
|
|
14
|
+
export declare var GetPriceListFileUrlRequest$: StaticStructureSchema;
|
|
15
|
+
export declare var GetPriceListFileUrlResponse$: StaticStructureSchema;
|
|
16
|
+
export declare var GetProductsRequest$: StaticStructureSchema;
|
|
17
|
+
export declare var GetProductsResponse$: StaticStructureSchema;
|
|
18
|
+
export declare var InternalErrorException$: StaticErrorSchema;
|
|
19
|
+
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
20
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
21
|
+
export declare var ListPriceListsRequest$: StaticStructureSchema;
|
|
22
|
+
export declare var ListPriceListsResponse$: StaticStructureSchema;
|
|
23
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
24
|
+
export declare var PriceList$: StaticStructureSchema;
|
|
25
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
26
|
+
export declare var Service$: StaticStructureSchema;
|
|
27
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
28
|
+
export declare var PricingServiceException$: StaticErrorSchema;
|
|
29
|
+
export declare var DescribeServices$: StaticOperationSchema;
|
|
30
|
+
export declare var GetAttributeValues$: StaticOperationSchema;
|
|
31
|
+
export declare var GetPriceListFileUrl$: StaticOperationSchema;
|
|
32
|
+
export declare var GetProducts$: StaticOperationSchema;
|
|
33
|
+
export declare var ListPriceLists$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-pricing",
|
|
3
3
|
"description": "AWS SDK for JavaScript Pricing 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-pricing",
|
|
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
|
},
|