aws-sdk-savingsplans 1.53.0 → 1.54.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-savingsplans/client.rb +3 -3
- data/lib/aws-sdk-savingsplans/types.rb +2 -2
- data/lib/aws-sdk-savingsplans.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee90046e41497c1a11c36b9b28de2e41d34a8b4771f953ab1c6441fa429a3988
|
4
|
+
data.tar.gz: 98f5677a62f04b4c9990dafd5376b0a07556b6d7b0fa6ff22971620ac5f0cd80
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: adaeaa733ee425a7d8a06c319ca43e7ad3e489e697c68144089424d8600c6a75fd047aee486fd9803da2f923ba4dca9e50ede05f4c5dfafdb70c434dc497f3a4
|
7
|
+
data.tar.gz: 723a8f0dbadc3dfd60d2951f0a4fa9788a44c1c6ea065aae36e8828046ee33678ddb61d5d59b900fca8e9d6a7970cdfd84e7e6d7de216c547993c5e4e369507f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.54.0
|
@@ -927,8 +927,8 @@ module Aws::SavingsPlans
|
|
927
927
|
# The Amazon Resource Name (ARN) of the resource.
|
928
928
|
#
|
929
929
|
# @option params [required, Hash<String,String>] :tags
|
930
|
-
# One or more tags. For example,
|
931
|
-
# "key2":"value2"
|
930
|
+
# One or more tags. For example, \{ "tags": \{"key1":"value1",
|
931
|
+
# "key2":"value2"} }.
|
932
932
|
#
|
933
933
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
934
934
|
#
|
@@ -994,7 +994,7 @@ module Aws::SavingsPlans
|
|
994
994
|
tracer: tracer
|
995
995
|
)
|
996
996
|
context[:gem_name] = 'aws-sdk-savingsplans'
|
997
|
-
context[:gem_version] = '1.
|
997
|
+
context[:gem_version] = '1.54.0'
|
998
998
|
Seahorse::Client::Request.new(handlers, context)
|
999
999
|
end
|
1000
1000
|
|
@@ -909,8 +909,8 @@ module Aws::SavingsPlans
|
|
909
909
|
# @return [String]
|
910
910
|
#
|
911
911
|
# @!attribute [rw] tags
|
912
|
-
# One or more tags. For example,
|
913
|
-
#
|
912
|
+
# One or more tags. For example, \{ "tags": \{"key1":"value1",
|
913
|
+
# "key2":"value2"} }.
|
914
914
|
# @return [Hash<String,String>]
|
915
915
|
#
|
916
916
|
# @see http://docs.aws.amazon.com/goto/WebAPI/savingsplans-2019-06-28/TagResourceRequest AWS API Documentation
|
data/lib/aws-sdk-savingsplans.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-savingsplans
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.54.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: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|