aws-sdk-robomaker 1.91.0 → 1.92.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: d9f0adbb070fbc18367aa5b29d0617e0edc0c479ae2968a6975213fb7efa1a48
4
- data.tar.gz: 41cd8a283737026745ef15d0c47c61a9ef44c3fe1e3f818e716f783d5d0509fc
3
+ metadata.gz: 3a8e8166b56689a6092f95df2a41108b4b3a2aee0a3ec7eeb5688bbb75a899f9
4
+ data.tar.gz: 45405704299c5e5ccaed885b035e52c3c0ee4ed20a75c1271fa13c2d5506060a
5
5
  SHA512:
6
- metadata.gz: 3a1c537a06673d2fd463862bca6552f6e4b4f3b469150278a1afa10b3edc2cba6910bcf976605dc2f11db9624f5c286a051bde2d12ec610dc57b491c77c5a014
7
- data.tar.gz: a837e8f795a5bee0c1377f99ba3a4ab274f8d21a188d8b7a8e2bdee647368ef157e87e17fdb61e59f77f13b14a1cb92f0d817ff569e556c30117c0f41a981b97
6
+ metadata.gz: fec98120c5ff3f65661af4a8c88136fb7475622aab8f947ad29ce05a41ebc814277ec5eed7654e58689014a4cf7c1b1cd31003544d56e962d750af2dba2ed774
7
+ data.tar.gz: 203a653b22b2eb9c90f9ea1e6292b98e2d783b3a66005ddb49f4e9d9fd47ee75bb37e6483bd9fc584fa7ca30ef1d6ae9c70c91a86346ccf5ad0e20d964ef811f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ * Feature - RoboMaker has been removed from the SDK because it has been discontinued.
10
+
4
11
  1.91.0 (2025-10-24)
5
12
  ------------------
6
13
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.92.0
@@ -5126,7 +5126,7 @@ module Aws::RoboMaker
5126
5126
  tracer: tracer
5127
5127
  )
5128
5128
  context[:gem_name] = 'aws-sdk-robomaker'
5129
- context[:gem_version] = '1.91.0'
5129
+ context[:gem_version] = '1.92.0'
5130
5130
  Seahorse::Client::Request.new(handlers, context)
5131
5131
  end
5132
5132
 
@@ -54,7 +54,7 @@ module Aws::RoboMaker
54
54
  autoload :EndpointProvider, 'aws-sdk-robomaker/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-robomaker/endpoints'
56
56
 
57
- GEM_VERSION = '1.91.0'
57
+ GEM_VERSION = '1.92.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-robomaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.91.0
4
+ version: 1.92.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -43,8 +43,8 @@ dependencies:
43
43
  - - "~>"
44
44
  - !ruby/object:Gem::Version
45
45
  version: '1.5'
46
- description: Official AWS Ruby gem for AWS RoboMaker (RoboMaker). This gem is part
47
- of the AWS SDK for Ruby.
46
+ description: "[DEPRECATED] Official AWS Ruby gem for AWS RoboMaker (RoboMaker). This
47
+ gem is part of the AWS SDK for Ruby."
48
48
  email:
49
49
  - aws-dr-rubygems@amazon.com
50
50
  executables: []
@@ -76,6 +76,7 @@ licenses:
76
76
  metadata:
77
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-robomaker
78
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-robomaker/CHANGELOG.md
79
+ post_install_message: "*** aws-sdk-robomaker is deprecated ***"
79
80
  rdoc_options: []
80
81
  require_paths:
81
82
  - lib