aws-sdk-core 2.6.11 → 2.6.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b3ec20688d558c003ed7e5c798f0129ca4a242af
4
- data.tar.gz: 21917580b2601c9e58705236f9106403bb789947
3
+ metadata.gz: 493a417f41fd131e52a6d50bd793861ccdf59c9b
4
+ data.tar.gz: 96e26de9336f8b5256fb1714ae484e1b4b350301
5
5
  SHA512:
6
- metadata.gz: fbc758717f1ae30d704feeb2101f2c76fb1fb1542df9fbf64c51b8d067f63e30f5dd18429df58aa18163ba8d2fa114913305b2d9990c141d31b3b9382f56a448
7
- data.tar.gz: 3838f56b98f965f8abecdcc9724c882349a75bcc86d8aec1354963448770cec88d125b3fb3bdddc39bf792c7f65cac2768480239ce09835c159412197be94c7f
6
+ metadata.gz: 2f8579e0835ed95c69d00f8ebd786890d8fa9797d7dc350f695a8395476e7dd996d14b0c3df9fa17ce4edcef550f8027d39e151920b23924bf6337b685900c08
7
+ data.tar.gz: d470a544031705454f3c4d78257b1b26d32f4ceaefa335d68099364cf2ad23291cd7d137ad53b48e1581904bf36144bf816074f3672a7be257378546fb353935
@@ -0,0 +1,695 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2016-10-20",
5
+ "endpointPrefix":"budgets",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceAbbreviation":"AWSBudgets",
9
+ "serviceFullName":"AWS Budgets",
10
+ "signatureVersion":"v4",
11
+ "targetPrefix":"AWSBudgetServiceGateway"
12
+ },
13
+ "operations":{
14
+ "CreateBudget":{
15
+ "name":"CreateBudget",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/"
19
+ },
20
+ "input":{"shape":"CreateBudgetRequest"},
21
+ "output":{"shape":"CreateBudgetResponse"},
22
+ "errors":[
23
+ {"shape":"InvalidParameterException"},
24
+ {"shape":"InternalErrorException"},
25
+ {"shape":"CreationLimitExceededException"},
26
+ {"shape":"DuplicateRecordException"}
27
+ ]
28
+ },
29
+ "CreateNotification":{
30
+ "name":"CreateNotification",
31
+ "http":{
32
+ "method":"POST",
33
+ "requestUri":"/"
34
+ },
35
+ "input":{"shape":"CreateNotificationRequest"},
36
+ "output":{"shape":"CreateNotificationResponse"},
37
+ "errors":[
38
+ {"shape":"InternalErrorException"},
39
+ {"shape":"InvalidParameterException"},
40
+ {"shape":"NotFoundException"},
41
+ {"shape":"CreationLimitExceededException"},
42
+ {"shape":"DuplicateRecordException"}
43
+ ]
44
+ },
45
+ "CreateSubscriber":{
46
+ "name":"CreateSubscriber",
47
+ "http":{
48
+ "method":"POST",
49
+ "requestUri":"/"
50
+ },
51
+ "input":{"shape":"CreateSubscriberRequest"},
52
+ "output":{"shape":"CreateSubscriberResponse"},
53
+ "errors":[
54
+ {"shape":"InternalErrorException"},
55
+ {"shape":"InvalidParameterException"},
56
+ {"shape":"CreationLimitExceededException"},
57
+ {"shape":"DuplicateRecordException"}
58
+ ]
59
+ },
60
+ "DeleteBudget":{
61
+ "name":"DeleteBudget",
62
+ "http":{
63
+ "method":"POST",
64
+ "requestUri":"/"
65
+ },
66
+ "input":{"shape":"DeleteBudgetRequest"},
67
+ "output":{"shape":"DeleteBudgetResponse"},
68
+ "errors":[
69
+ {"shape":"InternalErrorException"},
70
+ {"shape":"InvalidParameterException"},
71
+ {"shape":"NotFoundException"}
72
+ ]
73
+ },
74
+ "DeleteNotification":{
75
+ "name":"DeleteNotification",
76
+ "http":{
77
+ "method":"POST",
78
+ "requestUri":"/"
79
+ },
80
+ "input":{"shape":"DeleteNotificationRequest"},
81
+ "output":{"shape":"DeleteNotificationResponse"},
82
+ "errors":[
83
+ {"shape":"InvalidParameterException"},
84
+ {"shape":"InternalErrorException"},
85
+ {"shape":"NotFoundException"}
86
+ ]
87
+ },
88
+ "DeleteSubscriber":{
89
+ "name":"DeleteSubscriber",
90
+ "http":{
91
+ "method":"POST",
92
+ "requestUri":"/"
93
+ },
94
+ "input":{"shape":"DeleteSubscriberRequest"},
95
+ "output":{"shape":"DeleteSubscriberResponse"},
96
+ "errors":[
97
+ {"shape":"InternalErrorException"},
98
+ {"shape":"InvalidParameterException"},
99
+ {"shape":"NotFoundException"}
100
+ ]
101
+ },
102
+ "DescribeBudget":{
103
+ "name":"DescribeBudget",
104
+ "http":{
105
+ "method":"POST",
106
+ "requestUri":"/"
107
+ },
108
+ "input":{"shape":"DescribeBudgetRequest"},
109
+ "output":{"shape":"DescribeBudgetResponse"},
110
+ "errors":[
111
+ {"shape":"InternalErrorException"},
112
+ {"shape":"InvalidParameterException"},
113
+ {"shape":"NotFoundException"}
114
+ ]
115
+ },
116
+ "DescribeBudgets":{
117
+ "name":"DescribeBudgets",
118
+ "http":{
119
+ "method":"POST",
120
+ "requestUri":"/"
121
+ },
122
+ "input":{"shape":"DescribeBudgetsRequest"},
123
+ "output":{"shape":"DescribeBudgetsResponse"},
124
+ "errors":[
125
+ {"shape":"InternalErrorException"},
126
+ {"shape":"InvalidParameterException"},
127
+ {"shape":"NotFoundException"},
128
+ {"shape":"InvalidNextTokenException"},
129
+ {"shape":"ExpiredNextTokenException"}
130
+ ]
131
+ },
132
+ "DescribeNotificationsForBudget":{
133
+ "name":"DescribeNotificationsForBudget",
134
+ "http":{
135
+ "method":"POST",
136
+ "requestUri":"/"
137
+ },
138
+ "input":{"shape":"DescribeNotificationsForBudgetRequest"},
139
+ "output":{"shape":"DescribeNotificationsForBudgetResponse"},
140
+ "errors":[
141
+ {"shape":"InternalErrorException"},
142
+ {"shape":"InvalidParameterException"},
143
+ {"shape":"NotFoundException"},
144
+ {"shape":"InvalidNextTokenException"},
145
+ {"shape":"ExpiredNextTokenException"}
146
+ ]
147
+ },
148
+ "DescribeSubscribersForNotification":{
149
+ "name":"DescribeSubscribersForNotification",
150
+ "http":{
151
+ "method":"POST",
152
+ "requestUri":"/"
153
+ },
154
+ "input":{"shape":"DescribeSubscribersForNotificationRequest"},
155
+ "output":{"shape":"DescribeSubscribersForNotificationResponse"},
156
+ "errors":[
157
+ {"shape":"InternalErrorException"},
158
+ {"shape":"NotFoundException"},
159
+ {"shape":"InvalidParameterException"},
160
+ {"shape":"InvalidNextTokenException"},
161
+ {"shape":"ExpiredNextTokenException"}
162
+ ]
163
+ },
164
+ "UpdateBudget":{
165
+ "name":"UpdateBudget",
166
+ "http":{
167
+ "method":"POST",
168
+ "requestUri":"/"
169
+ },
170
+ "input":{"shape":"UpdateBudgetRequest"},
171
+ "output":{"shape":"UpdateBudgetResponse"},
172
+ "errors":[
173
+ {"shape":"InternalErrorException"},
174
+ {"shape":"InvalidParameterException"},
175
+ {"shape":"NotFoundException"}
176
+ ]
177
+ },
178
+ "UpdateNotification":{
179
+ "name":"UpdateNotification",
180
+ "http":{
181
+ "method":"POST",
182
+ "requestUri":"/"
183
+ },
184
+ "input":{"shape":"UpdateNotificationRequest"},
185
+ "output":{"shape":"UpdateNotificationResponse"},
186
+ "errors":[
187
+ {"shape":"InternalErrorException"},
188
+ {"shape":"InvalidParameterException"},
189
+ {"shape":"NotFoundException"}
190
+ ]
191
+ },
192
+ "UpdateSubscriber":{
193
+ "name":"UpdateSubscriber",
194
+ "http":{
195
+ "method":"POST",
196
+ "requestUri":"/"
197
+ },
198
+ "input":{"shape":"UpdateSubscriberRequest"},
199
+ "output":{"shape":"UpdateSubscriberResponse"},
200
+ "errors":[
201
+ {"shape":"InternalErrorException"},
202
+ {"shape":"InvalidParameterException"},
203
+ {"shape":"NotFoundException"}
204
+ ]
205
+ }
206
+ },
207
+ "shapes":{
208
+ "AccountId":{
209
+ "type":"string",
210
+ "max":12,
211
+ "min":12
212
+ },
213
+ "Budget":{
214
+ "type":"structure",
215
+ "required":[
216
+ "BudgetName",
217
+ "BudgetLimit",
218
+ "CostTypes",
219
+ "TimeUnit",
220
+ "TimePeriod",
221
+ "BudgetType"
222
+ ],
223
+ "members":{
224
+ "BudgetName":{"shape":"BudgetName"},
225
+ "BudgetLimit":{"shape":"Spend"},
226
+ "CostFilters":{"shape":"CostFilters"},
227
+ "CostTypes":{"shape":"CostTypes"},
228
+ "TimeUnit":{"shape":"TimeUnit"},
229
+ "TimePeriod":{"shape":"TimePeriod"},
230
+ "CalculatedSpend":{"shape":"CalculatedSpend"},
231
+ "BudgetType":{"shape":"BudgetType"}
232
+ }
233
+ },
234
+ "BudgetName":{
235
+ "type":"string",
236
+ "max":100,
237
+ "pattern":"[^:]+"
238
+ },
239
+ "BudgetType":{
240
+ "type":"string",
241
+ "enum":[
242
+ "USAGE",
243
+ "COST"
244
+ ]
245
+ },
246
+ "Budgets":{
247
+ "type":"list",
248
+ "member":{"shape":"Budget"}
249
+ },
250
+ "CalculatedSpend":{
251
+ "type":"structure",
252
+ "required":["ActualSpend"],
253
+ "members":{
254
+ "ActualSpend":{"shape":"Spend"},
255
+ "ForecastedSpend":{"shape":"Spend"}
256
+ }
257
+ },
258
+ "ComparisonOperator":{
259
+ "type":"string",
260
+ "enum":[
261
+ "GREATER_THAN",
262
+ "LESS_THAN",
263
+ "EQUAL_TO"
264
+ ]
265
+ },
266
+ "CostFilters":{
267
+ "type":"map",
268
+ "key":{"shape":"GenericString"},
269
+ "value":{"shape":"DimensionValues"}
270
+ },
271
+ "CostTypes":{
272
+ "type":"structure",
273
+ "required":[
274
+ "IncludeTax",
275
+ "IncludeSubscription",
276
+ "UseBlended"
277
+ ],
278
+ "members":{
279
+ "IncludeTax":{"shape":"GenericBoolean"},
280
+ "IncludeSubscription":{"shape":"GenericBoolean"},
281
+ "UseBlended":{"shape":"GenericBoolean"}
282
+ }
283
+ },
284
+ "CreateBudgetRequest":{
285
+ "type":"structure",
286
+ "required":[
287
+ "AccountId",
288
+ "Budget"
289
+ ],
290
+ "members":{
291
+ "AccountId":{"shape":"AccountId"},
292
+ "Budget":{"shape":"Budget"},
293
+ "NotificationsWithSubscribers":{"shape":"NotificationWithSubscribersList"}
294
+ }
295
+ },
296
+ "CreateBudgetResponse":{
297
+ "type":"structure",
298
+ "members":{
299
+ }
300
+ },
301
+ "CreateNotificationRequest":{
302
+ "type":"structure",
303
+ "required":[
304
+ "AccountId",
305
+ "BudgetName",
306
+ "Notification",
307
+ "Subscribers"
308
+ ],
309
+ "members":{
310
+ "AccountId":{"shape":"AccountId"},
311
+ "BudgetName":{"shape":"BudgetName"},
312
+ "Notification":{"shape":"Notification"},
313
+ "Subscribers":{"shape":"Subscribers"}
314
+ }
315
+ },
316
+ "CreateNotificationResponse":{
317
+ "type":"structure",
318
+ "members":{
319
+ }
320
+ },
321
+ "CreateSubscriberRequest":{
322
+ "type":"structure",
323
+ "required":[
324
+ "AccountId",
325
+ "BudgetName",
326
+ "Notification",
327
+ "Subscriber"
328
+ ],
329
+ "members":{
330
+ "AccountId":{"shape":"AccountId"},
331
+ "BudgetName":{"shape":"BudgetName"},
332
+ "Notification":{"shape":"Notification"},
333
+ "Subscriber":{"shape":"Subscriber"}
334
+ }
335
+ },
336
+ "CreateSubscriberResponse":{
337
+ "type":"structure",
338
+ "members":{
339
+ }
340
+ },
341
+ "CreationLimitExceededException":{
342
+ "type":"structure",
343
+ "members":{
344
+ "Message":{"shape":"errorMessage"}
345
+ },
346
+ "exception":true
347
+ },
348
+ "DeleteBudgetRequest":{
349
+ "type":"structure",
350
+ "required":[
351
+ "AccountId",
352
+ "BudgetName"
353
+ ],
354
+ "members":{
355
+ "AccountId":{"shape":"AccountId"},
356
+ "BudgetName":{"shape":"BudgetName"}
357
+ }
358
+ },
359
+ "DeleteBudgetResponse":{
360
+ "type":"structure",
361
+ "members":{
362
+ }
363
+ },
364
+ "DeleteNotificationRequest":{
365
+ "type":"structure",
366
+ "required":[
367
+ "AccountId",
368
+ "BudgetName",
369
+ "Notification"
370
+ ],
371
+ "members":{
372
+ "AccountId":{"shape":"AccountId"},
373
+ "BudgetName":{"shape":"BudgetName"},
374
+ "Notification":{"shape":"Notification"}
375
+ }
376
+ },
377
+ "DeleteNotificationResponse":{
378
+ "type":"structure",
379
+ "members":{
380
+ }
381
+ },
382
+ "DeleteSubscriberRequest":{
383
+ "type":"structure",
384
+ "required":[
385
+ "AccountId",
386
+ "BudgetName",
387
+ "Notification",
388
+ "Subscriber"
389
+ ],
390
+ "members":{
391
+ "AccountId":{"shape":"AccountId"},
392
+ "BudgetName":{"shape":"BudgetName"},
393
+ "Notification":{"shape":"Notification"},
394
+ "Subscriber":{"shape":"Subscriber"}
395
+ }
396
+ },
397
+ "DeleteSubscriberResponse":{
398
+ "type":"structure",
399
+ "members":{
400
+ }
401
+ },
402
+ "DescribeBudgetRequest":{
403
+ "type":"structure",
404
+ "required":[
405
+ "AccountId",
406
+ "BudgetName"
407
+ ],
408
+ "members":{
409
+ "AccountId":{"shape":"AccountId"},
410
+ "BudgetName":{"shape":"BudgetName"}
411
+ }
412
+ },
413
+ "DescribeBudgetResponse":{
414
+ "type":"structure",
415
+ "members":{
416
+ "Budget":{"shape":"Budget"}
417
+ }
418
+ },
419
+ "DescribeBudgetsRequest":{
420
+ "type":"structure",
421
+ "required":["AccountId"],
422
+ "members":{
423
+ "AccountId":{"shape":"AccountId"},
424
+ "MaxResults":{"shape":"MaxResults"},
425
+ "NextToken":{"shape":"GenericString"}
426
+ }
427
+ },
428
+ "DescribeBudgetsResponse":{
429
+ "type":"structure",
430
+ "members":{
431
+ "Budgets":{"shape":"Budgets"},
432
+ "NextToken":{"shape":"GenericString"}
433
+ }
434
+ },
435
+ "DescribeNotificationsForBudgetRequest":{
436
+ "type":"structure",
437
+ "required":[
438
+ "AccountId",
439
+ "BudgetName"
440
+ ],
441
+ "members":{
442
+ "AccountId":{"shape":"AccountId"},
443
+ "BudgetName":{"shape":"BudgetName"},
444
+ "MaxResults":{"shape":"MaxResults"},
445
+ "NextToken":{"shape":"GenericString"}
446
+ }
447
+ },
448
+ "DescribeNotificationsForBudgetResponse":{
449
+ "type":"structure",
450
+ "members":{
451
+ "Notifications":{"shape":"Notifications"},
452
+ "NextToken":{"shape":"GenericString"}
453
+ }
454
+ },
455
+ "DescribeSubscribersForNotificationRequest":{
456
+ "type":"structure",
457
+ "required":[
458
+ "AccountId",
459
+ "BudgetName",
460
+ "Notification"
461
+ ],
462
+ "members":{
463
+ "AccountId":{"shape":"AccountId"},
464
+ "BudgetName":{"shape":"BudgetName"},
465
+ "Notification":{"shape":"Notification"},
466
+ "MaxResults":{"shape":"MaxResults"},
467
+ "NextToken":{"shape":"GenericString"}
468
+ }
469
+ },
470
+ "DescribeSubscribersForNotificationResponse":{
471
+ "type":"structure",
472
+ "members":{
473
+ "Subscribers":{"shape":"Subscribers"},
474
+ "NextToken":{"shape":"GenericString"}
475
+ }
476
+ },
477
+ "DimensionValues":{
478
+ "type":"list",
479
+ "member":{"shape":"GenericString"}
480
+ },
481
+ "DuplicateRecordException":{
482
+ "type":"structure",
483
+ "members":{
484
+ "Message":{"shape":"errorMessage"}
485
+ },
486
+ "exception":true
487
+ },
488
+ "ExpiredNextTokenException":{
489
+ "type":"structure",
490
+ "members":{
491
+ "Message":{"shape":"errorMessage"}
492
+ },
493
+ "exception":true
494
+ },
495
+ "GenericBoolean":{"type":"boolean"},
496
+ "GenericString":{"type":"string"},
497
+ "GenericTimestamp":{"type":"timestamp"},
498
+ "InternalErrorException":{
499
+ "type":"structure",
500
+ "members":{
501
+ "Message":{"shape":"errorMessage"}
502
+ },
503
+ "exception":true
504
+ },
505
+ "InvalidNextTokenException":{
506
+ "type":"structure",
507
+ "members":{
508
+ "Message":{"shape":"errorMessage"}
509
+ },
510
+ "exception":true
511
+ },
512
+ "InvalidParameterException":{
513
+ "type":"structure",
514
+ "members":{
515
+ "Message":{"shape":"errorMessage"}
516
+ },
517
+ "exception":true
518
+ },
519
+ "MaxResults":{
520
+ "type":"integer",
521
+ "box":true,
522
+ "max":100,
523
+ "min":1
524
+ },
525
+ "NotFoundException":{
526
+ "type":"structure",
527
+ "members":{
528
+ "Message":{"shape":"errorMessage"}
529
+ },
530
+ "exception":true
531
+ },
532
+ "Notification":{
533
+ "type":"structure",
534
+ "required":[
535
+ "NotificationType",
536
+ "ComparisonOperator",
537
+ "Threshold"
538
+ ],
539
+ "members":{
540
+ "NotificationType":{"shape":"NotificationType"},
541
+ "ComparisonOperator":{"shape":"ComparisonOperator"},
542
+ "Threshold":{"shape":"NotificationThreshold"}
543
+ }
544
+ },
545
+ "NotificationThreshold":{
546
+ "type":"double",
547
+ "max":100,
548
+ "min":0.1
549
+ },
550
+ "NotificationType":{
551
+ "type":"string",
552
+ "enum":[
553
+ "ACTUAL",
554
+ "FORECASTED"
555
+ ]
556
+ },
557
+ "NotificationWithSubscribers":{
558
+ "type":"structure",
559
+ "required":[
560
+ "Notification",
561
+ "Subscribers"
562
+ ],
563
+ "members":{
564
+ "Notification":{"shape":"Notification"},
565
+ "Subscribers":{"shape":"Subscribers"}
566
+ }
567
+ },
568
+ "NotificationWithSubscribersList":{
569
+ "type":"list",
570
+ "member":{"shape":"NotificationWithSubscribers"},
571
+ "max":5
572
+ },
573
+ "Notifications":{
574
+ "type":"list",
575
+ "member":{"shape":"Notification"}
576
+ },
577
+ "NumericValue":{
578
+ "type":"string",
579
+ "pattern":"[0-9]+(\\.)?[0-9]*"
580
+ },
581
+ "Spend":{
582
+ "type":"structure",
583
+ "required":[
584
+ "Amount",
585
+ "Unit"
586
+ ],
587
+ "members":{
588
+ "Amount":{"shape":"NumericValue"},
589
+ "Unit":{"shape":"GenericString"}
590
+ }
591
+ },
592
+ "Subscriber":{
593
+ "type":"structure",
594
+ "required":[
595
+ "SubscriptionType",
596
+ "Address"
597
+ ],
598
+ "members":{
599
+ "SubscriptionType":{"shape":"SubscriptionType"},
600
+ "Address":{"shape":"GenericString"}
601
+ }
602
+ },
603
+ "Subscribers":{
604
+ "type":"list",
605
+ "member":{"shape":"Subscriber"},
606
+ "max":11,
607
+ "min":1
608
+ },
609
+ "SubscriptionType":{
610
+ "type":"string",
611
+ "enum":[
612
+ "SNS",
613
+ "EMAIL"
614
+ ]
615
+ },
616
+ "TimePeriod":{
617
+ "type":"structure",
618
+ "required":[
619
+ "Start",
620
+ "End"
621
+ ],
622
+ "members":{
623
+ "Start":{"shape":"GenericTimestamp"},
624
+ "End":{"shape":"GenericTimestamp"}
625
+ }
626
+ },
627
+ "TimeUnit":{
628
+ "type":"string",
629
+ "enum":[
630
+ "MONTHLY",
631
+ "QUARTERLY",
632
+ "ANNUALLY"
633
+ ]
634
+ },
635
+ "UpdateBudgetRequest":{
636
+ "type":"structure",
637
+ "required":[
638
+ "AccountId",
639
+ "NewBudget"
640
+ ],
641
+ "members":{
642
+ "AccountId":{"shape":"AccountId"},
643
+ "NewBudget":{"shape":"Budget"}
644
+ }
645
+ },
646
+ "UpdateBudgetResponse":{
647
+ "type":"structure",
648
+ "members":{
649
+ }
650
+ },
651
+ "UpdateNotificationRequest":{
652
+ "type":"structure",
653
+ "required":[
654
+ "AccountId",
655
+ "BudgetName",
656
+ "OldNotification",
657
+ "NewNotification"
658
+ ],
659
+ "members":{
660
+ "AccountId":{"shape":"AccountId"},
661
+ "BudgetName":{"shape":"BudgetName"},
662
+ "OldNotification":{"shape":"Notification"},
663
+ "NewNotification":{"shape":"Notification"}
664
+ }
665
+ },
666
+ "UpdateNotificationResponse":{
667
+ "type":"structure",
668
+ "members":{
669
+ }
670
+ },
671
+ "UpdateSubscriberRequest":{
672
+ "type":"structure",
673
+ "required":[
674
+ "AccountId",
675
+ "BudgetName",
676
+ "Notification",
677
+ "OldSubscriber",
678
+ "NewSubscriber"
679
+ ],
680
+ "members":{
681
+ "AccountId":{"shape":"AccountId"},
682
+ "BudgetName":{"shape":"BudgetName"},
683
+ "Notification":{"shape":"Notification"},
684
+ "OldSubscriber":{"shape":"Subscriber"},
685
+ "NewSubscriber":{"shape":"Subscriber"}
686
+ }
687
+ },
688
+ "UpdateSubscriberResponse":{
689
+ "type":"structure",
690
+ "members":{
691
+ }
692
+ },
693
+ "errorMessage":{"type":"string"}
694
+ }
695
+ }