aws-sdk-memorydb 1.0.0 → 1.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e5ed264af40644a3e500b27c25d61067bb8f88a758a10bf28e732609327f26b
4
- data.tar.gz: c8afc01725caed61c3808731623e225cb5030dcca7a28bc6f7bf786cf9411645
3
+ metadata.gz: 0d49947dc55bc7ad466bff8d6724f274a88291016fac133390db24c41b732f66
4
+ data.tar.gz: a046b2e69642d4578a7d7145a0ba3addf37a763d23ac049111a2357af5c0feee
5
5
  SHA512:
6
- metadata.gz: 19724a1770030edc524ffdc9fcd96feaea9d198e0257c5bfda5b4d89ff0bb10fe261cdca7a0c1c29fd9a1a5d41ceb19dfa5b731bc3e41846f8c8987f97aef008
7
- data.tar.gz: 4c616bbe61ae7ab9f6aa0a14110494c2d5a50241e013e9b3f2818cce265c4ce885923e308a873f6447f7ae8c197d25b16461f6b8ef046e97955b589fc67533c1
6
+ metadata.gz: 5dfa9797816f8247e52738b05ef1f5a91da7b08e931d98b62a7b7f315ef208699be1393267369334a43fce7a47968370a3dd9d1ba241b98a1891ec43e657d636
7
+ data.tar.gz: 1283733234562bc5f6baa0d8575a016712f6f45fbfe3c619ff0703a0484e3bf5c25b9efae6bb7df2bdecfbdcc55540d64ea93a5b23035e5b65f9de1fe0294f04
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.4.0 (2021-11-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.3.0 (2021-10-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.2.0 (2021-09-01)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.1.0 (2021-08-31)
20
+ ------------------
21
+
22
+ * Feature - Documentation updates for MemoryDB
23
+
4
24
  1.0.0 (2021-08-19)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.4.0
@@ -285,6 +285,15 @@ module Aws::MemoryDB
285
285
  # ** Please note ** When response stubbing is enabled, no HTTP
286
286
  # requests are made, and retries are disabled.
287
287
  #
288
+ # @option options [Boolean] :use_dualstack_endpoint
289
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
290
+ # will be used if available.
291
+ #
292
+ # @option options [Boolean] :use_fips_endpoint
293
+ # When set to `true`, fips compatible endpoints will be used if available.
294
+ # When a `fips` region is used, the region is normalized and this config
295
+ # is set to `true`.
296
+ #
288
297
  # @option options [Boolean] :validate_params (true)
289
298
  # When `true`, request parameters are validated before
290
299
  # sending the request.
@@ -343,7 +352,7 @@ module Aws::MemoryDB
343
352
  #
344
353
  #
345
354
  #
346
- # [1]: https://docs.aws.amazon.com/AmazonMemoryDB/latest/devguide/managing-updates.html#applying-updates
355
+ # [1]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/managing-updates.html#applying-updates
347
356
  #
348
357
  # @option params [required, Array<String>] :cluster_names
349
358
  # The cluster names to apply the updates.
@@ -444,7 +453,7 @@ module Aws::MemoryDB
444
453
  #
445
454
  #
446
455
  #
447
- # [1]: https://docs.aws.amazon.com/AmazonMemoryDB/latest/devguide/snapshots-exporting.html
456
+ # [1]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/snapshots-exporting.html
448
457
  #
449
458
  # @option params [String] :kms_key_id
450
459
  # The ID of the KMS key used to encrypt the target snapshot.
@@ -514,7 +523,7 @@ module Aws::MemoryDB
514
523
  #
515
524
  #
516
525
  #
517
- # [1]: https://docs.aws.amazon.com/AmazonMemoryDB/latest/devguide/Clusters.ACLs.html
526
+ # [1]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/clusters.acls.html
518
527
  #
519
528
  # @option params [required, String] :acl_name
520
529
  # The name of the Access Control List.
@@ -585,19 +594,11 @@ module Aws::MemoryDB
585
594
  # An optional description of the cluster.
586
595
  #
587
596
  # @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.
597
+ # The number of shards the cluster will contain. The default value is 1.
598
598
  #
599
599
  # @option params [Integer] :num_replicas_per_shard
600
- # The number of replicas to apply to each shard. The limit is 5.
600
+ # The number of replicas to apply to each shard. The default value is 1.
601
+ # The maximum is 5.
601
602
  #
602
603
  # @option params [String] :subnet_group_name
603
604
  # The name of the subnet group to be used for the cluster.
@@ -763,7 +764,7 @@ module Aws::MemoryDB
763
764
  #
764
765
  #
765
766
  #
766
- # [1]: https://docs.aws.amazon.com/AmazonMemoryDB/latest/devguide/ParameterGroups.html
767
+ # [1]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/parametergroups.html
767
768
  #
768
769
  # @option params [required, String] :parameter_group_name
769
770
  # The name of the parameter group.
@@ -894,7 +895,7 @@ module Aws::MemoryDB
894
895
  #
895
896
  #
896
897
  #
897
- # [1]: https://docs.aws.amazon.com/AmazonMemoryDB/latest/devguide/SubnetGroups.html
898
+ # [1]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/subnetgroups.html
898
899
  #
899
900
  # @option params [required, String] :subnet_group_name
900
901
  # The name of the subnet group.
@@ -952,7 +953,7 @@ module Aws::MemoryDB
952
953
  #
953
954
  #
954
955
  #
955
- # [1]: https://docs.aws.amazon.com/AmazonMemoryDB/latest/devguide/Clusters.ACLs.html
956
+ # [1]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/clusters.acls.html
956
957
  #
957
958
  # @option params [required, String] :user_name
958
959
  # The name of the user. This value must be unique as it also serves as
@@ -1018,7 +1019,7 @@ module Aws::MemoryDB
1018
1019
  #
1019
1020
  #
1020
1021
  #
1021
- # [1]: https://docs.aws.amazon.com/AmazonMemoryDB/latest/devguide/Clusters.ACLs.html
1022
+ # [1]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/clusters.acls.html
1022
1023
  #
1023
1024
  # @option params [required, String] :acl_name
1024
1025
  # The name of the Access Control List to delete
@@ -2052,7 +2053,7 @@ module Aws::MemoryDB
2052
2053
  #
2053
2054
  #
2054
2055
  #
2055
- # [1]: https://docs.aws.amazon.com/AmazonMemoryDB/latest/devguide/Tagging-Resources.html
2056
+ # [1]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/Tagging-Resources.html
2056
2057
  #
2057
2058
  # @option params [required, String] :resource_arn
2058
2059
  # The Amazon Resource Name (ARN) of the resource for which you want the
@@ -2145,8 +2146,8 @@ module Aws::MemoryDB
2145
2146
  #
2146
2147
  #
2147
2148
  #
2148
- # [1]: https://docs.aws.amazon.com/AmazonMemoryDB/latest/devguide/IAM.ResourceLevelPermissions.html
2149
- # [2]: https://docs.aws.amazon.com/AmazonMemoryDB/latest/devguide/Tagging.html
2149
+ # [1]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/iam.resourcelevelpermissions.html
2150
+ # [2]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/tagging.html
2150
2151
  #
2151
2152
  # @option params [required, String] :resource_arn
2152
2153
  # The Amazon Resource Name (ARN) of the resource to which the tags are
@@ -2457,7 +2458,7 @@ module Aws::MemoryDB
2457
2458
  #
2458
2459
  #
2459
2460
  #
2460
- # [1]: https://docs.aws.amazon.com/AmazonMemoryDB/latest/devguide/SubnetGroups.Modifying.html
2461
+ # [1]: https://docs.aws.amazon.com/MemoryDB/latest/devguide/ubnetGroups.Modifying.html
2461
2462
  #
2462
2463
  # @option params [required, String] :subnet_group_name
2463
2464
  # The name of the subnet group
@@ -2560,7 +2561,7 @@ module Aws::MemoryDB
2560
2561
  params: params,
2561
2562
  config: config)
2562
2563
  context[:gem_name] = 'aws-sdk-memorydb'
2563
- context[:gem_version] = '1.0.0'
2564
+ context[:gem_version] = '1.4.0'
2564
2565
  Seahorse::Client::Request.new(handlers, context)
2565
2566
  end
2566
2567
 
@@ -515,7 +515,7 @@ module Aws::MemoryDB
515
515
  #
516
516
  #
517
517
  #
518
- # [1]: https://docs.aws.amazon.com/AmazonMemoryDB/latest/devguide/snapshots-exporting.html
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 limit is 5.
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/AmazonMemoryDB/latest/devguide/Tagging-Resources.html
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:
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-memorydb/customizations'
48
48
  # @!group service
49
49
  module Aws::MemoryDB
50
50
 
51
- GEM_VERSION = '1.0.0'
51
+ GEM_VERSION = '1.4.0'
52
52
 
53
53
  end
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.0.0
4
+ version: 1.4.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-19 00:00:00.000000000 Z
11
+ date: 2021-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.119.0
22
+ version: 3.122.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.119.0
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: '0'
79
+ version: '2.3'
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="