fix: Change service name in Arn for replication (#10205)

This commit is contained in:
poornas
2020-08-05 00:43:18 -07:00
committed by GitHub
parent 88daaef76b
commit 3acc0ebb81
2 changed files with 7 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ type ArnType string
const (
// ReplicationArn specifies a ARN type of replication
ReplicationArn ArnType = "replica"
ReplicationArn ArnType = "replication"
)
// IsValid returns true if ARN type is replication