aws-sdk-batch 1.89.0 → 1.90.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: 3406420d98f3590799efc8d514557ab25fd0e979a80e95614ebe5aec1439db35
4
- data.tar.gz: 643015403e1eadeb866e5733f5f2408e9dadd23f06d6e5de5dbb441773c8dd41
3
+ metadata.gz: 111c5ac0a8b351a82fd0b1377d750ee7695a3091a116a8f12b6e1034a559eaa9
4
+ data.tar.gz: 926624165c1755a0b283f903c0862994831ef2c36507572383b137ed86d6092c
5
5
  SHA512:
6
- metadata.gz: a342d9db23f627a19fe7215cb1768fcbee9ed3592e152427fd92dfe6a1df1dece02d836d9df8aa11d40c71d4a52eb660b7197506c5f8f68a2a4691186cb40f81
7
- data.tar.gz: 384eeca8a63417a48be8d9bdcad57b936be047f87efcd95582e1d450a219ab09ad1be767f832f56ecf8f86fb02338d4516e554e946e98e35273d1e1cfa81607f
6
+ metadata.gz: 397e5872a4a862ad77f69115a5d478886ab9229f4f326e65f3542f7d4469bb05f2ab1231ce4fcff84f03a9cc051607a5f43ec31c96d2ce6f721433509a0d3dfc
7
+ data.tar.gz: c878568fe9313b1d462adbc01867bc5fc9da38426cbbeffd5d855e73159e40ff42f72106b870e4f011d3bca38ad0283bdf6e19b01da54a67f85195bc0298f30c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.0 (2024-06-17)
5
+ ------------------
6
+
7
+ * Feature - Add v2 smoke tests and smithy smokeTests trait for SDK testing.
8
+
4
9
  1.89.0 (2024-06-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.89.0
1
+ 1.90.0
@@ -4561,7 +4561,7 @@ module Aws::Batch
4561
4561
  params: params,
4562
4562
  config: config)
4563
4563
  context[:gem_name] = 'aws-sdk-batch'
4564
- context[:gem_version] = '1.89.0'
4564
+ context[:gem_version] = '1.90.0'
4565
4565
  Seahorse::Client::Request.new(handlers, context)
4566
4566
  end
4567
4567
 
@@ -1255,6 +1255,7 @@ module Aws::Batch
1255
1255
 
1256
1256
  api.metadata = {
1257
1257
  "apiVersion" => "2016-08-10",
1258
+ "auth" => ["aws.auth#sigv4"],
1258
1259
  "endpointPrefix" => "batch",
1259
1260
  "jsonVersion" => "1.1",
1260
1261
  "protocol" => "rest-json",
data/lib/aws-sdk-batch.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-batch/customizations'
52
52
  # @!group service
53
53
  module Aws::Batch
54
54
 
55
- GEM_VERSION = '1.89.0'
55
+ GEM_VERSION = '1.90.0'
56
56
 
57
57
  end
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.89.0
4
+ version: 1.90.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: 2024-06-05 00:00:00.000000000 Z
11
+ date: 2024-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core