aws-sdk-robomaker 1.90.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: e362debe5d966058a570d16fe43d7a49b5b0009b6f74c42eb54a792f6ac111a9
4
- data.tar.gz: 33c5150b46ac3522119ee1f26ead6bdcd07383546b4147a03f047b33347b13f8
3
+ metadata.gz: 3a8e8166b56689a6092f95df2a41108b4b3a2aee0a3ec7eeb5688bbb75a899f9
4
+ data.tar.gz: 45405704299c5e5ccaed885b035e52c3c0ee4ed20a75c1271fa13c2d5506060a
5
5
  SHA512:
6
- metadata.gz: b8e6b4d69f3922c5f621ff5fc3657643ea3e51a78c212c9fec49823da2e619b1ca2ef7c858bd043631d147de0cdceef0126e315e66bd2ab8bb540fce5a85789b
7
- data.tar.gz: d73cbaf0082cd8296a6f5ce50631950136a307c107ac155b22c8277b583f4edfee70fa7f153a09f504f56c6e2818ac669312004de13367b13c114dc6ebe72795
6
+ metadata.gz: fec98120c5ff3f65661af4a8c88136fb7475622aab8f947ad29ce05a41ebc814277ec5eed7654e58689014a4cf7c1b1cd31003544d56e962d750af2dba2ed774
7
+ data.tar.gz: 203a653b22b2eb9c90f9ea1e6292b98e2d783b3a66005ddb49f4e9d9fd47ee75bb37e6483bd9fc584fa7ca30ef1d6ae9c70c91a86346ccf5ad0e20d964ef811f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
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
+
11
+ 1.91.0 (2025-10-24)
12
+ ------------------
13
+
14
+ * Feature - Update endpoint ruleset parameters casing
15
+
4
16
  1.90.0 (2025-10-21)
5
17
  ------------------
6
18
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.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.90.0'
5129
+ context[:gem_version] = '1.92.0'
5130
5130
  Seahorse::Client::Request.new(handlers, context)
5131
5131
  end
5132
5132
 
@@ -13,22 +13,22 @@ module Aws::RoboMaker
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -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.90.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.90.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