aws-sdk-batch 1.24.0 → 1.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-batch.rb +1 -1
- data/lib/aws-sdk-batch/client.rb +1 -1
- data/lib/aws-sdk-batch/types.rb +5 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 988895c7a1e1176633682af657ba753d9fe14d5d
|
4
|
+
data.tar.gz: cf24982fc7fd22c5e51ce1b8e747cf1aad9c2daf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9d3d93a3d815ea10e2c63536c95a6f4d266149d31f405c8aa1c7212bb2114e6b4e5c3398853cf80e63a3c48321d9df1c90e95b77429011f1b8ac6267e8ae625
|
7
|
+
data.tar.gz: 1cead7dd5dedd56244b9056f1cb69c05443a7f1ee1a52e5cf283f3f1b3a92b55e995bfa1e657d59f7aa4adcf82a323d677d09f31c91ca3b12500b2a2c20b9259
|
data/lib/aws-sdk-batch.rb
CHANGED
data/lib/aws-sdk-batch/client.rb
CHANGED
@@ -2139,7 +2139,7 @@ module Aws::Batch
|
|
2139
2139
|
params: params,
|
2140
2140
|
config: config)
|
2141
2141
|
context[:gem_name] = 'aws-sdk-batch'
|
2142
|
-
context[:gem_version] = '1.
|
2142
|
+
context[:gem_version] = '1.25.0'
|
2143
2143
|
Seahorse::Client::Request.new(handlers, context)
|
2144
2144
|
end
|
2145
2145
|
|
data/lib/aws-sdk-batch/types.rb
CHANGED
@@ -610,7 +610,7 @@ module Aws::Batch
|
|
610
610
|
#
|
611
611
|
# @!attribute [rw] linux_parameters
|
612
612
|
# Linux-specific modifications that are applied to the container, such
|
613
|
-
# as
|
613
|
+
# as details for device mappings.
|
614
614
|
# @return [Types::LinuxParameters]
|
615
615
|
#
|
616
616
|
# @see http://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/ContainerDetail AWS API Documentation
|
@@ -963,7 +963,7 @@ module Aws::Batch
|
|
963
963
|
#
|
964
964
|
# @!attribute [rw] linux_parameters
|
965
965
|
# Linux-specific modifications that are applied to the container, such
|
966
|
-
# as
|
966
|
+
# as details for device mappings.
|
967
967
|
# @return [Types::LinuxParameters]
|
968
968
|
#
|
969
969
|
# @see http://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/ContainerProperties AWS API Documentation
|
@@ -1519,7 +1519,8 @@ module Aws::Batch
|
|
1519
1519
|
# @return [String]
|
1520
1520
|
#
|
1521
1521
|
# @!attribute [rw] container_path
|
1522
|
-
# The path inside the container at which to expose the host device.
|
1522
|
+
# The path inside the container at which to expose the host device. By
|
1523
|
+
# default the `hostPath` value is used.
|
1523
1524
|
# @return [String]
|
1524
1525
|
#
|
1525
1526
|
# @!attribute [rw] permissions
|
@@ -1988,7 +1989,7 @@ module Aws::Batch
|
|
1988
1989
|
end
|
1989
1990
|
|
1990
1991
|
# Linux-specific modifications that are applied to the container, such
|
1991
|
-
# as
|
1992
|
+
# as details for device mappings.
|
1992
1993
|
#
|
1993
1994
|
# @note When making an API call, you may pass LinuxParameters
|
1994
1995
|
# data as a hash:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-batch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.25.0
|
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: 2019-
|
11
|
+
date: 2019-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
81
|
version: '0'
|
82
82
|
requirements: []
|
83
83
|
rubyforge_project:
|
84
|
-
rubygems_version: 2.5.2
|
84
|
+
rubygems_version: 2.5.2
|
85
85
|
signing_key:
|
86
86
|
specification_version: 4
|
87
87
|
summary: AWS SDK for Ruby - AWS Batch
|