mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+8
-8
@@ -220,14 +220,14 @@ func ExampleElastiCache_CreateCacheCluster_shared00() {
|
||||
func ExampleElastiCache_CreateCacheCluster_shared01() {
|
||||
svc := elasticache.New(session.New())
|
||||
input := &elasticache.CreateCacheClusterInput{
|
||||
AutoMinorVersionUpgrade: aws.Bool(true),
|
||||
CacheClusterId: aws.String("my-redis"),
|
||||
CacheNodeType: aws.String("cache.r3.larage"),
|
||||
CacheSubnetGroupName: aws.String("default"),
|
||||
Engine: aws.String("redis"),
|
||||
EngineVersion: aws.String("3.2.4"),
|
||||
NumCacheNodes: aws.Int64(1),
|
||||
Port: aws.Int64(6379),
|
||||
AutoMinorVersionUpgrade: aws.Bool(true),
|
||||
CacheClusterId: aws.String("my-redis"),
|
||||
CacheNodeType: aws.String("cache.r3.larage"),
|
||||
CacheSubnetGroupName: aws.String("default"),
|
||||
Engine: aws.String("redis"),
|
||||
EngineVersion: aws.String("3.2.4"),
|
||||
NumCacheNodes: aws.Int64(1),
|
||||
Port: aws.Int64(6379),
|
||||
PreferredAvailabilityZone: aws.String("us-east-1c"),
|
||||
SnapshotRetentionLimit: aws.Int64(7),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user