aws-sdk-elasticache 1.149.0 → 1.151.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticache/client.rb +22 -13
- data/lib/aws-sdk-elasticache/client_api.rb +8 -0
- data/lib/aws-sdk-elasticache/types.rb +12 -5
- data/lib/aws-sdk-elasticache.rb +1 -1
- data/sig/client.rbs +7 -1
- data/sig/types.rbs +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ef78d59528ad2dbe2f2c20ce25549e5819f6b7c1ca4c668433803d3910489a7b
|
|
4
|
+
data.tar.gz: edf9829f336ec653396f817780e0096848357e95c9d62c7b7156199f8fd1601c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 68028800669f04b905d77bf9de15d9e9d783121f72fbcb286af99c912d660ba80ef659aca557286714e8688393d8cd8a78baced824f602037678dd5c6761e8ee
|
|
7
|
+
data.tar.gz: 7d916632122fd9d36d4759a27695d26eff3aaef94efce1a44e4d077673d140c6881fb0c05ad0e4741878fc770b0db790a7f102a999420b0a2132524c71b6b5f3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.151.0 (2026-09-24)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added tagging support for ElastiCache Global DataStore.
|
|
8
|
+
|
|
9
|
+
1.150.0 (2026-09-11)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.149.0 (2026-09-09)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.151.0
|
|
@@ -476,10 +476,9 @@ module Aws::ElastiCache
|
|
|
476
476
|
|
|
477
477
|
# A tag is a key-value pair where the key and value are case-sensitive.
|
|
478
478
|
# You can use tags to categorize and track all your ElastiCache
|
|
479
|
-
# resources
|
|
480
|
-
#
|
|
481
|
-
#
|
|
482
|
-
# information, see [Resource-level permissions][1].
|
|
479
|
+
# resources. When you add or remove tags on replication groups, those
|
|
480
|
+
# actions will be replicated to all nodes in the replication group. For
|
|
481
|
+
# more information, see [Resource-level permissions][1].
|
|
483
482
|
#
|
|
484
483
|
# For example, you can use cost-allocation tags to your ElastiCache
|
|
485
484
|
# resources, Amazon generates a cost allocation report as a
|
|
@@ -2097,6 +2096,11 @@ module Aws::ElastiCache
|
|
|
2097
2096
|
# updates to the secondary cluster. This value is stored as a lowercase
|
|
2098
2097
|
# string.
|
|
2099
2098
|
#
|
|
2099
|
+
# @option params [Array<Types::Tag>] :tags
|
|
2100
|
+
# A list of tags to be added to this resource. A tag is a key-value
|
|
2101
|
+
# pair. A tag key must be accompanied by a tag value, although null is
|
|
2102
|
+
# accepted.
|
|
2103
|
+
#
|
|
2100
2104
|
# @return [Types::CreateGlobalReplicationGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2101
2105
|
#
|
|
2102
2106
|
# * {Types::CreateGlobalReplicationGroupResult#global_replication_group #global_replication_group} => Types::GlobalReplicationGroup
|
|
@@ -2107,6 +2111,12 @@ module Aws::ElastiCache
|
|
|
2107
2111
|
# global_replication_group_id_suffix: "String", # required
|
|
2108
2112
|
# global_replication_group_description: "String",
|
|
2109
2113
|
# primary_replication_group_id: "String", # required
|
|
2114
|
+
# tags: [
|
|
2115
|
+
# {
|
|
2116
|
+
# key: "String",
|
|
2117
|
+
# value: "String",
|
|
2118
|
+
# },
|
|
2119
|
+
# ],
|
|
2110
2120
|
# })
|
|
2111
2121
|
#
|
|
2112
2122
|
# @example Response structure
|
|
@@ -8880,10 +8890,9 @@ module Aws::ElastiCache
|
|
|
8880
8890
|
#
|
|
8881
8891
|
# A tag is a key-value pair where the key and value are case-sensitive.
|
|
8882
8892
|
# You can use tags to categorize and track all your ElastiCache
|
|
8883
|
-
# resources
|
|
8884
|
-
#
|
|
8885
|
-
#
|
|
8886
|
-
# information, see [Resource-level permissions][1].
|
|
8893
|
+
# resources. When you add or remove tags on replication groups, those
|
|
8894
|
+
# actions will be replicated to all nodes in the replication group. For
|
|
8895
|
+
# more information, see [Resource-level permissions][1].
|
|
8887
8896
|
#
|
|
8888
8897
|
# If the cluster is not in the *available* state, `ListTagsForResource`
|
|
8889
8898
|
# returns an error.
|
|
@@ -10935,10 +10944,10 @@ module Aws::ElastiCache
|
|
|
10935
10944
|
# Removes the tags identified by the `TagKeys` list from the named
|
|
10936
10945
|
# resource. A tag is a key-value pair where the key and value are
|
|
10937
10946
|
# case-sensitive. You can use tags to categorize and track all your
|
|
10938
|
-
# ElastiCache resources
|
|
10939
|
-
#
|
|
10940
|
-
#
|
|
10941
|
-
#
|
|
10947
|
+
# ElastiCache resources. When you add or remove tags on replication
|
|
10948
|
+
# groups, those actions will be replicated to all nodes in the
|
|
10949
|
+
# replication group. For more information, see [Resource-level
|
|
10950
|
+
# permissions][1].
|
|
10942
10951
|
#
|
|
10943
10952
|
#
|
|
10944
10953
|
#
|
|
@@ -11573,7 +11582,7 @@ module Aws::ElastiCache
|
|
|
11573
11582
|
tracer: tracer
|
|
11574
11583
|
)
|
|
11575
11584
|
context[:gem_name] = 'aws-sdk-elasticache'
|
|
11576
|
-
context[:gem_version] = '1.
|
|
11585
|
+
context[:gem_version] = '1.151.0'
|
|
11577
11586
|
Seahorse::Client::Request.new(handlers, context)
|
|
11578
11587
|
end
|
|
11579
11588
|
|
|
@@ -764,6 +764,7 @@ module Aws::ElastiCache
|
|
|
764
764
|
CreateGlobalReplicationGroupMessage.add_member(:global_replication_group_id_suffix, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GlobalReplicationGroupIdSuffix"))
|
|
765
765
|
CreateGlobalReplicationGroupMessage.add_member(:global_replication_group_description, Shapes::ShapeRef.new(shape: String, location_name: "GlobalReplicationGroupDescription"))
|
|
766
766
|
CreateGlobalReplicationGroupMessage.add_member(:primary_replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "PrimaryReplicationGroupId"))
|
|
767
|
+
CreateGlobalReplicationGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
767
768
|
CreateGlobalReplicationGroupMessage.struct_class = Types::CreateGlobalReplicationGroupMessage
|
|
768
769
|
|
|
769
770
|
CreateGlobalReplicationGroupResult.add_member(:global_replication_group, Shapes::ShapeRef.new(shape: GlobalReplicationGroup, location_name: "GlobalReplicationGroup"))
|
|
@@ -2095,6 +2096,8 @@ module Aws::ElastiCache
|
|
|
2095
2096
|
o.errors << Shapes::ShapeRef.new(shape: InvalidServerlessCacheSnapshotStateFault)
|
|
2096
2097
|
o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
|
|
2097
2098
|
o.errors << Shapes::ShapeRef.new(shape: InvalidARNFault)
|
|
2099
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2100
|
+
o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupNotFoundFault)
|
|
2098
2101
|
end)
|
|
2099
2102
|
|
|
2100
2103
|
api.add_operation(:authorize_cache_security_group_ingress, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2245,6 +2248,7 @@ module Aws::ElastiCache
|
|
|
2245
2248
|
o.errors << Shapes::ShapeRef.new(shape: InvalidReplicationGroupStateFault)
|
|
2246
2249
|
o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupAlreadyExistsFault)
|
|
2247
2250
|
o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
|
|
2251
|
+
o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
|
|
2248
2252
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2249
2253
|
end)
|
|
2250
2254
|
|
|
@@ -2947,6 +2951,8 @@ module Aws::ElastiCache
|
|
|
2947
2951
|
o.errors << Shapes::ShapeRef.new(shape: ServerlessCacheSnapshotNotFoundFault)
|
|
2948
2952
|
o.errors << Shapes::ShapeRef.new(shape: InvalidServerlessCacheSnapshotStateFault)
|
|
2949
2953
|
o.errors << Shapes::ShapeRef.new(shape: InvalidARNFault)
|
|
2954
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2955
|
+
o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupNotFoundFault)
|
|
2950
2956
|
end)
|
|
2951
2957
|
|
|
2952
2958
|
api.add_operation(:modify_cache_cluster, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -3149,6 +3155,8 @@ module Aws::ElastiCache
|
|
|
3149
3155
|
o.errors << Shapes::ShapeRef.new(shape: InvalidServerlessCacheSnapshotStateFault)
|
|
3150
3156
|
o.errors << Shapes::ShapeRef.new(shape: InvalidARNFault)
|
|
3151
3157
|
o.errors << Shapes::ShapeRef.new(shape: TagNotFoundFault)
|
|
3158
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3159
|
+
o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupNotFoundFault)
|
|
3152
3160
|
end)
|
|
3153
3161
|
|
|
3154
3162
|
api.add_operation(:reset_cache_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2255,12 +2255,19 @@ module Aws::ElastiCache
|
|
|
2255
2255
|
# a lowercase string.
|
|
2256
2256
|
# @return [String]
|
|
2257
2257
|
#
|
|
2258
|
+
# @!attribute [rw] tags
|
|
2259
|
+
# A list of tags to be added to this resource. A tag is a key-value
|
|
2260
|
+
# pair. A tag key must be accompanied by a tag value, although null is
|
|
2261
|
+
# accepted.
|
|
2262
|
+
# @return [Array<Types::Tag>]
|
|
2263
|
+
#
|
|
2258
2264
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateGlobalReplicationGroupMessage AWS API Documentation
|
|
2259
2265
|
#
|
|
2260
2266
|
class CreateGlobalReplicationGroupMessage < Struct.new(
|
|
2261
2267
|
:global_replication_group_id_suffix,
|
|
2262
2268
|
:global_replication_group_description,
|
|
2263
|
-
:primary_replication_group_id
|
|
2269
|
+
:primary_replication_group_id,
|
|
2270
|
+
:tags)
|
|
2264
2271
|
SENSITIVE = []
|
|
2265
2272
|
include Aws::Structure
|
|
2266
2273
|
end
|
|
@@ -9474,10 +9481,10 @@ module Aws::ElastiCache
|
|
|
9474
9481
|
|
|
9475
9482
|
# A tag that can be added to an ElastiCache cluster or replication
|
|
9476
9483
|
# group. Tags are composed of a Key/Value pair. You can use tags to
|
|
9477
|
-
# categorize and track all your ElastiCache resources
|
|
9478
|
-
#
|
|
9479
|
-
#
|
|
9480
|
-
#
|
|
9484
|
+
# categorize and track all your ElastiCache resources. When you add or
|
|
9485
|
+
# remove tags on replication groups, those actions will be replicated to
|
|
9486
|
+
# all nodes in the replication group. A tag with a null Value is
|
|
9487
|
+
# permitted.
|
|
9481
9488
|
#
|
|
9482
9489
|
# @!attribute [rw] key
|
|
9483
9490
|
# The key for the tag. May not be null.
|
data/lib/aws-sdk-elasticache.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -287,7 +287,13 @@ module Aws
|
|
|
287
287
|
def create_global_replication_group: (
|
|
288
288
|
global_replication_group_id_suffix: ::String,
|
|
289
289
|
?global_replication_group_description: ::String,
|
|
290
|
-
primary_replication_group_id: ::String
|
|
290
|
+
primary_replication_group_id: ::String,
|
|
291
|
+
?tags: Array[
|
|
292
|
+
{
|
|
293
|
+
key: ::String?,
|
|
294
|
+
value: ::String?
|
|
295
|
+
}
|
|
296
|
+
]
|
|
291
297
|
) -> _CreateGlobalReplicationGroupResponseSuccess
|
|
292
298
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGlobalReplicationGroupResponseSuccess
|
|
293
299
|
|
data/sig/types.rbs
CHANGED
|
@@ -424,6 +424,7 @@ module Aws::ElastiCache
|
|
|
424
424
|
attr_accessor global_replication_group_id_suffix: ::String
|
|
425
425
|
attr_accessor global_replication_group_description: ::String
|
|
426
426
|
attr_accessor primary_replication_group_id: ::String
|
|
427
|
+
attr_accessor tags: ::Array[Types::Tag]
|
|
427
428
|
SENSITIVE: []
|
|
428
429
|
end
|
|
429
430
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-elasticache
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.151.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.256.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.256.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|