aws-sdk-memorydb 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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-memorydb/client.rb +15 -23
- data/lib/aws-sdk-memorydb/types.rb +6 -13
- data/lib/aws-sdk-memorydb.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: 4fa331ab7b33bb2c5f0c0ff9e44d9f40696df9aadb77f9fea076029da4224717
|
|
4
|
+
data.tar.gz: e45d74c8f75ac4014cd73772471f8428ba6e4678fd3c19d6fea7676c099d9319
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 29b98119c80e2476c0092c37b0e78ae1a4f4ff6d1b732c795590e66d3034aab76538574b9cd59e44120d169ad9f878dffe94fc8dec889737c8400f683434f2b4
|
|
7
|
+
data.tar.gz: a3f9e740c87e2dd9ccc92f73c3d0488efc1addbc1a4fec4daec8a8199ef790a9b1c049455791fdafa9e334c75c1781e8037019c21c632839671ea8ab354b1628
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1.0
|
|
@@ -343,7 +343,7 @@ module Aws::MemoryDB
|
|
|
343
343
|
#
|
|
344
344
|
#
|
|
345
345
|
#
|
|
346
|
-
# [1]: https://docs.aws.amazon.com/
|
|
346
|
+
# [1]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/managing-updates.html#applying-updates
|
|
347
347
|
#
|
|
348
348
|
# @option params [required, Array<String>] :cluster_names
|
|
349
349
|
# The cluster names to apply the updates.
|
|
@@ -444,7 +444,7 @@ module Aws::MemoryDB
|
|
|
444
444
|
#
|
|
445
445
|
#
|
|
446
446
|
#
|
|
447
|
-
# [1]: https://docs.aws.amazon.com/
|
|
447
|
+
# [1]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/snapshots-exporting.html
|
|
448
448
|
#
|
|
449
449
|
# @option params [String] :kms_key_id
|
|
450
450
|
# The ID of the KMS key used to encrypt the target snapshot.
|
|
@@ -514,7 +514,7 @@ module Aws::MemoryDB
|
|
|
514
514
|
#
|
|
515
515
|
#
|
|
516
516
|
#
|
|
517
|
-
# [1]: https://docs.aws.amazon.com/
|
|
517
|
+
# [1]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/clusters.acls.html
|
|
518
518
|
#
|
|
519
519
|
# @option params [required, String] :acl_name
|
|
520
520
|
# The name of the Access Control List.
|
|
@@ -585,19 +585,11 @@ module Aws::MemoryDB
|
|
|
585
585
|
# An optional description of the cluster.
|
|
586
586
|
#
|
|
587
587
|
# @option params [Integer] :num_shards
|
|
588
|
-
# The number of shards the cluster will contain.
|
|
589
|
-
#
|
|
590
|
-
# Clusters can have up to 500 shards, with your data partitioned across
|
|
591
|
-
# the shards. For example, you can choose to configure a 500 node
|
|
592
|
-
# cluster that ranges between 83 shards (one primary and 5 replicas per
|
|
593
|
-
# shard) and 500 shards (single primary and no replicas). Make sure
|
|
594
|
-
# there are enough available IP addresses to accommodate the increase.
|
|
595
|
-
# Common pitfalls include the subnets in the subnet group have too small
|
|
596
|
-
# a CIDR range or the subnets are shared and heavily used by other
|
|
597
|
-
# clusters.
|
|
588
|
+
# The number of shards the cluster will contain. The default value is 1.
|
|
598
589
|
#
|
|
599
590
|
# @option params [Integer] :num_replicas_per_shard
|
|
600
|
-
# The number of replicas to apply to each shard. The
|
|
591
|
+
# The number of replicas to apply to each shard. The default value is 1.
|
|
592
|
+
# The maximum is 5.
|
|
601
593
|
#
|
|
602
594
|
# @option params [String] :subnet_group_name
|
|
603
595
|
# The name of the subnet group to be used for the cluster.
|
|
@@ -763,7 +755,7 @@ module Aws::MemoryDB
|
|
|
763
755
|
#
|
|
764
756
|
#
|
|
765
757
|
#
|
|
766
|
-
# [1]: https://docs.aws.amazon.com/
|
|
758
|
+
# [1]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/parametergroups.html
|
|
767
759
|
#
|
|
768
760
|
# @option params [required, String] :parameter_group_name
|
|
769
761
|
# The name of the parameter group.
|
|
@@ -894,7 +886,7 @@ module Aws::MemoryDB
|
|
|
894
886
|
#
|
|
895
887
|
#
|
|
896
888
|
#
|
|
897
|
-
# [1]: https://docs.aws.amazon.com/
|
|
889
|
+
# [1]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/subnetgroups.html
|
|
898
890
|
#
|
|
899
891
|
# @option params [required, String] :subnet_group_name
|
|
900
892
|
# The name of the subnet group.
|
|
@@ -952,7 +944,7 @@ module Aws::MemoryDB
|
|
|
952
944
|
#
|
|
953
945
|
#
|
|
954
946
|
#
|
|
955
|
-
# [1]: https://docs.aws.amazon.com/
|
|
947
|
+
# [1]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/clusters.acls.html
|
|
956
948
|
#
|
|
957
949
|
# @option params [required, String] :user_name
|
|
958
950
|
# The name of the user. This value must be unique as it also serves as
|
|
@@ -1018,7 +1010,7 @@ module Aws::MemoryDB
|
|
|
1018
1010
|
#
|
|
1019
1011
|
#
|
|
1020
1012
|
#
|
|
1021
|
-
# [1]: https://docs.aws.amazon.com/
|
|
1013
|
+
# [1]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/clusters.acls.html
|
|
1022
1014
|
#
|
|
1023
1015
|
# @option params [required, String] :acl_name
|
|
1024
1016
|
# The name of the Access Control List to delete
|
|
@@ -2052,7 +2044,7 @@ module Aws::MemoryDB
|
|
|
2052
2044
|
#
|
|
2053
2045
|
#
|
|
2054
2046
|
#
|
|
2055
|
-
# [1]: https://docs.aws.amazon.com/
|
|
2047
|
+
# [1]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/Tagging-Resources.html
|
|
2056
2048
|
#
|
|
2057
2049
|
# @option params [required, String] :resource_arn
|
|
2058
2050
|
# The Amazon Resource Name (ARN) of the resource for which you want the
|
|
@@ -2145,8 +2137,8 @@ module Aws::MemoryDB
|
|
|
2145
2137
|
#
|
|
2146
2138
|
#
|
|
2147
2139
|
#
|
|
2148
|
-
# [1]: https://docs.aws.amazon.com/
|
|
2149
|
-
# [2]: https://docs.aws.amazon.com/
|
|
2140
|
+
# [1]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/iam.resourcelevelpermissions.html
|
|
2141
|
+
# [2]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/tagging.html
|
|
2150
2142
|
#
|
|
2151
2143
|
# @option params [required, String] :resource_arn
|
|
2152
2144
|
# The Amazon Resource Name (ARN) of the resource to which the tags are
|
|
@@ -2457,7 +2449,7 @@ module Aws::MemoryDB
|
|
|
2457
2449
|
#
|
|
2458
2450
|
#
|
|
2459
2451
|
#
|
|
2460
|
-
# [1]: https://docs.aws.amazon.com/
|
|
2452
|
+
# [1]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/ubnetGroups.Modifying.html
|
|
2461
2453
|
#
|
|
2462
2454
|
# @option params [required, String] :subnet_group_name
|
|
2463
2455
|
# The name of the subnet group
|
|
@@ -2560,7 +2552,7 @@ module Aws::MemoryDB
|
|
|
2560
2552
|
params: params,
|
|
2561
2553
|
config: config)
|
|
2562
2554
|
context[:gem_name] = 'aws-sdk-memorydb'
|
|
2563
|
-
context[:gem_version] = '1.
|
|
2555
|
+
context[:gem_version] = '1.1.0'
|
|
2564
2556
|
Seahorse::Client::Request.new(handlers, context)
|
|
2565
2557
|
end
|
|
2566
2558
|
|
|
@@ -515,7 +515,7 @@ module Aws::MemoryDB
|
|
|
515
515
|
#
|
|
516
516
|
#
|
|
517
517
|
#
|
|
518
|
-
# [1]: https://docs.aws.amazon.com/
|
|
518
|
+
# [1]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/snapshots-exporting.html
|
|
519
519
|
# @return [String]
|
|
520
520
|
#
|
|
521
521
|
# @!attribute [rw] kms_key_id
|
|
@@ -653,20 +653,13 @@ module Aws::MemoryDB
|
|
|
653
653
|
# @return [String]
|
|
654
654
|
#
|
|
655
655
|
# @!attribute [rw] num_shards
|
|
656
|
-
# The number of shards the cluster will contain.
|
|
657
|
-
#
|
|
658
|
-
# Clusters can have up to 500 shards, with your data partitioned
|
|
659
|
-
# across the shards. For example, you can choose to configure a 500
|
|
660
|
-
# node cluster that ranges between 83 shards (one primary and 5
|
|
661
|
-
# replicas per shard) and 500 shards (single primary and no replicas).
|
|
662
|
-
# Make sure there are enough available IP addresses to accommodate the
|
|
663
|
-
# increase. Common pitfalls include the subnets in the subnet group
|
|
664
|
-
# have too small a CIDR range or the subnets are shared and heavily
|
|
665
|
-
# used by other clusters.
|
|
656
|
+
# The number of shards the cluster will contain. The default value is
|
|
657
|
+
# 1.
|
|
666
658
|
# @return [Integer]
|
|
667
659
|
#
|
|
668
660
|
# @!attribute [rw] num_replicas_per_shard
|
|
669
|
-
# The number of replicas to apply to each shard. The
|
|
661
|
+
# The number of replicas to apply to each shard. The default value is
|
|
662
|
+
# 1. The maximum is 5.
|
|
670
663
|
# @return [Integer]
|
|
671
664
|
#
|
|
672
665
|
# @!attribute [rw] subnet_group_name
|
|
@@ -2868,7 +2861,7 @@ module Aws::MemoryDB
|
|
|
2868
2861
|
#
|
|
2869
2862
|
#
|
|
2870
2863
|
#
|
|
2871
|
-
# [1]: https://docs.aws.amazon.com/
|
|
2864
|
+
# [1]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/tagging-resources.html
|
|
2872
2865
|
#
|
|
2873
2866
|
# @note When making an API call, you may pass Tag
|
|
2874
2867
|
# data as a hash:
|
data/lib/aws-sdk-memorydb.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-memorydb
|
|
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: 2021-08-
|
|
11
|
+
date: 2021-08-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|