aws-sdk-core 2.0.13 → 2.0.14

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: 890e1b1cbd98d8aa3aa29222c8260024f218899d
4
- data.tar.gz: 711a1a551223f02c4372d3137c54f14595640d72
3
+ metadata.gz: 3a99189f526a93bcec29b923fe86029330596817
4
+ data.tar.gz: 92810773845a6032bf64e39f27071272469c7aac
5
5
  SHA512:
6
- metadata.gz: 233a2506f9c595b2503b74faba93b2a6b33e3ed004644030522ca06e7a77f646d366922a25c2307eec8733a0b1c2f3121405c71b12979f0234893bb8d5f90520
7
- data.tar.gz: 57afd51e47685f683c5f2960b6c2afdc932c47474a5913d115684cb306e09db9990bcfd2d4b346a6910ee0e24c66762f9bde3e07f855d50d9fa50b7a82e19d96
6
+ metadata.gz: 2c624911af7b139069028fafb48868028759f887d081ff244d7e40f1a0e61833d4734064741659cdac01e1dab1878f35805ffe7f217d41dfb5010f90c172b228
7
+ data.tar.gz: 12920d0e861bb7ef3acd35a7a18a59e0a08297e6432f39fdf8592b9ab9cfce974f225ff22f491ec550294d2ddc66e34e07baabdd4bc77b66ade3e340cfd785d5
@@ -54,6 +54,11 @@
54
54
  "stopping"
55
55
  ]
56
56
  },
57
+ "PasswordDataAvailable": {
58
+ "operation": "GetPasswordData",
59
+ "success_path": "length(PasswordData) > `0`",
60
+ "success_value": true
61
+ },
57
62
  "__ExportTaskState": {
58
63
  "operation": "DescribeExportTasks",
59
64
  "acceptor_path": "ExportTasks[].State"
@@ -869,7 +869,8 @@
869
869
  "Output":{"shape":"CreateJobOutput"},
870
870
  "Outputs":{"shape":"CreateJobOutputs"},
871
871
  "OutputKeyPrefix":{"shape":"Key"},
872
- "Playlists":{"shape":"CreateJobPlaylists"}
872
+ "Playlists":{"shape":"CreateJobPlaylists"},
873
+ "UserMetadata":{"shape":"UserMetadata"}
873
874
  }
874
875
  },
875
876
  "CreateJobResponse":{
@@ -1049,7 +1050,8 @@
1049
1050
  "Outputs":{"shape":"JobOutputs"},
1050
1051
  "OutputKeyPrefix":{"shape":"Key"},
1051
1052
  "Playlists":{"shape":"Playlists"},
1052
- "Status":{"shape":"JobStatus"}
1053
+ "Status":{"shape":"JobStatus"},
1054
+ "UserMetadata":{"shape":"UserMetadata"}
1053
1055
  }
1054
1056
  },
1055
1057
  "JobAlbumArt":{
@@ -1627,6 +1629,11 @@
1627
1629
  "Pipeline":{"shape":"Pipeline"}
1628
1630
  }
1629
1631
  },
1632
+ "UserMetadata":{
1633
+ "type":"map",
1634
+ "key":{"shape":"String"},
1635
+ "value":{"shape":"String"}
1636
+ },
1630
1637
  "ValidationException":{
1631
1638
  "type":"structure",
1632
1639
  "members":{
@@ -258,6 +258,32 @@
258
258
  }
259
259
  ]
260
260
  },
261
+ "GetDataRetrievalPolicy":{
262
+ "name":"GetDataRetrievalPolicy",
263
+ "http":{
264
+ "method":"GET",
265
+ "requestUri":"/{accountId}/policies/data-retrieval"
266
+ },
267
+ "input":{"shape":"GetDataRetrievalPolicyInput"},
268
+ "output":{"shape":"GetDataRetrievalPolicyOutput"},
269
+ "errors":[
270
+ {
271
+ "shape":"InvalidParameterValueException",
272
+ "error":{"httpStatusCode":400},
273
+ "exception":true
274
+ },
275
+ {
276
+ "shape":"MissingParameterValueException",
277
+ "error":{"httpStatusCode":400},
278
+ "exception":true
279
+ },
280
+ {
281
+ "shape":"ServiceUnavailableException",
282
+ "error":{"httpStatusCode":500},
283
+ "exception":true
284
+ }
285
+ ]
286
+ },
261
287
  "GetJobOutput":{
262
288
  "name":"GetJobOutput",
263
289
  "http":{
@@ -335,6 +361,11 @@
335
361
  "error":{"httpStatusCode":404},
336
362
  "exception":true
337
363
  },
364
+ {
365
+ "shape":"PolicyEnforcedException",
366
+ "error":{"httpStatusCode":400},
367
+ "exception":true
368
+ },
338
369
  {
339
370
  "shape":"InvalidParameterValueException",
340
371
  "error":{"httpStatusCode":400},
@@ -508,6 +539,32 @@
508
539
  }
509
540
  ]
510
541
  },
542
+ "SetDataRetrievalPolicy":{
543
+ "name":"SetDataRetrievalPolicy",
544
+ "http":{
545
+ "method":"PUT",
546
+ "requestUri":"/{accountId}/policies/data-retrieval",
547
+ "responseCode":204
548
+ },
549
+ "input":{"shape":"SetDataRetrievalPolicyInput"},
550
+ "errors":[
551
+ {
552
+ "shape":"InvalidParameterValueException",
553
+ "error":{"httpStatusCode":400},
554
+ "exception":true
555
+ },
556
+ {
557
+ "shape":"MissingParameterValueException",
558
+ "error":{"httpStatusCode":400},
559
+ "exception":true
560
+ },
561
+ {
562
+ "shape":"ServiceUnavailableException",
563
+ "error":{"httpStatusCode":500},
564
+ "exception":true
565
+ }
566
+ ]
567
+ },
511
568
  "SetVaultNotifications":{
512
569
  "name":"SetVaultNotifications",
513
570
  "http":{
@@ -731,6 +788,23 @@
731
788
  }
732
789
  }
733
790
  },
791
+ "DataRetrievalPolicy":{
792
+ "type":"structure",
793
+ "members":{
794
+ "Rules":{"shape":"DataRetrievalRulesList"}
795
+ }
796
+ },
797
+ "DataRetrievalRule":{
798
+ "type":"structure",
799
+ "members":{
800
+ "Strategy":{"shape":"string"},
801
+ "BytesPerHour":{"shape":"NullableLong"}
802
+ }
803
+ },
804
+ "DataRetrievalRulesList":{
805
+ "type":"list",
806
+ "member":{"shape":"DataRetrievalRule"}
807
+ },
734
808
  "DateTime":{"type":"string"},
735
809
  "DeleteArchiveInput":{
736
810
  "type":"structure",
@@ -850,6 +924,23 @@
850
924
  "SizeInBytes":{"shape":"long"}
851
925
  }
852
926
  },
927
+ "GetDataRetrievalPolicyInput":{
928
+ "type":"structure",
929
+ "members":{
930
+ "accountId":{
931
+ "shape":"string",
932
+ "location":"uri",
933
+ "locationName":"accountId"
934
+ }
935
+ },
936
+ "required":["accountId"]
937
+ },
938
+ "GetDataRetrievalPolicyOutput":{
939
+ "type":"structure",
940
+ "members":{
941
+ "Policy":{"shape":"DataRetrievalPolicy"}
942
+ }
943
+ },
853
944
  "GetJobOutputInput":{
854
945
  "type":"structure",
855
946
  "members":{
@@ -1270,6 +1361,7 @@
1270
1361
  "type":"list",
1271
1362
  "member":{"shape":"string"}
1272
1363
  },
1364
+ "NullableLong":{"type":"long"},
1273
1365
  "PartList":{
1274
1366
  "type":"list",
1275
1367
  "member":{"shape":"PartListElement"}
@@ -1281,6 +1373,16 @@
1281
1373
  "SHA256TreeHash":{"shape":"string"}
1282
1374
  }
1283
1375
  },
1376
+ "PolicyEnforcedException":{
1377
+ "type":"structure",
1378
+ "members":{
1379
+ "type":{"shape":"string"},
1380
+ "code":{"shape":"string"},
1381
+ "message":{"shape":"string"}
1382
+ },
1383
+ "error":{"httpStatusCode":400},
1384
+ "exception":true
1385
+ },
1284
1386
  "RequestTimeoutException":{
1285
1387
  "type":"structure",
1286
1388
  "members":{
@@ -1311,6 +1413,18 @@
1311
1413
  "error":{"httpStatusCode":500},
1312
1414
  "exception":true
1313
1415
  },
1416
+ "SetDataRetrievalPolicyInput":{
1417
+ "type":"structure",
1418
+ "members":{
1419
+ "accountId":{
1420
+ "shape":"string",
1421
+ "location":"uri",
1422
+ "locationName":"accountId"
1423
+ },
1424
+ "Policy":{"shape":"DataRetrievalPolicy"}
1425
+ },
1426
+ "required":["accountId"]
1427
+ },
1314
1428
  "SetVaultNotificationsInput":{
1315
1429
  "type":"structure",
1316
1430
  "members":{
@@ -159,7 +159,6 @@
159
159
  },
160
160
  "Subscription": {
161
161
  "identifiers": [
162
- { "name": "TopicArn" },
163
162
  { "name": "Arn" }
164
163
  ],
165
164
  "shape": "GetSubscriptionAttributesResponse",
@@ -224,7 +223,6 @@
224
223
  "resource": {
225
224
  "type": "Subscription",
226
225
  "identifiers": [
227
- { "target": "TopicArn", "sourceType": "identifier", "source": "Arn" },
228
226
  { "target": "Arn", "sourceType": "responsePath", "source": "SubscriptionArn" }
229
227
  ]
230
228
  }
@@ -271,7 +269,6 @@
271
269
  "resource": {
272
270
  "type": "Subscription",
273
271
  "identifiers": [
274
- { "target": "TopicArn", "sourceType": "identifier", "source": "Arn" },
275
272
  { "target": "Arn", "sourceType": "responsePath", "source": "SubscriptionArn" }
276
273
  ]
277
274
  }
@@ -288,15 +285,10 @@
288
285
  "resource": {
289
286
  "type": "Subscription",
290
287
  "identifiers": [
291
- { "target": "TopicArn", "sourceType": "identifier", "source": "Arn" },
292
288
  { "target": "Arn", "sourceType": "responsePath", "source": "Subscriptions[].SubscriptionArn" }
293
289
  ]
294
290
  }
295
291
  }
296
- },
297
- "subResources": {
298
- "resources": [ "Subscription" ],
299
- "identifiers": { "Arn": "TopicArn" }
300
292
  }
301
293
  }
302
294
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.0.13'
2
+ VERSION = '2.0.14'
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.0.13
4
+ version: 2.0.14
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: 2014-12-09 00:00:00.000000000 Z
11
+ date: 2014-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json