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 +4 -4
- data/CHANGELOG.md +7 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-opsworkscm/client.rb +1 -1
- data/lib/aws-sdk-opsworkscm.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59c9719a5fa8b752652f31f8a14997a5dc3b9083345b274cde4b31db7959e008
|
4
|
+
data.tar.gz: 7107596b39467e68f40b5ce5aa2d10527f3190a97b230dd9e179257da2fd7182
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
1
|
+
1.89.0
|
data/lib/aws-sdk-opsworkscm.rb
CHANGED
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.
|
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).
|
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
|