aws-sdk-mainframemodernization 1.5.0 → 1.6.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: '02557079d7784a5adbb956ce052d1230a9042113271021f6bfd87e369a485b4d'
4
- data.tar.gz: 78edcd18edb67bc79641d58acffcc8559f8fee7ff103df2314590cddb2bd5e12
3
+ metadata.gz: 04deeaa3d2ca4cf6c326a921402504ec4affc312b9f92c27ebdf4ec51f035885
4
+ data.tar.gz: e12e66bd3aa2afe6d13d81ea79fe947c7fa08cd4d115aae2a5d445c3186b4a87
5
5
  SHA512:
6
- metadata.gz: b528df3e77429fa549a447bb4ae24c82aab2a8034c6a094f181f14cfa818509e8b6e5dbbe96308c5c3833c085cc08cc6613cd3a562fef82b8f1e88f9d60b1dc8
7
- data.tar.gz: c41fe2d2c945d1858060bd837146c354f32197a5f12f1a3c15239f501162a32c547492ea66cbe2d59475f1d363eceed65cdbb03fdd8895225c78513a1be37534
6
+ metadata.gz: 51de1554a8bbcb8927fb5d9e16f42a2fb9ff99d3f622613d2fdfe653fd0ba93070df72cb37ba4f2888dcdf925fddad9832f4fd9fdb1058aa203a43fd07f81774
7
+ data.tar.gz: d24e1225bf4d187822462bcbaba7fad24e23fd766996d5fed4501a45e2b50169220ccf40c171f5cafd827f5682ad5a9f3dbff05b2696b4e5f423f176e2dcdb33
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.0 (2023-06-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.5.0 (2023-05-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.6.0
@@ -2013,7 +2013,7 @@ module Aws::MainframeModernization
2013
2013
  params: params,
2014
2014
  config: config)
2015
2015
  context[:gem_name] = 'aws-sdk-mainframemodernization'
2016
- context[:gem_version] = '1.5.0'
2016
+ context[:gem_version] = '1.6.0'
2017
2017
  Seahorse::Client::Request.new(handlers, context)
2018
2018
  end
2019
2019
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::MainframeModernization
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class CancelBatchJobExecution
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-mainframemodernization/customizations'
52
52
  # @!group service
53
53
  module Aws::MainframeModernization
54
54
 
55
- GEM_VERSION = '1.5.0'
55
+ GEM_VERSION = '1.6.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mainframemodernization
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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: 2023-05-31 00:00:00.000000000 Z
11
+ date: 2023-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core