aws-sdk-core 2.1.8 → 2.1.9

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e2c63d82dd0755ce9e83a5446505f7c4a5072a5
4
- data.tar.gz: b9be39379887028208bc9e77f5ed360aef7d1d37
3
+ metadata.gz: 084da8c08b422a9a021c04e28a5a6107ca8d1105
4
+ data.tar.gz: 23e7e3bf6cfe92c71fc1c153dccd87f6d36556d8
5
5
  SHA512:
6
- metadata.gz: df5d024f546b13790019d796224a9e8ec9e759efd6965fe9e600a35d20e24ba317b325b12bc50058b3f73720575046b3a2ad152706411c2dca65de82c153aaaa
7
- data.tar.gz: cc5e494592b478de4396503fdccded16c993beae26e1ec2c92f51db2cd5eb302c0ce8bd7a4077c84c3c4172d85c7c4cf9ef99bbed005671f8f5dec9b0af6de6e
6
+ metadata.gz: 899b1574a40bec1514ad4f2298203fa38f6fb4cc88501041689ff52b90cbfd3f6d86c5ff5ff63dc32bac6c0a617342f6f1a9e420943d6bdb81f7ec07b91494bb
7
+ data.tar.gz: a9315e9ec7f557428683f8c4e680f28482a2f8d7999c8f026d0457cfc18b428c4de14b0ef0aa17450fb5fdb5cd4c992b4cecee146c17486d5538492f23ae7fe0
@@ -81,11 +81,16 @@
81
81
  },
82
82
  "hasMany": {
83
83
  "Vaults": {
84
- "request": { "operation": "ListVaults" },
84
+ "request": {
85
+ "operation": "ListVaults",
86
+ "params": [
87
+ { "target": "accountId", "source": "identifier", "name": "Id" }
88
+ ]
89
+ },
85
90
  "resource": {
86
91
  "type": "Vault",
87
92
  "identifiers": [
88
- { "target": "AccountId", "source": "requestParameter", "path": "accountId" },
93
+ { "target": "AccountId", "source": "identifier", "name": "Id" },
89
94
  { "target": "Name", "source": "response", "path": "VaultList[].VaultName" }
90
95
  ],
91
96
  "path": "VaultList[]"
@@ -68,6 +68,33 @@
68
68
  }
69
69
  ]
70
70
  },
71
+ "DeleteDestination":{
72
+ "name":"DeleteDestination",
73
+ "http":{
74
+ "method":"POST",
75
+ "requestUri":"/"
76
+ },
77
+ "input":{"shape":"DeleteDestinationRequest"},
78
+ "errors":[
79
+ {
80
+ "shape":"InvalidParameterException",
81
+ "exception":true
82
+ },
83
+ {
84
+ "shape":"ResourceNotFoundException",
85
+ "exception":true
86
+ },
87
+ {
88
+ "shape":"OperationAbortedException",
89
+ "exception":true
90
+ },
91
+ {
92
+ "shape":"ServiceUnavailableException",
93
+ "exception":true,
94
+ "fault":true
95
+ }
96
+ ]
97
+ },
71
98
  "DeleteLogGroup":{
72
99
  "name":"DeleteLogGroup",
73
100
  "http":{
@@ -203,6 +230,26 @@
203
230
  }
204
231
  ]
205
232
  },
233
+ "DescribeDestinations":{
234
+ "name":"DescribeDestinations",
235
+ "http":{
236
+ "method":"POST",
237
+ "requestUri":"/"
238
+ },
239
+ "input":{"shape":"DescribeDestinationsRequest"},
240
+ "output":{"shape":"DescribeDestinationsResponse"},
241
+ "errors":[
242
+ {
243
+ "shape":"InvalidParameterException",
244
+ "exception":true
245
+ },
246
+ {
247
+ "shape":"ServiceUnavailableException",
248
+ "exception":true,
249
+ "fault":true
250
+ }
251
+ ]
252
+ },
206
253
  "DescribeLogGroups":{
207
254
  "name":"DescribeLogGroups",
208
255
  "http":{
@@ -343,6 +390,53 @@
343
390
  }
344
391
  ]
345
392
  },
393
+ "PutDestination":{
394
+ "name":"PutDestination",
395
+ "http":{
396
+ "method":"POST",
397
+ "requestUri":"/"
398
+ },
399
+ "input":{"shape":"PutDestinationRequest"},
400
+ "output":{"shape":"PutDestinationResponse"},
401
+ "errors":[
402
+ {
403
+ "shape":"InvalidParameterException",
404
+ "exception":true
405
+ },
406
+ {
407
+ "shape":"OperationAbortedException",
408
+ "exception":true
409
+ },
410
+ {
411
+ "shape":"ServiceUnavailableException",
412
+ "exception":true,
413
+ "fault":true
414
+ }
415
+ ]
416
+ },
417
+ "PutDestinationPolicy":{
418
+ "name":"PutDestinationPolicy",
419
+ "http":{
420
+ "method":"POST",
421
+ "requestUri":"/"
422
+ },
423
+ "input":{"shape":"PutDestinationPolicyRequest"},
424
+ "errors":[
425
+ {
426
+ "shape":"InvalidParameterException",
427
+ "exception":true
428
+ },
429
+ {
430
+ "shape":"OperationAbortedException",
431
+ "exception":true
432
+ },
433
+ {
434
+ "shape":"ServiceUnavailableException",
435
+ "exception":true,
436
+ "fault":true
437
+ }
438
+ ]
439
+ },
346
440
  "PutLogEvents":{
347
441
  "name":"PutLogEvents",
348
442
  "http":{
@@ -490,6 +584,10 @@
490
584
  }
491
585
  },
492
586
  "shapes":{
587
+ "AccessPolicy":{
588
+ "type":"string",
589
+ "min":1
590
+ },
493
591
  "Arn":{"type":"string"},
494
592
  "CreateLogGroupRequest":{
495
593
  "type":"structure",
@@ -517,6 +615,13 @@
517
615
  "exception":true
518
616
  },
519
617
  "Days":{"type":"integer"},
618
+ "DeleteDestinationRequest":{
619
+ "type":"structure",
620
+ "required":["destinationName"],
621
+ "members":{
622
+ "destinationName":{"shape":"DestinationName"}
623
+ }
624
+ },
520
625
  "DeleteLogGroupRequest":{
521
626
  "type":"structure",
522
627
  "required":["logGroupName"],
@@ -565,6 +670,21 @@
565
670
  }
566
671
  },
567
672
  "Descending":{"type":"boolean"},
673
+ "DescribeDestinationsRequest":{
674
+ "type":"structure",
675
+ "members":{
676
+ "DestinationNamePrefix":{"shape":"DestinationName"},
677
+ "nextToken":{"shape":"NextToken"},
678
+ "limit":{"shape":"DescribeLimit"}
679
+ }
680
+ },
681
+ "DescribeDestinationsResponse":{
682
+ "type":"structure",
683
+ "members":{
684
+ "destinations":{"shape":"Destinations"},
685
+ "nextToken":{"shape":"NextToken"}
686
+ }
687
+ },
568
688
  "DescribeLimit":{
569
689
  "type":"integer",
570
690
  "min":1,
@@ -638,10 +758,31 @@
638
758
  "nextToken":{"shape":"NextToken"}
639
759
  }
640
760
  },
761
+ "Destination":{
762
+ "type":"structure",
763
+ "members":{
764
+ "destinationName":{"shape":"DestinationName"},
765
+ "targetArn":{"shape":"TargetArn"},
766
+ "roleArn":{"shape":"RoleArn"},
767
+ "accessPolicy":{"shape":"AccessPolicy"},
768
+ "arn":{"shape":"Arn"},
769
+ "creationTime":{"shape":"Timestamp"}
770
+ }
771
+ },
641
772
  "DestinationArn":{
642
773
  "type":"string",
643
774
  "min":1
644
775
  },
776
+ "DestinationName":{
777
+ "type":"string",
778
+ "min":1,
779
+ "max":512,
780
+ "pattern":"[^:*]*"
781
+ },
782
+ "Destinations":{
783
+ "type":"list",
784
+ "member":{"shape":"Destination"}
785
+ },
645
786
  "EventId":{"type":"string"},
646
787
  "EventMessage":{
647
788
  "type":"string",
@@ -906,6 +1047,36 @@
906
1047
  "type":"list",
907
1048
  "member":{"shape":"OutputLogEvent"}
908
1049
  },
1050
+ "PutDestinationPolicyRequest":{
1051
+ "type":"structure",
1052
+ "required":[
1053
+ "destinationName",
1054
+ "accessPolicy"
1055
+ ],
1056
+ "members":{
1057
+ "destinationName":{"shape":"DestinationName"},
1058
+ "accessPolicy":{"shape":"AccessPolicy"}
1059
+ }
1060
+ },
1061
+ "PutDestinationRequest":{
1062
+ "type":"structure",
1063
+ "required":[
1064
+ "destinationName",
1065
+ "targetArn",
1066
+ "roleArn"
1067
+ ],
1068
+ "members":{
1069
+ "destinationName":{"shape":"DestinationName"},
1070
+ "targetArn":{"shape":"TargetArn"},
1071
+ "roleArn":{"shape":"RoleArn"}
1072
+ }
1073
+ },
1074
+ "PutDestinationResponse":{
1075
+ "type":"structure",
1076
+ "members":{
1077
+ "destination":{"shape":"Destination"}
1078
+ }
1079
+ },
909
1080
  "PutLogEventsRequest":{
910
1081
  "type":"structure",
911
1082
  "required":[
@@ -959,8 +1130,7 @@
959
1130
  "logGroupName",
960
1131
  "filterName",
961
1132
  "filterPattern",
962
- "destinationArn",
963
- "roleArn"
1133
+ "destinationArn"
964
1134
  ],
965
1135
  "members":{
966
1136
  "logGroupName":{"shape":"LogGroupName"},
@@ -1036,6 +1206,10 @@
1036
1206
  "type":"list",
1037
1207
  "member":{"shape":"SubscriptionFilter"}
1038
1208
  },
1209
+ "TargetArn":{
1210
+ "type":"string",
1211
+ "min":1
1212
+ },
1039
1213
  "TestEventMessages":{
1040
1214
  "type":"list",
1041
1215
  "member":{"shape":"EventMessage"},
@@ -904,6 +904,7 @@
904
904
  "ContentLanguage":{"type":"string"},
905
905
  "ContentLength":{"type":"integer"},
906
906
  "ContentMD5":{"type":"string"},
907
+ "ContentRange":{"type":"string"},
907
908
  "ContentType":{"type":"string"},
908
909
  "CopyObjectOutput":{
909
910
  "type":"structure",
@@ -1623,10 +1624,14 @@
1623
1624
  "type":"string",
1624
1625
  "enum":[
1625
1626
  "s3:ReducedRedundancyLostObject",
1627
+ "s3:ObjectCreated:*",
1626
1628
  "s3:ObjectCreated:Put",
1627
1629
  "s3:ObjectCreated:Post",
1628
1630
  "s3:ObjectCreated:Copy",
1629
- "s3:ObjectCreated:CompleteMultipartUpload"
1631
+ "s3:ObjectCreated:CompleteMultipartUpload",
1632
+ "s3:ObjectRemoved:*",
1633
+ "s3:ObjectRemoved:Delete",
1634
+ "s3:ObjectRemoved:DeleteMarkerCreated"
1630
1635
  ]
1631
1636
  },
1632
1637
  "EventList":{
@@ -1983,6 +1988,11 @@
1983
1988
  "location":"header",
1984
1989
  "locationName":"Content-Language"
1985
1990
  },
1991
+ "ContentRange":{
1992
+ "shape":"ContentRange",
1993
+ "location":"header",
1994
+ "locationName":"Content-Range"
1995
+ },
1986
1996
  "ContentType":{
1987
1997
  "shape":"ContentType",
1988
1998
  "location":"header",
@@ -2023,6 +2033,11 @@
2023
2033
  "location":"header",
2024
2034
  "locationName":"x-amz-server-side-encryption-aws-kms-key-id"
2025
2035
  },
2036
+ "StorageClass":{
2037
+ "shape":"StorageClass",
2038
+ "location":"header",
2039
+ "locationName":"x-amz-storage-class"
2040
+ },
2026
2041
  "RequestCharged":{
2027
2042
  "shape":"RequestCharged",
2028
2043
  "location":"header",
@@ -2331,6 +2346,11 @@
2331
2346
  "location":"header",
2332
2347
  "locationName":"x-amz-server-side-encryption-aws-kms-key-id"
2333
2348
  },
2349
+ "StorageClass":{
2350
+ "shape":"StorageClass",
2351
+ "location":"header",
2352
+ "locationName":"x-amz-storage-class"
2353
+ },
2334
2354
  "RequestCharged":{
2335
2355
  "shape":"RequestCharged",
2336
2356
  "location":"header",
@@ -3790,14 +3810,18 @@
3790
3810
  },
3791
3811
  "ServerSideEncryption":{
3792
3812
  "type":"string",
3793
- "enum":["AES256"]
3813
+ "enum":[
3814
+ "AES256",
3815
+ "aws:kms"
3816
+ ]
3794
3817
  },
3795
3818
  "Size":{"type":"integer"},
3796
3819
  "StorageClass":{
3797
3820
  "type":"string",
3798
3821
  "enum":[
3799
3822
  "STANDARD",
3800
- "REDUCED_REDUNDANCY"
3823
+ "REDUCED_REDUNDANCY",
3824
+ "LT"
3801
3825
  ]
3802
3826
  },
3803
3827
  "Suffix":{"type":"string"},
@@ -20,7 +20,7 @@ module Aws
20
20
 
21
21
  def structure(ref, values, prefix)
22
22
  shape = ref.shape
23
- values.each do |name, value|
23
+ values.each_pair do |name, value|
24
24
  unless value.nil?
25
25
  member_ref = shape.member(name)
26
26
  format(member_ref, value, prefix + query_name(member_ref))
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.1.8'
2
+ VERSION = '2.1.9'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.8
4
+ version: 2.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-23 00:00:00.000000000 Z
11
+ date: 2015-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath