Update Go AWS SDK to the latest version

This commit is contained in:
Andrey Smirnov
2019-07-13 00:03:55 +03:00
committed by Andrey Smirnov
parent d08be990ef
commit 94a72b23ff
2183 changed files with 885887 additions and 228114 deletions
+107 -12
View File
@@ -31,6 +31,20 @@ const (
// The authorization quota for the cluster security group has been reached.
ErrCodeAuthorizationQuotaExceededFault = "AuthorizationQuotaExceeded"
// ErrCodeBatchDeleteRequestSizeExceededFault for service response error code
// "BatchDeleteRequestSizeExceeded".
//
// The maximum number for a batch delete of snapshots has been reached. The
// limit is 100.
ErrCodeBatchDeleteRequestSizeExceededFault = "BatchDeleteRequestSizeExceeded"
// ErrCodeBatchModifyClusterSnapshotsLimitExceededFault for service response error code
// "BatchModifyClusterSnapshotsLimitExceededFault".
//
// The maximum number for snapshot identifiers has been reached. The limit is
// 100.
ErrCodeBatchModifyClusterSnapshotsLimitExceededFault = "BatchModifyClusterSnapshotsLimitExceededFault"
// ErrCodeBucketNotFoundFault for service response error code
// "BucketNotFoundFault".
//
@@ -49,6 +63,12 @@ const (
// The ClusterIdentifier parameter does not refer to an existing cluster.
ErrCodeClusterNotFoundFault = "ClusterNotFound"
// ErrCodeClusterOnLatestRevisionFault for service response error code
// "ClusterOnLatestRevision".
//
// Cluster is already on the latest database revision.
ErrCodeClusterOnLatestRevisionFault = "ClusterOnLatestRevision"
// ErrCodeClusterParameterGroupAlreadyExistsFault for service response error code
// "ClusterParameterGroupAlreadyExists".
//
@@ -66,7 +86,7 @@ const (
//
// The request would result in the user exceeding the allowed number of cluster
// parameter groups. For information about increasing your quota, go to Limits
// in Amazon Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
// in Amazon Redshift (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
// in the Amazon Redshift Cluster Management Guide.
ErrCodeClusterParameterGroupQuotaExceededFault = "ClusterParameterGroupQuotaExceeded"
@@ -75,7 +95,7 @@ const (
//
// The request would exceed the allowed number of cluster instances for this
// account. For information about increasing your quota, go to Limits in Amazon
// Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
// Redshift (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
// in the Amazon Redshift Cluster Management Guide.
ErrCodeClusterQuotaExceededFault = "ClusterQuotaExceeded"
@@ -97,7 +117,7 @@ const (
//
// The request would result in the user exceeding the allowed number of cluster
// security groups. For information about increasing your quota, go to Limits
// in Amazon Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
// in Amazon Redshift (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
// in the Amazon Redshift Cluster Management Guide.
ErrCodeClusterSecurityGroupQuotaExceededFault = "QuotaExceeded.ClusterSecurityGroup"
@@ -139,7 +159,7 @@ const (
//
// The request would result in user exceeding the allowed number of cluster
// subnet groups. For information about increasing your quota, go to Limits
// in Amazon Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
// in Amazon Redshift (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
// in the Amazon Redshift Cluster Management Guide.
ErrCodeClusterSubnetGroupQuotaExceededFault = "ClusterSubnetGroupQuotaExceeded"
@@ -148,7 +168,7 @@ const (
//
// The request would result in user exceeding the allowed number of subnets
// in a cluster subnet groups. For information about increasing your quota,
// go to Limits in Amazon Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
// go to Limits in Amazon Redshift (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
// in the Amazon Redshift Cluster Management Guide.
ErrCodeClusterSubnetQuotaExceededFault = "ClusterSubnetQuotaExceededFault"
@@ -177,7 +197,7 @@ const (
//
// The request would exceed the allowed number of event subscriptions for this
// account. For information about increasing your quota, go to Limits in Amazon
// Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
// Redshift (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
// in the Amazon Redshift Cluster Management Guide.
ErrCodeEventSubscriptionQuotaExceededFault = "EventSubscriptionQuotaExceeded"
@@ -198,7 +218,7 @@ const (
// "HsmClientCertificateQuotaExceededFault".
//
// The quota for HSM client certificates has been reached. For information about
// increasing your quota, go to Limits in Amazon Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
// increasing your quota, go to Limits in Amazon Redshift (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
// in the Amazon Redshift Cluster Management Guide.
ErrCodeHsmClientCertificateQuotaExceededFault = "HsmClientCertificateQuotaExceededFault"
@@ -219,7 +239,7 @@ const (
// "HsmConfigurationQuotaExceededFault".
//
// The quota for HSM configurations has been reached. For information about
// increasing your quota, go to Limits in Amazon Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
// increasing your quota, go to Limits in Amazon Redshift (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
// in the Amazon Redshift Cluster Management Guide.
ErrCodeHsmConfigurationQuotaExceededFault = "HsmConfigurationQuotaExceededFault"
@@ -263,6 +283,12 @@ const (
// The state of the cluster security group is not available.
ErrCodeInvalidClusterSecurityGroupStateFault = "InvalidClusterSecurityGroupState"
// ErrCodeInvalidClusterSnapshotScheduleStateFault for service response error code
// "InvalidClusterSnapshotScheduleState".
//
// The cluster snapshot schedule state is not valid.
ErrCodeInvalidClusterSnapshotScheduleStateFault = "InvalidClusterSnapshotScheduleState"
// ErrCodeInvalidClusterSnapshotStateFault for service response error code
// "InvalidClusterSnapshotState".
//
@@ -288,6 +314,12 @@ const (
// The state of the subnet is invalid.
ErrCodeInvalidClusterSubnetStateFault = "InvalidClusterSubnetStateFault"
// ErrCodeInvalidClusterTrackFault for service response error code
// "InvalidClusterTrack".
//
// The provided cluster track name is not valid.
ErrCodeInvalidClusterTrackFault = "InvalidClusterTrack"
// ErrCodeInvalidElasticIpFault for service response error code
// "InvalidElasticIpFault".
//
@@ -308,17 +340,31 @@ const (
// in use by one or more Amazon Redshift clusters.
ErrCodeInvalidHsmConfigurationStateFault = "InvalidHsmConfigurationStateFault"
// ErrCodeInvalidReservedNodeStateFault for service response error code
// "InvalidReservedNodeState".
//
// Indicates that the Reserved Node being exchanged is not in an active state.
ErrCodeInvalidReservedNodeStateFault = "InvalidReservedNodeState"
// ErrCodeInvalidRestoreFault for service response error code
// "InvalidRestore".
//
// The restore is invalid.
ErrCodeInvalidRestoreFault = "InvalidRestore"
// ErrCodeInvalidRetentionPeriodFault for service response error code
// "InvalidRetentionPeriodFault".
//
// The retention period specified is either in the past or is not a valid value.
//
// The value must be either -1 or an integer between 1 and 3,653.
ErrCodeInvalidRetentionPeriodFault = "InvalidRetentionPeriodFault"
// ErrCodeInvalidS3BucketNameFault for service response error code
// "InvalidS3BucketNameFault".
//
// The S3 bucket name is invalid. For more information about naming rules, go
// to Bucket Restrictions and Limitations (http://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html)
// to Bucket Restrictions and Limitations (https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html)
// in the Amazon Simple Storage Service (S3) Developer Guide.
ErrCodeInvalidS3BucketNameFault = "InvalidS3BucketNameFault"
@@ -329,6 +375,12 @@ const (
// documented constraints.
ErrCodeInvalidS3KeyPrefixFault = "InvalidS3KeyPrefixFault"
// ErrCodeInvalidScheduleFault for service response error code
// "InvalidSchedule".
//
// The schedule you submitted isn't valid.
ErrCodeInvalidScheduleFault = "InvalidSchedule"
// ErrCodeInvalidSnapshotCopyGrantStateFault for service response error code
// "InvalidSnapshotCopyGrantStateFault".
//
@@ -386,7 +438,7 @@ const (
//
// The operation would exceed the number of nodes allotted to the account. For
// information about increasing your quota, go to Limits in Amazon Redshift
// (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
// (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
// in the Amazon Redshift Cluster Management Guide.
ErrCodeNumberOfNodesQuotaExceededFault = "NumberOfNodesQuotaExceeded"
@@ -396,6 +448,12 @@ const (
// User already has a reservation with the given identifier.
ErrCodeReservedNodeAlreadyExistsFault = "ReservedNodeAlreadyExists"
// ErrCodeReservedNodeAlreadyMigratedFault for service response error code
// "ReservedNodeAlreadyMigrated".
//
// Indicates that the reserved node has already been exchanged.
ErrCodeReservedNodeAlreadyMigratedFault = "ReservedNodeAlreadyMigrated"
// ErrCodeReservedNodeNotFoundFault for service response error code
// "ReservedNodeNotFound".
//
@@ -412,7 +470,7 @@ const (
// "ReservedNodeQuotaExceeded".
//
// Request would exceed the user's compute node quota. For information about
// increasing your quota, go to Limits in Amazon Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
// increasing your quota, go to Limits in Amazon Redshift (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
// in the Amazon Redshift Cluster Management Guide.
ErrCodeReservedNodeQuotaExceededFault = "ReservedNodeQuotaExceeded"
@@ -448,6 +506,12 @@ const (
// exist.
ErrCodeSNSTopicArnNotFoundFault = "SNSTopicArnNotFound"
// ErrCodeScheduleDefinitionTypeUnsupportedFault for service response error code
// "ScheduleDefinitionTypeUnsupported".
//
// The definition you submitted is not supported.
ErrCodeScheduleDefinitionTypeUnsupportedFault = "ScheduleDefinitionTypeUnsupported"
// ErrCodeSnapshotCopyAlreadyDisabledFault for service response error code
// "SnapshotCopyAlreadyDisabledFault".
//
@@ -487,6 +551,30 @@ const (
// this region.
ErrCodeSnapshotCopyGrantQuotaExceededFault = "SnapshotCopyGrantQuotaExceededFault"
// ErrCodeSnapshotScheduleAlreadyExistsFault for service response error code
// "SnapshotScheduleAlreadyExists".
//
// The specified snapshot schedule already exists.
ErrCodeSnapshotScheduleAlreadyExistsFault = "SnapshotScheduleAlreadyExists"
// ErrCodeSnapshotScheduleNotFoundFault for service response error code
// "SnapshotScheduleNotFound".
//
// We could not find the specified snapshot schedule.
ErrCodeSnapshotScheduleNotFoundFault = "SnapshotScheduleNotFound"
// ErrCodeSnapshotScheduleQuotaExceededFault for service response error code
// "SnapshotScheduleQuotaExceeded".
//
// You have exceeded the quota of snapshot schedules.
ErrCodeSnapshotScheduleQuotaExceededFault = "SnapshotScheduleQuotaExceeded"
// ErrCodeSnapshotScheduleUpdateInProgressFault for service response error code
// "SnapshotScheduleUpdateInProgress".
//
// The specified snapshot schedule is already being updated.
ErrCodeSnapshotScheduleUpdateInProgressFault = "SnapshotScheduleUpdateInProgress"
// ErrCodeSourceNotFoundFault for service response error code
// "SourceNotFound".
//
@@ -535,6 +623,13 @@ const (
// The allowed values are ERROR and INFO.
ErrCodeSubscriptionSeverityNotFoundFault = "SubscriptionSeverityNotFound"
// ErrCodeTableLimitExceededFault for service response error code
// "TableLimitExceeded".
//
// The number of tables in the cluster exceeds the limit for the requested new
// cluster node type.
ErrCodeTableLimitExceededFault = "TableLimitExceeded"
// ErrCodeTableRestoreNotFoundFault for service response error code
// "TableRestoreNotFoundFault".
//
@@ -544,7 +639,7 @@ const (
// ErrCodeTagLimitExceededFault for service response error code
// "TagLimitExceededFault".
//
// The request exceeds the limit of 10 tags for the resource.
// You have exceeded the number of tags allowed.
ErrCodeTagLimitExceededFault = "TagLimitExceededFault"
// ErrCodeUnauthorizedOperation for service response error code