aws-sdk-elasticache 1.54.0 → 1.55.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-elasticache.rb +1 -1
- data/lib/aws-sdk-elasticache/client.rb +180 -76
- data/lib/aws-sdk-elasticache/client_api.rb +40 -0
- data/lib/aws-sdk-elasticache/customizations.rb +1 -1
- data/lib/aws-sdk-elasticache/types.rb +184 -79
- metadata +4 -4
@@ -602,6 +602,7 @@ module Aws::ElastiCache
|
|
602
602
|
CopySnapshotMessage.add_member(:target_snapshot_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetSnapshotName"))
|
603
603
|
CopySnapshotMessage.add_member(:target_bucket, Shapes::ShapeRef.new(shape: String, location_name: "TargetBucket"))
|
604
604
|
CopySnapshotMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
605
|
+
CopySnapshotMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
605
606
|
CopySnapshotMessage.struct_class = Types::CopySnapshotMessage
|
606
607
|
|
607
608
|
CopySnapshotResult.add_member(:snapshot, Shapes::ShapeRef.new(shape: Snapshot, location_name: "Snapshot"))
|
@@ -641,6 +642,7 @@ module Aws::ElastiCache
|
|
641
642
|
CreateCacheParameterGroupMessage.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheParameterGroupName"))
|
642
643
|
CreateCacheParameterGroupMessage.add_member(:cache_parameter_group_family, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheParameterGroupFamily"))
|
643
644
|
CreateCacheParameterGroupMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Description"))
|
645
|
+
CreateCacheParameterGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
644
646
|
CreateCacheParameterGroupMessage.struct_class = Types::CreateCacheParameterGroupMessage
|
645
647
|
|
646
648
|
CreateCacheParameterGroupResult.add_member(:cache_parameter_group, Shapes::ShapeRef.new(shape: CacheParameterGroup, location_name: "CacheParameterGroup"))
|
@@ -648,6 +650,7 @@ module Aws::ElastiCache
|
|
648
650
|
|
649
651
|
CreateCacheSecurityGroupMessage.add_member(:cache_security_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheSecurityGroupName"))
|
650
652
|
CreateCacheSecurityGroupMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Description"))
|
653
|
+
CreateCacheSecurityGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
651
654
|
CreateCacheSecurityGroupMessage.struct_class = Types::CreateCacheSecurityGroupMessage
|
652
655
|
|
653
656
|
CreateCacheSecurityGroupResult.add_member(:cache_security_group, Shapes::ShapeRef.new(shape: CacheSecurityGroup, location_name: "CacheSecurityGroup"))
|
@@ -656,6 +659,7 @@ module Aws::ElastiCache
|
|
656
659
|
CreateCacheSubnetGroupMessage.add_member(:cache_subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheSubnetGroupName"))
|
657
660
|
CreateCacheSubnetGroupMessage.add_member(:cache_subnet_group_description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheSubnetGroupDescription"))
|
658
661
|
CreateCacheSubnetGroupMessage.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdentifierList, required: true, location_name: "SubnetIds"))
|
662
|
+
CreateCacheSubnetGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
659
663
|
CreateCacheSubnetGroupMessage.struct_class = Types::CreateCacheSubnetGroupMessage
|
660
664
|
|
661
665
|
CreateCacheSubnetGroupResult.add_member(:cache_subnet_group, Shapes::ShapeRef.new(shape: CacheSubnetGroup, location_name: "CacheSubnetGroup"))
|
@@ -710,6 +714,7 @@ module Aws::ElastiCache
|
|
710
714
|
CreateSnapshotMessage.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheClusterId"))
|
711
715
|
CreateSnapshotMessage.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SnapshotName"))
|
712
716
|
CreateSnapshotMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
717
|
+
CreateSnapshotMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
713
718
|
CreateSnapshotMessage.struct_class = Types::CreateSnapshotMessage
|
714
719
|
|
715
720
|
CreateSnapshotResult.add_member(:snapshot, Shapes::ShapeRef.new(shape: Snapshot, location_name: "Snapshot"))
|
@@ -718,6 +723,7 @@ module Aws::ElastiCache
|
|
718
723
|
CreateUserGroupMessage.add_member(:user_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "UserGroupId"))
|
719
724
|
CreateUserGroupMessage.add_member(:engine, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "Engine"))
|
720
725
|
CreateUserGroupMessage.add_member(:user_ids, Shapes::ShapeRef.new(shape: UserIdListInput, location_name: "UserIds"))
|
726
|
+
CreateUserGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
721
727
|
CreateUserGroupMessage.struct_class = Types::CreateUserGroupMessage
|
722
728
|
|
723
729
|
CreateUserMessage.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "UserId"))
|
@@ -726,6 +732,7 @@ module Aws::ElastiCache
|
|
726
732
|
CreateUserMessage.add_member(:passwords, Shapes::ShapeRef.new(shape: PasswordListInput, location_name: "Passwords"))
|
727
733
|
CreateUserMessage.add_member(:access_string, Shapes::ShapeRef.new(shape: AccessString, required: true, location_name: "AccessString"))
|
728
734
|
CreateUserMessage.add_member(:no_password_required, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "NoPasswordRequired"))
|
735
|
+
CreateUserMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
729
736
|
CreateUserMessage.struct_class = Types::CreateUserMessage
|
730
737
|
|
731
738
|
CustomerNodeEndpoint.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "Address"))
|
@@ -1321,6 +1328,7 @@ module Aws::ElastiCache
|
|
1321
1328
|
PurchaseReservedCacheNodesOfferingMessage.add_member(:reserved_cache_nodes_offering_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReservedCacheNodesOfferingId"))
|
1322
1329
|
PurchaseReservedCacheNodesOfferingMessage.add_member(:reserved_cache_node_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedCacheNodeId"))
|
1323
1330
|
PurchaseReservedCacheNodesOfferingMessage.add_member(:cache_node_count, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "CacheNodeCount"))
|
1331
|
+
PurchaseReservedCacheNodesOfferingMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1324
1332
|
PurchaseReservedCacheNodesOfferingMessage.struct_class = Types::PurchaseReservedCacheNodesOfferingMessage
|
1325
1333
|
|
1326
1334
|
PurchaseReservedCacheNodesOfferingResult.add_member(:reserved_cache_node, Shapes::ShapeRef.new(shape: ReservedCacheNode, location_name: "ReservedCacheNode"))
|
@@ -1722,7 +1730,15 @@ module Aws::ElastiCache
|
|
1722
1730
|
o.input = Shapes::ShapeRef.new(shape: AddTagsToResourceMessage)
|
1723
1731
|
o.output = Shapes::ShapeRef.new(shape: TagListMessage)
|
1724
1732
|
o.errors << Shapes::ShapeRef.new(shape: CacheClusterNotFoundFault)
|
1733
|
+
o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupNotFoundFault)
|
1734
|
+
o.errors << Shapes::ShapeRef.new(shape: CacheSecurityGroupNotFoundFault)
|
1735
|
+
o.errors << Shapes::ShapeRef.new(shape: CacheSubnetGroupNotFoundFault)
|
1736
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidReplicationGroupStateFault)
|
1737
|
+
o.errors << Shapes::ShapeRef.new(shape: ReplicationGroupNotFoundFault)
|
1738
|
+
o.errors << Shapes::ShapeRef.new(shape: ReservedCacheNodeNotFoundFault)
|
1725
1739
|
o.errors << Shapes::ShapeRef.new(shape: SnapshotNotFoundFault)
|
1740
|
+
o.errors << Shapes::ShapeRef.new(shape: UserNotFoundFault)
|
1741
|
+
o.errors << Shapes::ShapeRef.new(shape: UserGroupNotFoundFault)
|
1726
1742
|
o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
|
1727
1743
|
o.errors << Shapes::ShapeRef.new(shape: InvalidARNFault)
|
1728
1744
|
end)
|
@@ -1781,6 +1797,7 @@ module Aws::ElastiCache
|
|
1781
1797
|
o.errors << Shapes::ShapeRef.new(shape: SnapshotNotFoundFault)
|
1782
1798
|
o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
|
1783
1799
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSnapshotStateFault)
|
1800
|
+
o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
|
1784
1801
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
1785
1802
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
|
1786
1803
|
end)
|
@@ -1816,6 +1833,7 @@ module Aws::ElastiCache
|
|
1816
1833
|
o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupQuotaExceededFault)
|
1817
1834
|
o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupAlreadyExistsFault)
|
1818
1835
|
o.errors << Shapes::ShapeRef.new(shape: InvalidCacheParameterGroupStateFault)
|
1836
|
+
o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
|
1819
1837
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
1820
1838
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
|
1821
1839
|
end)
|
@@ -1828,6 +1846,7 @@ module Aws::ElastiCache
|
|
1828
1846
|
o.output = Shapes::ShapeRef.new(shape: CreateCacheSecurityGroupResult)
|
1829
1847
|
o.errors << Shapes::ShapeRef.new(shape: CacheSecurityGroupAlreadyExistsFault)
|
1830
1848
|
o.errors << Shapes::ShapeRef.new(shape: CacheSecurityGroupQuotaExceededFault)
|
1849
|
+
o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
|
1831
1850
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
1832
1851
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
|
1833
1852
|
end)
|
@@ -1841,6 +1860,7 @@ module Aws::ElastiCache
|
|
1841
1860
|
o.errors << Shapes::ShapeRef.new(shape: CacheSubnetGroupAlreadyExistsFault)
|
1842
1861
|
o.errors << Shapes::ShapeRef.new(shape: CacheSubnetGroupQuotaExceededFault)
|
1843
1862
|
o.errors << Shapes::ShapeRef.new(shape: CacheSubnetQuotaExceededFault)
|
1863
|
+
o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
|
1844
1864
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
|
1845
1865
|
o.errors << Shapes::ShapeRef.new(shape: SubnetNotAllowedFault)
|
1846
1866
|
end)
|
@@ -1898,6 +1918,7 @@ module Aws::ElastiCache
|
|
1898
1918
|
o.errors << Shapes::ShapeRef.new(shape: InvalidReplicationGroupStateFault)
|
1899
1919
|
o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
|
1900
1920
|
o.errors << Shapes::ShapeRef.new(shape: SnapshotFeatureNotSupportedFault)
|
1921
|
+
o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
|
1901
1922
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
|
1902
1923
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
1903
1924
|
end)
|
@@ -1913,6 +1934,7 @@ module Aws::ElastiCache
|
|
1913
1934
|
o.errors << Shapes::ShapeRef.new(shape: DuplicateUserNameFault)
|
1914
1935
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
1915
1936
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
|
1937
|
+
o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
|
1916
1938
|
end)
|
1917
1939
|
|
1918
1940
|
api.add_operation(:create_user_group, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1927,6 +1949,7 @@ module Aws::ElastiCache
|
|
1927
1949
|
o.errors << Shapes::ShapeRef.new(shape: DefaultUserRequired)
|
1928
1950
|
o.errors << Shapes::ShapeRef.new(shape: UserGroupQuotaExceededFault)
|
1929
1951
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
1952
|
+
o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
|
1930
1953
|
end)
|
1931
1954
|
|
1932
1955
|
api.add_operation(:decrease_node_groups_in_global_replication_group, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2425,7 +2448,15 @@ module Aws::ElastiCache
|
|
2425
2448
|
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceMessage)
|
2426
2449
|
o.output = Shapes::ShapeRef.new(shape: TagListMessage)
|
2427
2450
|
o.errors << Shapes::ShapeRef.new(shape: CacheClusterNotFoundFault)
|
2451
|
+
o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupNotFoundFault)
|
2452
|
+
o.errors << Shapes::ShapeRef.new(shape: CacheSecurityGroupNotFoundFault)
|
2453
|
+
o.errors << Shapes::ShapeRef.new(shape: CacheSubnetGroupNotFoundFault)
|
2454
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidReplicationGroupStateFault)
|
2455
|
+
o.errors << Shapes::ShapeRef.new(shape: ReplicationGroupNotFoundFault)
|
2456
|
+
o.errors << Shapes::ShapeRef.new(shape: ReservedCacheNodeNotFoundFault)
|
2428
2457
|
o.errors << Shapes::ShapeRef.new(shape: SnapshotNotFoundFault)
|
2458
|
+
o.errors << Shapes::ShapeRef.new(shape: UserNotFoundFault)
|
2459
|
+
o.errors << Shapes::ShapeRef.new(shape: UserGroupNotFoundFault)
|
2429
2460
|
o.errors << Shapes::ShapeRef.new(shape: InvalidARNFault)
|
2430
2461
|
end)
|
2431
2462
|
|
@@ -2563,6 +2594,7 @@ module Aws::ElastiCache
|
|
2563
2594
|
o.errors << Shapes::ShapeRef.new(shape: ReservedCacheNodesOfferingNotFoundFault)
|
2564
2595
|
o.errors << Shapes::ShapeRef.new(shape: ReservedCacheNodeAlreadyExistsFault)
|
2565
2596
|
o.errors << Shapes::ShapeRef.new(shape: ReservedCacheNodeQuotaExceededFault)
|
2597
|
+
o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
|
2566
2598
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2567
2599
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
|
2568
2600
|
end)
|
@@ -2595,7 +2627,15 @@ module Aws::ElastiCache
|
|
2595
2627
|
o.input = Shapes::ShapeRef.new(shape: RemoveTagsFromResourceMessage)
|
2596
2628
|
o.output = Shapes::ShapeRef.new(shape: TagListMessage)
|
2597
2629
|
o.errors << Shapes::ShapeRef.new(shape: CacheClusterNotFoundFault)
|
2630
|
+
o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupNotFoundFault)
|
2631
|
+
o.errors << Shapes::ShapeRef.new(shape: CacheSecurityGroupNotFoundFault)
|
2632
|
+
o.errors << Shapes::ShapeRef.new(shape: CacheSubnetGroupNotFoundFault)
|
2633
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidReplicationGroupStateFault)
|
2634
|
+
o.errors << Shapes::ShapeRef.new(shape: ReplicationGroupNotFoundFault)
|
2635
|
+
o.errors << Shapes::ShapeRef.new(shape: ReservedCacheNodeNotFoundFault)
|
2598
2636
|
o.errors << Shapes::ShapeRef.new(shape: SnapshotNotFoundFault)
|
2637
|
+
o.errors << Shapes::ShapeRef.new(shape: UserNotFoundFault)
|
2638
|
+
o.errors << Shapes::ShapeRef.new(shape: UserGroupNotFoundFault)
|
2599
2639
|
o.errors << Shapes::ShapeRef.new(shape: InvalidARNFault)
|
2600
2640
|
o.errors << Shapes::ShapeRef.new(shape: TagNotFoundFault)
|
2601
2641
|
end)
|
@@ -2,7 +2,7 @@
|
|
2
2
|
# WARNING ABOUT GENERATED CODE
|
3
3
|
#
|
4
4
|
# This file is generated. See the contributing for info on making contributions:
|
5
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
5
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
6
6
|
#
|
7
7
|
# WARNING ABOUT GENERATED CODE
|
8
8
|
|
@@ -47,8 +47,9 @@ module Aws::ElastiCache
|
|
47
47
|
# @return [String]
|
48
48
|
#
|
49
49
|
# @!attribute [rw] tags
|
50
|
-
# A list of
|
51
|
-
#
|
50
|
+
# A list of tags to be added to this resource. A tag is a key-value
|
51
|
+
# pair. A tag key must be accompanied by a tag value, although null is
|
52
|
+
# accepted.
|
52
53
|
# @return [Array<Types::Tag>]
|
53
54
|
#
|
54
55
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/AddTagsToResourceMessage AWS API Documentation
|
@@ -976,7 +977,7 @@ module Aws::ElastiCache
|
|
976
977
|
#
|
977
978
|
# @!attribute [rw] is_global
|
978
979
|
# Indicates whether the parameter group is associated with a Global
|
979
|
-
#
|
980
|
+
# datastore
|
980
981
|
# @return [Boolean]
|
981
982
|
#
|
982
983
|
# @!attribute [rw] arn
|
@@ -1426,6 +1427,12 @@ module Aws::ElastiCache
|
|
1426
1427
|
# target_snapshot_name: "String", # required
|
1427
1428
|
# target_bucket: "String",
|
1428
1429
|
# kms_key_id: "String",
|
1430
|
+
# tags: [
|
1431
|
+
# {
|
1432
|
+
# key: "String",
|
1433
|
+
# value: "String",
|
1434
|
+
# },
|
1435
|
+
# ],
|
1429
1436
|
# }
|
1430
1437
|
#
|
1431
1438
|
# @!attribute [rw] source_snapshot_name
|
@@ -1453,21 +1460,28 @@ module Aws::ElastiCache
|
|
1453
1460
|
#
|
1454
1461
|
#
|
1455
1462
|
#
|
1456
|
-
# [1]:
|
1457
|
-
# [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/
|
1463
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html#backups-exporting-grant-access
|
1464
|
+
# [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html
|
1458
1465
|
# @return [String]
|
1459
1466
|
#
|
1460
1467
|
# @!attribute [rw] kms_key_id
|
1461
1468
|
# The ID of the KMS key used to encrypt the target snapshot.
|
1462
1469
|
# @return [String]
|
1463
1470
|
#
|
1471
|
+
# @!attribute [rw] tags
|
1472
|
+
# A list of tags to be added to this resource. A tag is a key-value
|
1473
|
+
# pair. A tag key must be accompanied by a tag value, although null is
|
1474
|
+
# accepted.
|
1475
|
+
# @return [Array<Types::Tag>]
|
1476
|
+
#
|
1464
1477
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CopySnapshotMessage AWS API Documentation
|
1465
1478
|
#
|
1466
1479
|
class CopySnapshotMessage < Struct.new(
|
1467
1480
|
:source_snapshot_name,
|
1468
1481
|
:target_snapshot_name,
|
1469
1482
|
:target_bucket,
|
1470
|
-
:kms_key_id
|
1483
|
+
:kms_key_id,
|
1484
|
+
:tags)
|
1471
1485
|
SENSITIVE = []
|
1472
1486
|
include Aws::Structure
|
1473
1487
|
end
|
@@ -1776,7 +1790,7 @@ module Aws::ElastiCache
|
|
1776
1790
|
# @return [Array<String>]
|
1777
1791
|
#
|
1778
1792
|
# @!attribute [rw] tags
|
1779
|
-
# A list of
|
1793
|
+
# A list of tags to be added to this resource.
|
1780
1794
|
# @return [Array<Types::Tag>]
|
1781
1795
|
#
|
1782
1796
|
# @!attribute [rw] snapshot_arns
|
@@ -1946,6 +1960,12 @@ module Aws::ElastiCache
|
|
1946
1960
|
# cache_parameter_group_name: "String", # required
|
1947
1961
|
# cache_parameter_group_family: "String", # required
|
1948
1962
|
# description: "String", # required
|
1963
|
+
# tags: [
|
1964
|
+
# {
|
1965
|
+
# key: "String",
|
1966
|
+
# value: "String",
|
1967
|
+
# },
|
1968
|
+
# ],
|
1949
1969
|
# }
|
1950
1970
|
#
|
1951
1971
|
# @!attribute [rw] cache_parameter_group_name
|
@@ -1965,12 +1985,19 @@ module Aws::ElastiCache
|
|
1965
1985
|
# A user-specified description for the cache parameter group.
|
1966
1986
|
# @return [String]
|
1967
1987
|
#
|
1988
|
+
# @!attribute [rw] tags
|
1989
|
+
# A list of tags to be added to this resource. A tag is a key-value
|
1990
|
+
# pair. A tag key must be accompanied by a tag value, although null is
|
1991
|
+
# accepted.
|
1992
|
+
# @return [Array<Types::Tag>]
|
1993
|
+
#
|
1968
1994
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheParameterGroupMessage AWS API Documentation
|
1969
1995
|
#
|
1970
1996
|
class CreateCacheParameterGroupMessage < Struct.new(
|
1971
1997
|
:cache_parameter_group_name,
|
1972
1998
|
:cache_parameter_group_family,
|
1973
|
-
:description
|
1999
|
+
:description,
|
2000
|
+
:tags)
|
1974
2001
|
SENSITIVE = []
|
1975
2002
|
include Aws::Structure
|
1976
2003
|
end
|
@@ -1995,6 +2022,12 @@ module Aws::ElastiCache
|
|
1995
2022
|
# {
|
1996
2023
|
# cache_security_group_name: "String", # required
|
1997
2024
|
# description: "String", # required
|
2025
|
+
# tags: [
|
2026
|
+
# {
|
2027
|
+
# key: "String",
|
2028
|
+
# value: "String",
|
2029
|
+
# },
|
2030
|
+
# ],
|
1998
2031
|
# }
|
1999
2032
|
#
|
2000
2033
|
# @!attribute [rw] cache_security_group_name
|
@@ -2011,11 +2044,18 @@ module Aws::ElastiCache
|
|
2011
2044
|
# A description for the cache security group.
|
2012
2045
|
# @return [String]
|
2013
2046
|
#
|
2047
|
+
# @!attribute [rw] tags
|
2048
|
+
# A list of tags to be added to this resource. A tag is a key-value
|
2049
|
+
# pair. A tag key must be accompanied by a tag value, although null is
|
2050
|
+
# accepted.
|
2051
|
+
# @return [Array<Types::Tag>]
|
2052
|
+
#
|
2014
2053
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheSecurityGroupMessage AWS API Documentation
|
2015
2054
|
#
|
2016
2055
|
class CreateCacheSecurityGroupMessage < Struct.new(
|
2017
2056
|
:cache_security_group_name,
|
2018
|
-
:description
|
2057
|
+
:description,
|
2058
|
+
:tags)
|
2019
2059
|
SENSITIVE = []
|
2020
2060
|
include Aws::Structure
|
2021
2061
|
end
|
@@ -2047,6 +2087,12 @@ module Aws::ElastiCache
|
|
2047
2087
|
# cache_subnet_group_name: "String", # required
|
2048
2088
|
# cache_subnet_group_description: "String", # required
|
2049
2089
|
# subnet_ids: ["String"], # required
|
2090
|
+
# tags: [
|
2091
|
+
# {
|
2092
|
+
# key: "String",
|
2093
|
+
# value: "String",
|
2094
|
+
# },
|
2095
|
+
# ],
|
2050
2096
|
# }
|
2051
2097
|
#
|
2052
2098
|
# @!attribute [rw] cache_subnet_group_name
|
@@ -2067,12 +2113,19 @@ module Aws::ElastiCache
|
|
2067
2113
|
# A list of VPC subnet IDs for the cache subnet group.
|
2068
2114
|
# @return [Array<String>]
|
2069
2115
|
#
|
2116
|
+
# @!attribute [rw] tags
|
2117
|
+
# A list of tags to be added to this resource. A tag is a key-value
|
2118
|
+
# pair. A tag key must be accompanied by a tag value, although null is
|
2119
|
+
# accepted.
|
2120
|
+
# @return [Array<Types::Tag>]
|
2121
|
+
#
|
2070
2122
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheSubnetGroupMessage AWS API Documentation
|
2071
2123
|
#
|
2072
2124
|
class CreateCacheSubnetGroupMessage < Struct.new(
|
2073
2125
|
:cache_subnet_group_name,
|
2074
2126
|
:cache_subnet_group_description,
|
2075
|
-
:subnet_ids
|
2127
|
+
:subnet_ids,
|
2128
|
+
:tags)
|
2076
2129
|
SENSITIVE = []
|
2077
2130
|
include Aws::Structure
|
2078
2131
|
end
|
@@ -2103,16 +2156,16 @@ module Aws::ElastiCache
|
|
2103
2156
|
# }
|
2104
2157
|
#
|
2105
2158
|
# @!attribute [rw] global_replication_group_id_suffix
|
2106
|
-
# The suffix name of a Global
|
2107
|
-
# automatically applies a prefix to the Global
|
2159
|
+
# The suffix name of a Global datastore. Amazon ElastiCache
|
2160
|
+
# automatically applies a prefix to the Global datastore ID when it is
|
2108
2161
|
# created. Each AWS Region has its own prefix. For instance, a Global
|
2109
|
-
#
|
2162
|
+
# datastore ID created in the US-West-1 region will begin with
|
2110
2163
|
# "dsdfu" along with the suffix name you provide. The suffix,
|
2111
2164
|
# combined with the auto-generated prefix, guarantees uniqueness of
|
2112
|
-
# the Global
|
2165
|
+
# the Global datastore name across multiple regions.
|
2113
2166
|
#
|
2114
|
-
# For a full list of AWS Regions and their respective Global
|
2115
|
-
# iD prefixes, see [Using the AWS CLI with Global
|
2167
|
+
# For a full list of AWS Regions and their respective Global datastore
|
2168
|
+
# iD prefixes, see [Using the AWS CLI with Global datastores ][1].
|
2116
2169
|
#
|
2117
2170
|
#
|
2118
2171
|
#
|
@@ -2120,7 +2173,7 @@ module Aws::ElastiCache
|
|
2120
2173
|
# @return [String]
|
2121
2174
|
#
|
2122
2175
|
# @!attribute [rw] global_replication_group_description
|
2123
|
-
# Provides details of the Global
|
2176
|
+
# Provides details of the Global datastore
|
2124
2177
|
# @return [String]
|
2125
2178
|
#
|
2126
2179
|
# @!attribute [rw] primary_replication_group_id
|
@@ -2145,7 +2198,7 @@ module Aws::ElastiCache
|
|
2145
2198
|
# automatically replicates updates to the secondary cluster.
|
2146
2199
|
#
|
2147
2200
|
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
2148
|
-
# Global
|
2201
|
+
# Global datastore, which is what you use to associate a secondary
|
2149
2202
|
# cluster.
|
2150
2203
|
#
|
2151
2204
|
# ^
|
@@ -2234,7 +2287,7 @@ module Aws::ElastiCache
|
|
2234
2287
|
# @return [String]
|
2235
2288
|
#
|
2236
2289
|
# @!attribute [rw] global_replication_group_id
|
2237
|
-
# The name of the Global
|
2290
|
+
# The name of the Global datastore
|
2238
2291
|
# @return [String]
|
2239
2292
|
#
|
2240
2293
|
# @!attribute [rw] primary_cluster_id
|
@@ -2499,11 +2552,12 @@ module Aws::ElastiCache
|
|
2499
2552
|
# @return [Array<String>]
|
2500
2553
|
#
|
2501
2554
|
# @!attribute [rw] tags
|
2502
|
-
# A list of
|
2503
|
-
#
|
2555
|
+
# A list of tags to be added to this resource. Tags are
|
2556
|
+
# comma-separated key,value pairs (e.g. Key=`myKey`,
|
2504
2557
|
# Value=`myKeyValue`. You can include multiple tags as shown
|
2505
2558
|
# following: Key=`myKey`, Value=`myKeyValue` Key=`mySecondKey`,
|
2506
|
-
# Value=`mySecondKeyValue`.
|
2559
|
+
# Value=`mySecondKeyValue`. Tags on replication groups will be
|
2560
|
+
# replicated to all nodes.
|
2507
2561
|
# @return [Array<Types::Tag>]
|
2508
2562
|
#
|
2509
2563
|
# @!attribute [rw] snapshot_arns
|
@@ -2729,6 +2783,12 @@ module Aws::ElastiCache
|
|
2729
2783
|
# cache_cluster_id: "String",
|
2730
2784
|
# snapshot_name: "String", # required
|
2731
2785
|
# kms_key_id: "String",
|
2786
|
+
# tags: [
|
2787
|
+
# {
|
2788
|
+
# key: "String",
|
2789
|
+
# value: "String",
|
2790
|
+
# },
|
2791
|
+
# ],
|
2732
2792
|
# }
|
2733
2793
|
#
|
2734
2794
|
# @!attribute [rw] replication_group_id
|
@@ -2749,13 +2809,20 @@ module Aws::ElastiCache
|
|
2749
2809
|
# The ID of the KMS key used to encrypt the snapshot.
|
2750
2810
|
# @return [String]
|
2751
2811
|
#
|
2812
|
+
# @!attribute [rw] tags
|
2813
|
+
# A list of tags to be added to this resource. A tag is a key-value
|
2814
|
+
# pair. A tag key must be accompanied by a tag value, although null is
|
2815
|
+
# accepted.
|
2816
|
+
# @return [Array<Types::Tag>]
|
2817
|
+
#
|
2752
2818
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateSnapshotMessage AWS API Documentation
|
2753
2819
|
#
|
2754
2820
|
class CreateSnapshotMessage < Struct.new(
|
2755
2821
|
:replication_group_id,
|
2756
2822
|
:cache_cluster_id,
|
2757
2823
|
:snapshot_name,
|
2758
|
-
:kms_key_id
|
2824
|
+
:kms_key_id,
|
2825
|
+
:tags)
|
2759
2826
|
SENSITIVE = []
|
2760
2827
|
include Aws::Structure
|
2761
2828
|
end
|
@@ -2780,6 +2847,12 @@ module Aws::ElastiCache
|
|
2780
2847
|
# user_group_id: "String", # required
|
2781
2848
|
# engine: "EngineType", # required
|
2782
2849
|
# user_ids: ["UserId"],
|
2850
|
+
# tags: [
|
2851
|
+
# {
|
2852
|
+
# key: "String",
|
2853
|
+
# value: "String",
|
2854
|
+
# },
|
2855
|
+
# ],
|
2783
2856
|
# }
|
2784
2857
|
#
|
2785
2858
|
# @!attribute [rw] user_group_id
|
@@ -2794,12 +2867,19 @@ module Aws::ElastiCache
|
|
2794
2867
|
# The list of user IDs that belong to the user group.
|
2795
2868
|
# @return [Array<String>]
|
2796
2869
|
#
|
2870
|
+
# @!attribute [rw] tags
|
2871
|
+
# A list of tags to be added to this resource. A tag is a key-value
|
2872
|
+
# pair. A tag key must be accompanied by a tag value, although null is
|
2873
|
+
# accepted.
|
2874
|
+
# @return [Array<Types::Tag>]
|
2875
|
+
#
|
2797
2876
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateUserGroupMessage AWS API Documentation
|
2798
2877
|
#
|
2799
2878
|
class CreateUserGroupMessage < Struct.new(
|
2800
2879
|
:user_group_id,
|
2801
2880
|
:engine,
|
2802
|
-
:user_ids
|
2881
|
+
:user_ids,
|
2882
|
+
:tags)
|
2803
2883
|
SENSITIVE = []
|
2804
2884
|
include Aws::Structure
|
2805
2885
|
end
|
@@ -2814,6 +2894,12 @@ module Aws::ElastiCache
|
|
2814
2894
|
# passwords: ["String"],
|
2815
2895
|
# access_string: "AccessString", # required
|
2816
2896
|
# no_password_required: false,
|
2897
|
+
# tags: [
|
2898
|
+
# {
|
2899
|
+
# key: "String",
|
2900
|
+
# value: "String",
|
2901
|
+
# },
|
2902
|
+
# ],
|
2817
2903
|
# }
|
2818
2904
|
#
|
2819
2905
|
# @!attribute [rw] user_id
|
@@ -2841,6 +2927,12 @@ module Aws::ElastiCache
|
|
2841
2927
|
# Indicates a password is not required for this user.
|
2842
2928
|
# @return [Boolean]
|
2843
2929
|
#
|
2930
|
+
# @!attribute [rw] tags
|
2931
|
+
# A list of tags to be added to this resource. A tag is a key-value
|
2932
|
+
# pair. A tag key must be accompanied by a tag value, although null is
|
2933
|
+
# accepted.
|
2934
|
+
# @return [Array<Types::Tag>]
|
2935
|
+
#
|
2844
2936
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateUserMessage AWS API Documentation
|
2845
2937
|
#
|
2846
2938
|
class CreateUserMessage < Struct.new(
|
@@ -2849,7 +2941,8 @@ module Aws::ElastiCache
|
|
2849
2941
|
:engine,
|
2850
2942
|
:passwords,
|
2851
2943
|
:access_string,
|
2852
|
-
:no_password_required
|
2944
|
+
:no_password_required,
|
2945
|
+
:tags)
|
2853
2946
|
SENSITIVE = []
|
2854
2947
|
include Aws::Structure
|
2855
2948
|
end
|
@@ -2893,7 +2986,7 @@ module Aws::ElastiCache
|
|
2893
2986
|
# }
|
2894
2987
|
#
|
2895
2988
|
# @!attribute [rw] global_replication_group_id
|
2896
|
-
# The name of the Global
|
2989
|
+
# The name of the Global datastore
|
2897
2990
|
# @return [String]
|
2898
2991
|
#
|
2899
2992
|
# @!attribute [rw] node_group_count
|
@@ -2943,7 +3036,7 @@ module Aws::ElastiCache
|
|
2943
3036
|
# automatically replicates updates to the secondary cluster.
|
2944
3037
|
#
|
2945
3038
|
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
2946
|
-
# Global
|
3039
|
+
# Global datastore, which is what you use to associate a secondary
|
2947
3040
|
# cluster.
|
2948
3041
|
#
|
2949
3042
|
# ^
|
@@ -3177,7 +3270,7 @@ module Aws::ElastiCache
|
|
3177
3270
|
# }
|
3178
3271
|
#
|
3179
3272
|
# @!attribute [rw] global_replication_group_id
|
3180
|
-
# The name of the Global
|
3273
|
+
# The name of the Global datastore
|
3181
3274
|
# @return [String]
|
3182
3275
|
#
|
3183
3276
|
# @!attribute [rw] retain_primary_replication_group
|
@@ -3201,7 +3294,7 @@ module Aws::ElastiCache
|
|
3201
3294
|
# automatically replicates updates to the secondary cluster.
|
3202
3295
|
#
|
3203
3296
|
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
3204
|
-
# Global
|
3297
|
+
# Global datastore, which is what you use to associate a secondary
|
3205
3298
|
# cluster.
|
3206
3299
|
#
|
3207
3300
|
# ^
|
@@ -3803,7 +3896,7 @@ module Aws::ElastiCache
|
|
3803
3896
|
# }
|
3804
3897
|
#
|
3805
3898
|
# @!attribute [rw] global_replication_group_id
|
3806
|
-
# The name of the Global
|
3899
|
+
# The name of the Global datastore
|
3807
3900
|
# @return [String]
|
3808
3901
|
#
|
3809
3902
|
# @!attribute [rw] max_records
|
@@ -3821,7 +3914,7 @@ module Aws::ElastiCache
|
|
3821
3914
|
# @return [String]
|
3822
3915
|
#
|
3823
3916
|
# @!attribute [rw] show_member_info
|
3824
|
-
# Returns the list of members that comprise the Global
|
3917
|
+
# Returns the list of members that comprise the Global datastore.
|
3825
3918
|
# @return [Boolean]
|
3826
3919
|
#
|
3827
3920
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeGlobalReplicationGroupsMessage AWS API Documentation
|
@@ -4627,17 +4720,17 @@ module Aws::ElastiCache
|
|
4627
4720
|
# }
|
4628
4721
|
#
|
4629
4722
|
# @!attribute [rw] global_replication_group_id
|
4630
|
-
# The name of the Global
|
4723
|
+
# The name of the Global datastore
|
4631
4724
|
# @return [String]
|
4632
4725
|
#
|
4633
4726
|
# @!attribute [rw] replication_group_id
|
4634
4727
|
# The name of the secondary cluster you wish to remove from the Global
|
4635
|
-
#
|
4728
|
+
# datastore
|
4636
4729
|
# @return [String]
|
4637
4730
|
#
|
4638
4731
|
# @!attribute [rw] replication_group_region
|
4639
4732
|
# The AWS region of secondary cluster you wish to remove from the
|
4640
|
-
# Global
|
4733
|
+
# Global datastore
|
4641
4734
|
# @return [String]
|
4642
4735
|
#
|
4643
4736
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DisassociateGlobalReplicationGroupMessage AWS API Documentation
|
@@ -4657,7 +4750,7 @@ module Aws::ElastiCache
|
|
4657
4750
|
# automatically replicates updates to the secondary cluster.
|
4658
4751
|
#
|
4659
4752
|
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
4660
|
-
# Global
|
4753
|
+
# Global datastore, which is what you use to associate a secondary
|
4661
4754
|
# cluster.
|
4662
4755
|
#
|
4663
4756
|
# ^
|
@@ -4823,11 +4916,11 @@ module Aws::ElastiCache
|
|
4823
4916
|
# }
|
4824
4917
|
#
|
4825
4918
|
# @!attribute [rw] global_replication_group_id
|
4826
|
-
# The name of the Global
|
4919
|
+
# The name of the Global datastore
|
4827
4920
|
# @return [String]
|
4828
4921
|
#
|
4829
4922
|
# @!attribute [rw] primary_region
|
4830
|
-
# The AWS region of the primary cluster of the Global
|
4923
|
+
# The AWS region of the primary cluster of the Global datastore
|
4831
4924
|
# @return [String]
|
4832
4925
|
#
|
4833
4926
|
# @!attribute [rw] primary_replication_group_id
|
@@ -4851,7 +4944,7 @@ module Aws::ElastiCache
|
|
4851
4944
|
# automatically replicates updates to the secondary cluster.
|
4852
4945
|
#
|
4853
4946
|
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
4854
|
-
# Global
|
4947
|
+
# Global datastore, which is what you use to associate a secondary
|
4855
4948
|
# cluster.
|
4856
4949
|
#
|
4857
4950
|
# ^
|
@@ -4919,25 +5012,25 @@ module Aws::ElastiCache
|
|
4919
5012
|
# automatically replicates updates to the secondary cluster.
|
4920
5013
|
#
|
4921
5014
|
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
4922
|
-
# Global
|
5015
|
+
# Global datastore, which is what you use to associate a secondary
|
4923
5016
|
# cluster.
|
4924
5017
|
#
|
4925
5018
|
# ^
|
4926
5019
|
#
|
4927
5020
|
# @!attribute [rw] global_replication_group_id
|
4928
|
-
# The name of the Global
|
5021
|
+
# The name of the Global datastore
|
4929
5022
|
# @return [String]
|
4930
5023
|
#
|
4931
5024
|
# @!attribute [rw] global_replication_group_description
|
4932
|
-
# The optional description of the Global
|
5025
|
+
# The optional description of the Global datastore
|
4933
5026
|
# @return [String]
|
4934
5027
|
#
|
4935
5028
|
# @!attribute [rw] status
|
4936
|
-
# The status of the Global
|
5029
|
+
# The status of the Global datastore
|
4937
5030
|
# @return [String]
|
4938
5031
|
#
|
4939
5032
|
# @!attribute [rw] cache_node_type
|
4940
|
-
# The cache node type of the Global
|
5033
|
+
# The cache node type of the Global datastore
|
4941
5034
|
# @return [String]
|
4942
5035
|
#
|
4943
5036
|
# @!attribute [rw] engine
|
@@ -4949,11 +5042,11 @@ module Aws::ElastiCache
|
|
4949
5042
|
# @return [String]
|
4950
5043
|
#
|
4951
5044
|
# @!attribute [rw] members
|
4952
|
-
# The replication groups that comprise the Global
|
5045
|
+
# The replication groups that comprise the Global datastore.
|
4953
5046
|
# @return [Array<Types::GlobalReplicationGroupMember>]
|
4954
5047
|
#
|
4955
5048
|
# @!attribute [rw] cluster_enabled
|
4956
|
-
# A flag that indicates whether the Global
|
5049
|
+
# A flag that indicates whether the Global datastore is cluster
|
4957
5050
|
# enabled.
|
4958
5051
|
# @return [Boolean]
|
4959
5052
|
#
|
@@ -5016,21 +5109,21 @@ module Aws::ElastiCache
|
|
5016
5109
|
include Aws::Structure
|
5017
5110
|
end
|
5018
5111
|
|
5019
|
-
# The Global
|
5112
|
+
# The Global datastore name already exists.
|
5020
5113
|
#
|
5021
5114
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/GlobalReplicationGroupAlreadyExistsFault AWS API Documentation
|
5022
5115
|
#
|
5023
5116
|
class GlobalReplicationGroupAlreadyExistsFault < Aws::EmptyStructure; end
|
5024
5117
|
|
5025
|
-
# The name of the Global
|
5026
|
-
# the Global
|
5118
|
+
# The name of the Global datastore and role of this replication group in
|
5119
|
+
# the Global datastore.
|
5027
5120
|
#
|
5028
5121
|
# @!attribute [rw] global_replication_group_id
|
5029
|
-
# The name of the Global
|
5122
|
+
# The name of the Global datastore
|
5030
5123
|
# @return [String]
|
5031
5124
|
#
|
5032
5125
|
# @!attribute [rw] global_replication_group_member_role
|
5033
|
-
# The role of the replication group in a Global
|
5126
|
+
# The role of the replication group in a Global datastore. Can be
|
5034
5127
|
# primary or secondary.
|
5035
5128
|
# @return [String]
|
5036
5129
|
#
|
@@ -5043,15 +5136,15 @@ module Aws::ElastiCache
|
|
5043
5136
|
include Aws::Structure
|
5044
5137
|
end
|
5045
5138
|
|
5046
|
-
# A member of a Global
|
5139
|
+
# A member of a Global datastore. It contains the Replication Group Id,
|
5047
5140
|
# the AWS region and the role of the replication group.
|
5048
5141
|
#
|
5049
5142
|
# @!attribute [rw] replication_group_id
|
5050
|
-
# The replication group id of the Global
|
5143
|
+
# The replication group id of the Global datastore member.
|
5051
5144
|
# @return [String]
|
5052
5145
|
#
|
5053
5146
|
# @!attribute [rw] replication_group_region
|
5054
|
-
# The AWS region of the Global
|
5147
|
+
# The AWS region of the Global datastore member.
|
5055
5148
|
# @return [String]
|
5056
5149
|
#
|
5057
5150
|
# @!attribute [rw] role
|
@@ -5079,7 +5172,7 @@ module Aws::ElastiCache
|
|
5079
5172
|
include Aws::Structure
|
5080
5173
|
end
|
5081
5174
|
|
5082
|
-
# The Global
|
5175
|
+
# The Global datastore does not exist
|
5083
5176
|
#
|
5084
5177
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/GlobalReplicationGroupNotFoundFault AWS API Documentation
|
5085
5178
|
#
|
@@ -5107,7 +5200,7 @@ module Aws::ElastiCache
|
|
5107
5200
|
# }
|
5108
5201
|
#
|
5109
5202
|
# @!attribute [rw] global_replication_group_id
|
5110
|
-
# The name of the Global
|
5203
|
+
# The name of the Global datastore
|
5111
5204
|
# @return [String]
|
5112
5205
|
#
|
5113
5206
|
# @!attribute [rw] node_group_count
|
@@ -5117,7 +5210,7 @@ module Aws::ElastiCache
|
|
5117
5210
|
# @!attribute [rw] regional_configurations
|
5118
5211
|
# Describes the replication group IDs, the AWS regions where they are
|
5119
5212
|
# stored and the shard configuration for each that comprise the Global
|
5120
|
-
#
|
5213
|
+
# datastore
|
5121
5214
|
# @return [Array<Types::RegionalConfiguration>]
|
5122
5215
|
#
|
5123
5216
|
# @!attribute [rw] apply_immediately
|
@@ -5143,7 +5236,7 @@ module Aws::ElastiCache
|
|
5143
5236
|
# automatically replicates updates to the secondary cluster.
|
5144
5237
|
#
|
5145
5238
|
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
5146
|
-
# Global
|
5239
|
+
# Global datastore, which is what you use to associate a secondary
|
5147
5240
|
# cluster.
|
5148
5241
|
#
|
5149
5242
|
# ^
|
@@ -5261,7 +5354,7 @@ module Aws::ElastiCache
|
|
5261
5354
|
#
|
5262
5355
|
class InvalidCacheSecurityGroupStateFault < Aws::EmptyStructure; end
|
5263
5356
|
|
5264
|
-
# The Global
|
5357
|
+
# The Global datastore is not available or in primary-only state.
|
5265
5358
|
#
|
5266
5359
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/InvalidGlobalReplicationGroupStateFault AWS API Documentation
|
5267
5360
|
#
|
@@ -5903,7 +5996,7 @@ module Aws::ElastiCache
|
|
5903
5996
|
# }
|
5904
5997
|
#
|
5905
5998
|
# @!attribute [rw] global_replication_group_id
|
5906
|
-
# The name of the Global
|
5999
|
+
# The name of the Global datastore
|
5907
6000
|
# @return [String]
|
5908
6001
|
#
|
5909
6002
|
# @!attribute [rw] apply_immediately
|
@@ -5914,13 +6007,13 @@ module Aws::ElastiCache
|
|
5914
6007
|
# @return [Boolean]
|
5915
6008
|
#
|
5916
6009
|
# @!attribute [rw] cache_node_type
|
5917
|
-
# A valid cache node type that you want to scale this Global
|
6010
|
+
# A valid cache node type that you want to scale this Global datastore
|
5918
6011
|
# to.
|
5919
6012
|
# @return [String]
|
5920
6013
|
#
|
5921
6014
|
# @!attribute [rw] engine_version
|
5922
6015
|
# The upgraded version of the cache engine to be run on the clusters
|
5923
|
-
# in the Global
|
6016
|
+
# in the Global datastore.
|
5924
6017
|
# @return [String]
|
5925
6018
|
#
|
5926
6019
|
# @!attribute [rw] cache_parameter_group_name
|
@@ -5930,7 +6023,7 @@ module Aws::ElastiCache
|
|
5930
6023
|
# @return [String]
|
5931
6024
|
#
|
5932
6025
|
# @!attribute [rw] global_replication_group_description
|
5933
|
-
# A description of the Global
|
6026
|
+
# A description of the Global datastore
|
5934
6027
|
# @return [String]
|
5935
6028
|
#
|
5936
6029
|
# @!attribute [rw] automatic_failover_enabled
|
@@ -5959,7 +6052,7 @@ module Aws::ElastiCache
|
|
5959
6052
|
# automatically replicates updates to the secondary cluster.
|
5960
6053
|
#
|
5961
6054
|
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
5962
|
-
# Global
|
6055
|
+
# Global datastore, which is what you use to associate a secondary
|
5963
6056
|
# cluster.
|
5964
6057
|
#
|
5965
6058
|
# ^
|
@@ -6035,13 +6128,9 @@ module Aws::ElastiCache
|
|
6035
6128
|
# @return [Boolean]
|
6036
6129
|
#
|
6037
6130
|
# @!attribute [rw] multi_az_enabled
|
6038
|
-
# A
|
6039
|
-
#
|
6040
|
-
#
|
6041
|
-
#
|
6042
|
-
#
|
6043
|
-
#
|
6044
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/AutoFailover.html
|
6131
|
+
# A list of tags to be added to this resource. A tag is a key-value
|
6132
|
+
# pair. A tag key must be accompanied by a tag value, although null is
|
6133
|
+
# accepted.
|
6045
6134
|
# @return [Boolean]
|
6046
6135
|
#
|
6047
6136
|
# @!attribute [rw] node_group_id
|
@@ -6949,6 +7038,12 @@ module Aws::ElastiCache
|
|
6949
7038
|
# reserved_cache_nodes_offering_id: "String", # required
|
6950
7039
|
# reserved_cache_node_id: "String",
|
6951
7040
|
# cache_node_count: 1,
|
7041
|
+
# tags: [
|
7042
|
+
# {
|
7043
|
+
# key: "String",
|
7044
|
+
# value: "String",
|
7045
|
+
# },
|
7046
|
+
# ],
|
6952
7047
|
# }
|
6953
7048
|
#
|
6954
7049
|
# @!attribute [rw] reserved_cache_nodes_offering_id
|
@@ -6976,12 +7071,19 @@ module Aws::ElastiCache
|
|
6976
7071
|
# Default: `1`
|
6977
7072
|
# @return [Integer]
|
6978
7073
|
#
|
7074
|
+
# @!attribute [rw] tags
|
7075
|
+
# A list of tags to be added to this resource. A tag is a key-value
|
7076
|
+
# pair. A tag key must be accompanied by a tag value, although null is
|
7077
|
+
# accepted.
|
7078
|
+
# @return [Array<Types::Tag>]
|
7079
|
+
#
|
6979
7080
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/PurchaseReservedCacheNodesOfferingMessage AWS API Documentation
|
6980
7081
|
#
|
6981
7082
|
class PurchaseReservedCacheNodesOfferingMessage < Struct.new(
|
6982
7083
|
:reserved_cache_nodes_offering_id,
|
6983
7084
|
:reserved_cache_node_id,
|
6984
|
-
:cache_node_count
|
7085
|
+
:cache_node_count,
|
7086
|
+
:tags)
|
6985
7087
|
SENSITIVE = []
|
6986
7088
|
include Aws::Structure
|
6987
7089
|
end
|
@@ -7008,7 +7110,7 @@ module Aws::ElastiCache
|
|
7008
7110
|
# }
|
7009
7111
|
#
|
7010
7112
|
# @!attribute [rw] global_replication_group_id
|
7011
|
-
# The name of the Global
|
7113
|
+
# The name of the Global datastore
|
7012
7114
|
# @return [String]
|
7013
7115
|
#
|
7014
7116
|
# @!attribute [rw] apply_immediately
|
@@ -7031,7 +7133,7 @@ module Aws::ElastiCache
|
|
7031
7133
|
# automatically replicates updates to the secondary cluster.
|
7032
7134
|
#
|
7033
7135
|
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
7034
|
-
# Global
|
7136
|
+
# Global datastore, which is what you use to associate a secondary
|
7035
7137
|
# cluster.
|
7036
7138
|
#
|
7037
7139
|
# ^
|
@@ -7195,8 +7297,8 @@ module Aws::ElastiCache
|
|
7195
7297
|
# @return [String]
|
7196
7298
|
#
|
7197
7299
|
# @!attribute [rw] global_replication_group_info
|
7198
|
-
# The name of the Global
|
7199
|
-
# in the Global
|
7300
|
+
# The name of the Global datastore and role of this replication group
|
7301
|
+
# in the Global datastore.
|
7200
7302
|
# @return [Types::GlobalReplicationGroupInfo]
|
7201
7303
|
#
|
7202
7304
|
# @!attribute [rw] status
|
@@ -8553,9 +8655,12 @@ module Aws::ElastiCache
|
|
8553
8655
|
include Aws::Structure
|
8554
8656
|
end
|
8555
8657
|
|
8556
|
-
# A
|
8557
|
-
#
|
8558
|
-
#
|
8658
|
+
# A tag that can be added to an ElastiCache cluster or replication
|
8659
|
+
# group. Tags are composed of a Key/Value pair. You can use tags to
|
8660
|
+
# categorize and track all your ElastiCache resources, with the
|
8661
|
+
# exception of global replication group. When you add or remove tags on
|
8662
|
+
# replication groups, those actions will be replicated to all nodes in
|
8663
|
+
# the replication group. A tag with a null Value is permitted.
|
8559
8664
|
#
|
8560
8665
|
# @note When making an API call, you may pass Tag
|
8561
8666
|
# data as a hash:
|
@@ -8586,7 +8691,7 @@ module Aws::ElastiCache
|
|
8586
8691
|
# `ListTagsForResource`, and `RemoveTagsFromResource` operations.
|
8587
8692
|
#
|
8588
8693
|
# @!attribute [rw] tag_list
|
8589
|
-
# A list of
|
8694
|
+
# A list of tags as key-value pairs.
|
8590
8695
|
# @return [Array<Types::Tag>]
|
8591
8696
|
#
|
8592
8697
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/TagListMessage AWS API Documentation
|