aws-sdk-elasticache 1.0.0 → 1.1.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/lib/aws-sdk-elasticache.rb +1 -1
- data/lib/aws-sdk-elasticache/client.rb +15 -10
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f6dfd487407ed24f154bdb7a5f2e149f30d6a35
|
|
4
|
+
data.tar.gz: 6c92b238ecddf5aeb6916d93baa6c128f0d89374
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c3912bb621c7b88348e163292a70fc869ed35a0dfff79322dfab67f923c2bd753d581507bee3f808ebbcaf92e4742ab3f2a1c66808c3e906e908f776bfe3c27
|
|
7
|
+
data.tar.gz: 3678590a3796c91723fd3112f944579cf359ecfc1cccb23517d1705c6172051c9f09312b5ad47fce35b28806860117fdbd9c04f170d908d47a69f4a5b5bbfe8e
|
data/lib/aws-sdk-elasticache.rb
CHANGED
|
@@ -271,7 +271,8 @@ module Aws::ElastiCache
|
|
|
271
271
|
#
|
|
272
272
|
# @example Example: AuthorizeCacheCacheSecurityGroupIngress
|
|
273
273
|
#
|
|
274
|
-
# # Allows network ingress to a cache security group. Applications using ElastiCache must be running on Amazon EC2. Amazon
|
|
274
|
+
# # Allows network ingress to a cache security group. Applications using ElastiCache must be running on Amazon EC2. Amazon
|
|
275
|
+
# # EC2 security groups are used as the authorization mechanism.
|
|
275
276
|
#
|
|
276
277
|
# resp = client.authorize_cache_security_group_ingress({
|
|
277
278
|
# cache_security_group_name: "my-sec-grp",
|
|
@@ -1639,7 +1640,8 @@ module Aws::ElastiCache
|
|
|
1639
1640
|
#
|
|
1640
1641
|
# @example Example: CreateReplicationGroup
|
|
1641
1642
|
#
|
|
1642
|
-
# # Creates a Redis (cluster mode enabled) replication group with two shards. One shard has one read replica node and the
|
|
1643
|
+
# # Creates a Redis (cluster mode enabled) replication group with two shards. One shard has one read replica node and the
|
|
1644
|
+
# # other shard has two read replicas.
|
|
1643
1645
|
#
|
|
1644
1646
|
# resp = client.create_replication_group({
|
|
1645
1647
|
# auto_minor_version_upgrade: true,
|
|
@@ -2832,7 +2834,8 @@ module Aws::ElastiCache
|
|
|
2832
2834
|
#
|
|
2833
2835
|
# @example Example: DescribeCacheParameterGroups
|
|
2834
2836
|
#
|
|
2835
|
-
# # Returns a list of cache parameter group descriptions. If a cache parameter group name is specified, the list contains
|
|
2837
|
+
# # Returns a list of cache parameter group descriptions. If a cache parameter group name is specified, the list contains
|
|
2838
|
+
# # only the descriptions for that group.
|
|
2836
2839
|
#
|
|
2837
2840
|
# resp = client.describe_cache_parameter_groups({
|
|
2838
2841
|
# cache_parameter_group_name: "custom-mem1-4",
|
|
@@ -3383,7 +3386,8 @@ module Aws::ElastiCache
|
|
|
3383
3386
|
#
|
|
3384
3387
|
# @example Example: DescribeCacheSecurityGroups
|
|
3385
3388
|
#
|
|
3386
|
-
# # Returns a list of cache security group descriptions. If a cache security group name is specified, the list contains only
|
|
3389
|
+
# # Returns a list of cache security group descriptions. If a cache security group name is specified, the list contains only
|
|
3390
|
+
# # the description of that group.
|
|
3387
3391
|
#
|
|
3388
3392
|
# resp = client.describe_cache_security_groups({
|
|
3389
3393
|
# cache_security_group_name: "my-sec-group",
|
|
@@ -4638,7 +4642,8 @@ module Aws::ElastiCache
|
|
|
4638
4642
|
#
|
|
4639
4643
|
# @example Example: DescribeReservedCacheNodes
|
|
4640
4644
|
#
|
|
4641
|
-
# # Returns information about reserved cache nodes for this account, or about a specified reserved cache node. If the
|
|
4645
|
+
# # Returns information about reserved cache nodes for this account, or about a specified reserved cache node. If the
|
|
4646
|
+
# # account has no reserved cache nodes, the operation returns an empty list, as shown here.
|
|
4642
4647
|
#
|
|
4643
4648
|
# resp = client.describe_reserved_cache_nodes({
|
|
4644
4649
|
# max_records: 25,
|
|
@@ -5418,7 +5423,8 @@ module Aws::ElastiCache
|
|
|
5418
5423
|
#
|
|
5419
5424
|
# @example Example: ListTagsForResource
|
|
5420
5425
|
#
|
|
5421
|
-
# # Lists all cost allocation tags currently on the named resource. A cost allocation tag is a key-value pair where the key
|
|
5426
|
+
# # Lists all cost allocation tags currently on the named resource. A cost allocation tag is a key-value pair where the key
|
|
5427
|
+
# # is case-sensitive and the value is optional. You can use cost allocation tags to categorize and track your AWS costs.
|
|
5422
5428
|
#
|
|
5423
5429
|
# resp = client.list_tags_for_resource({
|
|
5424
5430
|
# resource_name: "arn:aws:elasticache:us-west-2:<my-account-id>:cluster:mycluster",
|
|
@@ -6200,8 +6206,6 @@ module Aws::ElastiCache
|
|
|
6200
6206
|
#
|
|
6201
6207
|
# @example Example: ModifyReplicationGroup
|
|
6202
6208
|
#
|
|
6203
|
-
# #
|
|
6204
|
-
#
|
|
6205
6209
|
# resp = client.modify_replication_group({
|
|
6206
6210
|
# apply_immediately: true,
|
|
6207
6211
|
# replication_group_description: "Modified replication group",
|
|
@@ -6709,7 +6713,8 @@ module Aws::ElastiCache
|
|
|
6709
6713
|
#
|
|
6710
6714
|
# @example Example: DescribeCacheSecurityGroups
|
|
6711
6715
|
#
|
|
6712
|
-
# # Returns a list of cache security group descriptions. If a cache security group name is specified, the list contains only
|
|
6716
|
+
# # Returns a list of cache security group descriptions. If a cache security group name is specified, the list contains only
|
|
6717
|
+
# # the description of that group.
|
|
6713
6718
|
#
|
|
6714
6719
|
# resp = client.revoke_cache_security_group_ingress({
|
|
6715
6720
|
# cache_security_group_name: "my-sec-grp",
|
|
@@ -6872,7 +6877,7 @@ module Aws::ElastiCache
|
|
|
6872
6877
|
params: params,
|
|
6873
6878
|
config: config)
|
|
6874
6879
|
context[:gem_name] = 'aws-sdk-elasticache'
|
|
6875
|
-
context[:gem_version] = '1.
|
|
6880
|
+
context[:gem_version] = '1.1.0'
|
|
6876
6881
|
Seahorse::Client::Request.new(handlers, context)
|
|
6877
6882
|
end
|
|
6878
6883
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.1.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: 2017-
|
|
11
|
+
date: 2017-09-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -57,7 +57,9 @@ files:
|
|
|
57
57
|
homepage: http://github.com/aws/aws-sdk-ruby
|
|
58
58
|
licenses:
|
|
59
59
|
- Apache-2.0
|
|
60
|
-
metadata:
|
|
60
|
+
metadata:
|
|
61
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticache
|
|
62
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticache/CHANGELOG.md
|
|
61
63
|
post_install_message:
|
|
62
64
|
rdoc_options: []
|
|
63
65
|
require_paths:
|