aws-sdk-core 2.0.15 → 2.0.16

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 84fc88b74b44f8ef7c02f5d7a4a75ebc2f932aa7
4
- data.tar.gz: 0706c496c2feca0125dceabe8ffcc09b3fb7a9ad
3
+ metadata.gz: 1cd5eeffa482d7df41bdaf6b37e28652dc0f3fb4
4
+ data.tar.gz: 7e86767acba92d31dacb96dcd13954587b1eb88a
5
5
  SHA512:
6
- metadata.gz: f5e2875fe0423c6db01c9be6db915ca89462ff4cb44f99ddaa6a41a104a7b3eb22ca591fd78caa580f9674fe6009e2b1c0fe54753c56b554883e4d14a6ea7b36
7
- data.tar.gz: 68bb2fc0e47ee3923be741bca221aa98926e268d0d361ff15e62dc68b5361b86751ff60190a57156aba293580f78f65676511aa25493a80a6e31abdeb29f72fe
6
+ metadata.gz: 92022fcb59c368de6db1d2f61d3207c92a537953fde8b4242e6677381b99d446956397400c5cca4d43879fea6e9e5960bf3645de5595a519d29efa1b65a07da8
7
+ data.tar.gz: 521d41db604f8f1686536cfb9802d8d2e8318a3fe2f6683fd2efc0fc2a41bd7a9506146e6e08f7eeec4f269aaeab932fb473c9e75cbbbc7a89f0f4e286667309
data/apis/SWF.api.json CHANGED
@@ -730,6 +730,7 @@
730
730
  "scheduleToCloseTimeout":{"shape":"DurationInSecondsOptional"},
731
731
  "startToCloseTimeout":{"shape":"DurationInSecondsOptional"},
732
732
  "taskList":{"shape":"TaskList"},
733
+ "taskPriority":{"shape":"TaskPriority"},
733
734
  "decisionTaskCompletedEventId":{"shape":"EventId"},
734
735
  "heartbeatTimeout":{"shape":"DurationInSecondsOptional"}
735
736
  }
@@ -789,6 +790,7 @@
789
790
  "defaultTaskStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
790
791
  "defaultTaskHeartbeatTimeout":{"shape":"DurationInSecondsOptional"},
791
792
  "defaultTaskList":{"shape":"TaskList"},
793
+ "defaultTaskPriority":{"shape":"TaskPriority"},
792
794
  "defaultTaskScheduleToStartTimeout":{"shape":"DurationInSecondsOptional"},
793
795
  "defaultTaskScheduleToCloseTimeout":{"shape":"DurationInSecondsOptional"}
794
796
  }
@@ -1033,6 +1035,7 @@
1033
1035
  "input":{"shape":"Data"},
1034
1036
  "executionStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
1035
1037
  "taskList":{"shape":"TaskList"},
1038
+ "taskPriority":{"shape":"TaskPriority"},
1036
1039
  "taskStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
1037
1040
  "childPolicy":{"shape":"ChildPolicy"},
1038
1041
  "tagList":{"shape":"TagList"},
@@ -1049,6 +1052,7 @@
1049
1052
  "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED",
1050
1053
  "DEFAULT_TASK_LIST_UNDEFINED",
1051
1054
  "DEFAULT_CHILD_POLICY_UNDEFINED",
1055
+ "CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED",
1052
1056
  "OPERATION_NOT_PERMITTED"
1053
1057
  ]
1054
1058
  },
@@ -1179,6 +1183,7 @@
1179
1183
  "required":["taskList"],
1180
1184
  "members":{
1181
1185
  "taskList":{"shape":"TaskList"},
1186
+ "taskPriority":{"shape":"TaskPriority"},
1182
1187
  "startToCloseTimeout":{"shape":"DurationInSecondsOptional"}
1183
1188
  }
1184
1189
  },
@@ -1799,6 +1804,7 @@
1799
1804
  "defaultTaskStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
1800
1805
  "defaultTaskHeartbeatTimeout":{"shape":"DurationInSecondsOptional"},
1801
1806
  "defaultTaskList":{"shape":"TaskList"},
1807
+ "defaultTaskPriority":{"shape":"TaskPriority"},
1802
1808
  "defaultTaskScheduleToStartTimeout":{"shape":"DurationInSecondsOptional"},
1803
1809
  "defaultTaskScheduleToCloseTimeout":{"shape":"DurationInSecondsOptional"}
1804
1810
  }
@@ -1830,6 +1836,7 @@
1830
1836
  "defaultTaskStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
1831
1837
  "defaultExecutionStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
1832
1838
  "defaultTaskList":{"shape":"TaskList"},
1839
+ "defaultTaskPriority":{"shape":"TaskPriority"},
1833
1840
  "defaultChildPolicy":{"shape":"ChildPolicy"}
1834
1841
  }
1835
1842
  },
@@ -1989,6 +1996,7 @@
1989
1996
  "input":{"shape":"Data"},
1990
1997
  "scheduleToCloseTimeout":{"shape":"DurationInSecondsOptional"},
1991
1998
  "taskList":{"shape":"TaskList"},
1999
+ "taskPriority":{"shape":"TaskPriority"},
1992
2000
  "scheduleToStartTimeout":{"shape":"DurationInSecondsOptional"},
1993
2001
  "startToCloseTimeout":{"shape":"DurationInSecondsOptional"},
1994
2002
  "heartbeatTimeout":{"shape":"DurationInSecondsOptional"}
@@ -2113,6 +2121,7 @@
2113
2121
  "input":{"shape":"Data"},
2114
2122
  "executionStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
2115
2123
  "taskList":{"shape":"TaskList"},
2124
+ "taskPriority":{"shape":"TaskPriority"},
2116
2125
  "taskStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
2117
2126
  "childPolicy":{"shape":"ChildPolicy"},
2118
2127
  "tagList":{"shape":"TagList"}
@@ -2168,6 +2177,7 @@
2168
2177
  "input":{"shape":"Data"},
2169
2178
  "executionStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
2170
2179
  "taskList":{"shape":"TaskList"},
2180
+ "taskPriority":{"shape":"TaskPriority"},
2171
2181
  "decisionTaskCompletedEventId":{"shape":"EventId"},
2172
2182
  "childPolicy":{"shape":"ChildPolicy"},
2173
2183
  "taskStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
@@ -2220,6 +2230,7 @@
2220
2230
  "workflowId":{"shape":"WorkflowId"},
2221
2231
  "workflowType":{"shape":"WorkflowType"},
2222
2232
  "taskList":{"shape":"TaskList"},
2233
+ "taskPriority":{"shape":"TaskPriority"},
2223
2234
  "input":{"shape":"Data"},
2224
2235
  "executionStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
2225
2236
  "tagList":{"shape":"TagList"},
@@ -2251,6 +2262,10 @@
2251
2262
  "name":{"shape":"Name"}
2252
2263
  }
2253
2264
  },
2265
+ "TaskPriority":{
2266
+ "type":"string",
2267
+ "max":11
2268
+ },
2254
2269
  "TaskToken":{
2255
2270
  "type":"string",
2256
2271
  "min":1,
@@ -2408,6 +2423,7 @@
2408
2423
  "taskStartToCloseTimeout":{"shape":"DurationInSeconds"},
2409
2424
  "executionStartToCloseTimeout":{"shape":"DurationInSeconds"},
2410
2425
  "taskList":{"shape":"TaskList"},
2426
+ "taskPriority":{"shape":"TaskPriority"},
2411
2427
  "childPolicy":{"shape":"ChildPolicy"}
2412
2428
  }
2413
2429
  },
@@ -2426,6 +2442,7 @@
2426
2442
  "newExecutionRunId":{"shape":"RunId"},
2427
2443
  "executionStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
2428
2444
  "taskList":{"shape":"TaskList"},
2445
+ "taskPriority":{"shape":"TaskPriority"},
2429
2446
  "taskStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
2430
2447
  "childPolicy":{"shape":"ChildPolicy"},
2431
2448
  "tagList":{"shape":"TagList"},
@@ -2543,6 +2560,7 @@
2543
2560
  "taskList":{"shape":"TaskList"},
2544
2561
  "workflowType":{"shape":"WorkflowType"},
2545
2562
  "tagList":{"shape":"TagList"},
2563
+ "taskPriority":{"shape":"TaskPriority"},
2546
2564
  "continuedExecutionRunId":{"shape":"RunIdOptional"},
2547
2565
  "parentWorkflowExecution":{"shape":"WorkflowExecution"},
2548
2566
  "parentInitiatedEventId":{"shape":"EventId"}
@@ -2603,6 +2621,7 @@
2603
2621
  "defaultTaskStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
2604
2622
  "defaultExecutionStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
2605
2623
  "defaultTaskList":{"shape":"TaskList"},
2624
+ "defaultTaskPriority":{"shape":"TaskPriority"},
2606
2625
  "defaultChildPolicy":{"shape":"ChildPolicy"}
2607
2626
  }
2608
2627
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.0.15'
2
+ VERSION = '2.0.16'
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.15
4
+ version: 2.0.16
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-17 00:00:00.000000000 Z
11
+ date: 2014-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json