aws-sdk-core 2.1.0 → 2.1.4

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.
Files changed (70) hide show
  1. checksums.yaml +4 -4
  2. data/apis/autoscaling/2011-01-01/api-2.json +41 -4
  3. data/apis/cloudfront/{2014-11-06 → 2015-04-17}/api-2.json +92 -52
  4. data/apis/cloudfront/{2014-11-06 → 2015-04-17}/paginators-1.json +0 -0
  5. data/apis/cloudfront/{2014-11-06 → 2015-04-17}/waiters-2.json +0 -0
  6. data/apis/codecommit/2015-04-13/api-2.json +885 -0
  7. data/apis/codecommit/2015-04-13/paginators-1.json +14 -0
  8. data/apis/codepipeline/2015-07-09/api-2.json +1640 -0
  9. data/apis/cognito-identity/2014-06-30/api-2.json +18 -0
  10. data/apis/cognito-sync/2014-06-30/api-2.json +22 -0
  11. data/apis/config/2014-11-12/api-2.json +24 -1
  12. data/apis/ec2/2015-04-15/api-2.json +34 -3
  13. data/apis/ec2/2015-04-15/resources-1.json +66 -17
  14. data/apis/ecs/2014-11-13/api-2.json +22 -3
  15. data/apis/email/2010-12-01/api-2.json +163 -2
  16. data/apis/glacier/2012-06-01/api-2.json +174 -0
  17. data/apis/iam/2010-05-08/api-2.json +346 -17
  18. data/apis/iam/2010-05-08/paginators-1.json +32 -0
  19. data/apis/iam/2010-05-08/resources-1.json +8 -0
  20. data/apis/iam/2010-05-08/waiters-2.json +22 -0
  21. data/apis/lambda/2015-03-31/api-2.json +4 -1
  22. data/apis/opsworks/2013-02-18/api-2.json +88 -34
  23. data/apis/redshift/2012-12-01/api-2.json +423 -5
  24. data/apis/redshift/2012-12-01/waiters-2.json +33 -23
  25. data/apis/sts/2011-06-15/api-2.json +2 -2
  26. data/bin/aws.rb +6 -0
  27. data/lib/aws-sdk-core/api/builder.rb +8 -0
  28. data/lib/aws-sdk-core/api/docs/builder.rb +4 -4
  29. data/lib/aws-sdk-core/api/docs/operation_documenter.rb +1 -1
  30. data/lib/aws-sdk-core/api/shape_map.rb +10 -8
  31. data/lib/aws-sdk-core/client_stubs.rb +6 -2
  32. data/lib/aws-sdk-core/cloudfront.rb +4 -4
  33. data/lib/aws-sdk-core/codecommit.rb +5 -0
  34. data/lib/aws-sdk-core/codepipeline.rb +4 -0
  35. data/lib/aws-sdk-core/credential_provider.rb +5 -7
  36. data/lib/aws-sdk-core/dynamodb/attribute_value.rb +2 -2
  37. data/lib/aws-sdk-core/dynamodb.rb +14 -0
  38. data/lib/aws-sdk-core/eager_loader.rb +5 -6
  39. data/lib/aws-sdk-core/iam.rb +1 -0
  40. data/lib/aws-sdk-core/instance_profile_credentials.rb +1 -1
  41. data/lib/aws-sdk-core/json/handler.rb +4 -4
  42. data/lib/aws-sdk-core/pageable_response.rb +44 -34
  43. data/lib/aws-sdk-core/pager.rb +2 -3
  44. data/lib/aws-sdk-core/plugins/dynamodb_simple_attributes.rb +4 -0
  45. data/lib/aws-sdk-core/plugins/ec2_copy_encrypted_snapshot.rb +2 -1
  46. data/lib/aws-sdk-core/plugins/regional_endpoint.rb +2 -2
  47. data/lib/aws-sdk-core/plugins/response_paging.rb +1 -0
  48. data/lib/aws-sdk-core/shared_credentials.rb +2 -2
  49. data/lib/aws-sdk-core/signers/s3.rb +31 -3
  50. data/lib/aws-sdk-core/stubbing/protocols/ec2.rb +3 -5
  51. data/lib/aws-sdk-core/stubbing/protocols/rest_xml.rb +0 -1
  52. data/lib/aws-sdk-core/type_builder.rb +14 -0
  53. data/lib/aws-sdk-core/version.rb +1 -1
  54. data/lib/aws-sdk-core/xml/parser/engines/oga.rb +39 -0
  55. data/lib/aws-sdk-core/xml/parser.rb +4 -1
  56. data/lib/aws-sdk-core.rb +19 -15
  57. data/lib/seahorse/client/http/request.rb +1 -1
  58. data/lib/seahorse/client/http/response.rb +5 -3
  59. data/lib/seahorse/client/net_http/connection_pool.rb +2 -2
  60. metadata +13 -15
  61. data/apis/config/2014-10-17/api-2.json +0 -694
  62. data/apis/config/2014-10-17/paginators-1.json +0 -10
  63. data/apis/ec2/2014-10-01/api-2.json +0 -10267
  64. data/apis/ec2/2014-10-01/paginators-1.json +0 -125
  65. data/apis/ec2/2014-10-01/resources-1.json +0 -2289
  66. data/apis/ec2/2014-10-01/waiters-2.json +0 -453
  67. data/apis/ec2/2015-03-01/api-2.json +0 -11245
  68. data/apis/ec2/2015-03-01/paginators-1.json +0 -125
  69. data/apis/ec2/2015-03-01/resources-1.json +0 -2479
  70. data/apis/ec2/2015-03-01/waiters-2.json +0 -458
@@ -40,6 +40,42 @@
40
40
  }
41
41
  ]
42
42
  },
43
+ "AddTagsToVault":{
44
+ "name":"AddTagsToVault",
45
+ "http":{
46
+ "method":"POST",
47
+ "requestUri":"/{accountId}/vaults/{vaultName}/tags?operation=add",
48
+ "responseCode":204
49
+ },
50
+ "input":{"shape":"AddTagsToVaultInput"},
51
+ "errors":[
52
+ {
53
+ "shape":"InvalidParameterValueException",
54
+ "error":{"httpStatusCode":400},
55
+ "exception":true
56
+ },
57
+ {
58
+ "shape":"MissingParameterValueException",
59
+ "error":{"httpStatusCode":400},
60
+ "exception":true
61
+ },
62
+ {
63
+ "shape":"ResourceNotFoundException",
64
+ "error":{"httpStatusCode":404},
65
+ "exception":true
66
+ },
67
+ {
68
+ "shape":"LimitExceededException",
69
+ "error":{"httpStatusCode":400},
70
+ "exception":true
71
+ },
72
+ {
73
+ "shape":"ServiceUnavailableException",
74
+ "error":{"httpStatusCode":500},
75
+ "exception":true
76
+ }
77
+ ]
78
+ },
43
79
  "CompleteMultipartUpload":{
44
80
  "name":"CompleteMultipartUpload",
45
81
  "http":{
@@ -571,6 +607,37 @@
571
607
  }
572
608
  ]
573
609
  },
610
+ "ListTagsForVault":{
611
+ "name":"ListTagsForVault",
612
+ "http":{
613
+ "method":"GET",
614
+ "requestUri":"/{accountId}/vaults/{vaultName}/tags"
615
+ },
616
+ "input":{"shape":"ListTagsForVaultInput"},
617
+ "output":{"shape":"ListTagsForVaultOutput"},
618
+ "errors":[
619
+ {
620
+ "shape":"InvalidParameterValueException",
621
+ "error":{"httpStatusCode":400},
622
+ "exception":true
623
+ },
624
+ {
625
+ "shape":"MissingParameterValueException",
626
+ "error":{"httpStatusCode":400},
627
+ "exception":true
628
+ },
629
+ {
630
+ "shape":"ResourceNotFoundException",
631
+ "error":{"httpStatusCode":404},
632
+ "exception":true
633
+ },
634
+ {
635
+ "shape":"ServiceUnavailableException",
636
+ "error":{"httpStatusCode":500},
637
+ "exception":true
638
+ }
639
+ ]
640
+ },
574
641
  "ListVaults":{
575
642
  "name":"ListVaults",
576
643
  "http":{
@@ -602,6 +669,37 @@
602
669
  }
603
670
  ]
604
671
  },
672
+ "RemoveTagsFromVault":{
673
+ "name":"RemoveTagsFromVault",
674
+ "http":{
675
+ "method":"POST",
676
+ "requestUri":"/{accountId}/vaults/{vaultName}/tags?operation=remove",
677
+ "responseCode":204
678
+ },
679
+ "input":{"shape":"RemoveTagsFromVaultInput"},
680
+ "errors":[
681
+ {
682
+ "shape":"InvalidParameterValueException",
683
+ "error":{"httpStatusCode":400},
684
+ "exception":true
685
+ },
686
+ {
687
+ "shape":"MissingParameterValueException",
688
+ "error":{"httpStatusCode":400},
689
+ "exception":true
690
+ },
691
+ {
692
+ "shape":"ResourceNotFoundException",
693
+ "error":{"httpStatusCode":404},
694
+ "exception":true
695
+ },
696
+ {
697
+ "shape":"ServiceUnavailableException",
698
+ "error":{"httpStatusCode":500},
699
+ "exception":true
700
+ }
701
+ ]
702
+ },
605
703
  "SetDataRetrievalPolicy":{
606
704
  "name":"SetDataRetrievalPolicy",
607
705
  "http":{
@@ -798,6 +896,26 @@
798
896
  "InventoryRetrieval"
799
897
  ]
800
898
  },
899
+ "AddTagsToVaultInput":{
900
+ "type":"structure",
901
+ "members":{
902
+ "accountId":{
903
+ "shape":"string",
904
+ "location":"uri",
905
+ "locationName":"accountId"
906
+ },
907
+ "vaultName":{
908
+ "shape":"string",
909
+ "location":"uri",
910
+ "locationName":"vaultName"
911
+ },
912
+ "Tags":{"shape":"TagMap"}
913
+ },
914
+ "required":[
915
+ "accountId",
916
+ "vaultName"
917
+ ]
918
+ },
801
919
  "ArchiveCreationOutput":{
802
920
  "type":"structure",
803
921
  "members":{
@@ -1458,6 +1576,31 @@
1458
1576
  "Marker":{"shape":"string"}
1459
1577
  }
1460
1578
  },
1579
+ "ListTagsForVaultInput":{
1580
+ "type":"structure",
1581
+ "members":{
1582
+ "accountId":{
1583
+ "shape":"string",
1584
+ "location":"uri",
1585
+ "locationName":"accountId"
1586
+ },
1587
+ "vaultName":{
1588
+ "shape":"string",
1589
+ "location":"uri",
1590
+ "locationName":"vaultName"
1591
+ }
1592
+ },
1593
+ "required":[
1594
+ "accountId",
1595
+ "vaultName"
1596
+ ]
1597
+ },
1598
+ "ListTagsForVaultOutput":{
1599
+ "type":"structure",
1600
+ "members":{
1601
+ "Tags":{"shape":"TagMap"}
1602
+ }
1603
+ },
1461
1604
  "ListVaultsInput":{
1462
1605
  "type":"structure",
1463
1606
  "members":{
@@ -1522,6 +1665,26 @@
1522
1665
  "error":{"httpStatusCode":400},
1523
1666
  "exception":true
1524
1667
  },
1668
+ "RemoveTagsFromVaultInput":{
1669
+ "type":"structure",
1670
+ "members":{
1671
+ "accountId":{
1672
+ "shape":"string",
1673
+ "location":"uri",
1674
+ "locationName":"accountId"
1675
+ },
1676
+ "vaultName":{
1677
+ "shape":"string",
1678
+ "location":"uri",
1679
+ "locationName":"vaultName"
1680
+ },
1681
+ "TagKeys":{"shape":"TagKeyList"}
1682
+ },
1683
+ "required":[
1684
+ "accountId",
1685
+ "vaultName"
1686
+ ]
1687
+ },
1525
1688
  "RequestTimeoutException":{
1526
1689
  "type":"structure",
1527
1690
  "members":{
@@ -1619,6 +1782,17 @@
1619
1782
  "type":"blob",
1620
1783
  "streaming":true
1621
1784
  },
1785
+ "TagKey":{"type":"string"},
1786
+ "TagKeyList":{
1787
+ "type":"list",
1788
+ "member":{"shape":"string"}
1789
+ },
1790
+ "TagMap":{
1791
+ "type":"map",
1792
+ "key":{"shape":"TagKey"},
1793
+ "value":{"shape":"TagValue"}
1794
+ },
1795
+ "TagValue":{"type":"string"},
1622
1796
  "UploadArchiveInput":{
1623
1797
  "type":"structure",
1624
1798
  "members":{