aws-sdk-elasticache 1.33.0 → 1.34.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: 1a666efda49b16dcf57b2db7fa146e189917438f6140b857cd64fc4221b81fc5
4
- data.tar.gz: 191e1d5706e6d179ca0ceeadebb331c670426ea40b15f9799d89214f29cd36af
3
+ metadata.gz: b077d8f28a842f9dddddc8cb5116919719364a7708347b5056a6ac66b8bc8e06
4
+ data.tar.gz: c39cbafc9a654c9f9d2edfcbb9d316ad327040ad6f82ec97c00c286fe4d617cd
5
5
  SHA512:
6
- metadata.gz: 03c114545ec567d882ebdd980d62a48b3eff8e65251ed7599839eda61fa5d9f183e1134ef9c0ff7966991e9ae036330c74a0e08ec851c83f46eb2dfd14cdc828
7
- data.tar.gz: f957faaa9cff2f8436eef3a147b37faaeb1c439be547786108bde7c7d87744c3a2e21c5fe9cebedb3879dcda52a6196ac84d170e2de033634c081c029e20361a
6
+ metadata.gz: 1f11065ce88263a66cebc30bf994b591fd7a7f1639ec8e82c8c819bf141231bf301232c665728cc8ea72ee022cd3cc3e6a312d4af7b89c282819055c0767da94
7
+ data.tar.gz: 7df929c8502cd670fc1cf4fdaddbd0b6bfaf9daeb1a68adddc39ec0ae6ea950ac403785d5289198456eaec53bf4031ffb8ef6a0fdba4fcde335139f2bce573a6
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-elasticache/customizations'
46
46
  # @service
47
47
  module Aws::ElastiCache
48
48
 
49
- GEM_VERSION = '1.33.0'
49
+ GEM_VERSION = '1.34.0'
50
50
 
51
51
  end
@@ -461,6 +461,7 @@ module Aws::ElastiCache
461
461
  # resp.cache_security_group.ec2_security_groups[0].status #=> String
462
462
  # resp.cache_security_group.ec2_security_groups[0].ec2_security_group_name #=> String
463
463
  # resp.cache_security_group.ec2_security_groups[0].ec2_security_group_owner_id #=> String
464
+ # resp.cache_security_group.arn #=> String
464
465
  #
465
466
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/AuthorizeCacheSecurityGroupIngress AWS API Documentation
466
467
  #
@@ -638,6 +639,7 @@ module Aws::ElastiCache
638
639
  # resp.replication_group.transit_encryption_enabled #=> Boolean
639
640
  # resp.replication_group.at_rest_encryption_enabled #=> Boolean
640
641
  # resp.replication_group.kms_key_id #=> String
642
+ # resp.replication_group.arn #=> String
641
643
  #
642
644
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CompleteMigration AWS API Documentation
643
645
  #
@@ -849,6 +851,7 @@ module Aws::ElastiCache
849
851
  # resp.snapshot.node_snapshots[0].cache_node_create_time #=> Time
850
852
  # resp.snapshot.node_snapshots[0].snapshot_create_time #=> Time
851
853
  # resp.snapshot.kms_key_id #=> String
854
+ # resp.snapshot.arn #=> String
852
855
  #
853
856
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CopySnapshot AWS API Documentation
854
857
  #
@@ -1365,6 +1368,7 @@ module Aws::ElastiCache
1365
1368
  # resp.cache_cluster.auth_token_last_modified_date #=> Time
1366
1369
  # resp.cache_cluster.transit_encryption_enabled #=> Boolean
1367
1370
  # resp.cache_cluster.at_rest_encryption_enabled #=> Boolean
1371
+ # resp.cache_cluster.arn #=> String
1368
1372
  #
1369
1373
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheCluster AWS API Documentation
1370
1374
  #
@@ -1445,6 +1449,7 @@ module Aws::ElastiCache
1445
1449
  # resp.cache_parameter_group.cache_parameter_group_family #=> String
1446
1450
  # resp.cache_parameter_group.description #=> String
1447
1451
  # resp.cache_parameter_group.is_global #=> Boolean
1452
+ # resp.cache_parameter_group.arn #=> String
1448
1453
  #
1449
1454
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheParameterGroup AWS API Documentation
1450
1455
  #
@@ -1509,6 +1514,7 @@ module Aws::ElastiCache
1509
1514
  # resp.cache_security_group.ec2_security_groups[0].status #=> String
1510
1515
  # resp.cache_security_group.ec2_security_groups[0].ec2_security_group_name #=> String
1511
1516
  # resp.cache_security_group.ec2_security_groups[0].ec2_security_group_owner_id #=> String
1517
+ # resp.cache_security_group.arn #=> String
1512
1518
  #
1513
1519
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheSecurityGroup AWS API Documentation
1514
1520
  #
@@ -1603,6 +1609,7 @@ module Aws::ElastiCache
1603
1609
  # resp.cache_subnet_group.subnets #=> Array
1604
1610
  # resp.cache_subnet_group.subnets[0].subnet_identifier #=> String
1605
1611
  # resp.cache_subnet_group.subnets[0].subnet_availability_zone.name #=> String
1612
+ # resp.cache_subnet_group.arn #=> String
1606
1613
  #
1607
1614
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheSubnetGroup AWS API Documentation
1608
1615
  #
@@ -1672,6 +1679,7 @@ module Aws::ElastiCache
1672
1679
  # resp.global_replication_group.auth_token_enabled #=> Boolean
1673
1680
  # resp.global_replication_group.transit_encryption_enabled #=> Boolean
1674
1681
  # resp.global_replication_group.at_rest_encryption_enabled #=> Boolean
1682
+ # resp.global_replication_group.arn #=> String
1675
1683
  #
1676
1684
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateGlobalReplicationGroup AWS API Documentation
1677
1685
  #
@@ -1765,7 +1773,7 @@ module Aws::ElastiCache
1765
1773
  # * Redis (cluster mode enabled): T1 node types.
1766
1774
  #
1767
1775
  # @option params [Integer] :num_cache_clusters
1768
- # The number of clusters this replication group initially has.
1776
+ # The number of nodes in the cluster.
1769
1777
  #
1770
1778
  # This parameter is not used if there is more than one node group
1771
1779
  # (shard). You should use `ReplicasPerNodeGroup` instead.
@@ -2299,6 +2307,7 @@ module Aws::ElastiCache
2299
2307
  # resp.replication_group.transit_encryption_enabled #=> Boolean
2300
2308
  # resp.replication_group.at_rest_encryption_enabled #=> Boolean
2301
2309
  # resp.replication_group.kms_key_id #=> String
2310
+ # resp.replication_group.arn #=> String
2302
2311
  #
2303
2312
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateReplicationGroup AWS API Documentation
2304
2313
  #
@@ -2507,6 +2516,7 @@ module Aws::ElastiCache
2507
2516
  # resp.snapshot.node_snapshots[0].cache_node_create_time #=> Time
2508
2517
  # resp.snapshot.node_snapshots[0].snapshot_create_time #=> Time
2509
2518
  # resp.snapshot.kms_key_id #=> String
2519
+ # resp.snapshot.arn #=> String
2510
2520
  #
2511
2521
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateSnapshot AWS API Documentation
2512
2522
  #
@@ -2579,6 +2589,7 @@ module Aws::ElastiCache
2579
2589
  # resp.global_replication_group.auth_token_enabled #=> Boolean
2580
2590
  # resp.global_replication_group.transit_encryption_enabled #=> Boolean
2581
2591
  # resp.global_replication_group.at_rest_encryption_enabled #=> Boolean
2592
+ # resp.global_replication_group.arn #=> String
2582
2593
  #
2583
2594
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DecreaseNodeGroupsInGlobalReplicationGroup AWS API Documentation
2584
2595
  #
@@ -2692,6 +2703,7 @@ module Aws::ElastiCache
2692
2703
  # resp.replication_group.transit_encryption_enabled #=> Boolean
2693
2704
  # resp.replication_group.at_rest_encryption_enabled #=> Boolean
2694
2705
  # resp.replication_group.kms_key_id #=> String
2706
+ # resp.replication_group.arn #=> String
2695
2707
  #
2696
2708
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DecreaseReplicaCount AWS API Documentation
2697
2709
  #
@@ -2831,6 +2843,7 @@ module Aws::ElastiCache
2831
2843
  # resp.cache_cluster.auth_token_last_modified_date #=> Time
2832
2844
  # resp.cache_cluster.transit_encryption_enabled #=> Boolean
2833
2845
  # resp.cache_cluster.at_rest_encryption_enabled #=> Boolean
2846
+ # resp.cache_cluster.arn #=> String
2834
2847
  #
2835
2848
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteCacheCluster AWS API Documentation
2836
2849
  #
@@ -3013,6 +3026,7 @@ module Aws::ElastiCache
3013
3026
  # resp.global_replication_group.auth_token_enabled #=> Boolean
3014
3027
  # resp.global_replication_group.transit_encryption_enabled #=> Boolean
3015
3028
  # resp.global_replication_group.at_rest_encryption_enabled #=> Boolean
3029
+ # resp.global_replication_group.arn #=> String
3016
3030
  #
3017
3031
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteGlobalReplicationGroup AWS API Documentation
3018
3032
  #
@@ -3127,6 +3141,7 @@ module Aws::ElastiCache
3127
3141
  # resp.replication_group.transit_encryption_enabled #=> Boolean
3128
3142
  # resp.replication_group.at_rest_encryption_enabled #=> Boolean
3129
3143
  # resp.replication_group.kms_key_id #=> String
3144
+ # resp.replication_group.arn #=> String
3130
3145
  #
3131
3146
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteReplicationGroup AWS API Documentation
3132
3147
  #
@@ -3238,6 +3253,7 @@ module Aws::ElastiCache
3238
3253
  # resp.snapshot.node_snapshots[0].cache_node_create_time #=> Time
3239
3254
  # resp.snapshot.node_snapshots[0].snapshot_create_time #=> Time
3240
3255
  # resp.snapshot.kms_key_id #=> String
3256
+ # resp.snapshot.arn #=> String
3241
3257
  #
3242
3258
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteSnapshot AWS API Documentation
3243
3259
  #
@@ -3482,6 +3498,7 @@ module Aws::ElastiCache
3482
3498
  # resp.cache_clusters[0].auth_token_last_modified_date #=> Time
3483
3499
  # resp.cache_clusters[0].transit_encryption_enabled #=> Boolean
3484
3500
  # resp.cache_clusters[0].at_rest_encryption_enabled #=> Boolean
3501
+ # resp.cache_clusters[0].arn #=> String
3485
3502
  #
3486
3503
  #
3487
3504
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -3818,6 +3835,7 @@ module Aws::ElastiCache
3818
3835
  # resp.cache_parameter_groups[0].cache_parameter_group_family #=> String
3819
3836
  # resp.cache_parameter_groups[0].description #=> String
3820
3837
  # resp.cache_parameter_groups[0].is_global #=> Boolean
3838
+ # resp.cache_parameter_groups[0].arn #=> String
3821
3839
  #
3822
3840
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeCacheParameterGroups AWS API Documentation
3823
3841
  #
@@ -4368,6 +4386,7 @@ module Aws::ElastiCache
4368
4386
  # resp.cache_security_groups[0].ec2_security_groups[0].status #=> String
4369
4387
  # resp.cache_security_groups[0].ec2_security_groups[0].ec2_security_group_name #=> String
4370
4388
  # resp.cache_security_groups[0].ec2_security_groups[0].ec2_security_group_owner_id #=> String
4389
+ # resp.cache_security_groups[0].arn #=> String
4371
4390
  #
4372
4391
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeCacheSecurityGroups AWS API Documentation
4373
4392
  #
@@ -4474,6 +4493,7 @@ module Aws::ElastiCache
4474
4493
  # resp.cache_subnet_groups[0].subnets #=> Array
4475
4494
  # resp.cache_subnet_groups[0].subnets[0].subnet_identifier #=> String
4476
4495
  # resp.cache_subnet_groups[0].subnets[0].subnet_availability_zone.name #=> String
4496
+ # resp.cache_subnet_groups[0].arn #=> String
4477
4497
  #
4478
4498
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeCacheSubnetGroups AWS API Documentation
4479
4499
  #
@@ -5415,6 +5435,7 @@ module Aws::ElastiCache
5415
5435
  # resp.global_replication_groups[0].auth_token_enabled #=> Boolean
5416
5436
  # resp.global_replication_groups[0].transit_encryption_enabled #=> Boolean
5417
5437
  # resp.global_replication_groups[0].at_rest_encryption_enabled #=> Boolean
5438
+ # resp.global_replication_groups[0].arn #=> String
5418
5439
  #
5419
5440
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeGlobalReplicationGroups AWS API Documentation
5420
5441
  #
@@ -5577,6 +5598,7 @@ module Aws::ElastiCache
5577
5598
  # resp.replication_groups[0].transit_encryption_enabled #=> Boolean
5578
5599
  # resp.replication_groups[0].at_rest_encryption_enabled #=> Boolean
5579
5600
  # resp.replication_groups[0].kms_key_id #=> String
5601
+ # resp.replication_groups[0].arn #=> String
5580
5602
  #
5581
5603
  #
5582
5604
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -6464,6 +6486,7 @@ module Aws::ElastiCache
6464
6486
  # resp.snapshots[0].node_snapshots[0].cache_node_create_time #=> Time
6465
6487
  # resp.snapshots[0].node_snapshots[0].snapshot_create_time #=> Time
6466
6488
  # resp.snapshots[0].kms_key_id #=> String
6489
+ # resp.snapshots[0].arn #=> String
6467
6490
  #
6468
6491
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeSnapshots AWS API Documentation
6469
6492
  #
@@ -6635,6 +6658,7 @@ module Aws::ElastiCache
6635
6658
  # resp.global_replication_group.auth_token_enabled #=> Boolean
6636
6659
  # resp.global_replication_group.transit_encryption_enabled #=> Boolean
6637
6660
  # resp.global_replication_group.at_rest_encryption_enabled #=> Boolean
6661
+ # resp.global_replication_group.arn #=> String
6638
6662
  #
6639
6663
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DisassociateGlobalReplicationGroup AWS API Documentation
6640
6664
  #
@@ -6691,6 +6715,7 @@ module Aws::ElastiCache
6691
6715
  # resp.global_replication_group.auth_token_enabled #=> Boolean
6692
6716
  # resp.global_replication_group.transit_encryption_enabled #=> Boolean
6693
6717
  # resp.global_replication_group.at_rest_encryption_enabled #=> Boolean
6718
+ # resp.global_replication_group.arn #=> String
6694
6719
  #
6695
6720
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/FailoverGlobalReplicationGroup AWS API Documentation
6696
6721
  #
@@ -6763,6 +6788,7 @@ module Aws::ElastiCache
6763
6788
  # resp.global_replication_group.auth_token_enabled #=> Boolean
6764
6789
  # resp.global_replication_group.transit_encryption_enabled #=> Boolean
6765
6790
  # resp.global_replication_group.at_rest_encryption_enabled #=> Boolean
6791
+ # resp.global_replication_group.arn #=> String
6766
6792
  #
6767
6793
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/IncreaseNodeGroupsInGlobalReplicationGroup AWS API Documentation
6768
6794
  #
@@ -6860,6 +6886,7 @@ module Aws::ElastiCache
6860
6886
  # resp.replication_group.transit_encryption_enabled #=> Boolean
6861
6887
  # resp.replication_group.at_rest_encryption_enabled #=> Boolean
6862
6888
  # resp.replication_group.kms_key_id #=> String
6889
+ # resp.replication_group.arn #=> String
6863
6890
  #
6864
6891
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/IncreaseReplicaCount AWS API Documentation
6865
6892
  #
@@ -7460,6 +7487,7 @@ module Aws::ElastiCache
7460
7487
  # resp.cache_cluster.auth_token_last_modified_date #=> Time
7461
7488
  # resp.cache_cluster.transit_encryption_enabled #=> Boolean
7462
7489
  # resp.cache_cluster.at_rest_encryption_enabled #=> Boolean
7490
+ # resp.cache_cluster.arn #=> String
7463
7491
  #
7464
7492
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyCacheCluster AWS API Documentation
7465
7493
  #
@@ -7626,6 +7654,7 @@ module Aws::ElastiCache
7626
7654
  # resp.cache_subnet_group.subnets #=> Array
7627
7655
  # resp.cache_subnet_group.subnets[0].subnet_identifier #=> String
7628
7656
  # resp.cache_subnet_group.subnets[0].subnet_availability_zone.name #=> String
7657
+ # resp.cache_subnet_group.arn #=> String
7629
7658
  #
7630
7659
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyCacheSubnetGroup AWS API Documentation
7631
7660
  #
@@ -7698,6 +7727,7 @@ module Aws::ElastiCache
7698
7727
  # resp.global_replication_group.auth_token_enabled #=> Boolean
7699
7728
  # resp.global_replication_group.transit_encryption_enabled #=> Boolean
7700
7729
  # resp.global_replication_group.at_rest_encryption_enabled #=> Boolean
7730
+ # resp.global_replication_group.arn #=> String
7701
7731
  #
7702
7732
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyGlobalReplicationGroup AWS API Documentation
7703
7733
  #
@@ -8053,6 +8083,7 @@ module Aws::ElastiCache
8053
8083
  # resp.replication_group.transit_encryption_enabled #=> Boolean
8054
8084
  # resp.replication_group.at_rest_encryption_enabled #=> Boolean
8055
8085
  # resp.replication_group.kms_key_id #=> String
8086
+ # resp.replication_group.arn #=> String
8056
8087
  #
8057
8088
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroup AWS API Documentation
8058
8089
  #
@@ -8170,6 +8201,7 @@ module Aws::ElastiCache
8170
8201
  # resp.replication_group.transit_encryption_enabled #=> Boolean
8171
8202
  # resp.replication_group.at_rest_encryption_enabled #=> Boolean
8172
8203
  # resp.replication_group.kms_key_id #=> String
8204
+ # resp.replication_group.arn #=> String
8173
8205
  #
8174
8206
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroupShardConfiguration AWS API Documentation
8175
8207
  #
@@ -8292,6 +8324,7 @@ module Aws::ElastiCache
8292
8324
  # resp.global_replication_group.auth_token_enabled #=> Boolean
8293
8325
  # resp.global_replication_group.transit_encryption_enabled #=> Boolean
8294
8326
  # resp.global_replication_group.at_rest_encryption_enabled #=> Boolean
8327
+ # resp.global_replication_group.arn #=> String
8295
8328
  #
8296
8329
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/RebalanceSlotsInGlobalReplicationGroup AWS API Documentation
8297
8330
  #
@@ -8440,6 +8473,7 @@ module Aws::ElastiCache
8440
8473
  # resp.cache_cluster.auth_token_last_modified_date #=> Time
8441
8474
  # resp.cache_cluster.transit_encryption_enabled #=> Boolean
8442
8475
  # resp.cache_cluster.at_rest_encryption_enabled #=> Boolean
8476
+ # resp.cache_cluster.arn #=> String
8443
8477
  #
8444
8478
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/RebootCacheCluster AWS API Documentation
8445
8479
  #
@@ -8651,6 +8685,7 @@ module Aws::ElastiCache
8651
8685
  # resp.cache_security_group.ec2_security_groups[0].status #=> String
8652
8686
  # resp.cache_security_group.ec2_security_groups[0].ec2_security_group_name #=> String
8653
8687
  # resp.cache_security_group.ec2_security_groups[0].ec2_security_group_owner_id #=> String
8688
+ # resp.cache_security_group.arn #=> String
8654
8689
  #
8655
8690
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/RevokeCacheSecurityGroupIngress AWS API Documentation
8656
8691
  #
@@ -8727,6 +8762,7 @@ module Aws::ElastiCache
8727
8762
  # resp.replication_group.transit_encryption_enabled #=> Boolean
8728
8763
  # resp.replication_group.at_rest_encryption_enabled #=> Boolean
8729
8764
  # resp.replication_group.kms_key_id #=> String
8765
+ # resp.replication_group.arn #=> String
8730
8766
  #
8731
8767
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/StartMigration AWS API Documentation
8732
8768
  #
@@ -8853,6 +8889,7 @@ module Aws::ElastiCache
8853
8889
  # resp.replication_group.transit_encryption_enabled #=> Boolean
8854
8890
  # resp.replication_group.at_rest_encryption_enabled #=> Boolean
8855
8891
  # resp.replication_group.kms_key_id #=> String
8892
+ # resp.replication_group.arn #=> String
8856
8893
  #
8857
8894
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/TestFailover AWS API Documentation
8858
8895
  #
@@ -8876,7 +8913,7 @@ module Aws::ElastiCache
8876
8913
  params: params,
8877
8914
  config: config)
8878
8915
  context[:gem_name] = 'aws-sdk-elasticache'
8879
- context[:gem_version] = '1.33.0'
8916
+ context[:gem_version] = '1.34.0'
8880
8917
  Seahorse::Client::Request.new(handlers, context)
8881
8918
  end
8882
8919
 
@@ -367,6 +367,7 @@ module Aws::ElastiCache
367
367
  CacheCluster.add_member(:auth_token_last_modified_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "AuthTokenLastModifiedDate"))
368
368
  CacheCluster.add_member(:transit_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "TransitEncryptionEnabled"))
369
369
  CacheCluster.add_member(:at_rest_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AtRestEncryptionEnabled"))
370
+ CacheCluster.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "ARN"))
370
371
  CacheCluster.struct_class = Types::CacheCluster
371
372
 
372
373
  CacheClusterAlreadyExistsFault.struct_class = Types::CacheClusterAlreadyExistsFault
@@ -442,6 +443,7 @@ module Aws::ElastiCache
442
443
  CacheParameterGroup.add_member(:cache_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupFamily"))
443
444
  CacheParameterGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
444
445
  CacheParameterGroup.add_member(:is_global, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsGlobal"))
446
+ CacheParameterGroup.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "ARN"))
445
447
  CacheParameterGroup.struct_class = Types::CacheParameterGroup
446
448
 
447
449
  CacheParameterGroupAlreadyExistsFault.struct_class = Types::CacheParameterGroupAlreadyExistsFault
@@ -473,6 +475,7 @@ module Aws::ElastiCache
473
475
  CacheSecurityGroup.add_member(:cache_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheSecurityGroupName"))
474
476
  CacheSecurityGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
475
477
  CacheSecurityGroup.add_member(:ec2_security_groups, Shapes::ShapeRef.new(shape: EC2SecurityGroupList, location_name: "EC2SecurityGroups"))
478
+ CacheSecurityGroup.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "ARN"))
476
479
  CacheSecurityGroup.struct_class = Types::CacheSecurityGroup
477
480
 
478
481
  CacheSecurityGroupAlreadyExistsFault.struct_class = Types::CacheSecurityGroupAlreadyExistsFault
@@ -499,6 +502,7 @@ module Aws::ElastiCache
499
502
  CacheSubnetGroup.add_member(:cache_subnet_group_description, Shapes::ShapeRef.new(shape: String, location_name: "CacheSubnetGroupDescription"))
500
503
  CacheSubnetGroup.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
501
504
  CacheSubnetGroup.add_member(:subnets, Shapes::ShapeRef.new(shape: SubnetList, location_name: "Subnets"))
505
+ CacheSubnetGroup.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "ARN"))
502
506
  CacheSubnetGroup.struct_class = Types::CacheSubnetGroup
503
507
 
504
508
  CacheSubnetGroupAlreadyExistsFault.struct_class = Types::CacheSubnetGroupAlreadyExistsFault
@@ -891,6 +895,7 @@ module Aws::ElastiCache
891
895
  GlobalReplicationGroup.add_member(:auth_token_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AuthTokenEnabled"))
892
896
  GlobalReplicationGroup.add_member(:transit_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "TransitEncryptionEnabled"))
893
897
  GlobalReplicationGroup.add_member(:at_rest_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AtRestEncryptionEnabled"))
898
+ GlobalReplicationGroup.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "ARN"))
894
899
  GlobalReplicationGroup.struct_class = Types::GlobalReplicationGroup
895
900
 
896
901
  GlobalReplicationGroupAlreadyExistsFault.struct_class = Types::GlobalReplicationGroupAlreadyExistsFault
@@ -1226,6 +1231,7 @@ module Aws::ElastiCache
1226
1231
  ReplicationGroup.add_member(:transit_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "TransitEncryptionEnabled"))
1227
1232
  ReplicationGroup.add_member(:at_rest_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AtRestEncryptionEnabled"))
1228
1233
  ReplicationGroup.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
1234
+ ReplicationGroup.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "ARN"))
1229
1235
  ReplicationGroup.struct_class = Types::ReplicationGroup
1230
1236
 
1231
1237
  ReplicationGroupAlreadyExistsFault.struct_class = Types::ReplicationGroupAlreadyExistsFault
@@ -1379,6 +1385,7 @@ module Aws::ElastiCache
1379
1385
  Snapshot.add_member(:automatic_failover, Shapes::ShapeRef.new(shape: AutomaticFailoverStatus, location_name: "AutomaticFailover"))
1380
1386
  Snapshot.add_member(:node_snapshots, Shapes::ShapeRef.new(shape: NodeSnapshotList, location_name: "NodeSnapshots"))
1381
1387
  Snapshot.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
1388
+ Snapshot.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "ARN"))
1382
1389
  Snapshot.struct_class = Types::Snapshot
1383
1390
 
1384
1391
  SnapshotAlreadyExistsFault.struct_class = Types::SnapshotAlreadyExistsFault
@@ -478,6 +478,10 @@ module Aws::ElastiCache
478
478
  # Default: `false`
479
479
  # @return [Boolean]
480
480
  #
481
+ # @!attribute [rw] arn
482
+ # The ARN (Amazon Resource Name) of the cache cluster.
483
+ # @return [String]
484
+ #
481
485
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheCluster AWS API Documentation
482
486
  #
483
487
  class CacheCluster < Struct.new(
@@ -506,7 +510,8 @@ module Aws::ElastiCache
506
510
  :auth_token_enabled,
507
511
  :auth_token_last_modified_date,
508
512
  :transit_encryption_enabled,
509
- :at_rest_encryption_enabled)
513
+ :at_rest_encryption_enabled,
514
+ :arn)
510
515
  include Aws::Structure
511
516
  end
512
517
 
@@ -875,13 +880,18 @@ module Aws::ElastiCache
875
880
  # Datastore
876
881
  # @return [Boolean]
877
882
  #
883
+ # @!attribute [rw] arn
884
+ # The ARN (Amazon Resource Name) of the cache parameter group.
885
+ # @return [String]
886
+ #
878
887
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheParameterGroup AWS API Documentation
879
888
  #
880
889
  class CacheParameterGroup < Struct.new(
881
890
  :cache_parameter_group_name,
882
891
  :cache_parameter_group_family,
883
892
  :description,
884
- :is_global)
893
+ :is_global,
894
+ :arn)
885
895
  include Aws::Structure
886
896
  end
887
897
 
@@ -1016,13 +1026,18 @@ module Aws::ElastiCache
1016
1026
  # cache security group.
1017
1027
  # @return [Array<Types::EC2SecurityGroup>]
1018
1028
  #
1029
+ # @!attribute [rw] arn
1030
+ # The ARN (Amazon Resource Name) of the cache security group.
1031
+ # @return [String]
1032
+ #
1019
1033
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheSecurityGroup AWS API Documentation
1020
1034
  #
1021
1035
  class CacheSecurityGroup < Struct.new(
1022
1036
  :owner_id,
1023
1037
  :cache_security_group_name,
1024
1038
  :description,
1025
- :ec2_security_groups)
1039
+ :ec2_security_groups,
1040
+ :arn)
1026
1041
  include Aws::Structure
1027
1042
  end
1028
1043
 
@@ -1109,13 +1124,18 @@ module Aws::ElastiCache
1109
1124
  # A list of subnets associated with the cache subnet group.
1110
1125
  # @return [Array<Types::Subnet>]
1111
1126
  #
1127
+ # @!attribute [rw] arn
1128
+ # The ARN (Amazon Resource Name) of the cache subnet group.
1129
+ # @return [String]
1130
+ #
1112
1131
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheSubnetGroup AWS API Documentation
1113
1132
  #
1114
1133
  class CacheSubnetGroup < Struct.new(
1115
1134
  :cache_subnet_group_name,
1116
1135
  :cache_subnet_group_description,
1117
1136
  :vpc_id,
1118
- :subnets)
1137
+ :subnets,
1138
+ :arn)
1119
1139
  include Aws::Structure
1120
1140
  end
1121
1141
 
@@ -2080,7 +2100,7 @@ module Aws::ElastiCache
2080
2100
  # @return [Boolean]
2081
2101
  #
2082
2102
  # @!attribute [rw] num_cache_clusters
2083
- # The number of clusters this replication group initially has.
2103
+ # The number of nodes in the cluster.
2084
2104
  #
2085
2105
  # This parameter is not used if there is more than one node group
2086
2106
  # (shard). You should use `ReplicasPerNodeGroup` instead.
@@ -4379,6 +4399,10 @@ module Aws::ElastiCache
4379
4399
  # Amazon VPC using redis version `3.2.6`, `4.x` or later.
4380
4400
  # @return [Boolean]
4381
4401
  #
4402
+ # @!attribute [rw] arn
4403
+ # The ARN (Amazon Resource Name) of the global replication group.
4404
+ # @return [String]
4405
+ #
4382
4406
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/GlobalReplicationGroup AWS API Documentation
4383
4407
  #
4384
4408
  class GlobalReplicationGroup < Struct.new(
@@ -4393,7 +4417,8 @@ module Aws::ElastiCache
4393
4417
  :global_node_groups,
4394
4418
  :auth_token_enabled,
4395
4419
  :transit_encryption_enabled,
4396
- :at_rest_encryption_enabled)
4420
+ :at_rest_encryption_enabled,
4421
+ :arn)
4397
4422
  include Aws::Structure
4398
4423
  end
4399
4424
 
@@ -6532,6 +6557,10 @@ module Aws::ElastiCache
6532
6557
  # The ID of the KMS key used to encrypt the disk in the cluster.
6533
6558
  # @return [String]
6534
6559
  #
6560
+ # @!attribute [rw] arn
6561
+ # The ARN (Amazon Resource Name) of the replication group.
6562
+ # @return [String]
6563
+ #
6535
6564
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ReplicationGroup AWS API Documentation
6536
6565
  #
6537
6566
  class ReplicationGroup < Struct.new(
@@ -6553,7 +6582,8 @@ module Aws::ElastiCache
6553
6582
  :auth_token_last_modified_date,
6554
6583
  :transit_encryption_enabled,
6555
6584
  :at_rest_encryption_enabled,
6556
- :kms_key_id)
6585
+ :kms_key_id,
6586
+ :arn)
6557
6587
  include Aws::Structure
6558
6588
  end
6559
6589
 
@@ -7486,6 +7516,10 @@ module Aws::ElastiCache
7486
7516
  # The ID of the KMS key used to encrypt the snapshot.
7487
7517
  # @return [String]
7488
7518
  #
7519
+ # @!attribute [rw] arn
7520
+ # The ARN (Amazon Resource Name) of the snapshot.
7521
+ # @return [String]
7522
+ #
7489
7523
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/Snapshot AWS API Documentation
7490
7524
  #
7491
7525
  class Snapshot < Struct.new(
@@ -7513,7 +7547,8 @@ module Aws::ElastiCache
7513
7547
  :num_node_groups,
7514
7548
  :automatic_failover,
7515
7549
  :node_snapshots,
7516
- :kms_key_id)
7550
+ :kms_key_id,
7551
+ :arn)
7517
7552
  include Aws::Structure
7518
7553
  end
7519
7554
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticache
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.33.0
4
+ version: 1.34.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: 2020-05-13 00:00:00.000000000 Z
11
+ date: 2020-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core