@aws-sdk/client-savingsplans 3.987.0 → 3.989.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 +29 -493
- package/dist-cjs/models/SavingsplansServiceException.js +12 -0
- package/dist-cjs/models/errors.js +56 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +406 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +41 -35
- package/dist-types/schemas/schemas_0.d.ts +12 -5
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -5
- package/package.json +13 -13
|
@@ -9,6 +9,7 @@ const util_base64_1 = require("@smithy/util-base64");
|
|
|
9
9
|
const util_utf8_1 = require("@smithy/util-utf8");
|
|
10
10
|
const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
|
|
11
11
|
const endpointResolver_1 = require("./endpoint/endpointResolver");
|
|
12
|
+
const schemas_0_1 = require("./schemas/schemas_0");
|
|
12
13
|
const getRuntimeConfig = (config) => {
|
|
13
14
|
return {
|
|
14
15
|
apiVersion: "2019-06-28",
|
|
@@ -29,6 +30,7 @@ const getRuntimeConfig = (config) => {
|
|
|
29
30
|
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
30
31
|
protocolSettings: config?.protocolSettings ?? {
|
|
31
32
|
defaultNamespace: "com.amazonaws.savingsplans",
|
|
33
|
+
errorTypeRegistries: schemas_0_1.errorTypeRegistries,
|
|
32
34
|
version: "2019-06-28",
|
|
33
35
|
serviceTarget: "AWSSavingsPlan",
|
|
34
36
|
},
|
|
@@ -0,0 +1,406 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UntagResource$ = exports.TagResource$ = exports.ReturnSavingsPlan$ = exports.ListTagsForResource$ = exports.DescribeSavingsPlansOfferings$ = exports.DescribeSavingsPlansOfferingRates$ = exports.DescribeSavingsPlans$ = exports.DescribeSavingsPlanRates$ = exports.DeleteQueuedSavingsPlan$ = exports.CreateSavingsPlan$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SavingsPlanRateProperty$ = exports.SavingsPlanRateFilter$ = exports.SavingsPlanRate$ = exports.SavingsPlanOfferingRateProperty$ = exports.SavingsPlanOfferingRateFilterElement$ = exports.SavingsPlanOfferingRate$ = exports.SavingsPlanOfferingProperty$ = exports.SavingsPlanOfferingFilterElement$ = exports.SavingsPlanOffering$ = exports.SavingsPlanFilter$ = exports.SavingsPlan$ = exports.ReturnSavingsPlanResponse$ = exports.ReturnSavingsPlanRequest$ = exports.ParentSavingsPlanOffering$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.DescribeSavingsPlansResponse$ = exports.DescribeSavingsPlansRequest$ = exports.DescribeSavingsPlansOfferingsResponse$ = exports.DescribeSavingsPlansOfferingsRequest$ = exports.DescribeSavingsPlansOfferingRatesResponse$ = exports.DescribeSavingsPlansOfferingRatesRequest$ = exports.DescribeSavingsPlanRatesResponse$ = exports.DescribeSavingsPlanRatesRequest$ = exports.DeleteQueuedSavingsPlanResponse$ = exports.DeleteQueuedSavingsPlanRequest$ = exports.CreateSavingsPlanResponse$ = exports.CreateSavingsPlanRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.SavingsplansServiceException$ = void 0;
|
|
4
|
+
const _CSP = "CreateSavingsPlan";
|
|
5
|
+
const _CSPR = "CreateSavingsPlanRequest";
|
|
6
|
+
const _CSPRr = "CreateSavingsPlanResponse";
|
|
7
|
+
const _DQSP = "DeleteQueuedSavingsPlan";
|
|
8
|
+
const _DQSPR = "DeleteQueuedSavingsPlanRequest";
|
|
9
|
+
const _DQSPRe = "DeleteQueuedSavingsPlanResponse";
|
|
10
|
+
const _DSP = "DescribeSavingsPlans";
|
|
11
|
+
const _DSPO = "DescribeSavingsPlansOfferings";
|
|
12
|
+
const _DSPOR = "DescribeSavingsPlansOfferingsRequest";
|
|
13
|
+
const _DSPORR = "DescribeSavingsPlansOfferingRatesRequest";
|
|
14
|
+
const _DSPORRe = "DescribeSavingsPlansOfferingRatesResponse";
|
|
15
|
+
const _DSPORe = "DescribeSavingsPlansOfferingsResponse";
|
|
16
|
+
const _DSPORes = "DescribeSavingsPlansOfferingRates";
|
|
17
|
+
const _DSPR = "DescribeSavingsPlansRequest";
|
|
18
|
+
const _DSPRR = "DescribeSavingsPlanRatesRequest";
|
|
19
|
+
const _DSPRRe = "DescribeSavingsPlanRatesResponse";
|
|
20
|
+
const _DSPRe = "DescribeSavingsPlansResponse";
|
|
21
|
+
const _DSPRes = "DescribeSavingsPlanRates";
|
|
22
|
+
const _ISE = "InternalServerException";
|
|
23
|
+
const _LTFR = "ListTagsForResource";
|
|
24
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
25
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
26
|
+
const _PSPO = "ParentSavingsPlanOffering";
|
|
27
|
+
const _RNFE = "ResourceNotFoundException";
|
|
28
|
+
const _RSP = "ReturnSavingsPlan";
|
|
29
|
+
const _RSPR = "ReturnSavingsPlanRequest";
|
|
30
|
+
const _RSPRe = "ReturnSavingsPlanResponse";
|
|
31
|
+
const _SP = "SavingsPlan";
|
|
32
|
+
const _SPF = "SavingsPlanFilter";
|
|
33
|
+
const _SPFL = "SavingsPlanFilterList";
|
|
34
|
+
const _SPL = "SavingsPlanList";
|
|
35
|
+
const _SPO = "SavingsPlanOffering";
|
|
36
|
+
const _SPOFE = "SavingsPlanOfferingFilterElement";
|
|
37
|
+
const _SPOFL = "SavingsPlanOfferingFiltersList";
|
|
38
|
+
const _SPOL = "SavingsPlanOfferingsList";
|
|
39
|
+
const _SPOP = "SavingsPlanOfferingProperty";
|
|
40
|
+
const _SPOPL = "SavingsPlanOfferingPropertyList";
|
|
41
|
+
const _SPOR = "SavingsPlanOfferingRate";
|
|
42
|
+
const _SPORFE = "SavingsPlanOfferingRateFilterElement";
|
|
43
|
+
const _SPORFL = "SavingsPlanOfferingRateFiltersList";
|
|
44
|
+
const _SPORL = "SavingsPlanOfferingRatesList";
|
|
45
|
+
const _SPORP = "SavingsPlanOfferingRateProperty";
|
|
46
|
+
const _SPORPL = "SavingsPlanOfferingRatePropertyList";
|
|
47
|
+
const _SPR = "SavingsPlanRate";
|
|
48
|
+
const _SPRF = "SavingsPlanRateFilter";
|
|
49
|
+
const _SPRFL = "SavingsPlanRateFilterList";
|
|
50
|
+
const _SPRL = "SavingsPlanRateList";
|
|
51
|
+
const _SPRP = "SavingsPlanRateProperty";
|
|
52
|
+
const _SPRPL = "SavingsPlanRatePropertyList";
|
|
53
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
54
|
+
const _TR = "TagResource";
|
|
55
|
+
const _TRR = "TagResourceRequest";
|
|
56
|
+
const _TRRa = "TagResourceResponse";
|
|
57
|
+
const _UR = "UntagResource";
|
|
58
|
+
const _URR = "UntagResourceRequest";
|
|
59
|
+
const _URRn = "UntagResourceResponse";
|
|
60
|
+
const _VE = "ValidationException";
|
|
61
|
+
const _aQE = "awsQueryError";
|
|
62
|
+
const _c = "client";
|
|
63
|
+
const _cT = "clientToken";
|
|
64
|
+
const _co = "commitment";
|
|
65
|
+
const _cu = "currencies";
|
|
66
|
+
const _cur = "currency";
|
|
67
|
+
const _d = "durations";
|
|
68
|
+
const _dS = "durationSeconds";
|
|
69
|
+
const _de = "descriptions";
|
|
70
|
+
const _des = "description";
|
|
71
|
+
const _e = "error";
|
|
72
|
+
const _eIF = "ec2InstanceFamily";
|
|
73
|
+
const _en = "end";
|
|
74
|
+
const _f = "filters";
|
|
75
|
+
const _h = "http";
|
|
76
|
+
const _hE = "httpError";
|
|
77
|
+
const _m = "message";
|
|
78
|
+
const _mR = "maxResults";
|
|
79
|
+
const _n = "name";
|
|
80
|
+
const _nT = "nextToken";
|
|
81
|
+
const _o = "operations";
|
|
82
|
+
const _oI = "offeringIds";
|
|
83
|
+
const _oIf = "offeringId";
|
|
84
|
+
const _op = "operation";
|
|
85
|
+
const _p = "products";
|
|
86
|
+
const _pD = "planDescription";
|
|
87
|
+
const _pO = "paymentOptions";
|
|
88
|
+
const _pOa = "paymentOption";
|
|
89
|
+
const _pT = "purchaseTime";
|
|
90
|
+
const _pTl = "planTypes";
|
|
91
|
+
const _pTla = "planType";
|
|
92
|
+
const _pTr = "productType";
|
|
93
|
+
const _pTro = "productTypes";
|
|
94
|
+
const _pr = "properties";
|
|
95
|
+
const _r = "region";
|
|
96
|
+
const _rA = "resourceArn";
|
|
97
|
+
const _rPA = "recurringPaymentAmount";
|
|
98
|
+
const _rU = "returnableUntil";
|
|
99
|
+
const _ra = "rate";
|
|
100
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.savingsplans";
|
|
101
|
+
const _sC = "serviceCodes";
|
|
102
|
+
const _sCe = "serviceCode";
|
|
103
|
+
const _sP = "savingsPlans";
|
|
104
|
+
const _sPA = "savingsPlanArns";
|
|
105
|
+
const _sPAa = "savingsPlanArn";
|
|
106
|
+
const _sPI = "savingsPlanId";
|
|
107
|
+
const _sPIa = "savingsPlanIds";
|
|
108
|
+
const _sPO = "savingsPlanOffering";
|
|
109
|
+
const _sPOI = "savingsPlanOfferingId";
|
|
110
|
+
const _sPOIa = "savingsPlanOfferingIds";
|
|
111
|
+
const _sPPO = "savingsPlanPaymentOptions";
|
|
112
|
+
const _sPT = "savingsPlanTypes";
|
|
113
|
+
const _sPTa = "savingsPlanType";
|
|
114
|
+
const _sR = "searchResults";
|
|
115
|
+
const _se = "server";
|
|
116
|
+
const _st = "states";
|
|
117
|
+
const _sta = "start";
|
|
118
|
+
const _stat = "state";
|
|
119
|
+
const _t = "tags";
|
|
120
|
+
const _tDIS = "termDurationInSeconds";
|
|
121
|
+
const _tK = "tagKeys";
|
|
122
|
+
const _u = "unit";
|
|
123
|
+
const _uPA = "upfrontPaymentAmount";
|
|
124
|
+
const _uT = "usageTypes";
|
|
125
|
+
const _uTs = "usageType";
|
|
126
|
+
const _v = "values";
|
|
127
|
+
const _va = "value";
|
|
128
|
+
const n0 = "com.amazonaws.savingsplans";
|
|
129
|
+
const schema_1 = require("@smithy/core/schema");
|
|
130
|
+
const errors_1 = require("../models/errors");
|
|
131
|
+
const SavingsplansServiceException_1 = require("../models/SavingsplansServiceException");
|
|
132
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
133
|
+
exports.SavingsplansServiceException$ = [-3, _s, "SavingsplansServiceException", 0, [], []];
|
|
134
|
+
_s_registry.registerError(exports.SavingsplansServiceException$, SavingsplansServiceException_1.SavingsplansServiceException);
|
|
135
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
136
|
+
exports.InternalServerException$ = [-3, n0, _ISE,
|
|
137
|
+
{ [_aQE]: [`InternalServerException`, 500], [_e]: _se, [_hE]: 500 },
|
|
138
|
+
[_m],
|
|
139
|
+
[0], 1
|
|
140
|
+
];
|
|
141
|
+
n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
|
|
142
|
+
exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
143
|
+
{ [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
|
|
144
|
+
[_m],
|
|
145
|
+
[0], 1
|
|
146
|
+
];
|
|
147
|
+
n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
|
|
148
|
+
exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
149
|
+
{ [_aQE]: [`ServiceQuotaExceededException`, 402], [_e]: _c, [_hE]: 402 },
|
|
150
|
+
[_m],
|
|
151
|
+
[0], 1
|
|
152
|
+
];
|
|
153
|
+
n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
|
|
154
|
+
exports.ValidationException$ = [-3, n0, _VE,
|
|
155
|
+
{ [_aQE]: [`ValidationException`, 400], [_e]: _c, [_hE]: 400 },
|
|
156
|
+
[_m],
|
|
157
|
+
[0], 1
|
|
158
|
+
];
|
|
159
|
+
n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
|
|
160
|
+
exports.errorTypeRegistries = [
|
|
161
|
+
_s_registry,
|
|
162
|
+
n0_registry,
|
|
163
|
+
];
|
|
164
|
+
exports.CreateSavingsPlanRequest$ = [3, n0, _CSPR,
|
|
165
|
+
0,
|
|
166
|
+
[_sPOI, _co, _uPA, _pT, _cT, _t],
|
|
167
|
+
[0, 0, 0, 4, [0, 4], 128 | 0], 2
|
|
168
|
+
];
|
|
169
|
+
exports.CreateSavingsPlanResponse$ = [3, n0, _CSPRr,
|
|
170
|
+
0,
|
|
171
|
+
[_sPI],
|
|
172
|
+
[0]
|
|
173
|
+
];
|
|
174
|
+
exports.DeleteQueuedSavingsPlanRequest$ = [3, n0, _DQSPR,
|
|
175
|
+
0,
|
|
176
|
+
[_sPI],
|
|
177
|
+
[0], 1
|
|
178
|
+
];
|
|
179
|
+
exports.DeleteQueuedSavingsPlanResponse$ = [3, n0, _DQSPRe,
|
|
180
|
+
0,
|
|
181
|
+
[],
|
|
182
|
+
[]
|
|
183
|
+
];
|
|
184
|
+
exports.DescribeSavingsPlanRatesRequest$ = [3, n0, _DSPRR,
|
|
185
|
+
0,
|
|
186
|
+
[_sPI, _f, _nT, _mR],
|
|
187
|
+
[0, () => SavingsPlanRateFilterList, 0, 1], 1
|
|
188
|
+
];
|
|
189
|
+
exports.DescribeSavingsPlanRatesResponse$ = [3, n0, _DSPRRe,
|
|
190
|
+
0,
|
|
191
|
+
[_sPI, _sR, _nT],
|
|
192
|
+
[0, () => SavingsPlanRateList, 0]
|
|
193
|
+
];
|
|
194
|
+
exports.DescribeSavingsPlansOfferingRatesRequest$ = [3, n0, _DSPORR,
|
|
195
|
+
0,
|
|
196
|
+
[_sPOIa, _sPPO, _sPT, _p, _sC, _uT, _o, _f, _nT, _mR],
|
|
197
|
+
[64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => SavingsPlanOfferingRateFiltersList, 0, 1]
|
|
198
|
+
];
|
|
199
|
+
exports.DescribeSavingsPlansOfferingRatesResponse$ = [3, n0, _DSPORRe,
|
|
200
|
+
0,
|
|
201
|
+
[_sR, _nT],
|
|
202
|
+
[() => SavingsPlanOfferingRatesList, 0]
|
|
203
|
+
];
|
|
204
|
+
exports.DescribeSavingsPlansOfferingsRequest$ = [3, n0, _DSPOR,
|
|
205
|
+
0,
|
|
206
|
+
[_oI, _pO, _pTr, _pTl, _d, _cu, _de, _sC, _uT, _o, _f, _nT, _mR],
|
|
207
|
+
[64 | 0, 64 | 0, 0, 64 | 0, 64 | 1, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => SavingsPlanOfferingFiltersList, 0, 1]
|
|
208
|
+
];
|
|
209
|
+
exports.DescribeSavingsPlansOfferingsResponse$ = [3, n0, _DSPORe,
|
|
210
|
+
0,
|
|
211
|
+
[_sR, _nT],
|
|
212
|
+
[() => SavingsPlanOfferingsList, 0]
|
|
213
|
+
];
|
|
214
|
+
exports.DescribeSavingsPlansRequest$ = [3, n0, _DSPR,
|
|
215
|
+
0,
|
|
216
|
+
[_sPA, _sPIa, _nT, _mR, _st, _f],
|
|
217
|
+
[64 | 0, 64 | 0, 0, 1, 64 | 0, () => SavingsPlanFilterList]
|
|
218
|
+
];
|
|
219
|
+
exports.DescribeSavingsPlansResponse$ = [3, n0, _DSPRe,
|
|
220
|
+
0,
|
|
221
|
+
[_sP, _nT],
|
|
222
|
+
[() => SavingsPlanList, 0]
|
|
223
|
+
];
|
|
224
|
+
exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
225
|
+
0,
|
|
226
|
+
[_rA],
|
|
227
|
+
[0], 1
|
|
228
|
+
];
|
|
229
|
+
exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
230
|
+
0,
|
|
231
|
+
[_t],
|
|
232
|
+
[128 | 0]
|
|
233
|
+
];
|
|
234
|
+
exports.ParentSavingsPlanOffering$ = [3, n0, _PSPO,
|
|
235
|
+
0,
|
|
236
|
+
[_oIf, _pOa, _pTla, _dS, _cur, _pD],
|
|
237
|
+
[0, 0, 0, 1, 0, 0]
|
|
238
|
+
];
|
|
239
|
+
exports.ReturnSavingsPlanRequest$ = [3, n0, _RSPR,
|
|
240
|
+
0,
|
|
241
|
+
[_sPI, _cT],
|
|
242
|
+
[0, [0, 4]], 1
|
|
243
|
+
];
|
|
244
|
+
exports.ReturnSavingsPlanResponse$ = [3, n0, _RSPRe,
|
|
245
|
+
0,
|
|
246
|
+
[_sPI],
|
|
247
|
+
[0]
|
|
248
|
+
];
|
|
249
|
+
exports.SavingsPlan$ = [3, n0, _SP,
|
|
250
|
+
0,
|
|
251
|
+
[_oIf, _sPI, _sPAa, _des, _sta, _en, _stat, _r, _eIF, _sPTa, _pOa, _pTro, _cur, _co, _uPA, _rPA, _tDIS, _t, _rU],
|
|
252
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, 1, 128 | 0, 0]
|
|
253
|
+
];
|
|
254
|
+
exports.SavingsPlanFilter$ = [3, n0, _SPF,
|
|
255
|
+
0,
|
|
256
|
+
[_n, _v],
|
|
257
|
+
[0, 64 | 0]
|
|
258
|
+
];
|
|
259
|
+
exports.SavingsPlanOffering$ = [3, n0, _SPO,
|
|
260
|
+
0,
|
|
261
|
+
[_oIf, _pTro, _pTla, _des, _pOa, _dS, _cur, _sCe, _uTs, _op, _pr],
|
|
262
|
+
[0, 64 | 0, 0, 0, 0, 1, 0, 0, 0, 0, () => SavingsPlanOfferingPropertyList]
|
|
263
|
+
];
|
|
264
|
+
exports.SavingsPlanOfferingFilterElement$ = [3, n0, _SPOFE,
|
|
265
|
+
0,
|
|
266
|
+
[_n, _v],
|
|
267
|
+
[0, 64 | 0]
|
|
268
|
+
];
|
|
269
|
+
exports.SavingsPlanOfferingProperty$ = [3, n0, _SPOP,
|
|
270
|
+
0,
|
|
271
|
+
[_n, _va],
|
|
272
|
+
[0, 0]
|
|
273
|
+
];
|
|
274
|
+
exports.SavingsPlanOfferingRate$ = [3, n0, _SPOR,
|
|
275
|
+
0,
|
|
276
|
+
[_sPO, _ra, _u, _pTr, _sCe, _uTs, _op, _pr],
|
|
277
|
+
[() => exports.ParentSavingsPlanOffering$, 0, 0, 0, 0, 0, 0, () => SavingsPlanOfferingRatePropertyList]
|
|
278
|
+
];
|
|
279
|
+
exports.SavingsPlanOfferingRateFilterElement$ = [3, n0, _SPORFE,
|
|
280
|
+
0,
|
|
281
|
+
[_n, _v],
|
|
282
|
+
[0, 64 | 0]
|
|
283
|
+
];
|
|
284
|
+
exports.SavingsPlanOfferingRateProperty$ = [3, n0, _SPORP,
|
|
285
|
+
0,
|
|
286
|
+
[_n, _va],
|
|
287
|
+
[0, 0]
|
|
288
|
+
];
|
|
289
|
+
exports.SavingsPlanRate$ = [3, n0, _SPR,
|
|
290
|
+
0,
|
|
291
|
+
[_ra, _cur, _u, _pTr, _sCe, _uTs, _op, _pr],
|
|
292
|
+
[0, 0, 0, 0, 0, 0, 0, () => SavingsPlanRatePropertyList]
|
|
293
|
+
];
|
|
294
|
+
exports.SavingsPlanRateFilter$ = [3, n0, _SPRF,
|
|
295
|
+
0,
|
|
296
|
+
[_n, _v],
|
|
297
|
+
[0, 64 | 0]
|
|
298
|
+
];
|
|
299
|
+
exports.SavingsPlanRateProperty$ = [3, n0, _SPRP,
|
|
300
|
+
0,
|
|
301
|
+
[_n, _va],
|
|
302
|
+
[0, 0]
|
|
303
|
+
];
|
|
304
|
+
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
305
|
+
0,
|
|
306
|
+
[_rA, _t],
|
|
307
|
+
[0, 128 | 0], 2
|
|
308
|
+
];
|
|
309
|
+
exports.TagResourceResponse$ = [3, n0, _TRRa,
|
|
310
|
+
0,
|
|
311
|
+
[],
|
|
312
|
+
[]
|
|
313
|
+
];
|
|
314
|
+
exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
315
|
+
0,
|
|
316
|
+
[_rA, _tK],
|
|
317
|
+
[0, 64 | 0], 2
|
|
318
|
+
];
|
|
319
|
+
exports.UntagResourceResponse$ = [3, n0, _URRn,
|
|
320
|
+
0,
|
|
321
|
+
[],
|
|
322
|
+
[]
|
|
323
|
+
];
|
|
324
|
+
var CurrencyList = 64 | 0;
|
|
325
|
+
var DurationsList = 64 | 1;
|
|
326
|
+
var FilterValuesList = 64 | 0;
|
|
327
|
+
var ListOfStrings = 64 | 0;
|
|
328
|
+
var SavingsPlanArnList = 64 | 0;
|
|
329
|
+
var SavingsPlanDescriptionsList = 64 | 0;
|
|
330
|
+
var SavingsPlanFilterList = [1, n0, _SPFL,
|
|
331
|
+
0, () => exports.SavingsPlanFilter$
|
|
332
|
+
];
|
|
333
|
+
var SavingsPlanIdList = 64 | 0;
|
|
334
|
+
var SavingsPlanList = [1, n0, _SPL,
|
|
335
|
+
0, () => exports.SavingsPlan$
|
|
336
|
+
];
|
|
337
|
+
var SavingsPlanOfferingFiltersList = [1, n0, _SPOFL,
|
|
338
|
+
0, () => exports.SavingsPlanOfferingFilterElement$
|
|
339
|
+
];
|
|
340
|
+
var SavingsPlanOfferingPropertyList = [1, n0, _SPOPL,
|
|
341
|
+
0, () => exports.SavingsPlanOfferingProperty$
|
|
342
|
+
];
|
|
343
|
+
var SavingsPlanOfferingRateFiltersList = [1, n0, _SPORFL,
|
|
344
|
+
0, () => exports.SavingsPlanOfferingRateFilterElement$
|
|
345
|
+
];
|
|
346
|
+
var SavingsPlanOfferingRatePropertyList = [1, n0, _SPORPL,
|
|
347
|
+
0, () => exports.SavingsPlanOfferingRateProperty$
|
|
348
|
+
];
|
|
349
|
+
var SavingsPlanOfferingRatesList = [1, n0, _SPORL,
|
|
350
|
+
0, () => exports.SavingsPlanOfferingRate$
|
|
351
|
+
];
|
|
352
|
+
var SavingsPlanOfferingsList = [1, n0, _SPOL,
|
|
353
|
+
0, () => exports.SavingsPlanOffering$
|
|
354
|
+
];
|
|
355
|
+
var SavingsPlanOperationList = 64 | 0;
|
|
356
|
+
var SavingsPlanPaymentOptionList = 64 | 0;
|
|
357
|
+
var SavingsPlanProductTypeList = 64 | 0;
|
|
358
|
+
var SavingsPlanRateFilterList = [1, n0, _SPRFL,
|
|
359
|
+
0, () => exports.SavingsPlanRateFilter$
|
|
360
|
+
];
|
|
361
|
+
var SavingsPlanRateList = [1, n0, _SPRL,
|
|
362
|
+
0, () => exports.SavingsPlanRate$
|
|
363
|
+
];
|
|
364
|
+
var SavingsPlanRateOperationList = 64 | 0;
|
|
365
|
+
var SavingsPlanRatePropertyList = [1, n0, _SPRPL,
|
|
366
|
+
0, () => exports.SavingsPlanRateProperty$
|
|
367
|
+
];
|
|
368
|
+
var SavingsPlanRateServiceCodeList = 64 | 0;
|
|
369
|
+
var SavingsPlanRateUsageTypeList = 64 | 0;
|
|
370
|
+
var SavingsPlanServiceCodeList = 64 | 0;
|
|
371
|
+
var SavingsPlanStateList = 64 | 0;
|
|
372
|
+
var SavingsPlanTypeList = 64 | 0;
|
|
373
|
+
var SavingsPlanUsageTypeList = 64 | 0;
|
|
374
|
+
var TagKeyList = 64 | 0;
|
|
375
|
+
var UUIDs = 64 | 0;
|
|
376
|
+
var TagMap = 128 | 0;
|
|
377
|
+
exports.CreateSavingsPlan$ = [9, n0, _CSP,
|
|
378
|
+
{ [_h]: ["POST", "/CreateSavingsPlan", 200] }, () => exports.CreateSavingsPlanRequest$, () => exports.CreateSavingsPlanResponse$
|
|
379
|
+
];
|
|
380
|
+
exports.DeleteQueuedSavingsPlan$ = [9, n0, _DQSP,
|
|
381
|
+
{ [_h]: ["POST", "/DeleteQueuedSavingsPlan", 200] }, () => exports.DeleteQueuedSavingsPlanRequest$, () => exports.DeleteQueuedSavingsPlanResponse$
|
|
382
|
+
];
|
|
383
|
+
exports.DescribeSavingsPlanRates$ = [9, n0, _DSPRes,
|
|
384
|
+
{ [_h]: ["POST", "/DescribeSavingsPlanRates", 200] }, () => exports.DescribeSavingsPlanRatesRequest$, () => exports.DescribeSavingsPlanRatesResponse$
|
|
385
|
+
];
|
|
386
|
+
exports.DescribeSavingsPlans$ = [9, n0, _DSP,
|
|
387
|
+
{ [_h]: ["POST", "/DescribeSavingsPlans", 200] }, () => exports.DescribeSavingsPlansRequest$, () => exports.DescribeSavingsPlansResponse$
|
|
388
|
+
];
|
|
389
|
+
exports.DescribeSavingsPlansOfferingRates$ = [9, n0, _DSPORes,
|
|
390
|
+
{ [_h]: ["POST", "/DescribeSavingsPlansOfferingRates", 200] }, () => exports.DescribeSavingsPlansOfferingRatesRequest$, () => exports.DescribeSavingsPlansOfferingRatesResponse$
|
|
391
|
+
];
|
|
392
|
+
exports.DescribeSavingsPlansOfferings$ = [9, n0, _DSPO,
|
|
393
|
+
{ [_h]: ["POST", "/DescribeSavingsPlansOfferings", 200] }, () => exports.DescribeSavingsPlansOfferingsRequest$, () => exports.DescribeSavingsPlansOfferingsResponse$
|
|
394
|
+
];
|
|
395
|
+
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
396
|
+
{ [_h]: ["POST", "/ListTagsForResource", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
|
|
397
|
+
];
|
|
398
|
+
exports.ReturnSavingsPlan$ = [9, n0, _RSP,
|
|
399
|
+
{ [_h]: ["POST", "/ReturnSavingsPlan", 200] }, () => exports.ReturnSavingsPlanRequest$, () => exports.ReturnSavingsPlanResponse$
|
|
400
|
+
];
|
|
401
|
+
exports.TagResource$ = [9, n0, _TR,
|
|
402
|
+
{ [_h]: ["POST", "/TagResource", 200] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
|
|
403
|
+
];
|
|
404
|
+
exports.UntagResource$ = [9, n0, _UR,
|
|
405
|
+
{ [_h]: ["POST", "/UntagResource", 200] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
|
|
406
|
+
];
|
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultSavingsplansHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2019-06-28",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.savingsplans",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2019-06-28",
|
|
30
32
|
serviceTarget: "AWSSavingsPlan",
|
|
31
33
|
},
|
|
@@ -56,9 +56,9 @@ const _URR = "UntagResourceRequest";
|
|
|
56
56
|
const _URRn = "UntagResourceResponse";
|
|
57
57
|
const _VE = "ValidationException";
|
|
58
58
|
const _aQE = "awsQueryError";
|
|
59
|
-
const _c = "
|
|
59
|
+
const _c = "client";
|
|
60
60
|
const _cT = "clientToken";
|
|
61
|
-
const
|
|
61
|
+
const _co = "commitment";
|
|
62
62
|
const _cu = "currencies";
|
|
63
63
|
const _cur = "currency";
|
|
64
64
|
const _d = "durations";
|
|
@@ -94,7 +94,7 @@ const _rA = "resourceArn";
|
|
|
94
94
|
const _rPA = "recurringPaymentAmount";
|
|
95
95
|
const _rU = "returnableUntil";
|
|
96
96
|
const _ra = "rate";
|
|
97
|
-
const _s = "
|
|
97
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.savingsplans";
|
|
98
98
|
const _sC = "serviceCodes";
|
|
99
99
|
const _sCe = "serviceCode";
|
|
100
100
|
const _sP = "savingsPlans";
|
|
@@ -110,9 +110,9 @@ const _sPT = "savingsPlanTypes";
|
|
|
110
110
|
const _sPTa = "savingsPlanType";
|
|
111
111
|
const _sR = "searchResults";
|
|
112
112
|
const _se = "server";
|
|
113
|
-
const
|
|
114
|
-
const
|
|
115
|
-
const
|
|
113
|
+
const _st = "states";
|
|
114
|
+
const _sta = "start";
|
|
115
|
+
const _stat = "state";
|
|
116
116
|
const _t = "tags";
|
|
117
117
|
const _tDIS = "termDurationInSeconds";
|
|
118
118
|
const _tK = "tagKeys";
|
|
@@ -126,9 +126,41 @@ const n0 = "com.amazonaws.savingsplans";
|
|
|
126
126
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
127
127
|
import { InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, } from "../models/errors";
|
|
128
128
|
import { SavingsplansServiceException } from "../models/SavingsplansServiceException";
|
|
129
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
130
|
+
export var SavingsplansServiceException$ = [-3, _s, "SavingsplansServiceException", 0, [], []];
|
|
131
|
+
_s_registry.registerError(SavingsplansServiceException$, SavingsplansServiceException);
|
|
132
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
133
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
134
|
+
{ [_aQE]: [`InternalServerException`, 500], [_e]: _se, [_hE]: 500 },
|
|
135
|
+
[_m],
|
|
136
|
+
[0], 1
|
|
137
|
+
];
|
|
138
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
139
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
140
|
+
{ [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
|
|
141
|
+
[_m],
|
|
142
|
+
[0], 1
|
|
143
|
+
];
|
|
144
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
145
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
146
|
+
{ [_aQE]: [`ServiceQuotaExceededException`, 402], [_e]: _c, [_hE]: 402 },
|
|
147
|
+
[_m],
|
|
148
|
+
[0], 1
|
|
149
|
+
];
|
|
150
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
151
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
152
|
+
{ [_aQE]: [`ValidationException`, 400], [_e]: _c, [_hE]: 400 },
|
|
153
|
+
[_m],
|
|
154
|
+
[0], 1
|
|
155
|
+
];
|
|
156
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
157
|
+
export const errorTypeRegistries = [
|
|
158
|
+
_s_registry,
|
|
159
|
+
n0_registry,
|
|
160
|
+
];
|
|
129
161
|
export var CreateSavingsPlanRequest$ = [3, n0, _CSPR,
|
|
130
162
|
0,
|
|
131
|
-
[_sPOI,
|
|
163
|
+
[_sPOI, _co, _uPA, _pT, _cT, _t],
|
|
132
164
|
[0, 0, 0, 4, [0, 4], 128 | 0], 2
|
|
133
165
|
];
|
|
134
166
|
export var CreateSavingsPlanResponse$ = [3, n0, _CSPRr,
|
|
@@ -178,7 +210,7 @@ export var DescribeSavingsPlansOfferingsResponse$ = [3, n0, _DSPORe,
|
|
|
178
210
|
];
|
|
179
211
|
export var DescribeSavingsPlansRequest$ = [3, n0, _DSPR,
|
|
180
212
|
0,
|
|
181
|
-
[_sPA, _sPIa, _nT, _mR,
|
|
213
|
+
[_sPA, _sPIa, _nT, _mR, _st, _f],
|
|
182
214
|
[64 | 0, 64 | 0, 0, 1, 64 | 0, () => SavingsPlanFilterList]
|
|
183
215
|
];
|
|
184
216
|
export var DescribeSavingsPlansResponse$ = [3, n0, _DSPRe,
|
|
@@ -186,12 +218,6 @@ export var DescribeSavingsPlansResponse$ = [3, n0, _DSPRe,
|
|
|
186
218
|
[_sP, _nT],
|
|
187
219
|
[() => SavingsPlanList, 0]
|
|
188
220
|
];
|
|
189
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
190
|
-
{ [_aQE]: [`InternalServerException`, 500], [_e]: _se, [_hE]: 500 },
|
|
191
|
-
[_m],
|
|
192
|
-
[0], 1
|
|
193
|
-
];
|
|
194
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
195
221
|
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
196
222
|
0,
|
|
197
223
|
[_rA],
|
|
@@ -207,12 +233,6 @@ export var ParentSavingsPlanOffering$ = [3, n0, _PSPO,
|
|
|
207
233
|
[_oIf, _pOa, _pTla, _dS, _cur, _pD],
|
|
208
234
|
[0, 0, 0, 1, 0, 0]
|
|
209
235
|
];
|
|
210
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
211
|
-
{ [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _cl, [_hE]: 404 },
|
|
212
|
-
[_m],
|
|
213
|
-
[0], 1
|
|
214
|
-
];
|
|
215
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
216
236
|
export var ReturnSavingsPlanRequest$ = [3, n0, _RSPR,
|
|
217
237
|
0,
|
|
218
238
|
[_sPI, _cT],
|
|
@@ -225,7 +245,7 @@ export var ReturnSavingsPlanResponse$ = [3, n0, _RSPRe,
|
|
|
225
245
|
];
|
|
226
246
|
export var SavingsPlan$ = [3, n0, _SP,
|
|
227
247
|
0,
|
|
228
|
-
[_oIf, _sPI, _sPAa, _des,
|
|
248
|
+
[_oIf, _sPI, _sPAa, _des, _sta, _en, _stat, _r, _eIF, _sPTa, _pOa, _pTro, _cur, _co, _uPA, _rPA, _tDIS, _t, _rU],
|
|
229
249
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, 1, 128 | 0, 0]
|
|
230
250
|
];
|
|
231
251
|
export var SavingsPlanFilter$ = [3, n0, _SPF,
|
|
@@ -278,12 +298,6 @@ export var SavingsPlanRateProperty$ = [3, n0, _SPRP,
|
|
|
278
298
|
[_n, _va],
|
|
279
299
|
[0, 0]
|
|
280
300
|
];
|
|
281
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
282
|
-
{ [_aQE]: [`ServiceQuotaExceededException`, 402], [_e]: _cl, [_hE]: 402 },
|
|
283
|
-
[_m],
|
|
284
|
-
[0], 1
|
|
285
|
-
];
|
|
286
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
287
301
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
288
302
|
0,
|
|
289
303
|
[_rA, _t],
|
|
@@ -304,14 +318,6 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
304
318
|
[],
|
|
305
319
|
[]
|
|
306
320
|
];
|
|
307
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
308
|
-
{ [_aQE]: [`ValidationException`, 400], [_e]: _cl, [_hE]: 400 },
|
|
309
|
-
[_m],
|
|
310
|
-
[0], 1
|
|
311
|
-
];
|
|
312
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
313
|
-
export var SavingsplansServiceException$ = [-3, _sm, "SavingsplansServiceException", 0, [], []];
|
|
314
|
-
TypeRegistry.for(_sm).registerError(SavingsplansServiceException$, SavingsplansServiceException);
|
|
315
321
|
var CurrencyList = 64 | 0;
|
|
316
322
|
var DurationsList = 64 | 1;
|
|
317
323
|
var FilterValuesList = 64 | 0;
|
|
@@ -1,4 +1,16 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var SavingsplansServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
5
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
6
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
7
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
8
|
+
/**
|
|
9
|
+
* TypeRegistry instances containing modeled errors.
|
|
10
|
+
* @internal
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
14
|
export declare var CreateSavingsPlanRequest$: StaticStructureSchema;
|
|
3
15
|
export declare var CreateSavingsPlanResponse$: StaticStructureSchema;
|
|
4
16
|
export declare var DeleteQueuedSavingsPlanRequest$: StaticStructureSchema;
|
|
@@ -11,11 +23,9 @@ export declare var DescribeSavingsPlansOfferingsRequest$: StaticStructureSchema;
|
|
|
11
23
|
export declare var DescribeSavingsPlansOfferingsResponse$: StaticStructureSchema;
|
|
12
24
|
export declare var DescribeSavingsPlansRequest$: StaticStructureSchema;
|
|
13
25
|
export declare var DescribeSavingsPlansResponse$: StaticStructureSchema;
|
|
14
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
15
26
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
16
27
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
17
28
|
export declare var ParentSavingsPlanOffering$: StaticStructureSchema;
|
|
18
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
19
29
|
export declare var ReturnSavingsPlanRequest$: StaticStructureSchema;
|
|
20
30
|
export declare var ReturnSavingsPlanResponse$: StaticStructureSchema;
|
|
21
31
|
export declare var SavingsPlan$: StaticStructureSchema;
|
|
@@ -29,13 +39,10 @@ export declare var SavingsPlanOfferingRateProperty$: StaticStructureSchema;
|
|
|
29
39
|
export declare var SavingsPlanRate$: StaticStructureSchema;
|
|
30
40
|
export declare var SavingsPlanRateFilter$: StaticStructureSchema;
|
|
31
41
|
export declare var SavingsPlanRateProperty$: StaticStructureSchema;
|
|
32
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
33
42
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
34
43
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
35
44
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
36
45
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
37
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
38
|
-
export declare var SavingsplansServiceException$: StaticErrorSchema;
|
|
39
46
|
export declare var CreateSavingsPlan$: StaticOperationSchema;
|
|
40
47
|
export declare var DeleteQueuedSavingsPlan$: StaticOperationSchema;
|
|
41
48
|
export declare var DescribeSavingsPlanRates$: StaticOperationSchema;
|
|
@@ -1,8 +1,15 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var SavingsplansServiceException$: StaticErrorSchema;
|
|
8
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
9
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
10
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
11
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
12
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
6
13
|
export declare var CreateSavingsPlanRequest$: StaticStructureSchema;
|
|
7
14
|
export declare var CreateSavingsPlanResponse$: StaticStructureSchema;
|
|
8
15
|
export declare var DeleteQueuedSavingsPlanRequest$: StaticStructureSchema;
|
|
@@ -15,11 +22,9 @@ export declare var DescribeSavingsPlansOfferingsRequest$: StaticStructureSchema;
|
|
|
15
22
|
export declare var DescribeSavingsPlansOfferingsResponse$: StaticStructureSchema;
|
|
16
23
|
export declare var DescribeSavingsPlansRequest$: StaticStructureSchema;
|
|
17
24
|
export declare var DescribeSavingsPlansResponse$: StaticStructureSchema;
|
|
18
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
19
25
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
20
26
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
21
27
|
export declare var ParentSavingsPlanOffering$: StaticStructureSchema;
|
|
22
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
23
28
|
export declare var ReturnSavingsPlanRequest$: StaticStructureSchema;
|
|
24
29
|
export declare var ReturnSavingsPlanResponse$: StaticStructureSchema;
|
|
25
30
|
export declare var SavingsPlan$: StaticStructureSchema;
|
|
@@ -33,13 +38,10 @@ export declare var SavingsPlanOfferingRateProperty$: StaticStructureSchema;
|
|
|
33
38
|
export declare var SavingsPlanRate$: StaticStructureSchema;
|
|
34
39
|
export declare var SavingsPlanRateFilter$: StaticStructureSchema;
|
|
35
40
|
export declare var SavingsPlanRateProperty$: StaticStructureSchema;
|
|
36
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
37
41
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
38
42
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
39
43
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
40
44
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
41
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
42
|
-
export declare var SavingsplansServiceException$: StaticErrorSchema;
|
|
43
45
|
export declare var CreateSavingsPlan$: StaticOperationSchema;
|
|
44
46
|
export declare var DeleteQueuedSavingsPlan$: StaticOperationSchema;
|
|
45
47
|
export declare var DescribeSavingsPlanRates$: StaticOperationSchema;
|