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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fd2a91a93ddde4031f311239d10739016c2d72fa
4
- data.tar.gz: e9f7f5cd936776da59881385a6a5127c442f7fc1
3
+ metadata.gz: 988895c7a1e1176633682af657ba753d9fe14d5d
4
+ data.tar.gz: cf24982fc7fd22c5e51ce1b8e747cf1aad9c2daf
5
5
  SHA512:
6
- metadata.gz: 54eeae91f3802fa3a55bfc55e1137e23c26a07bef302f94ed806f1b49bb6259dc3715afb72126ef27d48ec5a34769e0d5b59db9a43711b04c2e63f1abf6bc9fc
7
- data.tar.gz: 3e4d1f46b239533b0308e6176c063b0414fe2dc79f35a76b59b855fcf2a0c2416cc38b010494db3b1de2584939e7aba8717055907c980c2528cd17618d8a99dc
6
+ metadata.gz: c9d3d93a3d815ea10e2c63536c95a6f4d266149d31f405c8aa1c7212bb2114e6b4e5c3398853cf80e63a3c48321d9df1c90e95b77429011f1b8ac6267e8ae625
7
+ data.tar.gz: 1cead7dd5dedd56244b9056f1cb69c05443a7f1ee1a52e5cf283f3f1b3a92b55e995bfa1e657d59f7aa4adcf82a323d677d09f31c91ca3b12500b2a2c20b9259
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-batch/customizations'
42
42
  # @service
43
43
  module Aws::Batch
44
44
 
45
- GEM_VERSION = '1.24.0'
45
+ GEM_VERSION = '1.25.0'
46
46
 
47
47
  end
@@ -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.24.0'
2142
+ context[:gem_version] = '1.25.0'
2143
2143
  Seahorse::Client::Request.new(handlers, context)
2144
2144
  end
2145
2145
 
@@ -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 Linux kernel capabilities.
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 Linux kernel capabilities.
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 Linux kernel capabilities.
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.24.0
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-07-26 00:00:00.000000000 Z
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.3
84
+ rubygems_version: 2.5.2
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: AWS SDK for Ruby - AWS Batch