aws-sdk-elasticache 1.54.0 → 1.55.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
  SHA256:
3
- metadata.gz: d15421977620dfa62151737ab967278aa5b7e1a859b1962088cb02057647f622
4
- data.tar.gz: 7797a13be455dd2b8212cf797d0f0d8e3d0783bcbd1d307b344e0977c2178383
3
+ metadata.gz: 62ca57eaf1950ba94aee2fc7befa8b3e6b2ca221647ad5ae25c5e26f00196294
4
+ data.tar.gz: c326b8a96520fd6432b5dbb612e84d18542fb88a5e30418877ff5c47dbe2bd92
5
5
  SHA512:
6
- metadata.gz: d6f559b0578336d3e9cc052088696bc3fa393b7dd568a73a131b4f95948061acdbacb8bd37cb06aecfaa51fb6ea27a8c2cb1b83677534678369e2601386cc20a
7
- data.tar.gz: 6c618b57c9ae8b4efb149809f70c8a2d5a531c94b984f411d69195e77c7c2e1bce2cc1d0461bf3bdc965fdd279adb7bbd004fb7cc28fe041bef4ad06d2f91e53
6
+ metadata.gz: 61ca70c93b6595bbe02e4139bdecf136a197e7fa7d1c6bf78276233587521bfa54db347923dd923e70d67a3b85e8eb1d4ce2cc5e51c27d3bb29d1307235b6f64
7
+ data.tar.gz: ff535191b7a50a077d7e2f4616e6bdc4ced675b86c0c445c149697551a5ad9276db909df36f0792e99f5a06565a344823dacae7bb512ac5acb94e8e52869a429
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2021-04-07)
5
+ ------------------
6
+
7
+ * Feature - This release adds tagging support for all AWS ElastiCache resources except Global Replication Groups.
8
+
4
9
  1.54.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-elasticache/customizations'
49
49
  # @!group service
50
50
  module Aws::ElastiCache
51
51
 
52
- GEM_VERSION = '1.54.0'
52
+ GEM_VERSION = '1.55.0'
53
53
 
54
54
  end
@@ -327,22 +327,27 @@ module Aws::ElastiCache
327
327
 
328
328
  # @!group API Operations
329
329
 
330
- # Adds up to 50 cost allocation tags to the named resource. A cost
331
- # allocation tag is a key-value pair where the key and value are
332
- # case-sensitive. You can use cost allocation tags to categorize and
333
- # track your AWS costs.
330
+ # A tag is a key-value pair where the key and value are case-sensitive.
331
+ # You can use tags to categorize and track all your ElastiCache
332
+ # resources, with the exception of global replication group. When you
333
+ # add or remove tags on replication groups, those actions will be
334
+ # replicated to all nodes in the replication group. For more
335
+ # information, see [Resource-level permissions][1].
334
336
  #
335
- # When you apply tags to your ElastiCache resources, AWS generates a
336
- # cost allocation report as a comma-separated value (CSV) file with your
337
- # usage and costs aggregated by your tags. You can apply tags that
338
- # represent business categories (such as cost centers, application
339
- # names, or owners) to organize your costs across multiple services. For
340
- # more information, see [Using Cost Allocation Tags in Amazon
341
- # ElastiCache][1] in the *ElastiCache User Guide*.
337
+ # For example, you can use cost-allocation tags to your ElastiCache
338
+ # resources, AWS generates a cost allocation report as a comma-separated
339
+ # value (CSV) file with your usage and costs aggregated by your tags.
340
+ # You can apply tags that represent business categories (such as cost
341
+ # centers, application names, or owners) to organize your costs across
342
+ # multiple services.
342
343
  #
344
+ # For more information, see [Using Cost Allocation Tags in Amazon
345
+ # ElastiCache][2] in the *ElastiCache User Guide*.
343
346
  #
344
347
  #
345
- # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Tagging.html
348
+ #
349
+ # [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/IAM.ResourceLevelPermissions.html
350
+ # [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Tagging.html
346
351
  #
347
352
  # @option params [required, String] :resource_name
348
353
  # The Amazon Resource Name (ARN) of the resource to which the tags are
@@ -359,8 +364,9 @@ module Aws::ElastiCache
359
364
  # [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
360
365
  #
361
366
  # @option params [required, Array<Types::Tag>] :tags
362
- # A list of cost allocation tags to be added to this resource. A tag is
363
- # a key-value pair. A tag key must be accompanied by a tag value.
367
+ # A list of tags to be added to this resource. A tag is a key-value
368
+ # pair. A tag key must be accompanied by a tag value, although null is
369
+ # accepted.
364
370
  #
365
371
  # @return [Types::TagListMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
366
372
  #
@@ -779,12 +785,17 @@ module Aws::ElastiCache
779
785
  #
780
786
  #
781
787
  #
782
- # [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html#backups-exporting-grant-access
783
- # [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Snapshots.Exporting.html
788
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html#backups-exporting-grant-access
789
+ # [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html
784
790
  #
785
791
  # @option params [String] :kms_key_id
786
792
  # The ID of the KMS key used to encrypt the target snapshot.
787
793
  #
794
+ # @option params [Array<Types::Tag>] :tags
795
+ # A list of tags to be added to this resource. A tag is a key-value
796
+ # pair. A tag key must be accompanied by a tag value, although null is
797
+ # accepted.
798
+ #
788
799
  # @return [Types::CopySnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
789
800
  #
790
801
  # * {Types::CopySnapshotResult#snapshot #snapshot} => Types::Snapshot
@@ -839,6 +850,12 @@ module Aws::ElastiCache
839
850
  # target_snapshot_name: "String", # required
840
851
  # target_bucket: "String",
841
852
  # kms_key_id: "String",
853
+ # tags: [
854
+ # {
855
+ # key: "String",
856
+ # value: "String",
857
+ # },
858
+ # ],
842
859
  # })
843
860
  #
844
861
  # @example Response structure
@@ -1137,7 +1154,7 @@ module Aws::ElastiCache
1137
1154
  # Virtual Private Cloud (Amazon VPC).
1138
1155
  #
1139
1156
  # @option params [Array<Types::Tag>] :tags
1140
- # A list of cost allocation tags to be added to this resource.
1157
+ # A list of tags to be added to this resource.
1141
1158
  #
1142
1159
  # @option params [Array<String>] :snapshot_arns
1143
1160
  # A single-element string list containing an Amazon Resource Name (ARN)
@@ -1463,6 +1480,11 @@ module Aws::ElastiCache
1463
1480
  # @option params [required, String] :description
1464
1481
  # A user-specified description for the cache parameter group.
1465
1482
  #
1483
+ # @option params [Array<Types::Tag>] :tags
1484
+ # A list of tags to be added to this resource. A tag is a key-value
1485
+ # pair. A tag key must be accompanied by a tag value, although null is
1486
+ # accepted.
1487
+ #
1466
1488
  # @return [Types::CreateCacheParameterGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1467
1489
  #
1468
1490
  # * {Types::CreateCacheParameterGroupResult#cache_parameter_group #cache_parameter_group} => Types::CacheParameterGroup
@@ -1493,6 +1515,12 @@ module Aws::ElastiCache
1493
1515
  # cache_parameter_group_name: "String", # required
1494
1516
  # cache_parameter_group_family: "String", # required
1495
1517
  # description: "String", # required
1518
+ # tags: [
1519
+ # {
1520
+ # key: "String",
1521
+ # value: "String",
1522
+ # },
1523
+ # ],
1496
1524
  # })
1497
1525
  #
1498
1526
  # @example Response structure
@@ -1536,6 +1564,11 @@ module Aws::ElastiCache
1536
1564
  # @option params [required, String] :description
1537
1565
  # A description for the cache security group.
1538
1566
  #
1567
+ # @option params [Array<Types::Tag>] :tags
1568
+ # A list of tags to be added to this resource. A tag is a key-value
1569
+ # pair. A tag key must be accompanied by a tag value, although null is
1570
+ # accepted.
1571
+ #
1539
1572
  # @return [Types::CreateCacheSecurityGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1540
1573
  #
1541
1574
  # * {Types::CreateCacheSecurityGroupResult#cache_security_group #cache_security_group} => Types::CacheSecurityGroup
@@ -1555,6 +1588,12 @@ module Aws::ElastiCache
1555
1588
  # resp = client.create_cache_security_group({
1556
1589
  # cache_security_group_name: "String", # required
1557
1590
  # description: "String", # required
1591
+ # tags: [
1592
+ # {
1593
+ # key: "String",
1594
+ # value: "String",
1595
+ # },
1596
+ # ],
1558
1597
  # })
1559
1598
  #
1560
1599
  # @example Response structure
@@ -1597,6 +1636,11 @@ module Aws::ElastiCache
1597
1636
  # @option params [required, Array<String>] :subnet_ids
1598
1637
  # A list of VPC subnet IDs for the cache subnet group.
1599
1638
  #
1639
+ # @option params [Array<Types::Tag>] :tags
1640
+ # A list of tags to be added to this resource. A tag is a key-value
1641
+ # pair. A tag key must be accompanied by a tag value, although null is
1642
+ # accepted.
1643
+ #
1600
1644
  # @return [Types::CreateCacheSubnetGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1601
1645
  #
1602
1646
  # * {Types::CreateCacheSubnetGroupResult#cache_subnet_group #cache_subnet_group} => Types::CacheSubnetGroup
@@ -1651,6 +1695,12 @@ module Aws::ElastiCache
1651
1695
  # cache_subnet_group_name: "String", # required
1652
1696
  # cache_subnet_group_description: "String", # required
1653
1697
  # subnet_ids: ["String"], # required
1698
+ # tags: [
1699
+ # {
1700
+ # key: "String",
1701
+ # value: "String",
1702
+ # },
1703
+ # ],
1654
1704
  # })
1655
1705
  #
1656
1706
  # @example Response structure
@@ -1681,7 +1731,7 @@ module Aws::ElastiCache
1681
1731
  # Global Datastore][1].
1682
1732
  #
1683
1733
  # * The **GlobalReplicationGroupIdSuffix** is the name of the Global
1684
- # Datastore.
1734
+ # datastore.
1685
1735
  #
1686
1736
  # * The **PrimaryReplicationGroupId** represents the name of the primary
1687
1737
  # cluster that accepts writes and will replicate updates to the
@@ -1692,23 +1742,23 @@ module Aws::ElastiCache
1692
1742
  # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastore.html
1693
1743
  #
1694
1744
  # @option params [required, String] :global_replication_group_id_suffix
1695
- # The suffix name of a Global Datastore. Amazon ElastiCache
1696
- # automatically applies a prefix to the Global Datastore ID when it is
1745
+ # The suffix name of a Global datastore. Amazon ElastiCache
1746
+ # automatically applies a prefix to the Global datastore ID when it is
1697
1747
  # created. Each AWS Region has its own prefix. For instance, a Global
1698
- # Datastore ID created in the US-West-1 region will begin with "dsdfu"
1748
+ # datastore ID created in the US-West-1 region will begin with "dsdfu"
1699
1749
  # along with the suffix name you provide. The suffix, combined with the
1700
- # auto-generated prefix, guarantees uniqueness of the Global Datastore
1750
+ # auto-generated prefix, guarantees uniqueness of the Global datastore
1701
1751
  # name across multiple regions.
1702
1752
  #
1703
- # For a full list of AWS Regions and their respective Global Datastore
1704
- # iD prefixes, see [Using the AWS CLI with Global Datastores ][1].
1753
+ # For a full list of AWS Regions and their respective Global datastore
1754
+ # iD prefixes, see [Using the AWS CLI with Global datastores ][1].
1705
1755
  #
1706
1756
  #
1707
1757
  #
1708
1758
  # [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastores-CLI.html
1709
1759
  #
1710
1760
  # @option params [String] :global_replication_group_description
1711
- # Provides details of the Global Datastore
1761
+ # Provides details of the Global datastore
1712
1762
  #
1713
1763
  # @option params [required, String] :primary_replication_group_id
1714
1764
  # The name of the primary cluster that accepts writes and will replicate
@@ -1762,7 +1812,7 @@ module Aws::ElastiCache
1762
1812
  # enabled) replication group.
1763
1813
  #
1764
1814
  # This API can be used to create a standalone regional replication group
1765
- # or a secondary replication group associated with a Global Datastore.
1815
+ # or a secondary replication group associated with a Global datastore.
1766
1816
  #
1767
1817
  # A Redis (cluster mode disabled) replication group is a collection of
1768
1818
  # clusters, where one of the clusters is a read/write primary and the
@@ -1822,7 +1872,7 @@ module Aws::ElastiCache
1822
1872
  # A user-created description for the replication group.
1823
1873
  #
1824
1874
  # @option params [String] :global_replication_group_id
1825
- # The name of the Global Datastore
1875
+ # The name of the Global datastore
1826
1876
  #
1827
1877
  # @option params [String] :primary_cluster_id
1828
1878
  # The identifier of the cluster that serves as the primary for this
@@ -2071,10 +2121,11 @@ module Aws::ElastiCache
2071
2121
  # an Amazon Virtual Private Cloud (Amazon VPC).
2072
2122
  #
2073
2123
  # @option params [Array<Types::Tag>] :tags
2074
- # A list of cost allocation tags to be added to this resource. Tags are
2075
- # comma-separated key,value pairs (e.g. Key=`myKey`, Value=`myKeyValue`.
2076
- # You can include multiple tags as shown following: Key=`myKey`,
2077
- # Value=`myKeyValue` Key=`mySecondKey`, Value=`mySecondKeyValue`.
2124
+ # A list of tags to be added to this resource. Tags are comma-separated
2125
+ # key,value pairs (e.g. Key=`myKey`, Value=`myKeyValue`. You can include
2126
+ # multiple tags as shown following: Key=`myKey`, Value=`myKeyValue`
2127
+ # Key=`mySecondKey`, Value=`mySecondKeyValue`. Tags on replication
2128
+ # groups will be replicated to all nodes.
2078
2129
  #
2079
2130
  # @option params [Array<String>] :snapshot_arns
2080
2131
  # A list of Amazon Resource Names (ARN) that uniquely identify the Redis
@@ -2454,6 +2505,11 @@ module Aws::ElastiCache
2454
2505
  # @option params [String] :kms_key_id
2455
2506
  # The ID of the KMS key used to encrypt the snapshot.
2456
2507
  #
2508
+ # @option params [Array<Types::Tag>] :tags
2509
+ # A list of tags to be added to this resource. A tag is a key-value
2510
+ # pair. A tag key must be accompanied by a tag value, although null is
2511
+ # accepted.
2512
+ #
2457
2513
  # @return [Types::CreateSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2458
2514
  #
2459
2515
  # * {Types::CreateSnapshotResult#snapshot #snapshot} => Types::Snapshot
@@ -2590,6 +2646,12 @@ module Aws::ElastiCache
2590
2646
  # cache_cluster_id: "String",
2591
2647
  # snapshot_name: "String", # required
2592
2648
  # kms_key_id: "String",
2649
+ # tags: [
2650
+ # {
2651
+ # key: "String",
2652
+ # value: "String",
2653
+ # },
2654
+ # ],
2593
2655
  # })
2594
2656
  #
2595
2657
  # @example Response structure
@@ -2672,6 +2734,11 @@ module Aws::ElastiCache
2672
2734
  # @option params [Boolean] :no_password_required
2673
2735
  # Indicates a password is not required for this user.
2674
2736
  #
2737
+ # @option params [Array<Types::Tag>] :tags
2738
+ # A list of tags to be added to this resource. A tag is a key-value
2739
+ # pair. A tag key must be accompanied by a tag value, although null is
2740
+ # accepted.
2741
+ #
2675
2742
  # @return [Types::User] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2676
2743
  #
2677
2744
  # * {Types::User#user_id #user_id} => String
@@ -2692,6 +2759,12 @@ module Aws::ElastiCache
2692
2759
  # passwords: ["String"],
2693
2760
  # access_string: "AccessString", # required
2694
2761
  # no_password_required: false,
2762
+ # tags: [
2763
+ # {
2764
+ # key: "String",
2765
+ # value: "String",
2766
+ # },
2767
+ # ],
2695
2768
  # })
2696
2769
  #
2697
2770
  # @example Response structure
@@ -2732,6 +2805,11 @@ module Aws::ElastiCache
2732
2805
  # @option params [Array<String>] :user_ids
2733
2806
  # The list of user IDs that belong to the user group.
2734
2807
  #
2808
+ # @option params [Array<Types::Tag>] :tags
2809
+ # A list of tags to be added to this resource. A tag is a key-value
2810
+ # pair. A tag key must be accompanied by a tag value, although null is
2811
+ # accepted.
2812
+ #
2735
2813
  # @return [Types::UserGroup] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2736
2814
  #
2737
2815
  # * {Types::UserGroup#user_group_id #user_group_id} => String
@@ -2748,6 +2826,12 @@ module Aws::ElastiCache
2748
2826
  # user_group_id: "String", # required
2749
2827
  # engine: "EngineType", # required
2750
2828
  # user_ids: ["UserId"],
2829
+ # tags: [
2830
+ # {
2831
+ # key: "String",
2832
+ # value: "String",
2833
+ # },
2834
+ # ],
2751
2835
  # })
2752
2836
  #
2753
2837
  # @example Response structure
@@ -2774,10 +2858,10 @@ module Aws::ElastiCache
2774
2858
  req.send_request(options)
2775
2859
  end
2776
2860
 
2777
- # Decreases the number of node groups in a Global Datastore
2861
+ # Decreases the number of node groups in a Global datastore
2778
2862
  #
2779
2863
  # @option params [required, String] :global_replication_group_id
2780
- # The name of the Global Datastore
2864
+ # The name of the Global datastore
2781
2865
  #
2782
2866
  # @option params [required, Integer] :node_group_count
2783
2867
  # The number of node groups (shards) that results from the modification
@@ -3235,25 +3319,28 @@ module Aws::ElastiCache
3235
3319
  req.send_request(options)
3236
3320
  end
3237
3321
 
3238
- # Deleting a Global Datastore is a two-step process:
3322
+ # Deleting a Global datastore is a two-step process:
3239
3323
  #
3240
3324
  # * First, you must DisassociateGlobalReplicationGroup to remove the
3241
- # secondary clusters in the Global Datastore.
3325
+ # secondary clusters in the Global datastore.
3242
3326
  #
3243
- # * Once the Global Datastore contains only the primary cluster, you can
3244
- # use DeleteGlobalReplicationGroup API to delete the Global Datastore
3245
- # while retainining the primary cluster using Retain…= true.
3327
+ # * Once the Global datastore contains only the primary cluster, you can
3328
+ # use the `DeleteGlobalReplicationGroup` API to delete the Global
3329
+ # datastore while retainining the primary cluster using
3330
+ # `RetainPrimaryReplicationGroup=true`.
3246
3331
  #
3247
3332
  # Since the Global Datastore has only a primary cluster, you can delete
3248
3333
  # the Global Datastore while retaining the primary by setting
3249
- # `RetainPrimaryCluster=true`.
3334
+ # `RetainPrimaryReplicationGroup=true`. The primary cluster is never
3335
+ # deleted when deleting a Global Datastore. It can only be deleted when
3336
+ # it no longer is associated with any Global Datastore.
3250
3337
  #
3251
3338
  # When you receive a successful response from this operation, Amazon
3252
3339
  # ElastiCache immediately begins deleting the selected resources; you
3253
3340
  # cannot cancel or revert this operation.
3254
3341
  #
3255
3342
  # @option params [required, String] :global_replication_group_id
3256
- # The name of the Global Datastore
3343
+ # The name of the Global datastore
3257
3344
  #
3258
3345
  # @option params [required, Boolean] :retain_primary_replication_group
3259
3346
  # The primary replication group is retained as a standalone replication
@@ -5763,10 +5850,10 @@ module Aws::ElastiCache
5763
5850
 
5764
5851
  # Returns information about a particular global replication group. If no
5765
5852
  # identifier is specified, returns information about all Global
5766
- # Datastores.
5853
+ # datastores.
5767
5854
  #
5768
5855
  # @option params [String] :global_replication_group_id
5769
- # The name of the Global Datastore
5856
+ # The name of the Global datastore
5770
5857
  #
5771
5858
  # @option params [Integer] :max_records
5772
5859
  # The maximum number of records to include in the response. If more
@@ -5781,7 +5868,7 @@ module Aws::ElastiCache
5781
5868
  # the value specified by `MaxRecords`.
5782
5869
  #
5783
5870
  # @option params [Boolean] :show_member_info
5784
- # Returns the list of members that comprise the Global Datastore.
5871
+ # Returns the list of members that comprise the Global datastore.
5785
5872
  #
5786
5873
  # @return [Types::DescribeGlobalReplicationGroupsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5787
5874
  #
@@ -7189,21 +7276,21 @@ module Aws::ElastiCache
7189
7276
  req.send_request(options)
7190
7277
  end
7191
7278
 
7192
- # Remove a secondary cluster from the Global Datastore using the Global
7193
- # Datastore name. The secondary cluster will no longer receive updates
7279
+ # Remove a secondary cluster from the Global datastore using the Global
7280
+ # datastore name. The secondary cluster will no longer receive updates
7194
7281
  # from the primary cluster, but will remain as a standalone cluster in
7195
7282
  # that AWS region.
7196
7283
  #
7197
7284
  # @option params [required, String] :global_replication_group_id
7198
- # The name of the Global Datastore
7285
+ # The name of the Global datastore
7199
7286
  #
7200
7287
  # @option params [required, String] :replication_group_id
7201
7288
  # The name of the secondary cluster you wish to remove from the Global
7202
- # Datastore
7289
+ # datastore
7203
7290
  #
7204
7291
  # @option params [required, String] :replication_group_region
7205
7292
  # The AWS region of secondary cluster you wish to remove from the Global
7206
- # Datastore
7293
+ # datastore
7207
7294
  #
7208
7295
  # @return [Types::DisassociateGlobalReplicationGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7209
7296
  #
@@ -7254,10 +7341,10 @@ module Aws::ElastiCache
7254
7341
  # clusters will become secondary.
7255
7342
  #
7256
7343
  # @option params [required, String] :global_replication_group_id
7257
- # The name of the Global Datastore
7344
+ # The name of the Global datastore
7258
7345
  #
7259
7346
  # @option params [required, String] :primary_region
7260
- # The AWS region of the primary cluster of the Global Datastore
7347
+ # The AWS region of the primary cluster of the Global datastore
7261
7348
  #
7262
7349
  # @option params [required, String] :primary_replication_group_id
7263
7350
  # The name of the primary replication group
@@ -7306,10 +7393,10 @@ module Aws::ElastiCache
7306
7393
  req.send_request(options)
7307
7394
  end
7308
7395
 
7309
- # Increase the number of node groups in the Global Datastore
7396
+ # Increase the number of node groups in the Global datastore
7310
7397
  #
7311
7398
  # @option params [required, String] :global_replication_group_id
7312
- # The name of the Global Datastore
7399
+ # The name of the Global datastore
7313
7400
  #
7314
7401
  # @option params [required, Integer] :node_group_count
7315
7402
  # The number of node groups you wish to add
@@ -7317,7 +7404,7 @@ module Aws::ElastiCache
7317
7404
  # @option params [Array<Types::RegionalConfiguration>] :regional_configurations
7318
7405
  # Describes the replication group IDs, the AWS regions where they are
7319
7406
  # stored and the shard configuration for each that comprise the Global
7320
- # Datastore
7407
+ # datastore
7321
7408
  #
7322
7409
  # @option params [required, Boolean] :apply_immediately
7323
7410
  # Indicates that the process begins immediately. At present, the only
@@ -7579,20 +7666,21 @@ module Aws::ElastiCache
7579
7666
  req.send_request(options)
7580
7667
  end
7581
7668
 
7582
- # Lists all cost allocation tags currently on the named resource. A
7583
- # `cost allocation tag` is a key-value pair where the key is
7584
- # case-sensitive and the value is optional. You can use cost allocation
7585
- # tags to categorize and track your AWS costs.
7669
+ # Lists all tags currently on a named resource.
7670
+ #
7671
+ # A tag is a key-value pair where the key and value are case-sensitive.
7672
+ # You can use tags to categorize and track all your ElastiCache
7673
+ # resources, with the exception of global replication group. When you
7674
+ # add or remove tags on replication groups, those actions will be
7675
+ # replicated to all nodes in the replication group. For more
7676
+ # information, see [Resource-level permissions][1].
7586
7677
  #
7587
7678
  # If the cluster is not in the *available* state, `ListTagsForResource`
7588
7679
  # returns an error.
7589
7680
  #
7590
- # You can have a maximum of 50 cost allocation tags on an ElastiCache
7591
- # resource. For more information, see [Monitoring Costs with Tags][1].
7592
- #
7593
7681
  #
7594
7682
  #
7595
- # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Tagging.html
7683
+ # [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/IAM.ResourceLevelPermissions.html
7596
7684
  #
7597
7685
  # @option params [required, String] :resource_name
7598
7686
  # The Amazon Resource Name (ARN) of the resource for which you want the
@@ -8259,10 +8347,10 @@ module Aws::ElastiCache
8259
8347
  req.send_request(options)
8260
8348
  end
8261
8349
 
8262
- # Modifies the settings for a Global Datastore.
8350
+ # Modifies the settings for a Global datastore.
8263
8351
  #
8264
8352
  # @option params [required, String] :global_replication_group_id
8265
- # The name of the Global Datastore
8353
+ # The name of the Global datastore
8266
8354
  #
8267
8355
  # @option params [required, Boolean] :apply_immediately
8268
8356
  # This parameter causes the modifications in this request and any
@@ -8271,12 +8359,12 @@ module Aws::ElastiCache
8271
8359
  # requested to be applied in PreferredMaintenceWindow.
8272
8360
  #
8273
8361
  # @option params [String] :cache_node_type
8274
- # A valid cache node type that you want to scale this Global Datastore
8362
+ # A valid cache node type that you want to scale this Global datastore
8275
8363
  # to.
8276
8364
  #
8277
8365
  # @option params [String] :engine_version
8278
8366
  # The upgraded version of the cache engine to be run on the clusters in
8279
- # the Global Datastore.
8367
+ # the Global datastore.
8280
8368
  #
8281
8369
  # @option params [String] :cache_parameter_group_name
8282
8370
  # The name of the cache parameter group to use with the Global
@@ -8284,7 +8372,7 @@ module Aws::ElastiCache
8284
8372
  # the Global datastore.
8285
8373
  #
8286
8374
  # @option params [String] :global_replication_group_description
8287
- # A description of the Global Datastore
8375
+ # A description of the Global datastore
8288
8376
  #
8289
8377
  # @option params [Boolean] :automatic_failover_enabled
8290
8378
  # Determines whether a read replica is automatically promoted to
@@ -8380,13 +8468,9 @@ module Aws::ElastiCache
8380
8468
  # Valid values: `true` \| `false`
8381
8469
  #
8382
8470
  # @option params [Boolean] :multi_az_enabled
8383
- # A flag indicating if you have Multi-AZ enabled to enhance fault
8384
- # tolerance. For more information, see [Minimizing Downtime:
8385
- # Multi-AZ][1].
8386
- #
8387
- #
8388
- #
8389
- # [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/AutoFailover.html
8471
+ # A list of tags to be added to this resource. A tag is a key-value
8472
+ # pair. A tag key must be accompanied by a tag value, although null is
8473
+ # accepted.
8390
8474
  #
8391
8475
  # @option params [String] :node_group_id
8392
8476
  # Deprecated. This parameter is not used.
@@ -8990,6 +9074,11 @@ module Aws::ElastiCache
8990
9074
  #
8991
9075
  # Default: `1`
8992
9076
  #
9077
+ # @option params [Array<Types::Tag>] :tags
9078
+ # A list of tags to be added to this resource. A tag is a key-value
9079
+ # pair. A tag key must be accompanied by a tag value, although null is
9080
+ # accepted.
9081
+ #
8993
9082
  # @return [Types::PurchaseReservedCacheNodesOfferingResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8994
9083
  #
8995
9084
  # * {Types::PurchaseReservedCacheNodesOfferingResult#reserved_cache_node #reserved_cache_node} => Types::ReservedCacheNode
@@ -9009,6 +9098,12 @@ module Aws::ElastiCache
9009
9098
  # reserved_cache_nodes_offering_id: "String", # required
9010
9099
  # reserved_cache_node_id: "String",
9011
9100
  # cache_node_count: 1,
9101
+ # tags: [
9102
+ # {
9103
+ # key: "String",
9104
+ # value: "String",
9105
+ # },
9106
+ # ],
9012
9107
  # })
9013
9108
  #
9014
9109
  # @example Response structure
@@ -9042,7 +9137,7 @@ module Aws::ElastiCache
9042
9137
  # shards in the cluster.
9043
9138
  #
9044
9139
  # @option params [required, String] :global_replication_group_id
9045
- # The name of the Global Datastore
9140
+ # The name of the Global datastore
9046
9141
  #
9047
9142
  # @option params [required, Boolean] :apply_immediately
9048
9143
  # If `True`, redistribution is applied immediately.
@@ -9242,7 +9337,16 @@ module Aws::ElastiCache
9242
9337
  end
9243
9338
 
9244
9339
  # Removes the tags identified by the `TagKeys` list from the named
9245
- # resource.
9340
+ # resource. A tag is a key-value pair where the key and value are
9341
+ # case-sensitive. You can use tags to categorize and track all your
9342
+ # ElastiCache resources, with the exception of global replication group.
9343
+ # When you add or remove tags on replication groups, those actions will
9344
+ # be replicated to all nodes in the replication group. For more
9345
+ # information, see [Resource-level permissions][1].
9346
+ #
9347
+ #
9348
+ #
9349
+ # [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/IAM.ResourceLevelPermissions.html
9246
9350
  #
9247
9351
  # @option params [required, String] :resource_name
9248
9352
  # The Amazon Resource Name (ARN) of the resource from which you want the
@@ -9689,7 +9793,7 @@ module Aws::ElastiCache
9689
9793
  params: params,
9690
9794
  config: config)
9691
9795
  context[:gem_name] = 'aws-sdk-elasticache'
9692
- context[:gem_version] = '1.54.0'
9796
+ context[:gem_version] = '1.55.0'
9693
9797
  Seahorse::Client::Request.new(handlers, context)
9694
9798
  end
9695
9799