aws-sdk-opsworkscm 1.88.0 → 1.89.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: 9dafeb3e00f2a4eda42d07c4c349ce94afdc595d28a83e399a136177b52fcd81
4
- data.tar.gz: 313db3bb06150da83faf17ea56841c6a30ef98e34a1a9026cb9f33830a335826
3
+ metadata.gz: 59c9719a5fa8b752652f31f8a14997a5dc3b9083345b274cde4b31db7959e008
4
+ data.tar.gz: 7107596b39467e68f40b5ce5aa2d10527f3190a97b230dd9e179257da2fd7182
5
5
  SHA512:
6
- metadata.gz: 41320ea7026ba88ba4dc78cb56352f35ba7ed9af53f796fc4b9625d8b81236067b2069f18992070814968d2913a2256fcda6933d91602b4d838455922b929b2a
7
- data.tar.gz: d9332f04af1d2869f10cc6c6d030b3087ada9c0f862aed8749149dc97256b3bc94eef6994fcdee3e8681e9008d8b4ee7da4b6b0a85a4d4517f3b5a5e6e425404
6
+ metadata.gz: 035701b3730cf4777758c577a7031bf69efa5d97fe3c51b3714be94211552251e7d31a4ec367314f1e246c7fb2e03a2eebc193330d9eb703f5e3e6355ff5ee4b
7
+ data.tar.gz: bf54cb3d00cb1e5e29bd3f570cac6049d53d2ebc94331a0b56f656fe106805a7a738f23e94270c56540cf904ea7cf36d15aa5e22b6b6010a8437735f486f212a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.89.0 (2025-08-25)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
9
+ * Feature - OpsWorks CM has been removed from the SDK because it has been discontinued.
10
+
4
11
  1.88.0 (2025-08-04)
5
12
  ------------------
6
13
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.89.0
@@ -1953,7 +1953,7 @@ module Aws::OpsWorksCM
1953
1953
  tracer: tracer
1954
1954
  )
1955
1955
  context[:gem_name] = 'aws-sdk-opsworkscm'
1956
- context[:gem_version] = '1.88.0'
1956
+ context[:gem_version] = '1.89.0'
1957
1957
  Seahorse::Client::Request.new(handlers, context)
1958
1958
  end
1959
1959
 
@@ -55,7 +55,7 @@ module Aws::OpsWorksCM
55
55
  autoload :EndpointProvider, 'aws-sdk-opsworkscm/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-opsworkscm/endpoints'
57
57
 
58
- GEM_VERSION = '1.88.0'
58
+ GEM_VERSION = '1.89.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opsworkscm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.88.0
4
+ version: 1.89.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 OpsWorks CM (OpsWorksCM). This gem is part
47
- of the AWS SDK for Ruby.
46
+ description: "[DEPRECATED] Official AWS Ruby gem for AWS OpsWorks CM (OpsWorksCM).
47
+ This gem is part of the AWS SDK for Ruby."
48
48
  email:
49
49
  - aws-dr-rubygems@amazon.com
50
50
  executables: []
@@ -77,6 +77,7 @@ licenses:
77
77
  metadata:
78
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-opsworkscm
79
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-opsworkscm/CHANGELOG.md
80
+ post_install_message: "*** aws-sdk-opsworkscm is deprecated ***"
80
81
  rdoc_options: []
81
82
  require_paths:
82
83
  - lib