aws-sdk-core 2.11.30 → 2.11.31
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/batch/2016-08-10/api-2.json +15 -4
- 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: f8a1af68c2776912f30dcd75a9bb19aa24efdc4e
|
|
4
|
+
data.tar.gz: 80e8779b3ca3da2b0288e3e8d96f82be76753e45
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: efebc23ce359927daa8b6287a2d78596c535bad64264b66bfcf1e5dabfa123dc9b1f647856bff45abb1f3b5f158436daf9728f09b0f2009c918bf068f61c4ee5
|
|
7
|
+
data.tar.gz: 0bdac98e6e41ff07164d959baf9b98c6887956a021580387662b79e99daa8f9f1fa19211b9360022bdd1bd566269f6837a4f7db35ca9f55e06fc64f123c1cce5
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"protocol":"rest-json",
|
|
8
8
|
"serviceAbbreviation":"AWS Batch",
|
|
9
9
|
"serviceFullName":"AWS Batch",
|
|
10
|
+
"serviceId":"Batch",
|
|
10
11
|
"signatureVersion":"v4",
|
|
11
12
|
"uid":"batch-2016-08-10"
|
|
12
13
|
},
|
|
@@ -655,7 +656,8 @@
|
|
|
655
656
|
"type":{"shape":"String"},
|
|
656
657
|
"parameters":{"shape":"ParametersMap"},
|
|
657
658
|
"retryStrategy":{"shape":"RetryStrategy"},
|
|
658
|
-
"containerProperties":{"shape":"ContainerProperties"}
|
|
659
|
+
"containerProperties":{"shape":"ContainerProperties"},
|
|
660
|
+
"timeout":{"shape":"JobTimeout"}
|
|
659
661
|
}
|
|
660
662
|
},
|
|
661
663
|
"JobDefinitionList":{
|
|
@@ -702,7 +704,8 @@
|
|
|
702
704
|
"jobDefinition":{"shape":"String"},
|
|
703
705
|
"parameters":{"shape":"ParametersMap"},
|
|
704
706
|
"container":{"shape":"ContainerDetail"},
|
|
705
|
-
"arrayProperties":{"shape":"ArrayPropertiesDetail"}
|
|
707
|
+
"arrayProperties":{"shape":"ArrayPropertiesDetail"},
|
|
708
|
+
"timeout":{"shape":"JobTimeout"}
|
|
706
709
|
}
|
|
707
710
|
},
|
|
708
711
|
"JobDetailList":{
|
|
@@ -766,6 +769,12 @@
|
|
|
766
769
|
"type":"list",
|
|
767
770
|
"member":{"shape":"JobSummary"}
|
|
768
771
|
},
|
|
772
|
+
"JobTimeout":{
|
|
773
|
+
"type":"structure",
|
|
774
|
+
"members":{
|
|
775
|
+
"attemptDurationSeconds":{"shape":"Integer"}
|
|
776
|
+
}
|
|
777
|
+
},
|
|
769
778
|
"KeyValuePair":{
|
|
770
779
|
"type":"structure",
|
|
771
780
|
"members":{
|
|
@@ -820,7 +829,8 @@
|
|
|
820
829
|
"type":{"shape":"JobDefinitionType"},
|
|
821
830
|
"parameters":{"shape":"ParametersMap"},
|
|
822
831
|
"containerProperties":{"shape":"ContainerProperties"},
|
|
823
|
-
"retryStrategy":{"shape":"RetryStrategy"}
|
|
832
|
+
"retryStrategy":{"shape":"RetryStrategy"},
|
|
833
|
+
"timeout":{"shape":"JobTimeout"}
|
|
824
834
|
}
|
|
825
835
|
},
|
|
826
836
|
"RegisterJobDefinitionResponse":{
|
|
@@ -871,7 +881,8 @@
|
|
|
871
881
|
"jobDefinition":{"shape":"String"},
|
|
872
882
|
"parameters":{"shape":"ParametersMap"},
|
|
873
883
|
"containerOverrides":{"shape":"ContainerOverrides"},
|
|
874
|
-
"retryStrategy":{"shape":"RetryStrategy"}
|
|
884
|
+
"retryStrategy":{"shape":"RetryStrategy"},
|
|
885
|
+
"timeout":{"shape":"JobTimeout"}
|
|
875
886
|
}
|
|
876
887
|
},
|
|
877
888
|
"SubmitJobResponse":{
|
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.11.
|
|
4
|
+
version: 2.11.31
|
|
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: 2018-04-
|
|
11
|
+
date: 2018-04-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|