aws-sdk-core 2.3.1 → 2.3.2
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 +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +10 -0
- data/apis/cloudtrail/2013-11-01/api-2.json +39 -15
- data/apis/ecs/2014-11-13/api-2.json +4 -2
- data/apis/kms/2014-11-01/api-2.json +4 -3
- data/apis/s3/2006-03-01/api-2.json +80 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 299dd5d46b2f96f4cdea2d2c3111fbe0f0a9d273
|
4
|
+
data.tar.gz: 82527edcecd78d0a48c8c646927f841b605050ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e864aa84bbb5378745a20f51b3fd216b299a8527a9a613ad11a126debaa40a6400a2c52afb3304de7dfaa006036a6ed7e7253ff425546a51f541d8a9060d8e41
|
7
|
+
data.tar.gz: 0ce04b54b6af16a90a626b2bbc514e3dde7f93b986f29f0e06cff55f05ae02be45cc8eb450be5408419e7752b4efc8dffed90a075e2ae183ad57a67251bc505b
|
@@ -90,6 +90,7 @@
|
|
90
90
|
"errors":[
|
91
91
|
{"shape":"UnauthorizedException"},
|
92
92
|
{"shape":"BadRequestException"},
|
93
|
+
{"shape":"ConflictException"},
|
93
94
|
{"shape":"TooManyRequestsException"}
|
94
95
|
]
|
95
96
|
},
|
@@ -335,6 +336,7 @@
|
|
335
336
|
{"shape":"UnauthorizedException"},
|
336
337
|
{"shape":"NotFoundException"},
|
337
338
|
{"shape":"BadRequestException"},
|
339
|
+
{"shape":"ConflictException"},
|
338
340
|
{"shape":"TooManyRequestsException"}
|
339
341
|
]
|
340
342
|
},
|
@@ -844,6 +846,7 @@
|
|
844
846
|
"errors":[
|
845
847
|
{"shape":"UnauthorizedException"},
|
846
848
|
{"shape":"BadRequestException"},
|
849
|
+
{"shape":"ConflictException"},
|
847
850
|
{"shape":"NotFoundException"},
|
848
851
|
{"shape":"TooManyRequestsException"}
|
849
852
|
]
|
@@ -913,6 +916,7 @@
|
|
913
916
|
"errors":[
|
914
917
|
{"shape":"UnauthorizedException"},
|
915
918
|
{"shape":"LimitExceededException"},
|
919
|
+
{"shape":"NotFoundException"},
|
916
920
|
{"shape":"BadRequestException"},
|
917
921
|
{"shape":"TooManyRequestsException"}
|
918
922
|
]
|
@@ -1051,6 +1055,7 @@
|
|
1051
1055
|
{"shape":"UnauthorizedException"},
|
1052
1056
|
{"shape":"NotFoundException"},
|
1053
1057
|
{"shape":"BadRequestException"},
|
1058
|
+
{"shape":"ConflictException"},
|
1054
1059
|
{"shape":"TooManyRequestsException"}
|
1055
1060
|
]
|
1056
1061
|
},
|
@@ -1081,6 +1086,7 @@
|
|
1081
1086
|
"errors":[
|
1082
1087
|
{"shape":"UnauthorizedException"},
|
1083
1088
|
{"shape":"NotFoundException"},
|
1089
|
+
{"shape":"ConflictException"},
|
1084
1090
|
{"shape":"BadRequestException"},
|
1085
1091
|
{"shape":"TooManyRequestsException"}
|
1086
1092
|
]
|
@@ -1097,6 +1103,7 @@
|
|
1097
1103
|
{"shape":"UnauthorizedException"},
|
1098
1104
|
{"shape":"NotFoundException"},
|
1099
1105
|
{"shape":"BadRequestException"},
|
1106
|
+
{"shape":"ConflictException"},
|
1100
1107
|
{"shape":"TooManyRequestsException"}
|
1101
1108
|
]
|
1102
1109
|
},
|
@@ -1130,6 +1137,7 @@
|
|
1130
1137
|
{"shape":"UnauthorizedException"},
|
1131
1138
|
{"shape":"NotFoundException"},
|
1132
1139
|
{"shape":"BadRequestException"},
|
1140
|
+
{"shape":"ConflictException"},
|
1133
1141
|
{"shape":"TooManyRequestsException"}
|
1134
1142
|
]
|
1135
1143
|
},
|
@@ -2417,6 +2425,7 @@
|
|
2417
2425
|
"credentials":{"shape":"String"},
|
2418
2426
|
"requestParameters":{"shape":"MapOfStringToString"},
|
2419
2427
|
"requestTemplates":{"shape":"MapOfStringToString"},
|
2428
|
+
"passthroughBehavior":{"shape":"String"},
|
2420
2429
|
"cacheNamespace":{"shape":"String"},
|
2421
2430
|
"cacheKeyParameters":{"shape":"ListOfString"},
|
2422
2431
|
"integrationResponses":{"shape":"MapOfIntegrationResponse"}
|
@@ -2670,6 +2679,7 @@
|
|
2670
2679
|
"credentials":{"shape":"String"},
|
2671
2680
|
"requestParameters":{"shape":"MapOfStringToString"},
|
2672
2681
|
"requestTemplates":{"shape":"MapOfStringToString"},
|
2682
|
+
"passthroughBehavior":{"shape":"String"},
|
2673
2683
|
"cacheNamespace":{"shape":"String"},
|
2674
2684
|
"cacheKeyParameters":{"shape":"ListOfString"}
|
2675
2685
|
}
|
@@ -28,7 +28,8 @@
|
|
28
28
|
{"shape":"InvalidTagParameterException"},
|
29
29
|
{"shape":"UnsupportedOperationException"},
|
30
30
|
{"shape":"OperationNotPermittedException"}
|
31
|
-
]
|
31
|
+
],
|
32
|
+
"idempotent":true
|
32
33
|
},
|
33
34
|
"CreateTrail":{
|
34
35
|
"name":"CreateTrail",
|
@@ -59,7 +60,8 @@
|
|
59
60
|
{"shape":"CloudWatchLogsDeliveryUnavailableException"},
|
60
61
|
{"shape":"UnsupportedOperationException"},
|
61
62
|
{"shape":"OperationNotPermittedException"}
|
62
|
-
]
|
63
|
+
],
|
64
|
+
"idempotent":true
|
63
65
|
},
|
64
66
|
"DeleteTrail":{
|
65
67
|
"name":"DeleteTrail",
|
@@ -73,7 +75,8 @@
|
|
73
75
|
{"shape":"TrailNotFoundException"},
|
74
76
|
{"shape":"InvalidTrailNameException"},
|
75
77
|
{"shape":"InvalidHomeRegionException"}
|
76
|
-
]
|
78
|
+
],
|
79
|
+
"idempotent":true
|
77
80
|
},
|
78
81
|
"DescribeTrails":{
|
79
82
|
"name":"DescribeTrails",
|
@@ -86,7 +89,8 @@
|
|
86
89
|
"errors":[
|
87
90
|
{"shape":"UnsupportedOperationException"},
|
88
91
|
{"shape":"OperationNotPermittedException"}
|
89
|
-
]
|
92
|
+
],
|
93
|
+
"idempotent":true
|
90
94
|
},
|
91
95
|
"GetTrailStatus":{
|
92
96
|
"name":"GetTrailStatus",
|
@@ -99,7 +103,8 @@
|
|
99
103
|
"errors":[
|
100
104
|
{"shape":"TrailNotFoundException"},
|
101
105
|
{"shape":"InvalidTrailNameException"}
|
102
|
-
]
|
106
|
+
],
|
107
|
+
"idempotent":true
|
103
108
|
},
|
104
109
|
"ListPublicKeys":{
|
105
110
|
"name":"ListPublicKeys",
|
@@ -114,7 +119,8 @@
|
|
114
119
|
{"shape":"UnsupportedOperationException"},
|
115
120
|
{"shape":"OperationNotPermittedException"},
|
116
121
|
{"shape":"InvalidTokenException"}
|
117
|
-
]
|
122
|
+
],
|
123
|
+
"idempotent":true
|
118
124
|
},
|
119
125
|
"ListTags":{
|
120
126
|
"name":"ListTags",
|
@@ -132,7 +138,8 @@
|
|
132
138
|
{"shape":"UnsupportedOperationException"},
|
133
139
|
{"shape":"OperationNotPermittedException"},
|
134
140
|
{"shape":"InvalidTokenException"}
|
135
|
-
]
|
141
|
+
],
|
142
|
+
"idempotent":true
|
136
143
|
},
|
137
144
|
"LookupEvents":{
|
138
145
|
"name":"LookupEvents",
|
@@ -147,7 +154,8 @@
|
|
147
154
|
{"shape":"InvalidTimeRangeException"},
|
148
155
|
{"shape":"InvalidMaxResultsException"},
|
149
156
|
{"shape":"InvalidNextTokenException"}
|
150
|
-
]
|
157
|
+
],
|
158
|
+
"idempotent":true
|
151
159
|
},
|
152
160
|
"RemoveTags":{
|
153
161
|
"name":"RemoveTags",
|
@@ -165,7 +173,8 @@
|
|
165
173
|
{"shape":"InvalidTagParameterException"},
|
166
174
|
{"shape":"UnsupportedOperationException"},
|
167
175
|
{"shape":"OperationNotPermittedException"}
|
168
|
-
]
|
176
|
+
],
|
177
|
+
"idempotent":true
|
169
178
|
},
|
170
179
|
"StartLogging":{
|
171
180
|
"name":"StartLogging",
|
@@ -179,7 +188,8 @@
|
|
179
188
|
{"shape":"TrailNotFoundException"},
|
180
189
|
{"shape":"InvalidTrailNameException"},
|
181
190
|
{"shape":"InvalidHomeRegionException"}
|
182
|
-
]
|
191
|
+
],
|
192
|
+
"idempotent":true
|
183
193
|
},
|
184
194
|
"StopLogging":{
|
185
195
|
"name":"StopLogging",
|
@@ -193,7 +203,8 @@
|
|
193
203
|
{"shape":"TrailNotFoundException"},
|
194
204
|
{"shape":"InvalidTrailNameException"},
|
195
205
|
{"shape":"InvalidHomeRegionException"}
|
196
|
-
]
|
206
|
+
],
|
207
|
+
"idempotent":true
|
197
208
|
},
|
198
209
|
"UpdateTrail":{
|
199
210
|
"name":"UpdateTrail",
|
@@ -224,7 +235,8 @@
|
|
224
235
|
{"shape":"CloudWatchLogsDeliveryUnavailableException"},
|
225
236
|
{"shape":"UnsupportedOperationException"},
|
226
237
|
{"shape":"OperationNotPermittedException"}
|
227
|
-
]
|
238
|
+
],
|
239
|
+
"idempotent":true
|
228
240
|
}
|
229
241
|
},
|
230
242
|
"shapes":{
|
@@ -280,7 +292,11 @@
|
|
280
292
|
"Name":{"shape":"String"},
|
281
293
|
"S3BucketName":{"shape":"String"},
|
282
294
|
"S3KeyPrefix":{"shape":"String"},
|
283
|
-
"SnsTopicName":{
|
295
|
+
"SnsTopicName":{
|
296
|
+
"shape":"String",
|
297
|
+
"deprecated":true
|
298
|
+
},
|
299
|
+
"SnsTopicARN":{"shape":"String"},
|
284
300
|
"IncludeGlobalServiceEvents":{"shape":"Boolean"},
|
285
301
|
"IsMultiRegionTrail":{"shape":"Boolean"},
|
286
302
|
"TrailARN":{"shape":"String"},
|
@@ -689,7 +705,11 @@
|
|
689
705
|
"Name":{"shape":"String"},
|
690
706
|
"S3BucketName":{"shape":"String"},
|
691
707
|
"S3KeyPrefix":{"shape":"String"},
|
692
|
-
"SnsTopicName":{
|
708
|
+
"SnsTopicName":{
|
709
|
+
"shape":"String",
|
710
|
+
"deprecated":true
|
711
|
+
},
|
712
|
+
"SnsTopicARN":{"shape":"String"},
|
693
713
|
"IncludeGlobalServiceEvents":{"shape":"Boolean"},
|
694
714
|
"IsMultiRegionTrail":{"shape":"Boolean"},
|
695
715
|
"HomeRegion":{"shape":"String"},
|
@@ -754,7 +774,11 @@
|
|
754
774
|
"Name":{"shape":"String"},
|
755
775
|
"S3BucketName":{"shape":"String"},
|
756
776
|
"S3KeyPrefix":{"shape":"String"},
|
757
|
-
"SnsTopicName":{
|
777
|
+
"SnsTopicName":{
|
778
|
+
"shape":"String",
|
779
|
+
"deprecated":true
|
780
|
+
},
|
781
|
+
"SnsTopicARN":{"shape":"String"},
|
758
782
|
"IncludeGlobalServiceEvents":{"shape":"Boolean"},
|
759
783
|
"IsMultiRegionTrail":{"shape":"Boolean"},
|
760
784
|
"TrailARN":{"shape":"String"},
|
@@ -958,7 +958,8 @@
|
|
958
958
|
"syslog",
|
959
959
|
"journald",
|
960
960
|
"gelf",
|
961
|
-
"fluentd"
|
961
|
+
"fluentd",
|
962
|
+
"awslogs"
|
962
963
|
]
|
963
964
|
},
|
964
965
|
"Long":{"type":"long"},
|
@@ -1107,7 +1108,8 @@
|
|
1107
1108
|
"deploymentConfiguration":{"shape":"DeploymentConfiguration"},
|
1108
1109
|
"deployments":{"shape":"Deployments"},
|
1109
1110
|
"roleArn":{"shape":"String"},
|
1110
|
-
"events":{"shape":"ServiceEvents"}
|
1111
|
+
"events":{"shape":"ServiceEvents"},
|
1112
|
+
"createdAt":{"shape":"Timestamp"}
|
1111
1113
|
}
|
1112
1114
|
},
|
1113
1115
|
"ServiceEvent":{
|
@@ -381,7 +381,6 @@
|
|
381
381
|
{"shape":"InvalidArnException"},
|
382
382
|
{"shape":"MalformedPolicyDocumentException"},
|
383
383
|
{"shape":"DependencyTimeoutException"},
|
384
|
-
{"shape":"InvalidArnException"},
|
385
384
|
{"shape":"UnsupportedOperationException"},
|
386
385
|
{"shape":"KMSInternalException"},
|
387
386
|
{"shape":"LimitExceededException"},
|
@@ -576,7 +575,8 @@
|
|
576
575
|
"members":{
|
577
576
|
"Policy":{"shape":"PolicyType"},
|
578
577
|
"Description":{"shape":"DescriptionType"},
|
579
|
-
"KeyUsage":{"shape":"KeyUsageType"}
|
578
|
+
"KeyUsage":{"shape":"KeyUsageType"},
|
579
|
+
"BypassPolicyLockoutSafetyCheck":{"shape":"BooleanType"}
|
580
580
|
}
|
581
581
|
},
|
582
582
|
"CreateKeyResponse":{
|
@@ -1116,7 +1116,8 @@
|
|
1116
1116
|
"members":{
|
1117
1117
|
"KeyId":{"shape":"KeyIdType"},
|
1118
1118
|
"PolicyName":{"shape":"PolicyNameType"},
|
1119
|
-
"Policy":{"shape":"PolicyType"}
|
1119
|
+
"Policy":{"shape":"PolicyType"},
|
1120
|
+
"BypassPolicyLockoutSafetyCheck":{"shape":"BooleanType"}
|
1120
1121
|
}
|
1121
1122
|
},
|
1122
1123
|
"ReEncryptRequest":{
|
@@ -412,6 +412,18 @@
|
|
412
412
|
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGET.html",
|
413
413
|
"alias":"GetBucket"
|
414
414
|
},
|
415
|
+
"ListObjectsV2":{
|
416
|
+
"name":"ListObjectsV2",
|
417
|
+
"http":{
|
418
|
+
"method":"GET",
|
419
|
+
"requestUri":"/{Bucket}?list-type=2"
|
420
|
+
},
|
421
|
+
"input":{"shape":"ListObjectsV2Request"},
|
422
|
+
"output":{"shape":"ListObjectsV2Output"},
|
423
|
+
"errors":[
|
424
|
+
{"shape":"NoSuchBucket"}
|
425
|
+
]
|
426
|
+
},
|
415
427
|
"ListParts":{
|
416
428
|
"name":"ListParts",
|
417
429
|
"http":{
|
@@ -1722,6 +1734,7 @@
|
|
1722
1734
|
"member":{"shape":"ExposeHeader"},
|
1723
1735
|
"flattened":true
|
1724
1736
|
},
|
1737
|
+
"FetchOwner":{"type":"boolean"},
|
1725
1738
|
"FilterRule":{
|
1726
1739
|
"type":"structure",
|
1727
1740
|
"members":{
|
@@ -2582,6 +2595,7 @@
|
|
2582
2595
|
},
|
2583
2596
|
"IsLatest":{"type":"boolean"},
|
2584
2597
|
"IsTruncated":{"type":"boolean"},
|
2598
|
+
"KeyCount":{"type":"integer"},
|
2585
2599
|
"KeyMarker":{"type":"string"},
|
2586
2600
|
"KeyPrefixEquals":{"type":"string"},
|
2587
2601
|
"LambdaFunctionArn":{"type":"string"},
|
@@ -2840,6 +2854,69 @@
|
|
2840
2854
|
}
|
2841
2855
|
}
|
2842
2856
|
},
|
2857
|
+
"ListObjectsV2Output":{
|
2858
|
+
"type":"structure",
|
2859
|
+
"members":{
|
2860
|
+
"IsTruncated":{"shape":"IsTruncated"},
|
2861
|
+
"Contents":{"shape":"ObjectList"},
|
2862
|
+
"Name":{"shape":"BucketName"},
|
2863
|
+
"Prefix":{"shape":"Prefix"},
|
2864
|
+
"Delimiter":{"shape":"Delimiter"},
|
2865
|
+
"MaxKeys":{"shape":"MaxKeys"},
|
2866
|
+
"CommonPrefixes":{"shape":"CommonPrefixList"},
|
2867
|
+
"EncodingType":{"shape":"EncodingType"},
|
2868
|
+
"KeyCount":{"shape":"KeyCount"},
|
2869
|
+
"ContinuationToken":{"shape":"Token"},
|
2870
|
+
"NextContinuationToken":{"shape":"NextToken"},
|
2871
|
+
"StartAfter":{"shape":"StartAfter"}
|
2872
|
+
}
|
2873
|
+
},
|
2874
|
+
"ListObjectsV2Request":{
|
2875
|
+
"type":"structure",
|
2876
|
+
"required":["Bucket"],
|
2877
|
+
"members":{
|
2878
|
+
"Bucket":{
|
2879
|
+
"shape":"BucketName",
|
2880
|
+
"location":"uri",
|
2881
|
+
"locationName":"Bucket"
|
2882
|
+
},
|
2883
|
+
"Delimiter":{
|
2884
|
+
"shape":"Delimiter",
|
2885
|
+
"location":"querystring",
|
2886
|
+
"locationName":"delimiter"
|
2887
|
+
},
|
2888
|
+
"EncodingType":{
|
2889
|
+
"shape":"EncodingType",
|
2890
|
+
"location":"querystring",
|
2891
|
+
"locationName":"encoding-type"
|
2892
|
+
},
|
2893
|
+
"MaxKeys":{
|
2894
|
+
"shape":"MaxKeys",
|
2895
|
+
"location":"querystring",
|
2896
|
+
"locationName":"max-keys"
|
2897
|
+
},
|
2898
|
+
"Prefix":{
|
2899
|
+
"shape":"Prefix",
|
2900
|
+
"location":"querystring",
|
2901
|
+
"locationName":"prefix"
|
2902
|
+
},
|
2903
|
+
"ContinuationToken":{
|
2904
|
+
"shape":"Token",
|
2905
|
+
"location":"querystring",
|
2906
|
+
"locationName":"continuation-token"
|
2907
|
+
},
|
2908
|
+
"FetchOwner":{
|
2909
|
+
"shape":"FetchOwner",
|
2910
|
+
"location":"querystring",
|
2911
|
+
"locationName":"fetch-owner"
|
2912
|
+
},
|
2913
|
+
"StartAfter":{
|
2914
|
+
"shape":"StartAfter",
|
2915
|
+
"location":"querystring",
|
2916
|
+
"locationName":"start-key"
|
2917
|
+
}
|
2918
|
+
}
|
2919
|
+
},
|
2843
2920
|
"ListPartsOutput":{
|
2844
2921
|
"type":"structure",
|
2845
2922
|
"members":{
|
@@ -2979,6 +3056,7 @@
|
|
2979
3056
|
"NextKeyMarker":{"type":"string"},
|
2980
3057
|
"NextMarker":{"type":"string"},
|
2981
3058
|
"NextPartNumberMarker":{"type":"integer"},
|
3059
|
+
"NextToken":{"type":"string"},
|
2982
3060
|
"NextUploadIdMarker":{"type":"string"},
|
2983
3061
|
"NextVersionIdMarker":{"type":"string"},
|
2984
3062
|
"NoSuchBucket":{
|
@@ -4055,6 +4133,7 @@
|
|
4055
4133
|
]
|
4056
4134
|
},
|
4057
4135
|
"Size":{"type":"integer"},
|
4136
|
+
"StartAfter":{"type":"string"},
|
4058
4137
|
"StorageClass":{
|
4059
4138
|
"type":"string",
|
4060
4139
|
"enum":[
|
@@ -4105,6 +4184,7 @@
|
|
4105
4184
|
}
|
4106
4185
|
},
|
4107
4186
|
"TargetPrefix":{"type":"string"},
|
4187
|
+
"Token":{"type":"string"},
|
4108
4188
|
"TopicArn":{"type":"string"},
|
4109
4189
|
"TopicConfiguration":{
|
4110
4190
|
"type":"structure",
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.3.
|
4
|
+
version: 2.3.2
|
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: 2016-05-
|
11
|
+
date: 2016-05-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|