aws-sdk 2.1644.0 → 2.1646.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/README.md +1 -1
- package/apis/artifact-2018-05-10.examples.json +113 -0
- package/apis/artifact-2018-05-10.min.json +47 -41
- package/apis/artifact-2018-05-10.waiters2.json +5 -0
- package/apis/athena-2017-05-18.min.json +4 -1
- package/apis/bedrock-runtime-2023-09-30.min.json +72 -45
- package/apis/codeartifact-2018-09-22.min.json +7 -1
- package/apis/compute-optimizer-2019-11-01.min.json +447 -134
- package/apis/cost-optimization-hub-2022-07-26.min.json +310 -262
- package/apis/cost-optimization-hub-2022-07-26.waiters2.json +5 -0
- package/apis/cur-2017-01-06.min.json +7 -1
- package/apis/directconnect-2012-10-25.min.json +7 -1
- package/apis/dynamodb-2011-12-05.min.json +4 -1
- package/apis/dynamodb-2012-08-10.min.json +4 -1
- package/apis/elastictranscoder-2012-09-25.min.json +7 -1
- package/apis/glue-2017-03-31.paginators.json +16 -8
- package/apis/ivs-realtime-2020-07-14.min.json +272 -245
- package/apis/ivs-realtime-2020-07-14.waiters2.json +5 -0
- package/apis/opensearch-2021-01-01.min.json +137 -112
- package/apis/sagemaker-2017-07-24.min.json +1261 -1207
- package/apis/securityhub-2018-10-26.min.json +4 -1
- package/clients/artifact.d.ts +68 -64
- package/clients/artifact.js +1 -0
- package/clients/bedrockruntime.d.ts +31 -0
- package/clients/codeartifact.d.ts +28 -28
- package/clients/computeoptimizer.d.ts +449 -47
- package/clients/costoptimizationhub.d.ts +380 -328
- package/clients/costoptimizationhub.js +1 -0
- package/clients/dynamodb.d.ts +12 -12
- package/clients/ivsrealtime.d.ts +282 -233
- package/clients/ivsrealtime.js +1 -0
- package/clients/opensearch.d.ts +48 -2
- package/clients/sagemaker.d.ts +134 -34
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +347 -326
- package/dist/aws-sdk.js +36 -9
- package/dist/aws-sdk.min.js +105 -105
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -2,9 +2,15 @@
|
|
2
2
|
"version": "2.0",
|
3
3
|
"metadata": {
|
4
4
|
"apiVersion": "2022-07-26",
|
5
|
+
"auth": [
|
6
|
+
"aws.auth#sigv4"
|
7
|
+
],
|
5
8
|
"endpointPrefix": "cost-optimization-hub",
|
6
9
|
"jsonVersion": "1.0",
|
7
10
|
"protocol": "json",
|
11
|
+
"protocols": [
|
12
|
+
"json"
|
13
|
+
],
|
8
14
|
"serviceFullName": "Cost Optimization Hub",
|
9
15
|
"serviceId": "Cost Optimization Hub",
|
10
16
|
"signatureVersion": "v4",
|
@@ -21,8 +27,8 @@
|
|
21
27
|
"output": {
|
22
28
|
"type": "structure",
|
23
29
|
"members": {
|
24
|
-
"
|
25
|
-
"
|
30
|
+
"savingsEstimationMode": {},
|
31
|
+
"memberAccountDiscountVisibility": {}
|
26
32
|
}
|
27
33
|
}
|
28
34
|
},
|
@@ -39,52 +45,52 @@
|
|
39
45
|
"output": {
|
40
46
|
"type": "structure",
|
41
47
|
"members": {
|
48
|
+
"recommendationId": {},
|
49
|
+
"resourceId": {},
|
50
|
+
"resourceArn": {},
|
42
51
|
"accountId": {},
|
43
|
-
"actionType": {},
|
44
|
-
"costCalculationLookbackPeriodInDays": {
|
45
|
-
"type": "integer"
|
46
|
-
},
|
47
52
|
"currencyCode": {},
|
48
|
-
"
|
49
|
-
"
|
53
|
+
"recommendationLookbackPeriodInDays": {
|
54
|
+
"type": "integer"
|
50
55
|
},
|
51
|
-
"
|
52
|
-
|
53
|
-
"type": "double"
|
56
|
+
"costCalculationLookbackPeriodInDays": {
|
57
|
+
"type": "integer"
|
54
58
|
},
|
55
|
-
"
|
59
|
+
"estimatedSavingsPercentage": {
|
56
60
|
"type": "double"
|
57
61
|
},
|
58
62
|
"estimatedSavingsOverCostCalculationLookbackPeriod": {
|
59
63
|
"type": "double"
|
60
64
|
},
|
61
|
-
"
|
62
|
-
|
63
|
-
},
|
64
|
-
"
|
65
|
+
"currentResourceType": {},
|
66
|
+
"recommendedResourceType": {},
|
67
|
+
"region": {},
|
68
|
+
"source": {},
|
65
69
|
"lastRefreshTimestamp": {
|
66
70
|
"type": "timestamp"
|
67
71
|
},
|
68
|
-
"
|
69
|
-
|
70
|
-
"type": "integer"
|
72
|
+
"estimatedMonthlySavings": {
|
73
|
+
"type": "double"
|
71
74
|
},
|
72
|
-
"
|
73
|
-
"
|
75
|
+
"estimatedMonthlyCost": {
|
76
|
+
"type": "double"
|
74
77
|
},
|
75
|
-
"
|
76
|
-
"region": {},
|
77
|
-
"resourceArn": {},
|
78
|
-
"resourceId": {},
|
78
|
+
"implementationEffort": {},
|
79
79
|
"restartNeeded": {
|
80
80
|
"type": "boolean"
|
81
81
|
},
|
82
|
+
"actionType": {},
|
82
83
|
"rollbackPossible": {
|
83
84
|
"type": "boolean"
|
84
85
|
},
|
85
|
-
"
|
86
|
+
"currentResourceDetails": {
|
87
|
+
"shape": "Sg"
|
88
|
+
},
|
89
|
+
"recommendedResourceDetails": {
|
90
|
+
"shape": "Sg"
|
91
|
+
},
|
86
92
|
"tags": {
|
87
|
-
"shape": "
|
93
|
+
"shape": "S1p"
|
88
94
|
}
|
89
95
|
}
|
90
96
|
}
|
@@ -93,38 +99,38 @@
|
|
93
99
|
"input": {
|
94
100
|
"type": "structure",
|
95
101
|
"members": {
|
96
|
-
"accountId": {},
|
97
102
|
"includeOrganizationInfo": {
|
98
103
|
"type": "boolean"
|
99
104
|
},
|
105
|
+
"accountId": {},
|
106
|
+
"nextToken": {},
|
100
107
|
"maxResults": {
|
101
108
|
"type": "integer"
|
102
|
-
}
|
103
|
-
"nextToken": {}
|
109
|
+
}
|
104
110
|
}
|
105
111
|
},
|
106
112
|
"output": {
|
107
113
|
"type": "structure",
|
108
114
|
"members": {
|
109
|
-
"includeMemberAccounts": {
|
110
|
-
"type": "boolean"
|
111
|
-
},
|
112
115
|
"items": {
|
113
116
|
"type": "list",
|
114
117
|
"member": {
|
115
118
|
"type": "structure",
|
116
119
|
"members": {
|
117
120
|
"accountId": {},
|
118
|
-
"
|
119
|
-
"type": "timestamp"
|
120
|
-
},
|
121
|
+
"status": {},
|
121
122
|
"lastUpdatedTimestamp": {
|
122
123
|
"type": "timestamp"
|
123
124
|
},
|
124
|
-
"
|
125
|
+
"createdTimestamp": {
|
126
|
+
"type": "timestamp"
|
127
|
+
}
|
125
128
|
}
|
126
129
|
}
|
127
130
|
},
|
131
|
+
"includeMemberAccounts": {
|
132
|
+
"type": "boolean"
|
133
|
+
},
|
128
134
|
"nextToken": {}
|
129
135
|
}
|
130
136
|
}
|
@@ -137,7 +143,7 @@
|
|
137
143
|
],
|
138
144
|
"members": {
|
139
145
|
"filter": {
|
140
|
-
"shape": "
|
146
|
+
"shape": "S21"
|
141
147
|
},
|
142
148
|
"groupBy": {},
|
143
149
|
"maxResults": {
|
@@ -149,26 +155,26 @@
|
|
149
155
|
"output": {
|
150
156
|
"type": "structure",
|
151
157
|
"members": {
|
152
|
-
"currencyCode": {},
|
153
158
|
"estimatedTotalDedupedSavings": {
|
154
159
|
"type": "double"
|
155
160
|
},
|
156
|
-
"groupBy": {},
|
157
161
|
"items": {
|
158
162
|
"type": "list",
|
159
163
|
"member": {
|
160
164
|
"type": "structure",
|
161
165
|
"members": {
|
166
|
+
"group": {},
|
162
167
|
"estimatedMonthlySavings": {
|
163
168
|
"type": "double"
|
164
169
|
},
|
165
|
-
"group": {},
|
166
170
|
"recommendationCount": {
|
167
171
|
"type": "integer"
|
168
172
|
}
|
169
173
|
}
|
170
174
|
}
|
171
175
|
},
|
176
|
+
"groupBy": {},
|
177
|
+
"currencyCode": {},
|
172
178
|
"nextToken": {}
|
173
179
|
}
|
174
180
|
}
|
@@ -178,22 +184,22 @@
|
|
178
184
|
"type": "structure",
|
179
185
|
"members": {
|
180
186
|
"filter": {
|
181
|
-
"shape": "
|
187
|
+
"shape": "S21"
|
182
188
|
},
|
183
|
-
"includeAllRecommendations": {
|
184
|
-
"type": "boolean"
|
185
|
-
},
|
186
|
-
"maxResults": {
|
187
|
-
"type": "integer"
|
188
|
-
},
|
189
|
-
"nextToken": {},
|
190
189
|
"orderBy": {
|
191
190
|
"type": "structure",
|
192
191
|
"members": {
|
193
192
|
"dimension": {},
|
194
193
|
"order": {}
|
195
194
|
}
|
196
|
-
}
|
195
|
+
},
|
196
|
+
"includeAllRecommendations": {
|
197
|
+
"type": "boolean"
|
198
|
+
},
|
199
|
+
"maxResults": {
|
200
|
+
"type": "integer"
|
201
|
+
},
|
202
|
+
"nextToken": {}
|
197
203
|
}
|
198
204
|
},
|
199
205
|
"output": {
|
@@ -204,42 +210,42 @@
|
|
204
210
|
"member": {
|
205
211
|
"type": "structure",
|
206
212
|
"members": {
|
213
|
+
"recommendationId": {},
|
207
214
|
"accountId": {},
|
208
|
-
"
|
209
|
-
"
|
210
|
-
"
|
215
|
+
"region": {},
|
216
|
+
"resourceId": {},
|
217
|
+
"resourceArn": {},
|
211
218
|
"currentResourceType": {},
|
212
|
-
"
|
213
|
-
"type": "double"
|
214
|
-
},
|
219
|
+
"recommendedResourceType": {},
|
215
220
|
"estimatedMonthlySavings": {
|
216
221
|
"type": "double"
|
217
222
|
},
|
218
223
|
"estimatedSavingsPercentage": {
|
219
224
|
"type": "double"
|
220
225
|
},
|
221
|
-
"
|
222
|
-
|
223
|
-
"type": "timestamp"
|
224
|
-
},
|
225
|
-
"recommendationId": {},
|
226
|
-
"recommendationLookbackPeriodInDays": {
|
227
|
-
"type": "integer"
|
226
|
+
"estimatedMonthlyCost": {
|
227
|
+
"type": "double"
|
228
228
|
},
|
229
|
-
"
|
230
|
-
"
|
231
|
-
"region": {},
|
232
|
-
"resourceArn": {},
|
233
|
-
"resourceId": {},
|
229
|
+
"currencyCode": {},
|
230
|
+
"implementationEffort": {},
|
234
231
|
"restartNeeded": {
|
235
232
|
"type": "boolean"
|
236
233
|
},
|
234
|
+
"actionType": {},
|
237
235
|
"rollbackPossible": {
|
238
236
|
"type": "boolean"
|
239
237
|
},
|
238
|
+
"currentResourceSummary": {},
|
239
|
+
"recommendedResourceSummary": {},
|
240
|
+
"lastRefreshTimestamp": {
|
241
|
+
"type": "timestamp"
|
242
|
+
},
|
243
|
+
"recommendationLookbackPeriodInDays": {
|
244
|
+
"type": "integer"
|
245
|
+
},
|
240
246
|
"source": {},
|
241
247
|
"tags": {
|
242
|
-
"shape": "
|
248
|
+
"shape": "S1p"
|
243
249
|
}
|
244
250
|
}
|
245
251
|
}
|
@@ -255,10 +261,10 @@
|
|
255
261
|
"status"
|
256
262
|
],
|
257
263
|
"members": {
|
264
|
+
"status": {},
|
258
265
|
"includeMemberAccounts": {
|
259
266
|
"type": "boolean"
|
260
|
-
}
|
261
|
-
"status": {}
|
267
|
+
}
|
262
268
|
}
|
263
269
|
},
|
264
270
|
"output": {
|
@@ -272,66 +278,47 @@
|
|
272
278
|
"input": {
|
273
279
|
"type": "structure",
|
274
280
|
"members": {
|
275
|
-
"
|
276
|
-
"
|
281
|
+
"savingsEstimationMode": {},
|
282
|
+
"memberAccountDiscountVisibility": {}
|
277
283
|
}
|
278
284
|
},
|
279
285
|
"output": {
|
280
286
|
"type": "structure",
|
281
287
|
"members": {
|
282
|
-
"
|
283
|
-
"
|
288
|
+
"savingsEstimationMode": {},
|
289
|
+
"memberAccountDiscountVisibility": {}
|
284
290
|
}
|
285
291
|
}
|
286
292
|
}
|
287
293
|
},
|
288
294
|
"shapes": {
|
289
|
-
"
|
295
|
+
"Sg": {
|
290
296
|
"type": "structure",
|
291
297
|
"members": {
|
292
|
-
"
|
298
|
+
"lambdaFunction": {
|
293
299
|
"type": "structure",
|
294
300
|
"members": {
|
295
301
|
"configuration": {
|
296
302
|
"type": "structure",
|
297
303
|
"members": {
|
298
|
-
"
|
299
|
-
|
300
|
-
|
301
|
-
"term": {}
|
304
|
+
"compute": {
|
305
|
+
"shape": "Sj"
|
306
|
+
}
|
302
307
|
}
|
303
308
|
},
|
304
309
|
"costCalculation": {
|
305
|
-
"shape": "
|
310
|
+
"shape": "Sk"
|
306
311
|
}
|
307
312
|
}
|
308
313
|
},
|
309
|
-
"
|
314
|
+
"ecsService": {
|
310
315
|
"type": "structure",
|
311
316
|
"members": {
|
312
317
|
"configuration": {
|
313
318
|
"type": "structure",
|
314
319
|
"members": {
|
315
|
-
"
|
316
|
-
|
317
|
-
"type": "structure",
|
318
|
-
"members": {
|
319
|
-
"iops": {
|
320
|
-
"type": "double"
|
321
|
-
},
|
322
|
-
"throughput": {
|
323
|
-
"type": "double"
|
324
|
-
}
|
325
|
-
}
|
326
|
-
},
|
327
|
-
"storage": {
|
328
|
-
"type": "structure",
|
329
|
-
"members": {
|
330
|
-
"sizeInGb": {
|
331
|
-
"type": "double"
|
332
|
-
},
|
333
|
-
"type": {}
|
334
|
-
}
|
320
|
+
"compute": {
|
321
|
+
"shape": "Sj"
|
335
322
|
}
|
336
323
|
}
|
337
324
|
},
|
@@ -340,14 +327,14 @@
|
|
340
327
|
}
|
341
328
|
}
|
342
329
|
},
|
343
|
-
"
|
330
|
+
"ec2Instance": {
|
344
331
|
"type": "structure",
|
345
332
|
"members": {
|
346
333
|
"configuration": {
|
347
334
|
"type": "structure",
|
348
335
|
"members": {
|
349
336
|
"instance": {
|
350
|
-
"shape": "
|
337
|
+
"shape": "St"
|
351
338
|
}
|
352
339
|
}
|
353
340
|
},
|
@@ -356,15 +343,33 @@
|
|
356
343
|
}
|
357
344
|
}
|
358
345
|
},
|
359
|
-
"
|
346
|
+
"ebsVolume": {
|
360
347
|
"type": "structure",
|
361
348
|
"members": {
|
362
349
|
"configuration": {
|
363
350
|
"type": "structure",
|
364
351
|
"members": {
|
365
|
-
"
|
366
|
-
"
|
367
|
-
|
352
|
+
"storage": {
|
353
|
+
"type": "structure",
|
354
|
+
"members": {
|
355
|
+
"type": {},
|
356
|
+
"sizeInGb": {
|
357
|
+
"type": "double"
|
358
|
+
}
|
359
|
+
}
|
360
|
+
},
|
361
|
+
"performance": {
|
362
|
+
"type": "structure",
|
363
|
+
"members": {
|
364
|
+
"iops": {
|
365
|
+
"type": "double"
|
366
|
+
},
|
367
|
+
"throughput": {
|
368
|
+
"type": "double"
|
369
|
+
}
|
370
|
+
}
|
371
|
+
},
|
372
|
+
"attachmentState": {}
|
368
373
|
}
|
369
374
|
},
|
370
375
|
"costCalculation": {
|
@@ -372,22 +377,19 @@
|
|
372
377
|
}
|
373
378
|
}
|
374
379
|
},
|
375
|
-
"
|
380
|
+
"ec2AutoScalingGroup": {
|
376
381
|
"type": "structure",
|
377
382
|
"members": {
|
378
383
|
"configuration": {
|
379
384
|
"type": "structure",
|
380
385
|
"members": {
|
381
|
-
"
|
382
|
-
|
383
|
-
|
384
|
-
"paymentOption": {},
|
385
|
-
"savingsPlansRegion": {},
|
386
|
-
"term": {}
|
386
|
+
"instance": {
|
387
|
+
"shape": "St"
|
388
|
+
}
|
387
389
|
}
|
388
390
|
},
|
389
391
|
"costCalculation": {
|
390
|
-
"shape": "
|
392
|
+
"shape": "Sk"
|
391
393
|
}
|
392
394
|
}
|
393
395
|
},
|
@@ -398,43 +400,59 @@
|
|
398
400
|
"type": "structure",
|
399
401
|
"members": {
|
400
402
|
"accountScope": {},
|
401
|
-
"
|
402
|
-
"instanceFamily": {},
|
403
|
-
"instanceType": {},
|
404
|
-
"monthlyRecurringCost": {},
|
403
|
+
"service": {},
|
405
404
|
"normalizedUnitsToPurchase": {},
|
405
|
+
"term": {},
|
406
|
+
"paymentOption": {},
|
406
407
|
"numberOfInstancesToPurchase": {},
|
407
408
|
"offeringClass": {},
|
408
|
-
"
|
409
|
-
"
|
409
|
+
"instanceFamily": {},
|
410
|
+
"instanceType": {},
|
410
411
|
"reservedInstancesRegion": {},
|
411
|
-
"
|
412
|
+
"currentGeneration": {},
|
413
|
+
"platform": {},
|
414
|
+
"tenancy": {},
|
412
415
|
"sizeFlexEligible": {
|
413
416
|
"type": "boolean"
|
414
417
|
},
|
415
|
-
"
|
416
|
-
"
|
417
|
-
"upfrontCost": {}
|
418
|
+
"upfrontCost": {},
|
419
|
+
"monthlyRecurringCost": {}
|
418
420
|
}
|
419
421
|
},
|
420
422
|
"costCalculation": {
|
421
|
-
"shape": "
|
423
|
+
"shape": "S12"
|
422
424
|
}
|
423
425
|
}
|
424
426
|
},
|
425
|
-
"
|
427
|
+
"rdsReservedInstances": {
|
426
428
|
"type": "structure",
|
427
429
|
"members": {
|
428
430
|
"configuration": {
|
429
431
|
"type": "structure",
|
430
432
|
"members": {
|
431
|
-
"
|
432
|
-
|
433
|
-
}
|
433
|
+
"accountScope": {},
|
434
|
+
"service": {},
|
435
|
+
"normalizedUnitsToPurchase": {},
|
436
|
+
"term": {},
|
437
|
+
"paymentOption": {},
|
438
|
+
"numberOfInstancesToPurchase": {},
|
439
|
+
"instanceFamily": {},
|
440
|
+
"instanceType": {},
|
441
|
+
"reservedInstancesRegion": {},
|
442
|
+
"sizeFlexEligible": {
|
443
|
+
"type": "boolean"
|
444
|
+
},
|
445
|
+
"currentGeneration": {},
|
446
|
+
"upfrontCost": {},
|
447
|
+
"monthlyRecurringCost": {},
|
448
|
+
"licenseModel": {},
|
449
|
+
"databaseEdition": {},
|
450
|
+
"databaseEngine": {},
|
451
|
+
"deploymentOption": {}
|
434
452
|
}
|
435
453
|
},
|
436
454
|
"costCalculation": {
|
437
|
-
"shape": "
|
455
|
+
"shape": "S12"
|
438
456
|
}
|
439
457
|
}
|
440
458
|
},
|
@@ -445,127 +463,115 @@
|
|
445
463
|
"type": "structure",
|
446
464
|
"members": {
|
447
465
|
"accountScope": {},
|
448
|
-
"
|
449
|
-
"instanceFamily": {},
|
450
|
-
"instanceType": {},
|
451
|
-
"monthlyRecurringCost": {},
|
466
|
+
"service": {},
|
452
467
|
"normalizedUnitsToPurchase": {},
|
453
|
-
"
|
468
|
+
"term": {},
|
454
469
|
"paymentOption": {},
|
470
|
+
"numberOfInstancesToPurchase": {},
|
471
|
+
"instanceFamily": {},
|
472
|
+
"instanceType": {},
|
455
473
|
"reservedInstancesRegion": {},
|
456
|
-
"
|
474
|
+
"currentGeneration": {},
|
457
475
|
"sizeFlexEligible": {
|
458
476
|
"type": "boolean"
|
459
477
|
},
|
460
|
-
"
|
461
|
-
"
|
478
|
+
"upfrontCost": {},
|
479
|
+
"monthlyRecurringCost": {}
|
462
480
|
}
|
463
481
|
},
|
464
482
|
"costCalculation": {
|
465
|
-
"shape": "
|
483
|
+
"shape": "S12"
|
466
484
|
}
|
467
485
|
}
|
468
486
|
},
|
469
|
-
"
|
487
|
+
"openSearchReservedInstances": {
|
470
488
|
"type": "structure",
|
471
489
|
"members": {
|
472
490
|
"configuration": {
|
473
491
|
"type": "structure",
|
474
492
|
"members": {
|
475
|
-
"
|
476
|
-
|
477
|
-
}
|
493
|
+
"accountScope": {},
|
494
|
+
"service": {},
|
495
|
+
"normalizedUnitsToPurchase": {},
|
496
|
+
"term": {},
|
497
|
+
"paymentOption": {},
|
498
|
+
"numberOfInstancesToPurchase": {},
|
499
|
+
"instanceType": {},
|
500
|
+
"reservedInstancesRegion": {},
|
501
|
+
"currentGeneration": {},
|
502
|
+
"sizeFlexEligible": {
|
503
|
+
"type": "boolean"
|
504
|
+
},
|
505
|
+
"upfrontCost": {},
|
506
|
+
"monthlyRecurringCost": {}
|
478
507
|
}
|
479
508
|
},
|
480
509
|
"costCalculation": {
|
481
|
-
"shape": "
|
510
|
+
"shape": "S12"
|
482
511
|
}
|
483
512
|
}
|
484
513
|
},
|
485
|
-
"
|
514
|
+
"redshiftReservedInstances": {
|
486
515
|
"type": "structure",
|
487
516
|
"members": {
|
488
517
|
"configuration": {
|
489
518
|
"type": "structure",
|
490
519
|
"members": {
|
491
520
|
"accountScope": {},
|
492
|
-
"
|
493
|
-
"instanceType": {},
|
494
|
-
"monthlyRecurringCost": {},
|
521
|
+
"service": {},
|
495
522
|
"normalizedUnitsToPurchase": {},
|
496
|
-
"
|
523
|
+
"term": {},
|
497
524
|
"paymentOption": {},
|
525
|
+
"numberOfInstancesToPurchase": {},
|
526
|
+
"instanceFamily": {},
|
527
|
+
"instanceType": {},
|
498
528
|
"reservedInstancesRegion": {},
|
499
|
-
"service": {},
|
500
529
|
"sizeFlexEligible": {
|
501
530
|
"type": "boolean"
|
502
531
|
},
|
503
|
-
"
|
504
|
-
"upfrontCost": {}
|
532
|
+
"currentGeneration": {},
|
533
|
+
"upfrontCost": {},
|
534
|
+
"monthlyRecurringCost": {}
|
505
535
|
}
|
506
536
|
},
|
507
537
|
"costCalculation": {
|
508
|
-
"shape": "
|
538
|
+
"shape": "S12"
|
509
539
|
}
|
510
540
|
}
|
511
541
|
},
|
512
|
-
"
|
542
|
+
"ec2InstanceSavingsPlans": {
|
513
543
|
"type": "structure",
|
514
544
|
"members": {
|
515
545
|
"configuration": {
|
516
546
|
"type": "structure",
|
517
547
|
"members": {
|
518
548
|
"accountScope": {},
|
519
|
-
"currentGeneration": {},
|
520
|
-
"databaseEdition": {},
|
521
|
-
"databaseEngine": {},
|
522
|
-
"deploymentOption": {},
|
523
|
-
"instanceFamily": {},
|
524
|
-
"instanceType": {},
|
525
|
-
"licenseModel": {},
|
526
|
-
"monthlyRecurringCost": {},
|
527
|
-
"normalizedUnitsToPurchase": {},
|
528
|
-
"numberOfInstancesToPurchase": {},
|
529
|
-
"paymentOption": {},
|
530
|
-
"reservedInstancesRegion": {},
|
531
|
-
"service": {},
|
532
|
-
"sizeFlexEligible": {
|
533
|
-
"type": "boolean"
|
534
|
-
},
|
535
549
|
"term": {},
|
536
|
-
"
|
550
|
+
"paymentOption": {},
|
551
|
+
"hourlyCommitment": {},
|
552
|
+
"instanceFamily": {},
|
553
|
+
"savingsPlansRegion": {}
|
537
554
|
}
|
538
555
|
},
|
539
556
|
"costCalculation": {
|
540
|
-
"shape": "
|
557
|
+
"shape": "S1e"
|
541
558
|
}
|
542
559
|
}
|
543
560
|
},
|
544
|
-
"
|
561
|
+
"computeSavingsPlans": {
|
545
562
|
"type": "structure",
|
546
563
|
"members": {
|
547
564
|
"configuration": {
|
548
565
|
"type": "structure",
|
549
566
|
"members": {
|
550
567
|
"accountScope": {},
|
551
|
-
"currentGeneration": {},
|
552
|
-
"instanceFamily": {},
|
553
|
-
"instanceType": {},
|
554
|
-
"monthlyRecurringCost": {},
|
555
|
-
"normalizedUnitsToPurchase": {},
|
556
|
-
"numberOfInstancesToPurchase": {},
|
557
|
-
"paymentOption": {},
|
558
|
-
"reservedInstancesRegion": {},
|
559
|
-
"service": {},
|
560
|
-
"sizeFlexEligible": {
|
561
|
-
"type": "boolean"
|
562
|
-
},
|
563
568
|
"term": {},
|
564
|
-
"
|
569
|
+
"paymentOption": {},
|
570
|
+
"hourlyCommitment": {}
|
565
571
|
}
|
566
572
|
},
|
567
573
|
"costCalculation": {
|
568
|
-
"shape": "
|
574
|
+
"shape": "S1e"
|
569
575
|
}
|
570
576
|
}
|
571
577
|
},
|
@@ -576,104 +582,134 @@
|
|
576
582
|
"type": "structure",
|
577
583
|
"members": {
|
578
584
|
"accountScope": {},
|
579
|
-
"
|
585
|
+
"term": {},
|
580
586
|
"paymentOption": {},
|
581
|
-
"
|
587
|
+
"hourlyCommitment": {}
|
582
588
|
}
|
583
589
|
},
|
584
590
|
"costCalculation": {
|
585
|
-
"shape": "
|
591
|
+
"shape": "S1e"
|
586
592
|
}
|
587
593
|
}
|
588
|
-
}
|
589
|
-
|
590
|
-
"union": true
|
591
|
-
},
|
592
|
-
"Sd": {
|
593
|
-
"type": "structure",
|
594
|
-
"members": {
|
595
|
-
"pricing": {
|
594
|
+
},
|
595
|
+
"rdsDbInstance": {
|
596
596
|
"type": "structure",
|
597
597
|
"members": {
|
598
|
-
"
|
599
|
-
"type": "
|
600
|
-
|
601
|
-
|
602
|
-
|
598
|
+
"configuration": {
|
599
|
+
"type": "structure",
|
600
|
+
"members": {
|
601
|
+
"instance": {
|
602
|
+
"type": "structure",
|
603
|
+
"members": {
|
604
|
+
"dbInstanceClass": {}
|
605
|
+
}
|
606
|
+
}
|
607
|
+
}
|
603
608
|
},
|
604
|
-
"
|
605
|
-
"
|
609
|
+
"costCalculation": {
|
610
|
+
"shape": "Sk"
|
611
|
+
}
|
612
|
+
}
|
613
|
+
},
|
614
|
+
"rdsDbInstanceStorage": {
|
615
|
+
"type": "structure",
|
616
|
+
"members": {
|
617
|
+
"configuration": {
|
618
|
+
"type": "structure",
|
619
|
+
"members": {
|
620
|
+
"storageType": {},
|
621
|
+
"allocatedStorageInGb": {
|
622
|
+
"type": "double"
|
623
|
+
},
|
624
|
+
"iops": {
|
625
|
+
"type": "double"
|
626
|
+
},
|
627
|
+
"storageThroughput": {
|
628
|
+
"type": "double"
|
629
|
+
}
|
630
|
+
}
|
606
631
|
},
|
607
|
-
"
|
608
|
-
"
|
632
|
+
"costCalculation": {
|
633
|
+
"shape": "Sk"
|
609
634
|
}
|
610
635
|
}
|
611
636
|
}
|
637
|
+
},
|
638
|
+
"union": true
|
639
|
+
},
|
640
|
+
"Sj": {
|
641
|
+
"type": "structure",
|
642
|
+
"members": {
|
643
|
+
"vCpu": {
|
644
|
+
"type": "double"
|
645
|
+
},
|
646
|
+
"memorySizeInMB": {
|
647
|
+
"type": "integer"
|
648
|
+
},
|
649
|
+
"architecture": {},
|
650
|
+
"platform": {}
|
612
651
|
}
|
613
652
|
},
|
614
653
|
"Sk": {
|
615
654
|
"type": "structure",
|
616
655
|
"members": {
|
656
|
+
"usages": {
|
657
|
+
"type": "list",
|
658
|
+
"member": {
|
659
|
+
"type": "structure",
|
660
|
+
"members": {
|
661
|
+
"usageType": {},
|
662
|
+
"usageAmount": {
|
663
|
+
"type": "double"
|
664
|
+
},
|
665
|
+
"operation": {},
|
666
|
+
"productCode": {},
|
667
|
+
"unit": {}
|
668
|
+
}
|
669
|
+
}
|
670
|
+
},
|
617
671
|
"pricing": {
|
618
672
|
"type": "structure",
|
619
673
|
"members": {
|
620
|
-
"
|
674
|
+
"estimatedCostBeforeDiscounts": {
|
621
675
|
"type": "double"
|
622
676
|
},
|
623
|
-
"
|
677
|
+
"estimatedNetUnusedAmortizedCommitments": {
|
624
678
|
"type": "double"
|
625
679
|
},
|
626
680
|
"estimatedDiscounts": {
|
627
681
|
"type": "structure",
|
628
682
|
"members": {
|
629
|
-
"
|
683
|
+
"savingsPlansDiscount": {
|
630
684
|
"type": "double"
|
631
685
|
},
|
632
686
|
"reservedInstancesDiscount": {
|
633
687
|
"type": "double"
|
634
688
|
},
|
635
|
-
"
|
689
|
+
"otherDiscount": {
|
636
690
|
"type": "double"
|
637
691
|
}
|
638
692
|
}
|
639
693
|
},
|
640
|
-
"
|
694
|
+
"estimatedCostAfterDiscounts": {
|
641
695
|
"type": "double"
|
642
696
|
}
|
643
697
|
}
|
644
|
-
},
|
645
|
-
"usages": {
|
646
|
-
"type": "list",
|
647
|
-
"member": {
|
648
|
-
"type": "structure",
|
649
|
-
"members": {
|
650
|
-
"operation": {},
|
651
|
-
"productCode": {},
|
652
|
-
"unit": {},
|
653
|
-
"usageAmount": {
|
654
|
-
"type": "double"
|
655
|
-
},
|
656
|
-
"usageType": {}
|
657
|
-
}
|
658
|
-
}
|
659
698
|
}
|
660
699
|
}
|
661
700
|
},
|
662
|
-
"
|
701
|
+
"St": {
|
663
702
|
"type": "structure",
|
664
703
|
"members": {
|
665
704
|
"type": {}
|
666
705
|
}
|
667
706
|
},
|
668
|
-
"
|
707
|
+
"S12": {
|
669
708
|
"type": "structure",
|
670
709
|
"members": {
|
671
710
|
"pricing": {
|
672
711
|
"type": "structure",
|
673
712
|
"members": {
|
674
|
-
"estimatedMonthlyAmortizedReservationCost": {
|
675
|
-
"type": "double"
|
676
|
-
},
|
677
713
|
"estimatedOnDemandCost": {
|
678
714
|
"type": "double"
|
679
715
|
},
|
@@ -682,25 +718,37 @@
|
|
682
718
|
},
|
683
719
|
"savingsPercentage": {
|
684
720
|
"type": "double"
|
721
|
+
},
|
722
|
+
"estimatedMonthlyAmortizedReservationCost": {
|
723
|
+
"type": "double"
|
685
724
|
}
|
686
725
|
}
|
687
726
|
}
|
688
727
|
}
|
689
728
|
},
|
690
|
-
"
|
729
|
+
"S1e": {
|
691
730
|
"type": "structure",
|
692
731
|
"members": {
|
693
|
-
"
|
694
|
-
|
695
|
-
"
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
732
|
+
"pricing": {
|
733
|
+
"type": "structure",
|
734
|
+
"members": {
|
735
|
+
"monthlySavingsPlansEligibleCost": {
|
736
|
+
"type": "double"
|
737
|
+
},
|
738
|
+
"estimatedMonthlyCommitment": {
|
739
|
+
"type": "double"
|
740
|
+
},
|
741
|
+
"savingsPercentage": {
|
742
|
+
"type": "double"
|
743
|
+
},
|
744
|
+
"estimatedOnDemandCost": {
|
745
|
+
"type": "double"
|
746
|
+
}
|
747
|
+
}
|
700
748
|
}
|
701
749
|
}
|
702
750
|
},
|
703
|
-
"
|
751
|
+
"S1p": {
|
704
752
|
"type": "list",
|
705
753
|
"member": {
|
706
754
|
"type": "structure",
|
@@ -710,22 +758,20 @@
|
|
710
758
|
}
|
711
759
|
}
|
712
760
|
},
|
713
|
-
"
|
761
|
+
"S21": {
|
714
762
|
"type": "structure",
|
715
763
|
"members": {
|
716
|
-
"
|
717
|
-
"type": "
|
718
|
-
"member": {}
|
764
|
+
"restartNeeded": {
|
765
|
+
"type": "boolean"
|
719
766
|
},
|
720
|
-
"
|
721
|
-
"type": "
|
722
|
-
"member": {}
|
767
|
+
"rollbackPossible": {
|
768
|
+
"type": "boolean"
|
723
769
|
},
|
724
770
|
"implementationEfforts": {
|
725
771
|
"type": "list",
|
726
772
|
"member": {}
|
727
773
|
},
|
728
|
-
"
|
774
|
+
"accountIds": {
|
729
775
|
"type": "list",
|
730
776
|
"member": {}
|
731
777
|
},
|
@@ -733,26 +779,28 @@
|
|
733
779
|
"type": "list",
|
734
780
|
"member": {}
|
735
781
|
},
|
736
|
-
"
|
782
|
+
"resourceTypes": {
|
737
783
|
"type": "list",
|
738
784
|
"member": {}
|
739
785
|
},
|
740
|
-
"
|
786
|
+
"actionTypes": {
|
741
787
|
"type": "list",
|
742
788
|
"member": {}
|
743
789
|
},
|
744
|
-
"
|
790
|
+
"tags": {
|
791
|
+
"shape": "S1p"
|
792
|
+
},
|
793
|
+
"resourceIds": {
|
745
794
|
"type": "list",
|
746
795
|
"member": {}
|
747
796
|
},
|
748
|
-
"
|
749
|
-
"type": "
|
750
|
-
|
751
|
-
"rollbackPossible": {
|
752
|
-
"type": "boolean"
|
797
|
+
"resourceArns": {
|
798
|
+
"type": "list",
|
799
|
+
"member": {}
|
753
800
|
},
|
754
|
-
"
|
755
|
-
"
|
801
|
+
"recommendationIds": {
|
802
|
+
"type": "list",
|
803
|
+
"member": {}
|
756
804
|
}
|
757
805
|
}
|
758
806
|
}
|