aws-sdk-batch 1.147.0 → 1.148.0

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
  SHA256:
3
- metadata.gz: fded72c30644fd471d52da2b0418f14a014cdc5b05d6bc47084d58789bdacee0
4
- data.tar.gz: 417f535c85b7c4fbe07095500c70304a011adc6043f5a40918a6c05c42dd68af
3
+ metadata.gz: 8cc89d0d27abb8ef9cbbee0a210c0b70f702919d6cfef1388420dbf7bb520322
4
+ data.tar.gz: 3a67911c0b6156d2917d3efb7b6baac5d1ca3f3463c58d4e6e7edfc083ef9ae6
5
5
  SHA512:
6
- metadata.gz: 926d862f36ce6517577c4a62af2376d6e9d9ec9d89994095f0033069008e2a6f94b53d4e3633b56df40d7aecdce8e5db07cb8a8c818791dbe4e1a242ab777dc0
7
- data.tar.gz: c58a701c6d933f28dbbd43abd6845db620a5366b0305d6e932228decd823dd81eeae09f3ae8fac5561c5ff63f33ec0db4d310f7438c5ec55bfa9e6eb897651e1
6
+ metadata.gz: 30a82ff7b89f0414ce63efec6e257cecb0f65f7c54be31ea8e290fd8b7b2033d98f8d65e8bfd2be55f2618a47365f42441d4304471a5f9075feb2838496febfd
7
+ data.tar.gz: c4791a1784d1ac2862f2a23ab9963472584956c0fd31c3f570309d7c535aceee3a75a2d10ab76386c251fc60b5eb49f6c6c1001525511807b5fd0dad80542e34
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.148.0 (2026-08-18)
5
+ ------------------
6
+
7
+ * Feature - Update AWS Batch documentation with newer Fargate Supported configurations, notes, and fix broken Docker link re-directs.
8
+
4
9
  1.147.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.147.0
1
+ 1.148.0
@@ -6664,7 +6664,7 @@ module Aws::Batch
6664
6664
  tracer: tracer
6665
6665
  )
6666
6666
  context[:gem_name] = 'aws-sdk-batch'
6667
- context[:gem_version] = '1.147.0'
6667
+ context[:gem_version] = '1.148.0'
6668
6668
  Seahorse::Client::Request.new(handlers, context)
6669
6669
  end
6670
6670
 
@@ -1713,8 +1713,8 @@ module Aws::Batch
1713
1713
  #
1714
1714
  #
1715
1715
  #
1716
- # [1]: https://docs.docker.com/engine/api/v1.23/#create-a-container
1717
- # [2]: https://docs.docker.com/engine/api/v1.23/
1716
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
1717
+ # [2]: https://docs.docker.com/engine/api/latest/
1718
1718
  # [3]: https://docs.docker.com/engine/reference/run/
1719
1719
  # @return [Integer]
1720
1720
  #
@@ -1769,8 +1769,8 @@ module Aws::Batch
1769
1769
  #
1770
1770
  #
1771
1771
  #
1772
- # [1]: https://docs.docker.com/engine/api/v1.23/#create-a-container
1773
- # [2]: https://docs.docker.com/engine/api/v1.23/
1772
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
1773
+ # [2]: https://docs.docker.com/engine/api/latest/
1774
1774
  # [3]: https://docs.docker.com/engine/reference/commandline/run/
1775
1775
  # @return [Boolean]
1776
1776
  #
@@ -1786,8 +1786,8 @@ module Aws::Batch
1786
1786
  #
1787
1787
  #
1788
1788
  #
1789
- # [1]: https://docs.docker.com/engine/api/v1.23/#create-a-container
1790
- # [2]: https://docs.docker.com/engine/api/v1.23/
1789
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
1790
+ # [2]: https://docs.docker.com/engine/api/latest/
1791
1791
  # [3]: https://docs.docker.com/engine/reference/run/
1792
1792
  # @return [Array<Types::Ulimit>]
1793
1793
  #
@@ -1809,8 +1809,8 @@ module Aws::Batch
1809
1809
  #
1810
1810
  #
1811
1811
  #
1812
- # [1]: https://docs.docker.com/engine/api/v1.23/#create-a-container
1813
- # [2]: https://docs.docker.com/engine/api/v1.23/
1812
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
1813
+ # [2]: https://docs.docker.com/engine/api/latest/
1814
1814
  # [3]: https://docs.docker.com/engine/reference/run/
1815
1815
  # @return [String]
1816
1816
  #
@@ -1906,8 +1906,8 @@ module Aws::Batch
1906
1906
  #
1907
1907
  #
1908
1908
  #
1909
- # [1]: https://docs.docker.com/engine/api/v1.23/#create-a-container
1910
- # [2]: https://docs.docker.com/engine/api/v1.23/
1909
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
1910
+ # [2]: https://docs.docker.com/engine/api/latest/
1911
1911
  # [3]: https://docs.docker.com/engine/reference/run/
1912
1912
  # [4]: https://docs.docker.com/engine/admin/logging/overview/
1913
1913
  # [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties-logconfiguration.html
@@ -2130,8 +2130,8 @@ module Aws::Batch
2130
2130
  #
2131
2131
  #
2132
2132
  #
2133
- # [1]: https://docs.docker.com/engine/api/v1.23/#create-a-container
2134
- # [2]: https://docs.docker.com/engine/api/v1.23/
2133
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
2134
+ # [2]: https://docs.docker.com/engine/api/latest/
2135
2135
  # [3]: https://docs.docker.com/engine/reference/run/
2136
2136
  # @return [String]
2137
2137
  #
@@ -2150,8 +2150,8 @@ module Aws::Batch
2150
2150
  #
2151
2151
  #
2152
2152
  #
2153
- # [1]: https://docs.docker.com/engine/api/v1.23/#create-a-container
2154
- # [2]: https://docs.docker.com/engine/api/v1.23/
2153
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
2154
+ # [2]: https://docs.docker.com/engine/api/latest/
2155
2155
  # [3]: https://docs.docker.com/engine/reference/run/
2156
2156
  # @return [Integer]
2157
2157
  #
@@ -2176,8 +2176,8 @@ module Aws::Batch
2176
2176
  #
2177
2177
  #
2178
2178
  #
2179
- # [1]: https://docs.docker.com/engine/api/v1.23/#create-a-container
2180
- # [2]: https://docs.docker.com/engine/api/v1.23/
2179
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
2180
+ # [2]: https://docs.docker.com/engine/api/latest/
2181
2181
  # [3]: https://docs.docker.com/engine/reference/run/
2182
2182
  # [4]: https://docs.docker.com/engine/reference/builder/#cmd
2183
2183
  # @return [Array<String>]
@@ -2223,8 +2223,8 @@ module Aws::Batch
2223
2223
  #
2224
2224
  #
2225
2225
  #
2226
- # [1]: https://docs.docker.com/engine/api/v1.23/#create-a-container
2227
- # [2]: https://docs.docker.com/engine/api/v1.23/
2226
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
2227
+ # [2]: https://docs.docker.com/engine/api/latest/
2228
2228
  # [3]: https://docs.docker.com/engine/reference/run/
2229
2229
  # @return [Array<Types::KeyValuePair>]
2230
2230
  #
@@ -2235,8 +2235,8 @@ module Aws::Batch
2235
2235
  #
2236
2236
  #
2237
2237
  #
2238
- # [1]: https://docs.docker.com/engine/api/v1.23/#create-a-container
2239
- # [2]: https://docs.docker.com/engine/api/v1.23/
2238
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
2239
+ # [2]: https://docs.docker.com/engine/api/latest/
2240
2240
  # [3]: https://docs.docker.com/engine/reference/run/
2241
2241
  # @return [Array<Types::MountPoint>]
2242
2242
  #
@@ -2248,8 +2248,8 @@ module Aws::Batch
2248
2248
  #
2249
2249
  #
2250
2250
  #
2251
- # [1]: https://docs.docker.com/engine/api/v1.23/#create-a-container
2252
- # [2]: https://docs.docker.com/engine/api/v1.23/
2251
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
2252
+ # [2]: https://docs.docker.com/engine/api/latest/
2253
2253
  # @return [Boolean]
2254
2254
  #
2255
2255
  # @!attribute [rw] privileged
@@ -2267,8 +2267,8 @@ module Aws::Batch
2267
2267
  #
2268
2268
  #
2269
2269
  #
2270
- # [1]: https://docs.docker.com/engine/api/v1.23/#create-a-container
2271
- # [2]: https://docs.docker.com/engine/api/v1.23/
2270
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
2271
+ # [2]: https://docs.docker.com/engine/api/latest/
2272
2272
  # [3]: https://docs.docker.com/engine/reference/run/
2273
2273
  # @return [Boolean]
2274
2274
  #
@@ -2284,8 +2284,8 @@ module Aws::Batch
2284
2284
  #
2285
2285
  #
2286
2286
  #
2287
- # [1]: https://docs.docker.com/engine/api/v1.23/#create-a-container
2288
- # [2]: https://docs.docker.com/engine/api/v1.23/
2287
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
2288
+ # [2]: https://docs.docker.com/engine/api/latest/
2289
2289
  # [3]: https://docs.docker.com/engine/reference/run/
2290
2290
  # @return [Array<Types::Ulimit>]
2291
2291
  #
@@ -2296,8 +2296,8 @@ module Aws::Batch
2296
2296
  #
2297
2297
  #
2298
2298
  #
2299
- # [1]: https://docs.docker.com/engine/api/v1.23/#create-a-container
2300
- # [2]: https://docs.docker.com/engine/api/v1.23/
2299
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
2300
+ # [2]: https://docs.docker.com/engine/api/latest/
2301
2301
  # [3]: https://docs.docker.com/engine/reference/run/
2302
2302
  # @return [String]
2303
2303
  #
@@ -2359,8 +2359,8 @@ module Aws::Batch
2359
2359
  #
2360
2360
  #
2361
2361
  #
2362
- # [1]: https://docs.docker.com/engine/api/v1.23/#create-a-container
2363
- # [2]: https://docs.docker.com/engine/api/v1.23/
2362
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
2363
+ # [2]: https://docs.docker.com/engine/api/latest/
2364
2364
  # [3]: https://docs.docker.com/engine/reference/run/
2365
2365
  # [4]: https://docs.docker.com/engine/admin/logging/overview/
2366
2366
  # [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties-logconfiguration.html
@@ -4342,6 +4342,11 @@ module Aws::Batch
4342
4342
  # depends on the Docker daemon setting on the container instance. For
4343
4343
  # more information, see [IPC settings][1] in the Docker run reference.
4344
4344
  #
4345
+ # <note markdown="1"> This parameter is not supported for jobs that run on Fargate
4346
+ # resources.
4347
+ #
4348
+ # </note>
4349
+ #
4345
4350
  #
4346
4351
  #
4347
4352
  # [1]: https://docs.docker.com/engine/reference/run/#ipc-settings---ipc
@@ -7157,8 +7162,8 @@ module Aws::Batch
7157
7162
  #
7158
7163
  #
7159
7164
  #
7160
- # [1]: https://docs.docker.com/engine/api/v1.23/#create-a-container
7161
- # [2]: https://docs.docker.com/engine/api/v1.23/
7165
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
7166
+ # [2]: https://docs.docker.com/engine/api/latest/
7162
7167
  # [3]: https://docs.docker.com/engine/reference/run/
7163
7168
  # @return [Array<Types::Device>]
7164
7169
  #
@@ -8092,7 +8097,7 @@ module Aws::Batch
8092
8097
  #
8093
8098
  #
8094
8099
  #
8095
- # [1]: https://docs.docker.com/engine/api/v1.43/#tag/Container/operation/ContainerCreate
8100
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
8096
8101
  #
8097
8102
  # @!attribute [rw] container_path
8098
8103
  # The path on the container where the host volume is mounted.
@@ -8970,18 +8975,30 @@ module Aws::Batch
8970
8975
  #
8971
8976
  # : `VCPU` = 4 or 8
8972
8977
  #
8973
- # value = 36864, 45056, 53248, or 61440
8978
+ # value = 36864, 45056, or 53248
8974
8979
  #
8975
8980
  # : `VCPU` = 8
8976
8981
  #
8982
+ # value = 61440
8983
+ #
8984
+ # : `VCPU` = 8 or 32
8985
+ #
8977
8986
  # value = 32768, 40960, 49152, or 57344
8978
8987
  #
8979
8988
  # : `VCPU` = 8 or 16
8980
8989
  #
8981
- # value = 65536, 73728, 81920, 90112, 98304, 106496, 114688, or 122880
8990
+ # value = 65536, 73728, 81920, 90112, 98304, 106496, or 114688
8982
8991
  #
8983
8992
  # : `VCPU` = 16
8984
8993
  #
8994
+ # value = 122880
8995
+ #
8996
+ # : `VCPU` = 16 or 32
8997
+ #
8998
+ # value = 249856
8999
+ #
9000
+ # : `VCPU` = 32
9001
+ #
8985
9002
  # type="VCPU"
8986
9003
  #
8987
9004
  # : The number of vCPUs reserved for the container. This parameter
@@ -8999,7 +9016,7 @@ module Aws::Batch
8999
9016
  # For jobs that are running on Fargate resources, then `value` must
9000
9017
  # match one of the supported values and the `MEMORY` values must be
9001
9018
  # one of the values supported for that `VCPU` value. The supported
9002
- # values are 0.25, 0.5, 1, 2, 4, 8, and 16
9019
+ # values are 0.25, 0.5, 1, 2, 4, 8, 16, and 32.
9003
9020
  #
9004
9021
  # value = 0.25
9005
9022
  #
@@ -9034,10 +9051,14 @@ module Aws::Batch
9034
9051
  # : `MEMORY` = 32768, 40960, 49152, 57344, 65536, 73728, 81920,
9035
9052
  # 90112, 98304, 106496, 114688, or 122880
9036
9053
  #
9054
+ # value = 32
9055
+ #
9056
+ # : `MEMORY` = 61440, 122880, or 249856
9057
+ #
9037
9058
  #
9038
9059
  #
9039
- # [1]: https://docs.docker.com/engine/api/v1.23/#create-a-container
9040
- # [2]: https://docs.docker.com/engine/api/v1.23/
9060
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
9061
+ # [2]: https://docs.docker.com/engine/api/latest/
9041
9062
  # [3]: https://docs.docker.com/engine/reference/run/
9042
9063
  # [4]: https://docs.aws.amazon.com/batch/latest/userguide/memory-management.html
9043
9064
  # [5]: https://docs.aws.amazon.com/general/latest/gr/ecs-service.html#service-quotas-fargate
@@ -10133,8 +10154,8 @@ module Aws::Batch
10133
10154
  #
10134
10155
  #
10135
10156
  #
10136
- # [1]: https://docs.docker.com/engine/api/v1.23/#create-a-container
10137
- # [2]: https://docs.docker.com/engine/api/v1.23/
10157
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
10158
+ # [2]: https://docs.docker.com/engine/api/latest/
10138
10159
  # [3]: https://docs.docker.com/engine/reference/run/
10139
10160
  # [4]: https://docs.docker.com/engine/reference/builder/#cmd
10140
10161
  # @return [Array<String>]
@@ -10153,8 +10174,8 @@ module Aws::Batch
10153
10174
  #
10154
10175
  #
10155
10176
  #
10156
- # [1]: https://docs.docker.com/engine/api/v1.23/#create-a-container
10157
- # [2]: https://docs.docker.com/engine/api/v1.23/
10177
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
10178
+ # [2]: https://docs.docker.com/engine/api/latest/
10158
10179
  # [3]: https://docs.docker.com/engine/reference/run/
10159
10180
  # @return [Array<Types::KeyValuePair>]
10160
10181
  #
@@ -10202,8 +10223,8 @@ module Aws::Batch
10202
10223
  #
10203
10224
  #
10204
10225
  #
10205
- # [1]: https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate
10206
- # [2]: https://docs.docker.com/engine/api/v1.35/
10226
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
10227
+ # [2]: https://docs.docker.com/engine/api/latest/
10207
10228
  # [3]: https://docs.docker.com/engine/reference/run/#security-configuration
10208
10229
  # @return [String]
10209
10230
  #
@@ -10263,8 +10284,8 @@ module Aws::Batch
10263
10284
  #
10264
10285
  #
10265
10286
  #
10266
- # [1]: https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate
10267
- # [2]: https://docs.docker.com/engine/api/v1.35/
10287
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
10288
+ # [2]: https://docs.docker.com/engine/api/latest/
10268
10289
  # [3]: https://docs.docker.com/engine/reference/run/#security-configuration
10269
10290
  # [4]: https://docs.docker.com/engine/admin/logging/overview/
10270
10291
  # [5]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-config.html
@@ -10283,8 +10304,8 @@ module Aws::Batch
10283
10304
  #
10284
10305
  #
10285
10306
  #
10286
- # [1]: https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate
10287
- # [2]: https://docs.docker.com/engine/api/v1.35/
10307
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
10308
+ # [2]: https://docs.docker.com/engine/api/latest/
10288
10309
  # [3]: https://docs.docker.com/engine/reference/run/#security-configuration
10289
10310
  # @return [Array<Types::MountPoint>]
10290
10311
  #
@@ -10306,8 +10327,8 @@ module Aws::Batch
10306
10327
  #
10307
10328
  #
10308
10329
  #
10309
- # [1]: https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate
10310
- # [2]: https://docs.docker.com/engine/api/v1.35/
10330
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
10331
+ # [2]: https://docs.docker.com/engine/api/latest/
10311
10332
  # [3]: https://docs.docker.com/engine/reference/run/#security-configuration
10312
10333
  # @return [Boolean]
10313
10334
  #
@@ -10323,8 +10344,8 @@ module Aws::Batch
10323
10344
  #
10324
10345
  #
10325
10346
  #
10326
- # [1]: https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate
10327
- # [2]: https://docs.docker.com/engine/api/v1.35/
10347
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
10348
+ # [2]: https://docs.docker.com/engine/api/latest/
10328
10349
  # [3]: https://docs.docker.com/engine/reference/run/#security-configuration
10329
10350
  # @return [Boolean]
10330
10351
  #
@@ -10373,8 +10394,8 @@ module Aws::Batch
10373
10394
  #
10374
10395
  #
10375
10396
  #
10376
- # [1]: https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate
10377
- # [2]: https://docs.docker.com/engine/api/v1.35/
10397
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
10398
+ # [2]: https://docs.docker.com/engine/api/latest/
10378
10399
  # [3]: https://docs.docker.com/engine/reference/run/#security-configuration
10379
10400
  # @return [Array<Types::Ulimit>]
10380
10401
  #
@@ -10545,8 +10566,8 @@ module Aws::Batch
10545
10566
  #
10546
10567
  #
10547
10568
  #
10548
- # [1]: https://docs.docker.com/engine/api/v1.23/#create-a-container
10549
- # [2]: https://docs.docker.com/engine/api/v1.23/
10569
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
10570
+ # [2]: https://docs.docker.com/engine/api/latest/
10550
10571
  # [3]: https://docs.docker.com/engine/reference/run/
10551
10572
  # [4]: https://docs.docker.com/engine/reference/builder/#cmd
10552
10573
  # @return [Array<String>]
@@ -10570,8 +10591,8 @@ module Aws::Batch
10570
10591
  #
10571
10592
  #
10572
10593
  #
10573
- # [1]: https://docs.docker.com/engine/api/v1.23/#create-a-container
10574
- # [2]: https://docs.docker.com/engine/api/v1.23/
10594
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
10595
+ # [2]: https://docs.docker.com/engine/api/latest/
10575
10596
  # [3]: https://docs.docker.com/engine/reference/run/
10576
10597
  # @return [Array<Types::KeyValuePair>]
10577
10598
  #
@@ -10619,8 +10640,8 @@ module Aws::Batch
10619
10640
  #
10620
10641
  #
10621
10642
  #
10622
- # [1]: https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate
10623
- # [2]: https://docs.docker.com/engine/api/v1.35/
10643
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
10644
+ # [2]: https://docs.docker.com/engine/api/latest/
10624
10645
  # [3]: https://docs.docker.com/engine/reference/run/#security-configuration
10625
10646
  # @return [String]
10626
10647
  #
@@ -10676,8 +10697,8 @@ module Aws::Batch
10676
10697
  #
10677
10698
  #
10678
10699
  #
10679
- # [1]: https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate
10680
- # [2]: https://docs.docker.com/engine/api/v1.35/
10700
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
10701
+ # [2]: https://docs.docker.com/engine/api/latest/
10681
10702
  # [3]: https://docs.docker.com/engine/reference/run/#security-configuration
10682
10703
  # [4]: https://docs.docker.com/engine/admin/logging/overview/
10683
10704
  # [5]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-config.html
@@ -10696,8 +10717,8 @@ module Aws::Batch
10696
10717
  #
10697
10718
  #
10698
10719
  #
10699
- # [1]: https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate
10700
- # [2]: https://docs.docker.com/engine/api/v1.35/
10720
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
10721
+ # [2]: https://docs.docker.com/engine/api/latest/
10701
10722
  # [3]: https://docs.docker.com/engine/reference/run/#security-configuration
10702
10723
  # @return [Array<Types::MountPoint>]
10703
10724
  #
@@ -10720,8 +10741,8 @@ module Aws::Batch
10720
10741
  #
10721
10742
  #
10722
10743
  #
10723
- # [1]: https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate
10724
- # [2]: https://docs.docker.com/engine/api/v1.35/
10744
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
10745
+ # [2]: https://docs.docker.com/engine/api/latest/
10725
10746
  # [3]: https://docs.docker.com/engine/reference/run/#security-configuration
10726
10747
  # @return [Boolean]
10727
10748
  #
@@ -10737,8 +10758,8 @@ module Aws::Batch
10737
10758
  #
10738
10759
  #
10739
10760
  #
10740
- # [1]: https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate
10741
- # [2]: https://docs.docker.com/engine/api/v1.35/
10761
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
10762
+ # [2]: https://docs.docker.com/engine/api/latest/
10742
10763
  # [3]: https://docs.docker.com/engine/reference/run/#security-configuration
10743
10764
  # @return [Boolean]
10744
10765
  #
@@ -10787,8 +10808,8 @@ module Aws::Batch
10787
10808
  #
10788
10809
  #
10789
10810
  #
10790
- # [1]: https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate
10791
- # [2]: https://docs.docker.com/engine/api/v1.35/
10811
+ # [1]: https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate
10812
+ # [2]: https://docs.docker.com/engine/api/latest/
10792
10813
  # [3]: https://docs.docker.com/engine/reference/run/#security-configuration
10793
10814
  # @return [Array<Types::Ulimit>]
10794
10815
  #
data/lib/aws-sdk-batch.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::Batch
54
54
  autoload :EndpointProvider, 'aws-sdk-batch/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-batch/endpoints'
56
56
 
57
- GEM_VERSION = '1.147.0'
57
+ GEM_VERSION = '1.148.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-batch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.147.0
4
+ version: 1.148.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services