@aws-sdk/client-pricing 3.1075.0 → 3.1077.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +564 -15
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -49
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/PricingServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -117
- package/dist-cjs/runtimeConfig.browser.js +0 -32
- package/dist-cjs/runtimeConfig.js +0 -45
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -38
- package/dist-cjs/schemas/schemas_0.js +0 -246
|
@@ -1,246 +0,0 @@
|
|
|
1
|
-
const _ADE = "AccessDeniedException";
|
|
2
|
-
const _AN = "AttributeName";
|
|
3
|
-
const _ANt = "AttributeNames";
|
|
4
|
-
const _AV = "AttributeValue";
|
|
5
|
-
const _AVL = "AttributeValueList";
|
|
6
|
-
const _AVt = "AttributeValues";
|
|
7
|
-
const _CC = "CurrencyCode";
|
|
8
|
-
const _DS = "DescribeServices";
|
|
9
|
-
const _DSR = "DescribeServicesRequest";
|
|
10
|
-
const _DSRe = "DescribeServicesResponse";
|
|
11
|
-
const _ED = "EffectiveDate";
|
|
12
|
-
const _ENTE = "ExpiredNextTokenException";
|
|
13
|
-
const _F = "Filter";
|
|
14
|
-
const _FF = "FileFormat";
|
|
15
|
-
const _FFi = "FileFormats";
|
|
16
|
-
const _FV = "FormatVersion";
|
|
17
|
-
const _Fi = "Field";
|
|
18
|
-
const _Fil = "Filters";
|
|
19
|
-
const _GAV = "GetAttributeValues";
|
|
20
|
-
const _GAVR = "GetAttributeValuesRequest";
|
|
21
|
-
const _GAVRe = "GetAttributeValuesResponse";
|
|
22
|
-
const _GP = "GetProducts";
|
|
23
|
-
const _GPLFU = "GetPriceListFileUrl";
|
|
24
|
-
const _GPLFUR = "GetPriceListFileUrlRequest";
|
|
25
|
-
const _GPLFURe = "GetPriceListFileUrlResponse";
|
|
26
|
-
const _GPR = "GetProductsRequest";
|
|
27
|
-
const _GPRe = "GetProductsResponse";
|
|
28
|
-
const _IEE = "InternalErrorException";
|
|
29
|
-
const _INTE = "InvalidNextTokenException";
|
|
30
|
-
const _IPE = "InvalidParameterException";
|
|
31
|
-
const _LPL = "ListPriceLists";
|
|
32
|
-
const _LPLR = "ListPriceListsRequest";
|
|
33
|
-
const _LPLRi = "ListPriceListsResponse";
|
|
34
|
-
const _M = "Message";
|
|
35
|
-
const _MR = "MaxResults";
|
|
36
|
-
const _NFE = "NotFoundException";
|
|
37
|
-
const _NT = "NextToken";
|
|
38
|
-
const _PL = "PriceList";
|
|
39
|
-
const _PLA = "PriceListArn";
|
|
40
|
-
const _PLJI = "PriceListJsonItems";
|
|
41
|
-
const _PLr = "PriceLists";
|
|
42
|
-
const _RC = "RegionCode";
|
|
43
|
-
const _RNFE = "ResourceNotFoundException";
|
|
44
|
-
const _S = "Services";
|
|
45
|
-
const _SC = "ServiceCode";
|
|
46
|
-
const _SJPLJI = "SynthesizedJsonPriceListJsonItem";
|
|
47
|
-
const _SL = "ServiceList";
|
|
48
|
-
const _Se = "Service";
|
|
49
|
-
const _T = "Type";
|
|
50
|
-
const _TE = "ThrottlingException";
|
|
51
|
-
const _U = "Url";
|
|
52
|
-
const _V = "Value";
|
|
53
|
-
const _a = "application/json";
|
|
54
|
-
const _c = "client";
|
|
55
|
-
const _e = "error";
|
|
56
|
-
const _hE = "httpError";
|
|
57
|
-
const _mT = "mediaType";
|
|
58
|
-
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.pricing";
|
|
59
|
-
const _se = "server";
|
|
60
|
-
const n0 = "com.amazonaws.pricing";
|
|
61
|
-
const { TypeRegistry } = require("@smithy/core/schema");
|
|
62
|
-
const { AccessDeniedException, ExpiredNextTokenException, InternalErrorException, InvalidNextTokenException, InvalidParameterException, NotFoundException, ResourceNotFoundException, ThrottlingException } = require("../models/errors");
|
|
63
|
-
const { PricingServiceException } = require("../models/PricingServiceException");
|
|
64
|
-
const _s_registry = TypeRegistry.for(_s);
|
|
65
|
-
const PricingServiceException$ = [-3, _s, "PricingServiceException", 0, [], []];
|
|
66
|
-
exports.PricingServiceException$ = PricingServiceException$;
|
|
67
|
-
_s_registry.registerError(PricingServiceException$, PricingServiceException);
|
|
68
|
-
const n0_registry = TypeRegistry.for(n0);
|
|
69
|
-
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
70
|
-
{ [_e]: _c, [_hE]: 401 },
|
|
71
|
-
[_M],
|
|
72
|
-
[0]
|
|
73
|
-
];
|
|
74
|
-
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
75
|
-
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
76
|
-
const ExpiredNextTokenException$ = [-3, n0, _ENTE,
|
|
77
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
78
|
-
[_M],
|
|
79
|
-
[0]
|
|
80
|
-
];
|
|
81
|
-
exports.ExpiredNextTokenException$ = ExpiredNextTokenException$;
|
|
82
|
-
n0_registry.registerError(ExpiredNextTokenException$, ExpiredNextTokenException);
|
|
83
|
-
const InternalErrorException$ = [-3, n0, _IEE,
|
|
84
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
85
|
-
[_M],
|
|
86
|
-
[0]
|
|
87
|
-
];
|
|
88
|
-
exports.InternalErrorException$ = InternalErrorException$;
|
|
89
|
-
n0_registry.registerError(InternalErrorException$, InternalErrorException);
|
|
90
|
-
const InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
91
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
92
|
-
[_M],
|
|
93
|
-
[0]
|
|
94
|
-
];
|
|
95
|
-
exports.InvalidNextTokenException$ = InvalidNextTokenException$;
|
|
96
|
-
n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
97
|
-
const InvalidParameterException$ = [-3, n0, _IPE,
|
|
98
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
99
|
-
[_M],
|
|
100
|
-
[0]
|
|
101
|
-
];
|
|
102
|
-
exports.InvalidParameterException$ = InvalidParameterException$;
|
|
103
|
-
n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
|
|
104
|
-
const NotFoundException$ = [-3, n0, _NFE,
|
|
105
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
106
|
-
[_M],
|
|
107
|
-
[0]
|
|
108
|
-
];
|
|
109
|
-
exports.NotFoundException$ = NotFoundException$;
|
|
110
|
-
n0_registry.registerError(NotFoundException$, NotFoundException);
|
|
111
|
-
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
112
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
113
|
-
[_M],
|
|
114
|
-
[0]
|
|
115
|
-
];
|
|
116
|
-
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
117
|
-
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
118
|
-
const ThrottlingException$ = [-3, n0, _TE,
|
|
119
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
120
|
-
[_M],
|
|
121
|
-
[0]
|
|
122
|
-
];
|
|
123
|
-
exports.ThrottlingException$ = ThrottlingException$;
|
|
124
|
-
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
125
|
-
exports.errorTypeRegistries = [
|
|
126
|
-
_s_registry,
|
|
127
|
-
n0_registry,
|
|
128
|
-
];
|
|
129
|
-
var SynthesizedJsonPriceListJsonItem = [0, n0, _SJPLJI, { [_mT]: _a }, 0];
|
|
130
|
-
const AttributeValue$ = [3, n0, _AV,
|
|
131
|
-
0,
|
|
132
|
-
[_V],
|
|
133
|
-
[0]
|
|
134
|
-
];
|
|
135
|
-
exports.AttributeValue$ = AttributeValue$;
|
|
136
|
-
const DescribeServicesRequest$ = [3, n0, _DSR,
|
|
137
|
-
0,
|
|
138
|
-
[_SC, _FV, _NT, _MR],
|
|
139
|
-
[0, 0, 0, 1]
|
|
140
|
-
];
|
|
141
|
-
exports.DescribeServicesRequest$ = DescribeServicesRequest$;
|
|
142
|
-
const DescribeServicesResponse$ = [3, n0, _DSRe,
|
|
143
|
-
0,
|
|
144
|
-
[_S, _FV, _NT],
|
|
145
|
-
[() => ServiceList, 0, 0]
|
|
146
|
-
];
|
|
147
|
-
exports.DescribeServicesResponse$ = DescribeServicesResponse$;
|
|
148
|
-
const Filter$ = [3, n0, _F,
|
|
149
|
-
0,
|
|
150
|
-
[_T, _Fi, _V],
|
|
151
|
-
[0, 0, 0], 3
|
|
152
|
-
];
|
|
153
|
-
exports.Filter$ = Filter$;
|
|
154
|
-
const GetAttributeValuesRequest$ = [3, n0, _GAVR,
|
|
155
|
-
0,
|
|
156
|
-
[_SC, _AN, _NT, _MR],
|
|
157
|
-
[0, 0, 0, 1], 2
|
|
158
|
-
];
|
|
159
|
-
exports.GetAttributeValuesRequest$ = GetAttributeValuesRequest$;
|
|
160
|
-
const GetAttributeValuesResponse$ = [3, n0, _GAVRe,
|
|
161
|
-
0,
|
|
162
|
-
[_AVt, _NT],
|
|
163
|
-
[() => AttributeValueList, 0]
|
|
164
|
-
];
|
|
165
|
-
exports.GetAttributeValuesResponse$ = GetAttributeValuesResponse$;
|
|
166
|
-
const GetPriceListFileUrlRequest$ = [3, n0, _GPLFUR,
|
|
167
|
-
0,
|
|
168
|
-
[_PLA, _FF],
|
|
169
|
-
[0, 0], 2
|
|
170
|
-
];
|
|
171
|
-
exports.GetPriceListFileUrlRequest$ = GetPriceListFileUrlRequest$;
|
|
172
|
-
const GetPriceListFileUrlResponse$ = [3, n0, _GPLFURe,
|
|
173
|
-
0,
|
|
174
|
-
[_U],
|
|
175
|
-
[0]
|
|
176
|
-
];
|
|
177
|
-
exports.GetPriceListFileUrlResponse$ = GetPriceListFileUrlResponse$;
|
|
178
|
-
const GetProductsRequest$ = [3, n0, _GPR,
|
|
179
|
-
0,
|
|
180
|
-
[_SC, _Fil, _FV, _NT, _MR],
|
|
181
|
-
[0, () => Filters, 0, 0, 1], 1
|
|
182
|
-
];
|
|
183
|
-
exports.GetProductsRequest$ = GetProductsRequest$;
|
|
184
|
-
const GetProductsResponse$ = [3, n0, _GPRe,
|
|
185
|
-
0,
|
|
186
|
-
[_FV, _PL, _NT],
|
|
187
|
-
[0, [() => PriceListJsonItems, 0], 0]
|
|
188
|
-
];
|
|
189
|
-
exports.GetProductsResponse$ = GetProductsResponse$;
|
|
190
|
-
const ListPriceListsRequest$ = [3, n0, _LPLR,
|
|
191
|
-
0,
|
|
192
|
-
[_SC, _ED, _CC, _RC, _NT, _MR],
|
|
193
|
-
[0, 4, 0, 0, 0, 1], 3
|
|
194
|
-
];
|
|
195
|
-
exports.ListPriceListsRequest$ = ListPriceListsRequest$;
|
|
196
|
-
const ListPriceListsResponse$ = [3, n0, _LPLRi,
|
|
197
|
-
0,
|
|
198
|
-
[_PLr, _NT],
|
|
199
|
-
[() => PriceLists, 0]
|
|
200
|
-
];
|
|
201
|
-
exports.ListPriceListsResponse$ = ListPriceListsResponse$;
|
|
202
|
-
const PriceList$ = [3, n0, _PL,
|
|
203
|
-
0,
|
|
204
|
-
[_PLA, _RC, _CC, _FFi],
|
|
205
|
-
[0, 0, 0, 64 | 0]
|
|
206
|
-
];
|
|
207
|
-
exports.PriceList$ = PriceList$;
|
|
208
|
-
const Service$ = [3, n0, _Se,
|
|
209
|
-
0,
|
|
210
|
-
[_SC, _ANt],
|
|
211
|
-
[0, 64 | 0], 1
|
|
212
|
-
];
|
|
213
|
-
exports.Service$ = Service$;
|
|
214
|
-
var AttributeNameList = 64 | 0;
|
|
215
|
-
var AttributeValueList = [1, n0, _AVL,
|
|
216
|
-
0, () => AttributeValue$
|
|
217
|
-
];
|
|
218
|
-
var FileFormats = 64 | 0;
|
|
219
|
-
var Filters = [1, n0, _Fil,
|
|
220
|
-
0, () => Filter$
|
|
221
|
-
];
|
|
222
|
-
var PriceListJsonItems = [1, n0, _PLJI,
|
|
223
|
-
0, [() => SynthesizedJsonPriceListJsonItem,
|
|
224
|
-
0]
|
|
225
|
-
];
|
|
226
|
-
var PriceLists = [1, n0, _PLr,
|
|
227
|
-
0, () => PriceList$
|
|
228
|
-
];
|
|
229
|
-
var ServiceList = [1, n0, _SL,
|
|
230
|
-
0, () => Service$
|
|
231
|
-
];
|
|
232
|
-
exports.DescribeServices$ = [9, n0, _DS,
|
|
233
|
-
0, () => DescribeServicesRequest$, () => DescribeServicesResponse$
|
|
234
|
-
];
|
|
235
|
-
exports.GetAttributeValues$ = [9, n0, _GAV,
|
|
236
|
-
0, () => GetAttributeValuesRequest$, () => GetAttributeValuesResponse$
|
|
237
|
-
];
|
|
238
|
-
exports.GetPriceListFileUrl$ = [9, n0, _GPLFU,
|
|
239
|
-
0, () => GetPriceListFileUrlRequest$, () => GetPriceListFileUrlResponse$
|
|
240
|
-
];
|
|
241
|
-
exports.GetProducts$ = [9, n0, _GP,
|
|
242
|
-
0, () => GetProductsRequest$, () => GetProductsResponse$
|
|
243
|
-
];
|
|
244
|
-
exports.ListPriceLists$ = [9, n0, _LPL,
|
|
245
|
-
0, () => ListPriceListsRequest$, () => ListPriceListsResponse$
|
|
246
|
-
];
|