aws-sdk-elasticache 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7dddb47b3bb8a5416956ffae8e00d6bfb3af95b7
4
- data.tar.gz: 2fe7f50bc1cf4660807275911ef7acb7801731c4
3
+ metadata.gz: 7f6dfd487407ed24f154bdb7a5f2e149f30d6a35
4
+ data.tar.gz: 6c92b238ecddf5aeb6916d93baa6c128f0d89374
5
5
  SHA512:
6
- metadata.gz: 7fb81d1a5e8e8f4068e8629da67dc9cc6cc8017c5f1898f5ced558ba0ce3063da43d4c5f9f8a2dd22bf3c0da5f922fdaa3ab2e60521f6016644c2ea743ac73a3
7
- data.tar.gz: f996a03a37b74e615124e55f38ea38c8c18cd11e8892e86517350df48240c6f5a72fa7c3158439e2152ccf44ec567b1592c8779ed390b4c55d88794ff57ac38f
6
+ metadata.gz: 5c3912bb621c7b88348e163292a70fc869ed35a0dfff79322dfab67f923c2bd753d581507bee3f808ebbcaf92e4742ab3f2a1c66808c3e906e908f776bfe3c27
7
+ data.tar.gz: 3678590a3796c91723fd3112f944579cf359ecfc1cccb23517d1705c6172051c9f09312b5ad47fce35b28806860117fdbd9c04f170d908d47a69f4a5b5bbfe8e
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-elasticache/customizations'
43
43
  # @service
44
44
  module Aws::ElastiCache
45
45
 
46
- GEM_VERSION = '1.0.0'
46
+ GEM_VERSION = '1.1.0'
47
47
 
48
48
  end
@@ -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 EC2 security groups are used as the authorization mechanism.
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 other shard has two read replicas.
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 only the descriptions for that group.
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 the description of that group.
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 account has no reserved cache nodes, the operation returns an empty list, as shown here.
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 is case-sensitive and the value is optional. You can use cost allocation tags to categorize and track your AWS costs.
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 the description of that group.
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.0.0'
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.0.0
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-08-29 00:00:00.000000000 Z
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: