aws-sdk 2.1613.0 → 2.1615.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 CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
64
64
  To use the SDK in the browser, simply add the following script tag to your
65
65
  HTML pages:
66
66
 
67
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1613.0.min.js"></script>
67
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1615.0.min.js"></script>
68
68
 
69
69
  You can also build a custom browser SDK with your specified set of AWS services.
70
70
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "budgets",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceAbbreviation": "AWSBudgets",
9
12
  "serviceFullName": "AWS Budgets",
10
13
  "serviceId": "Budgets",
@@ -42,6 +45,9 @@
42
45
  }
43
46
  }
44
47
  }
48
+ },
49
+ "ResourceTags": {
50
+ "shape": "S10"
45
51
  }
46
52
  }
47
53
  },
@@ -70,15 +76,18 @@
70
76
  "NotificationType": {},
71
77
  "ActionType": {},
72
78
  "ActionThreshold": {
73
- "shape": "S13"
79
+ "shape": "S17"
74
80
  },
75
81
  "Definition": {
76
- "shape": "S14"
82
+ "shape": "S18"
77
83
  },
78
84
  "ExecutionRoleArn": {},
79
85
  "ApprovalModel": {},
80
86
  "Subscribers": {
81
87
  "shape": "Sw"
88
+ },
89
+ "ResourceTags": {
90
+ "shape": "S10"
82
91
  }
83
92
  }
84
93
  },
@@ -188,7 +197,7 @@
188
197
  "AccountId": {},
189
198
  "BudgetName": {},
190
199
  "Action": {
191
- "shape": "S1y"
200
+ "shape": "S22"
192
201
  }
193
202
  }
194
203
  }
@@ -285,7 +294,7 @@
285
294
  "AccountId": {},
286
295
  "BudgetName": {},
287
296
  "Action": {
288
- "shape": "S1y"
297
+ "shape": "S22"
289
298
  }
290
299
  }
291
300
  }
@@ -342,7 +351,7 @@
342
351
  "members": {
343
352
  "Message": {},
344
353
  "Action": {
345
- "shape": "S1y"
354
+ "shape": "S22"
346
355
  }
347
356
  }
348
357
  }
@@ -374,7 +383,7 @@
374
383
  ],
375
384
  "members": {
376
385
  "Actions": {
377
- "shape": "S2h"
386
+ "shape": "S2l"
378
387
  },
379
388
  "NextToken": {}
380
389
  }
@@ -403,7 +412,7 @@
403
412
  ],
404
413
  "members": {
405
414
  "Actions": {
406
- "shape": "S2h"
415
+ "shape": "S2l"
407
416
  },
408
417
  "NextToken": {}
409
418
  }
@@ -432,7 +441,7 @@
432
441
  "type": "structure",
433
442
  "members": {
434
443
  "Notifications": {
435
- "shape": "S2p"
444
+ "shape": "S2t"
436
445
  },
437
446
  "BudgetName": {}
438
447
  }
@@ -546,7 +555,7 @@
546
555
  "type": "structure",
547
556
  "members": {
548
557
  "Notifications": {
549
- "shape": "S2p"
558
+ "shape": "S2t"
550
559
  },
551
560
  "NextToken": {}
552
561
  }
@@ -614,6 +623,64 @@
614
623
  }
615
624
  }
616
625
  },
626
+ "ListTagsForResource": {
627
+ "input": {
628
+ "type": "structure",
629
+ "required": [
630
+ "ResourceARN"
631
+ ],
632
+ "members": {
633
+ "ResourceARN": {}
634
+ }
635
+ },
636
+ "output": {
637
+ "type": "structure",
638
+ "members": {
639
+ "ResourceTags": {
640
+ "shape": "S10"
641
+ }
642
+ }
643
+ }
644
+ },
645
+ "TagResource": {
646
+ "input": {
647
+ "type": "structure",
648
+ "required": [
649
+ "ResourceARN",
650
+ "ResourceTags"
651
+ ],
652
+ "members": {
653
+ "ResourceARN": {},
654
+ "ResourceTags": {
655
+ "shape": "S10"
656
+ }
657
+ }
658
+ },
659
+ "output": {
660
+ "type": "structure",
661
+ "members": {}
662
+ }
663
+ },
664
+ "UntagResource": {
665
+ "input": {
666
+ "type": "structure",
667
+ "required": [
668
+ "ResourceARN",
669
+ "ResourceTagKeys"
670
+ ],
671
+ "members": {
672
+ "ResourceARN": {},
673
+ "ResourceTagKeys": {
674
+ "type": "list",
675
+ "member": {}
676
+ }
677
+ }
678
+ },
679
+ "output": {
680
+ "type": "structure",
681
+ "members": {}
682
+ }
683
+ },
617
684
  "UpdateBudget": {
618
685
  "input": {
619
686
  "type": "structure",
@@ -647,10 +714,10 @@
647
714
  "ActionId": {},
648
715
  "NotificationType": {},
649
716
  "ActionThreshold": {
650
- "shape": "S13"
717
+ "shape": "S17"
651
718
  },
652
719
  "Definition": {
653
- "shape": "S14"
720
+ "shape": "S18"
654
721
  },
655
722
  "ExecutionRoleArn": {},
656
723
  "ApprovalModel": {},
@@ -671,10 +738,10 @@
671
738
  "AccountId": {},
672
739
  "BudgetName": {},
673
740
  "OldAction": {
674
- "shape": "S1y"
741
+ "shape": "S22"
675
742
  },
676
743
  "NewAction": {
677
- "shape": "S1y"
744
+ "shape": "S22"
678
745
  }
679
746
  }
680
747
  }
@@ -915,7 +982,21 @@
915
982
  }
916
983
  }
917
984
  },
918
- "S13": {
985
+ "S10": {
986
+ "type": "list",
987
+ "member": {
988
+ "type": "structure",
989
+ "required": [
990
+ "Key",
991
+ "Value"
992
+ ],
993
+ "members": {
994
+ "Key": {},
995
+ "Value": {}
996
+ }
997
+ }
998
+ },
999
+ "S17": {
919
1000
  "type": "structure",
920
1001
  "required": [
921
1002
  "ActionThresholdValue",
@@ -928,7 +1009,7 @@
928
1009
  "ActionThresholdType": {}
929
1010
  }
930
1011
  },
931
- "S14": {
1012
+ "S18": {
932
1013
  "type": "structure",
933
1014
  "members": {
934
1015
  "IamActionDefinition": {
@@ -984,7 +1065,7 @@
984
1065
  }
985
1066
  }
986
1067
  },
987
- "S1y": {
1068
+ "S22": {
988
1069
  "type": "structure",
989
1070
  "required": [
990
1071
  "ActionId",
@@ -1004,10 +1085,10 @@
1004
1085
  "NotificationType": {},
1005
1086
  "ActionType": {},
1006
1087
  "ActionThreshold": {
1007
- "shape": "S13"
1088
+ "shape": "S17"
1008
1089
  },
1009
1090
  "Definition": {
1010
- "shape": "S14"
1091
+ "shape": "S18"
1011
1092
  },
1012
1093
  "ExecutionRoleArn": {},
1013
1094
  "ApprovalModel": {},
@@ -1017,13 +1098,13 @@
1017
1098
  }
1018
1099
  }
1019
1100
  },
1020
- "S2h": {
1101
+ "S2l": {
1021
1102
  "type": "list",
1022
1103
  "member": {
1023
- "shape": "S1y"
1104
+ "shape": "S22"
1024
1105
  }
1025
1106
  },
1026
- "S2p": {
1107
+ "S2t": {
1027
1108
  "type": "list",
1028
1109
  "member": {
1029
1110
  "shape": "Sq"