Documentation ¶
Overview ¶
Package mockawssdk is a generated GoMock package.
Package mockawssdk to create the mocks run go generate to regenerate this package.
Package mockawssdk is a generated GoMock package.
Package mockawssdk is a generated GoMock package.
Package mockawssdk is a generated GoMock package.
Package mockawssdk is a generated GoMock package.
Package mockawssdk is a generated GoMock package.
Package mockawssdk is a generated GoMock package.
Package mockawssdk is a generated GoMock package.
Package mockawssdk is a generated GoMock package.
Package mockawssdk is a generated GoMock package.
Package mockawssdk is a generated GoMock package.
Index ¶
- type MockACMAPI
- func (m *MockACMAPI) EXPECT() *MockACMAPIMockRecorder
- func (m *MockACMAPI) ListCertificates(arg0 context.Context, arg1 *acm.ListCertificatesInput, ...) (*acm.ListCertificatesOutput, error)
- func (m *MockACMAPI) ListTagsForCertificate(arg0 context.Context, arg1 *acm.ListTagsForCertificateInput, ...) (*acm.ListTagsForCertificateOutput, error)
- type MockACMAPIMockRecorder
- type MockDynamoDBAPI
- func (m *MockDynamoDBAPI) DeleteTable(arg0 context.Context, arg1 *dynamodb.DeleteTableInput, ...) (*dynamodb.DeleteTableOutput, error)
- func (m *MockDynamoDBAPI) DescribeTable(arg0 context.Context, arg1 *dynamodb.DescribeTableInput, ...) (*dynamodb.DescribeTableOutput, error)
- func (m *MockDynamoDBAPI) EXPECT() *MockDynamoDBAPIMockRecorder
- type MockDynamoDBAPIMockRecorder
- type MockEC2API
- func (m *MockEC2API) AuthorizeSecurityGroupIngress(arg0 context.Context, arg1 *ec2.AuthorizeSecurityGroupIngressInput, ...) (*ec2.AuthorizeSecurityGroupIngressOutput, error)
- func (m *MockEC2API) CreateLaunchTemplate(arg0 context.Context, arg1 *ec2.CreateLaunchTemplateInput, ...) (*ec2.CreateLaunchTemplateOutput, error)
- func (m *MockEC2API) CreateLaunchTemplateVersion(arg0 context.Context, arg1 *ec2.CreateLaunchTemplateVersionInput, ...) (*ec2.CreateLaunchTemplateVersionOutput, error)
- func (m *MockEC2API) CreateTags(arg0 context.Context, arg1 *ec2.CreateTagsInput, arg2 ...func(*ec2.Options)) (*ec2.CreateTagsOutput, error)
- func (m *MockEC2API) DeleteLaunchTemplate(arg0 context.Context, arg1 *ec2.DeleteLaunchTemplateInput, ...) (*ec2.DeleteLaunchTemplateOutput, error)
- func (m *MockEC2API) DeleteTags(arg0 context.Context, arg1 *ec2.DeleteTagsInput, arg2 ...func(*ec2.Options)) (*ec2.DeleteTagsOutput, error)
- func (m *MockEC2API) DescribeAvailabilityZones(arg0 context.Context, arg1 *ec2.DescribeAvailabilityZonesInput, ...) (*ec2.DescribeAvailabilityZonesOutput, error)
- func (m *MockEC2API) DescribeImages(arg0 context.Context, arg1 *ec2.DescribeImagesInput, ...) (*ec2.DescribeImagesOutput, error)
- func (m *MockEC2API) DescribeLaunchTemplates(arg0 context.Context, arg1 *ec2.DescribeLaunchTemplatesInput, ...) (*ec2.DescribeLaunchTemplatesOutput, error)
- func (m *MockEC2API) DescribeSecurityGroups(arg0 context.Context, arg1 *ec2.DescribeSecurityGroupsInput, ...) (*ec2.DescribeSecurityGroupsOutput, error)
- func (m *MockEC2API) DescribeSubnets(arg0 context.Context, arg1 *ec2.DescribeSubnetsInput, ...) (*ec2.DescribeSubnetsOutput, error)
- func (m *MockEC2API) DescribeVpcs(arg0 context.Context, arg1 *ec2.DescribeVpcsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeVpcsOutput, error)
- func (m *MockEC2API) EXPECT() *MockEC2APIMockRecorder
- func (m *MockEC2API) RevokeSecurityGroupIngress(arg0 context.Context, arg1 *ec2.RevokeSecurityGroupIngressInput, ...) (*ec2.RevokeSecurityGroupIngressOutput, error)
- type MockEC2APIMockRecorder
- func (mr *MockEC2APIMockRecorder) AuthorizeSecurityGroupIngress(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEC2APIMockRecorder) CreateLaunchTemplate(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEC2APIMockRecorder) CreateLaunchTemplateVersion(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEC2APIMockRecorder) CreateTags(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEC2APIMockRecorder) DeleteLaunchTemplate(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEC2APIMockRecorder) DeleteTags(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEC2APIMockRecorder) DescribeAvailabilityZones(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEC2APIMockRecorder) DescribeImages(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplates(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEC2APIMockRecorder) DescribeSecurityGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEC2APIMockRecorder) DescribeSubnets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEC2APIMockRecorder) DescribeVpcs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEC2APIMockRecorder) RevokeSecurityGroupIngress(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockIAMAPI
- func (m *MockIAMAPI) AttachRolePolicy(arg0 context.Context, arg1 *iam.AttachRolePolicyInput, ...) (*iam.AttachRolePolicyOutput, error)
- func (m *MockIAMAPI) AttachUserPolicy(arg0 context.Context, arg1 *iam.AttachUserPolicyInput, ...) (*iam.AttachUserPolicyOutput, error)
- func (m *MockIAMAPI) CreateAccessKey(arg0 context.Context, arg1 *iam.CreateAccessKeyInput, ...) (*iam.CreateAccessKeyOutput, error)
- func (m *MockIAMAPI) CreatePolicy(arg0 context.Context, arg1 *iam.CreatePolicyInput, arg2 ...func(*iam.Options)) (*iam.CreatePolicyOutput, error)
- func (m *MockIAMAPI) CreateUser(arg0 context.Context, arg1 *iam.CreateUserInput, arg2 ...func(*iam.Options)) (*iam.CreateUserOutput, error)
- func (m *MockIAMAPI) DeleteAccessKey(arg0 context.Context, arg1 *iam.DeleteAccessKeyInput, ...) (*iam.DeleteAccessKeyOutput, error)
- func (m *MockIAMAPI) DeletePolicy(arg0 context.Context, arg1 *iam.DeletePolicyInput, arg2 ...func(*iam.Options)) (*iam.DeletePolicyOutput, error)
- func (m *MockIAMAPI) DeleteUser(arg0 context.Context, arg1 *iam.DeleteUserInput, arg2 ...func(*iam.Options)) (*iam.DeleteUserOutput, error)
- func (m *MockIAMAPI) DetachRolePolicy(arg0 context.Context, arg1 *iam.DetachRolePolicyInput, ...) (*iam.DetachRolePolicyOutput, error)
- func (m *MockIAMAPI) DetachUserPolicy(arg0 context.Context, arg1 *iam.DetachUserPolicyInput, ...) (*iam.DetachUserPolicyOutput, error)
- func (m *MockIAMAPI) EXPECT() *MockIAMAPIMockRecorder
- func (m *MockIAMAPI) GetPolicy(arg0 context.Context, arg1 *iam.GetPolicyInput, arg2 ...func(*iam.Options)) (*iam.GetPolicyOutput, error)
- func (m *MockIAMAPI) GetUser(arg0 context.Context, arg1 *iam.GetUserInput, arg2 ...func(*iam.Options)) (*iam.GetUserOutput, error)
- func (m *MockIAMAPI) ListAccessKeys(arg0 context.Context, arg1 *iam.ListAccessKeysInput, ...) (*iam.ListAccessKeysOutput, error)
- func (m *MockIAMAPI) ListAccountAliases(arg0 context.Context, arg1 *iam.ListAccountAliasesInput, ...) (*iam.ListAccountAliasesOutput, error)
- func (m *MockIAMAPI) ListAttachedUserPolicies(arg0 context.Context, arg1 *iam.ListAttachedUserPoliciesInput, ...) (*iam.ListAttachedUserPoliciesOutput, error)
- type MockIAMAPIMockRecorder
- func (mr *MockIAMAPIMockRecorder) AttachRolePolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIAMAPIMockRecorder) AttachUserPolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIAMAPIMockRecorder) CreateAccessKey(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIAMAPIMockRecorder) CreatePolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIAMAPIMockRecorder) CreateUser(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIAMAPIMockRecorder) DeleteAccessKey(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIAMAPIMockRecorder) DeletePolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIAMAPIMockRecorder) DeleteUser(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIAMAPIMockRecorder) DetachRolePolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIAMAPIMockRecorder) DetachUserPolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIAMAPIMockRecorder) GetPolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIAMAPIMockRecorder) GetUser(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIAMAPIMockRecorder) ListAccessKeys(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIAMAPIMockRecorder) ListAccountAliases(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIAMAPIMockRecorder) ListAttachedUserPolicies(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockKMSAPI
- func (m *MockKMSAPI) CreateAlias(arg0 context.Context, arg1 *kms.CreateAliasInput, arg2 ...func(*kms.Options)) (*kms.CreateAliasOutput, error)
- func (m *MockKMSAPI) CreateKey(arg0 context.Context, arg1 *kms.CreateKeyInput, arg2 ...func(*kms.Options)) (*kms.CreateKeyOutput, error)
- func (m *MockKMSAPI) DescribeKey(arg0 context.Context, arg1 *kms.DescribeKeyInput, arg2 ...func(*kms.Options)) (*kms.DescribeKeyOutput, error)
- func (m *MockKMSAPI) DisableKey(arg0 context.Context, arg1 *kms.DisableKeyInput, arg2 ...func(*kms.Options)) (*kms.DisableKeyOutput, error)
- func (m *MockKMSAPI) EXPECT() *MockKMSAPIMockRecorder
- func (m *MockKMSAPI) Encrypt(arg0 context.Context, arg1 *kms.EncryptInput, arg2 ...func(*kms.Options)) (*kms.EncryptOutput, error)
- func (m *MockKMSAPI) ScheduleKeyDeletion(arg0 context.Context, arg1 *kms.ScheduleKeyDeletionInput, ...) (*kms.ScheduleKeyDeletionOutput, error)
- type MockKMSAPIMockRecorder
- func (mr *MockKMSAPIMockRecorder) CreateAlias(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockKMSAPIMockRecorder) CreateKey(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockKMSAPIMockRecorder) DescribeKey(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockKMSAPIMockRecorder) DisableKey(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockKMSAPIMockRecorder) Encrypt(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockKMSAPIMockRecorder) ScheduleKeyDeletion(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockRDSAPI
- func (m *MockRDSAPI) AddTagsToResource(arg0 context.Context, arg1 *rds.AddTagsToResourceInput, ...) (*rds.AddTagsToResourceOutput, error)
- func (m *MockRDSAPI) CreateDBCluster(arg0 context.Context, arg1 *rds.CreateDBClusterInput, ...) (*rds.CreateDBClusterOutput, error)
- func (m *MockRDSAPI) CreateDBClusterSnapshot(arg0 context.Context, arg1 *rds.CreateDBClusterSnapshotInput, ...) (*rds.CreateDBClusterSnapshotOutput, error)
- func (m *MockRDSAPI) CreateDBInstance(arg0 context.Context, arg1 *rds.CreateDBInstanceInput, ...) (*rds.CreateDBInstanceOutput, error)
- func (m *MockRDSAPI) DeleteDBCluster(arg0 context.Context, arg1 *rds.DeleteDBClusterInput, ...) (*rds.DeleteDBClusterOutput, error)
- func (m *MockRDSAPI) DeleteDBInstance(arg0 context.Context, arg1 *rds.DeleteDBInstanceInput, ...) (*rds.DeleteDBInstanceOutput, error)
- func (m *MockRDSAPI) DescribeDBClusterEndpoints(arg0 context.Context, arg1 *rds.DescribeDBClusterEndpointsInput, ...) (*rds.DescribeDBClusterEndpointsOutput, error)
- func (m *MockRDSAPI) DescribeDBClusters(arg0 context.Context, arg1 *rds.DescribeDBClustersInput, ...) (*rds.DescribeDBClustersOutput, error)
- func (m *MockRDSAPI) DescribeDBInstances(arg0 context.Context, arg1 *rds.DescribeDBInstancesInput, ...) (*rds.DescribeDBInstancesOutput, error)
- func (m *MockRDSAPI) DescribeDBSubnetGroups(arg0 context.Context, arg1 *rds.DescribeDBSubnetGroupsInput, ...) (*rds.DescribeDBSubnetGroupsOutput, error)
- func (m *MockRDSAPI) EXPECT() *MockRDSAPIMockRecorder
- type MockRDSAPIMockRecorder
- func (mr *MockRDSAPIMockRecorder) AddTagsToResource(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRDSAPIMockRecorder) CreateDBCluster(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRDSAPIMockRecorder) CreateDBClusterSnapshot(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRDSAPIMockRecorder) CreateDBInstance(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRDSAPIMockRecorder) DeleteDBCluster(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRDSAPIMockRecorder) DeleteDBInstance(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRDSAPIMockRecorder) DescribeDBClusterEndpoints(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRDSAPIMockRecorder) DescribeDBClusters(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRDSAPIMockRecorder) DescribeDBInstances(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRDSAPIMockRecorder) DescribeDBSubnetGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockResourceGroupsTaggingAPIAPI
- type MockResourceGroupsTaggingAPIAPIMockRecorder
- type MockRoute53API
- func (m *MockRoute53API) ChangeResourceRecordSets(arg0 context.Context, arg1 *route53.ChangeResourceRecordSetsInput, ...) (*route53.ChangeResourceRecordSetsOutput, error)
- func (m *MockRoute53API) EXPECT() *MockRoute53APIMockRecorder
- func (m *MockRoute53API) GetHostedZone(arg0 context.Context, arg1 *route53.GetHostedZoneInput, ...) (*route53.GetHostedZoneOutput, error)
- func (m *MockRoute53API) ListHostedZones(arg0 context.Context, arg1 *route53.ListHostedZonesInput, ...) (*route53.ListHostedZonesOutput, error)
- func (m *MockRoute53API) ListResourceRecordSets(arg0 context.Context, arg1 *route53.ListResourceRecordSetsInput, ...) (*route53.ListResourceRecordSetsOutput, error)
- func (m *MockRoute53API) ListTagsForResource(arg0 context.Context, arg1 *route53.ListTagsForResourceInput, ...) (*route53.ListTagsForResourceOutput, error)
- type MockRoute53APIMockRecorder
- func (mr *MockRoute53APIMockRecorder) ChangeResourceRecordSets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRoute53APIMockRecorder) GetHostedZone(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRoute53APIMockRecorder) ListHostedZones(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRoute53APIMockRecorder) ListResourceRecordSets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRoute53APIMockRecorder) ListTagsForResource(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockS3API
- func (m *MockS3API) CompleteMultipartUpload(arg0 context.Context, arg1 *s3.CompleteMultipartUploadInput, ...) (*s3.CompleteMultipartUploadOutput, error)
- func (m *MockS3API) CreateBucket(arg0 context.Context, arg1 *s3.CreateBucketInput, arg2 ...func(*s3.Options)) (*s3.CreateBucketOutput, error)
- func (m *MockS3API) CreateMultipartUpload(arg0 context.Context, arg1 *s3.CreateMultipartUploadInput, ...) (*s3.CreateMultipartUploadOutput, error)
- func (m *MockS3API) DeleteBucket(arg0 context.Context, arg1 *s3.DeleteBucketInput, arg2 ...func(*s3.Options)) (*s3.DeleteBucketOutput, error)
- func (m *MockS3API) DeleteObject(arg0 context.Context, arg1 *s3.DeleteObjectInput, arg2 ...func(*s3.Options)) (*s3.DeleteObjectOutput, error)
- func (m *MockS3API) DeleteObjects(arg0 context.Context, arg1 *s3.DeleteObjectsInput, arg2 ...func(*s3.Options)) (*s3.DeleteObjectsOutput, error)
- func (m *MockS3API) EXPECT() *MockS3APIMockRecorder
- func (m *MockS3API) GetBucketTagging(arg0 context.Context, arg1 *s3.GetBucketTaggingInput, ...) (*s3.GetBucketTaggingOutput, error)
- func (m *MockS3API) GetBucketVersioning(arg0 context.Context, arg1 *s3.GetBucketVersioningInput, ...) (*s3.GetBucketVersioningOutput, error)
- func (m *MockS3API) HeadBucket(arg0 context.Context, arg1 *s3.HeadBucketInput, arg2 ...func(*s3.Options)) (*s3.HeadBucketOutput, error)
- func (m *MockS3API) HeadObject(arg0 context.Context, arg1 *s3.HeadObjectInput, arg2 ...func(*s3.Options)) (*s3.HeadObjectOutput, error)
- func (m *MockS3API) ListObjectVersions(arg0 context.Context, arg1 *s3.ListObjectVersionsInput, ...) (*s3.ListObjectVersionsOutput, error)
- func (m *MockS3API) ListObjectsV2(arg0 context.Context, arg1 *s3.ListObjectsV2Input, arg2 ...func(*s3.Options)) (*s3.ListObjectsV2Output, error)
- func (m *MockS3API) PutBucketEncryption(arg0 context.Context, arg1 *s3.PutBucketEncryptionInput, ...) (*s3.PutBucketEncryptionOutput, error)
- func (m *MockS3API) PutBucketVersioning(arg0 context.Context, arg1 *s3.PutBucketVersioningInput, ...) (*s3.PutBucketVersioningOutput, error)
- func (m *MockS3API) PutPublicAccessBlock(arg0 context.Context, arg1 *s3.PutPublicAccessBlockInput, ...) (*s3.PutPublicAccessBlockOutput, error)
- func (m *MockS3API) UploadPartCopy(arg0 context.Context, arg1 *s3.UploadPartCopyInput, arg2 ...func(*s3.Options)) (*s3.UploadPartCopyOutput, error)
- type MockS3APIMockRecorder
- func (mr *MockS3APIMockRecorder) CompleteMultipartUpload(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CreateBucket(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CreateMultipartUpload(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucket(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteObject(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteObjects(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketTagging(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketVersioning(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) HeadBucket(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) HeadObject(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectVersions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectsV2(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketEncryption(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketVersioning(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutPublicAccessBlock(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) UploadPartCopy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockSTSAPI
- type MockSTSAPIMockRecorder
- type MockSecretsManagerAPI
- func (m *MockSecretsManagerAPI) CreateSecret(arg0 context.Context, arg1 *secretsmanager.CreateSecretInput, ...) (*secretsmanager.CreateSecretOutput, error)
- func (m *MockSecretsManagerAPI) DeleteSecret(arg0 context.Context, arg1 *secretsmanager.DeleteSecretInput, ...) (*secretsmanager.DeleteSecretOutput, error)
- func (m *MockSecretsManagerAPI) EXPECT() *MockSecretsManagerAPIMockRecorder
- func (m *MockSecretsManagerAPI) GetSecretValue(arg0 context.Context, arg1 *secretsmanager.GetSecretValueInput, ...) (*secretsmanager.GetSecretValueOutput, error)
- func (m *MockSecretsManagerAPI) RestoreSecret(arg0 context.Context, arg1 *secretsmanager.RestoreSecretInput, ...) (*secretsmanager.RestoreSecretOutput, error)
- type MockSecretsManagerAPIMockRecorder
- func (mr *MockSecretsManagerAPIMockRecorder) CreateSecret(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSecretsManagerAPIMockRecorder) DeleteSecret(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSecretsManagerAPIMockRecorder) GetSecretValue(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSecretsManagerAPIMockRecorder) RestoreSecret(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockACMAPI ¶
type MockACMAPI struct {
// contains filtered or unexported fields
}
MockACMAPI is a mock of ACMAPI interface
func NewMockACMAPI ¶
func NewMockACMAPI(ctrl *gomock.Controller) *MockACMAPI
NewMockACMAPI creates a new mock instance
func (*MockACMAPI) EXPECT ¶
func (m *MockACMAPI) EXPECT() *MockACMAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockACMAPI) ListCertificates ¶
func (m *MockACMAPI) ListCertificates(arg0 context.Context, arg1 *acm.ListCertificatesInput, arg2 ...func(*acm.Options)) (*acm.ListCertificatesOutput, error)
ListCertificates mocks base method
func (*MockACMAPI) ListTagsForCertificate ¶
func (m *MockACMAPI) ListTagsForCertificate(arg0 context.Context, arg1 *acm.ListTagsForCertificateInput, arg2 ...func(*acm.Options)) (*acm.ListTagsForCertificateOutput, error)
ListTagsForCertificate mocks base method
type MockACMAPIMockRecorder ¶
type MockACMAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockACMAPIMockRecorder is the mock recorder for MockACMAPI
func (*MockACMAPIMockRecorder) ListCertificates ¶
func (mr *MockACMAPIMockRecorder) ListCertificates(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListCertificates indicates an expected call of ListCertificates
func (*MockACMAPIMockRecorder) ListTagsForCertificate ¶
func (mr *MockACMAPIMockRecorder) ListTagsForCertificate(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTagsForCertificate indicates an expected call of ListTagsForCertificate
type MockDynamoDBAPI ¶ added in v0.24.0
type MockDynamoDBAPI struct {
// contains filtered or unexported fields
}
MockDynamoDBAPI is a mock of DynamoDBAPI interface
func NewMockDynamoDBAPI ¶ added in v0.24.0
func NewMockDynamoDBAPI(ctrl *gomock.Controller) *MockDynamoDBAPI
NewMockDynamoDBAPI creates a new mock instance
func (*MockDynamoDBAPI) DeleteTable ¶ added in v0.24.0
func (m *MockDynamoDBAPI) DeleteTable(arg0 context.Context, arg1 *dynamodb.DeleteTableInput, arg2 ...func(*dynamodb.Options)) (*dynamodb.DeleteTableOutput, error)
DeleteTable mocks base method
func (*MockDynamoDBAPI) DescribeTable ¶ added in v0.24.0
func (m *MockDynamoDBAPI) DescribeTable(arg0 context.Context, arg1 *dynamodb.DescribeTableInput, arg2 ...func(*dynamodb.Options)) (*dynamodb.DescribeTableOutput, error)
DescribeTable mocks base method
func (*MockDynamoDBAPI) EXPECT ¶ added in v0.24.0
func (m *MockDynamoDBAPI) EXPECT() *MockDynamoDBAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockDynamoDBAPIMockRecorder ¶ added in v0.24.0
type MockDynamoDBAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockDynamoDBAPIMockRecorder is the mock recorder for MockDynamoDBAPI
func (*MockDynamoDBAPIMockRecorder) DeleteTable ¶ added in v0.24.0
func (mr *MockDynamoDBAPIMockRecorder) DeleteTable(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteTable indicates an expected call of DeleteTable
func (*MockDynamoDBAPIMockRecorder) DescribeTable ¶ added in v0.24.0
func (mr *MockDynamoDBAPIMockRecorder) DescribeTable(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeTable indicates an expected call of DescribeTable
type MockEC2API ¶
type MockEC2API struct {
// contains filtered or unexported fields
}
MockEC2API is a mock of EC2API interface
func NewMockEC2API ¶
func NewMockEC2API(ctrl *gomock.Controller) *MockEC2API
NewMockEC2API creates a new mock instance
func (*MockEC2API) AuthorizeSecurityGroupIngress ¶
func (m *MockEC2API) AuthorizeSecurityGroupIngress(arg0 context.Context, arg1 *ec2.AuthorizeSecurityGroupIngressInput, arg2 ...func(*ec2.Options)) (*ec2.AuthorizeSecurityGroupIngressOutput, error)
AuthorizeSecurityGroupIngress mocks base method
func (*MockEC2API) CreateLaunchTemplate ¶
func (m *MockEC2API) CreateLaunchTemplate(arg0 context.Context, arg1 *ec2.CreateLaunchTemplateInput, arg2 ...func(*ec2.Options)) (*ec2.CreateLaunchTemplateOutput, error)
CreateLaunchTemplate mocks base method
func (*MockEC2API) CreateLaunchTemplateVersion ¶
func (m *MockEC2API) CreateLaunchTemplateVersion(arg0 context.Context, arg1 *ec2.CreateLaunchTemplateVersionInput, arg2 ...func(*ec2.Options)) (*ec2.CreateLaunchTemplateVersionOutput, error)
CreateLaunchTemplateVersion mocks base method
func (*MockEC2API) CreateTags ¶
func (m *MockEC2API) CreateTags(arg0 context.Context, arg1 *ec2.CreateTagsInput, arg2 ...func(*ec2.Options)) (*ec2.CreateTagsOutput, error)
CreateTags mocks base method
func (*MockEC2API) DeleteLaunchTemplate ¶
func (m *MockEC2API) DeleteLaunchTemplate(arg0 context.Context, arg1 *ec2.DeleteLaunchTemplateInput, arg2 ...func(*ec2.Options)) (*ec2.DeleteLaunchTemplateOutput, error)
DeleteLaunchTemplate mocks base method
func (*MockEC2API) DeleteTags ¶
func (m *MockEC2API) DeleteTags(arg0 context.Context, arg1 *ec2.DeleteTagsInput, arg2 ...func(*ec2.Options)) (*ec2.DeleteTagsOutput, error)
DeleteTags mocks base method
func (*MockEC2API) DescribeAvailabilityZones ¶
func (m *MockEC2API) DescribeAvailabilityZones(arg0 context.Context, arg1 *ec2.DescribeAvailabilityZonesInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeAvailabilityZonesOutput, error)
DescribeAvailabilityZones mocks base method
func (*MockEC2API) DescribeImages ¶
func (m *MockEC2API) DescribeImages(arg0 context.Context, arg1 *ec2.DescribeImagesInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeImagesOutput, error)
DescribeImages mocks base method
func (*MockEC2API) DescribeLaunchTemplates ¶
func (m *MockEC2API) DescribeLaunchTemplates(arg0 context.Context, arg1 *ec2.DescribeLaunchTemplatesInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeLaunchTemplatesOutput, error)
DescribeLaunchTemplates mocks base method
func (*MockEC2API) DescribeSecurityGroups ¶
func (m *MockEC2API) DescribeSecurityGroups(arg0 context.Context, arg1 *ec2.DescribeSecurityGroupsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeSecurityGroupsOutput, error)
DescribeSecurityGroups mocks base method
func (*MockEC2API) DescribeSubnets ¶
func (m *MockEC2API) DescribeSubnets(arg0 context.Context, arg1 *ec2.DescribeSubnetsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeSubnetsOutput, error)
DescribeSubnets mocks base method
func (*MockEC2API) DescribeVpcs ¶
func (m *MockEC2API) DescribeVpcs(arg0 context.Context, arg1 *ec2.DescribeVpcsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeVpcsOutput, error)
DescribeVpcs mocks base method
func (*MockEC2API) EXPECT ¶
func (m *MockEC2API) EXPECT() *MockEC2APIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockEC2API) RevokeSecurityGroupIngress ¶
func (m *MockEC2API) RevokeSecurityGroupIngress(arg0 context.Context, arg1 *ec2.RevokeSecurityGroupIngressInput, arg2 ...func(*ec2.Options)) (*ec2.RevokeSecurityGroupIngressOutput, error)
RevokeSecurityGroupIngress mocks base method
type MockEC2APIMockRecorder ¶
type MockEC2APIMockRecorder struct {
// contains filtered or unexported fields
}
MockEC2APIMockRecorder is the mock recorder for MockEC2API
func (*MockEC2APIMockRecorder) AuthorizeSecurityGroupIngress ¶
func (mr *MockEC2APIMockRecorder) AuthorizeSecurityGroupIngress(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AuthorizeSecurityGroupIngress indicates an expected call of AuthorizeSecurityGroupIngress
func (*MockEC2APIMockRecorder) CreateLaunchTemplate ¶
func (mr *MockEC2APIMockRecorder) CreateLaunchTemplate(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateLaunchTemplate indicates an expected call of CreateLaunchTemplate
func (*MockEC2APIMockRecorder) CreateLaunchTemplateVersion ¶
func (mr *MockEC2APIMockRecorder) CreateLaunchTemplateVersion(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateLaunchTemplateVersion indicates an expected call of CreateLaunchTemplateVersion
func (*MockEC2APIMockRecorder) CreateTags ¶
func (mr *MockEC2APIMockRecorder) CreateTags(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateTags indicates an expected call of CreateTags
func (*MockEC2APIMockRecorder) DeleteLaunchTemplate ¶
func (mr *MockEC2APIMockRecorder) DeleteLaunchTemplate(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteLaunchTemplate indicates an expected call of DeleteLaunchTemplate
func (*MockEC2APIMockRecorder) DeleteTags ¶
func (mr *MockEC2APIMockRecorder) DeleteTags(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteTags indicates an expected call of DeleteTags
func (*MockEC2APIMockRecorder) DescribeAvailabilityZones ¶
func (mr *MockEC2APIMockRecorder) DescribeAvailabilityZones(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeAvailabilityZones indicates an expected call of DescribeAvailabilityZones
func (*MockEC2APIMockRecorder) DescribeImages ¶
func (mr *MockEC2APIMockRecorder) DescribeImages(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeImages indicates an expected call of DescribeImages
func (*MockEC2APIMockRecorder) DescribeLaunchTemplates ¶
func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplates(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeLaunchTemplates indicates an expected call of DescribeLaunchTemplates
func (*MockEC2APIMockRecorder) DescribeSecurityGroups ¶
func (mr *MockEC2APIMockRecorder) DescribeSecurityGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeSecurityGroups indicates an expected call of DescribeSecurityGroups
func (*MockEC2APIMockRecorder) DescribeSubnets ¶
func (mr *MockEC2APIMockRecorder) DescribeSubnets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeSubnets indicates an expected call of DescribeSubnets
func (*MockEC2APIMockRecorder) DescribeVpcs ¶
func (mr *MockEC2APIMockRecorder) DescribeVpcs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeVpcs indicates an expected call of DescribeVpcs
func (*MockEC2APIMockRecorder) RevokeSecurityGroupIngress ¶
func (mr *MockEC2APIMockRecorder) RevokeSecurityGroupIngress(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
RevokeSecurityGroupIngress indicates an expected call of RevokeSecurityGroupIngress
type MockIAMAPI ¶
type MockIAMAPI struct {
// contains filtered or unexported fields
}
MockIAMAPI is a mock of IAMAPI interface
func NewMockIAMAPI ¶
func NewMockIAMAPI(ctrl *gomock.Controller) *MockIAMAPI
NewMockIAMAPI creates a new mock instance
func (*MockIAMAPI) AttachRolePolicy ¶
func (m *MockIAMAPI) AttachRolePolicy(arg0 context.Context, arg1 *iam.AttachRolePolicyInput, arg2 ...func(*iam.Options)) (*iam.AttachRolePolicyOutput, error)
AttachRolePolicy mocks base method
func (*MockIAMAPI) AttachUserPolicy ¶
func (m *MockIAMAPI) AttachUserPolicy(arg0 context.Context, arg1 *iam.AttachUserPolicyInput, arg2 ...func(*iam.Options)) (*iam.AttachUserPolicyOutput, error)
AttachUserPolicy mocks base method
func (*MockIAMAPI) CreateAccessKey ¶
func (m *MockIAMAPI) CreateAccessKey(arg0 context.Context, arg1 *iam.CreateAccessKeyInput, arg2 ...func(*iam.Options)) (*iam.CreateAccessKeyOutput, error)
CreateAccessKey mocks base method
func (*MockIAMAPI) CreatePolicy ¶
func (m *MockIAMAPI) CreatePolicy(arg0 context.Context, arg1 *iam.CreatePolicyInput, arg2 ...func(*iam.Options)) (*iam.CreatePolicyOutput, error)
CreatePolicy mocks base method
func (*MockIAMAPI) CreateUser ¶
func (m *MockIAMAPI) CreateUser(arg0 context.Context, arg1 *iam.CreateUserInput, arg2 ...func(*iam.Options)) (*iam.CreateUserOutput, error)
CreateUser mocks base method
func (*MockIAMAPI) DeleteAccessKey ¶
func (m *MockIAMAPI) DeleteAccessKey(arg0 context.Context, arg1 *iam.DeleteAccessKeyInput, arg2 ...func(*iam.Options)) (*iam.DeleteAccessKeyOutput, error)
DeleteAccessKey mocks base method
func (*MockIAMAPI) DeletePolicy ¶
func (m *MockIAMAPI) DeletePolicy(arg0 context.Context, arg1 *iam.DeletePolicyInput, arg2 ...func(*iam.Options)) (*iam.DeletePolicyOutput, error)
DeletePolicy mocks base method
func (*MockIAMAPI) DeleteUser ¶
func (m *MockIAMAPI) DeleteUser(arg0 context.Context, arg1 *iam.DeleteUserInput, arg2 ...func(*iam.Options)) (*iam.DeleteUserOutput, error)
DeleteUser mocks base method
func (*MockIAMAPI) DetachRolePolicy ¶
func (m *MockIAMAPI) DetachRolePolicy(arg0 context.Context, arg1 *iam.DetachRolePolicyInput, arg2 ...func(*iam.Options)) (*iam.DetachRolePolicyOutput, error)
DetachRolePolicy mocks base method
func (*MockIAMAPI) DetachUserPolicy ¶
func (m *MockIAMAPI) DetachUserPolicy(arg0 context.Context, arg1 *iam.DetachUserPolicyInput, arg2 ...func(*iam.Options)) (*iam.DetachUserPolicyOutput, error)
DetachUserPolicy mocks base method
func (*MockIAMAPI) EXPECT ¶
func (m *MockIAMAPI) EXPECT() *MockIAMAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockIAMAPI) GetPolicy ¶
func (m *MockIAMAPI) GetPolicy(arg0 context.Context, arg1 *iam.GetPolicyInput, arg2 ...func(*iam.Options)) (*iam.GetPolicyOutput, error)
GetPolicy mocks base method
func (*MockIAMAPI) GetUser ¶
func (m *MockIAMAPI) GetUser(arg0 context.Context, arg1 *iam.GetUserInput, arg2 ...func(*iam.Options)) (*iam.GetUserOutput, error)
GetUser mocks base method
func (*MockIAMAPI) ListAccessKeys ¶
func (m *MockIAMAPI) ListAccessKeys(arg0 context.Context, arg1 *iam.ListAccessKeysInput, arg2 ...func(*iam.Options)) (*iam.ListAccessKeysOutput, error)
ListAccessKeys mocks base method
func (*MockIAMAPI) ListAccountAliases ¶
func (m *MockIAMAPI) ListAccountAliases(arg0 context.Context, arg1 *iam.ListAccountAliasesInput, arg2 ...func(*iam.Options)) (*iam.ListAccountAliasesOutput, error)
ListAccountAliases mocks base method
func (*MockIAMAPI) ListAttachedUserPolicies ¶
func (m *MockIAMAPI) ListAttachedUserPolicies(arg0 context.Context, arg1 *iam.ListAttachedUserPoliciesInput, arg2 ...func(*iam.Options)) (*iam.ListAttachedUserPoliciesOutput, error)
ListAttachedUserPolicies mocks base method
type MockIAMAPIMockRecorder ¶
type MockIAMAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockIAMAPIMockRecorder is the mock recorder for MockIAMAPI
func (*MockIAMAPIMockRecorder) AttachRolePolicy ¶
func (mr *MockIAMAPIMockRecorder) AttachRolePolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AttachRolePolicy indicates an expected call of AttachRolePolicy
func (*MockIAMAPIMockRecorder) AttachUserPolicy ¶
func (mr *MockIAMAPIMockRecorder) AttachUserPolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AttachUserPolicy indicates an expected call of AttachUserPolicy
func (*MockIAMAPIMockRecorder) CreateAccessKey ¶
func (mr *MockIAMAPIMockRecorder) CreateAccessKey(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateAccessKey indicates an expected call of CreateAccessKey
func (*MockIAMAPIMockRecorder) CreatePolicy ¶
func (mr *MockIAMAPIMockRecorder) CreatePolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreatePolicy indicates an expected call of CreatePolicy
func (*MockIAMAPIMockRecorder) CreateUser ¶
func (mr *MockIAMAPIMockRecorder) CreateUser(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateUser indicates an expected call of CreateUser
func (*MockIAMAPIMockRecorder) DeleteAccessKey ¶
func (mr *MockIAMAPIMockRecorder) DeleteAccessKey(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteAccessKey indicates an expected call of DeleteAccessKey
func (*MockIAMAPIMockRecorder) DeletePolicy ¶
func (mr *MockIAMAPIMockRecorder) DeletePolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeletePolicy indicates an expected call of DeletePolicy
func (*MockIAMAPIMockRecorder) DeleteUser ¶
func (mr *MockIAMAPIMockRecorder) DeleteUser(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteUser indicates an expected call of DeleteUser
func (*MockIAMAPIMockRecorder) DetachRolePolicy ¶
func (mr *MockIAMAPIMockRecorder) DetachRolePolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DetachRolePolicy indicates an expected call of DetachRolePolicy
func (*MockIAMAPIMockRecorder) DetachUserPolicy ¶
func (mr *MockIAMAPIMockRecorder) DetachUserPolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DetachUserPolicy indicates an expected call of DetachUserPolicy
func (*MockIAMAPIMockRecorder) GetPolicy ¶
func (mr *MockIAMAPIMockRecorder) GetPolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetPolicy indicates an expected call of GetPolicy
func (*MockIAMAPIMockRecorder) GetUser ¶
func (mr *MockIAMAPIMockRecorder) GetUser(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetUser indicates an expected call of GetUser
func (*MockIAMAPIMockRecorder) ListAccessKeys ¶
func (mr *MockIAMAPIMockRecorder) ListAccessKeys(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListAccessKeys indicates an expected call of ListAccessKeys
func (*MockIAMAPIMockRecorder) ListAccountAliases ¶
func (mr *MockIAMAPIMockRecorder) ListAccountAliases(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListAccountAliases indicates an expected call of ListAccountAliases
func (*MockIAMAPIMockRecorder) ListAttachedUserPolicies ¶
func (mr *MockIAMAPIMockRecorder) ListAttachedUserPolicies(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListAttachedUserPolicies indicates an expected call of ListAttachedUserPolicies
type MockKMSAPI ¶ added in v0.19.0
type MockKMSAPI struct {
// contains filtered or unexported fields
}
MockKMSAPI is a mock of KMSAPI interface
func NewMockKMSAPI ¶ added in v0.19.0
func NewMockKMSAPI(ctrl *gomock.Controller) *MockKMSAPI
NewMockKMSAPI creates a new mock instance
func (*MockKMSAPI) CreateAlias ¶ added in v0.19.0
func (m *MockKMSAPI) CreateAlias(arg0 context.Context, arg1 *kms.CreateAliasInput, arg2 ...func(*kms.Options)) (*kms.CreateAliasOutput, error)
CreateAlias mocks base method
func (*MockKMSAPI) CreateKey ¶ added in v0.19.0
func (m *MockKMSAPI) CreateKey(arg0 context.Context, arg1 *kms.CreateKeyInput, arg2 ...func(*kms.Options)) (*kms.CreateKeyOutput, error)
CreateKey mocks base method
func (*MockKMSAPI) DescribeKey ¶ added in v0.19.0
func (m *MockKMSAPI) DescribeKey(arg0 context.Context, arg1 *kms.DescribeKeyInput, arg2 ...func(*kms.Options)) (*kms.DescribeKeyOutput, error)
DescribeKey mocks base method
func (*MockKMSAPI) DisableKey ¶ added in v0.19.0
func (m *MockKMSAPI) DisableKey(arg0 context.Context, arg1 *kms.DisableKeyInput, arg2 ...func(*kms.Options)) (*kms.DisableKeyOutput, error)
DisableKey mocks base method
func (*MockKMSAPI) EXPECT ¶ added in v0.19.0
func (m *MockKMSAPI) EXPECT() *MockKMSAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockKMSAPI) Encrypt ¶ added in v0.19.0
func (m *MockKMSAPI) Encrypt(arg0 context.Context, arg1 *kms.EncryptInput, arg2 ...func(*kms.Options)) (*kms.EncryptOutput, error)
Encrypt mocks base method
func (*MockKMSAPI) ScheduleKeyDeletion ¶ added in v0.19.0
func (m *MockKMSAPI) ScheduleKeyDeletion(arg0 context.Context, arg1 *kms.ScheduleKeyDeletionInput, arg2 ...func(*kms.Options)) (*kms.ScheduleKeyDeletionOutput, error)
ScheduleKeyDeletion mocks base method
type MockKMSAPIMockRecorder ¶ added in v0.19.0
type MockKMSAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockKMSAPIMockRecorder is the mock recorder for MockKMSAPI
func (*MockKMSAPIMockRecorder) CreateAlias ¶ added in v0.19.0
func (mr *MockKMSAPIMockRecorder) CreateAlias(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateAlias indicates an expected call of CreateAlias
func (*MockKMSAPIMockRecorder) CreateKey ¶ added in v0.19.0
func (mr *MockKMSAPIMockRecorder) CreateKey(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateKey indicates an expected call of CreateKey
func (*MockKMSAPIMockRecorder) DescribeKey ¶ added in v0.19.0
func (mr *MockKMSAPIMockRecorder) DescribeKey(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeKey indicates an expected call of DescribeKey
func (*MockKMSAPIMockRecorder) DisableKey ¶ added in v0.19.0
func (mr *MockKMSAPIMockRecorder) DisableKey(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DisableKey indicates an expected call of DisableKey
func (*MockKMSAPIMockRecorder) Encrypt ¶ added in v0.19.0
func (mr *MockKMSAPIMockRecorder) Encrypt(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Encrypt indicates an expected call of Encrypt
func (*MockKMSAPIMockRecorder) ScheduleKeyDeletion ¶ added in v0.19.0
func (mr *MockKMSAPIMockRecorder) ScheduleKeyDeletion(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ScheduleKeyDeletion indicates an expected call of ScheduleKeyDeletion
type MockRDSAPI ¶
type MockRDSAPI struct {
// contains filtered or unexported fields
}
MockRDSAPI is a mock of RDSAPI interface
func NewMockRDSAPI ¶
func NewMockRDSAPI(ctrl *gomock.Controller) *MockRDSAPI
NewMockRDSAPI creates a new mock instance
func (*MockRDSAPI) AddTagsToResource ¶
func (m *MockRDSAPI) AddTagsToResource(arg0 context.Context, arg1 *rds.AddTagsToResourceInput, arg2 ...func(*rds.Options)) (*rds.AddTagsToResourceOutput, error)
AddTagsToResource mocks base method
func (*MockRDSAPI) CreateDBCluster ¶
func (m *MockRDSAPI) CreateDBCluster(arg0 context.Context, arg1 *rds.CreateDBClusterInput, arg2 ...func(*rds.Options)) (*rds.CreateDBClusterOutput, error)
CreateDBCluster mocks base method
func (*MockRDSAPI) CreateDBClusterSnapshot ¶
func (m *MockRDSAPI) CreateDBClusterSnapshot(arg0 context.Context, arg1 *rds.CreateDBClusterSnapshotInput, arg2 ...func(*rds.Options)) (*rds.CreateDBClusterSnapshotOutput, error)
CreateDBClusterSnapshot mocks base method
func (*MockRDSAPI) CreateDBInstance ¶
func (m *MockRDSAPI) CreateDBInstance(arg0 context.Context, arg1 *rds.CreateDBInstanceInput, arg2 ...func(*rds.Options)) (*rds.CreateDBInstanceOutput, error)
CreateDBInstance mocks base method
func (*MockRDSAPI) DeleteDBCluster ¶
func (m *MockRDSAPI) DeleteDBCluster(arg0 context.Context, arg1 *rds.DeleteDBClusterInput, arg2 ...func(*rds.Options)) (*rds.DeleteDBClusterOutput, error)
DeleteDBCluster mocks base method
func (*MockRDSAPI) DeleteDBInstance ¶
func (m *MockRDSAPI) DeleteDBInstance(arg0 context.Context, arg1 *rds.DeleteDBInstanceInput, arg2 ...func(*rds.Options)) (*rds.DeleteDBInstanceOutput, error)
DeleteDBInstance mocks base method
func (*MockRDSAPI) DescribeDBClusterEndpoints ¶
func (m *MockRDSAPI) DescribeDBClusterEndpoints(arg0 context.Context, arg1 *rds.DescribeDBClusterEndpointsInput, arg2 ...func(*rds.Options)) (*rds.DescribeDBClusterEndpointsOutput, error)
DescribeDBClusterEndpoints mocks base method
func (*MockRDSAPI) DescribeDBClusters ¶
func (m *MockRDSAPI) DescribeDBClusters(arg0 context.Context, arg1 *rds.DescribeDBClustersInput, arg2 ...func(*rds.Options)) (*rds.DescribeDBClustersOutput, error)
DescribeDBClusters mocks base method
func (*MockRDSAPI) DescribeDBInstances ¶
func (m *MockRDSAPI) DescribeDBInstances(arg0 context.Context, arg1 *rds.DescribeDBInstancesInput, arg2 ...func(*rds.Options)) (*rds.DescribeDBInstancesOutput, error)
DescribeDBInstances mocks base method
func (*MockRDSAPI) DescribeDBSubnetGroups ¶
func (m *MockRDSAPI) DescribeDBSubnetGroups(arg0 context.Context, arg1 *rds.DescribeDBSubnetGroupsInput, arg2 ...func(*rds.Options)) (*rds.DescribeDBSubnetGroupsOutput, error)
DescribeDBSubnetGroups mocks base method
func (*MockRDSAPI) EXPECT ¶
func (m *MockRDSAPI) EXPECT() *MockRDSAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockRDSAPIMockRecorder ¶
type MockRDSAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockRDSAPIMockRecorder is the mock recorder for MockRDSAPI
func (*MockRDSAPIMockRecorder) AddTagsToResource ¶
func (mr *MockRDSAPIMockRecorder) AddTagsToResource(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AddTagsToResource indicates an expected call of AddTagsToResource
func (*MockRDSAPIMockRecorder) CreateDBCluster ¶
func (mr *MockRDSAPIMockRecorder) CreateDBCluster(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateDBCluster indicates an expected call of CreateDBCluster
func (*MockRDSAPIMockRecorder) CreateDBClusterSnapshot ¶
func (mr *MockRDSAPIMockRecorder) CreateDBClusterSnapshot(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateDBClusterSnapshot indicates an expected call of CreateDBClusterSnapshot
func (*MockRDSAPIMockRecorder) CreateDBInstance ¶
func (mr *MockRDSAPIMockRecorder) CreateDBInstance(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateDBInstance indicates an expected call of CreateDBInstance
func (*MockRDSAPIMockRecorder) DeleteDBCluster ¶
func (mr *MockRDSAPIMockRecorder) DeleteDBCluster(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteDBCluster indicates an expected call of DeleteDBCluster
func (*MockRDSAPIMockRecorder) DeleteDBInstance ¶
func (mr *MockRDSAPIMockRecorder) DeleteDBInstance(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteDBInstance indicates an expected call of DeleteDBInstance
func (*MockRDSAPIMockRecorder) DescribeDBClusterEndpoints ¶
func (mr *MockRDSAPIMockRecorder) DescribeDBClusterEndpoints(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeDBClusterEndpoints indicates an expected call of DescribeDBClusterEndpoints
func (*MockRDSAPIMockRecorder) DescribeDBClusters ¶
func (mr *MockRDSAPIMockRecorder) DescribeDBClusters(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeDBClusters indicates an expected call of DescribeDBClusters
func (*MockRDSAPIMockRecorder) DescribeDBInstances ¶
func (mr *MockRDSAPIMockRecorder) DescribeDBInstances(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeDBInstances indicates an expected call of DescribeDBInstances
func (*MockRDSAPIMockRecorder) DescribeDBSubnetGroups ¶
func (mr *MockRDSAPIMockRecorder) DescribeDBSubnetGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeDBSubnetGroups indicates an expected call of DescribeDBSubnetGroups
type MockResourceGroupsTaggingAPIAPI ¶ added in v0.19.0
type MockResourceGroupsTaggingAPIAPI struct {
// contains filtered or unexported fields
}
MockResourceGroupsTaggingAPIAPI is a mock of ResourceGroupsTaggingAPIAPI interface
func NewMockResourceGroupsTaggingAPIAPI ¶ added in v0.19.0
func NewMockResourceGroupsTaggingAPIAPI(ctrl *gomock.Controller) *MockResourceGroupsTaggingAPIAPI
NewMockResourceGroupsTaggingAPIAPI creates a new mock instance
func (*MockResourceGroupsTaggingAPIAPI) EXPECT ¶ added in v0.19.0
func (m *MockResourceGroupsTaggingAPIAPI) EXPECT() *MockResourceGroupsTaggingAPIAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockResourceGroupsTaggingAPIAPI) GetResources ¶ added in v0.19.0
func (m *MockResourceGroupsTaggingAPIAPI) GetResources(arg0 context.Context, arg1 *resourcegroupstaggingapi.GetResourcesInput, arg2 ...func(*resourcegroupstaggingapi.Options)) (*resourcegroupstaggingapi.GetResourcesOutput, error)
GetResources mocks base method
type MockResourceGroupsTaggingAPIAPIMockRecorder ¶ added in v0.19.0
type MockResourceGroupsTaggingAPIAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockResourceGroupsTaggingAPIAPIMockRecorder is the mock recorder for MockResourceGroupsTaggingAPIAPI
func (*MockResourceGroupsTaggingAPIAPIMockRecorder) GetResources ¶ added in v0.19.0
func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) GetResources(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetResources indicates an expected call of GetResources
type MockRoute53API ¶
type MockRoute53API struct {
// contains filtered or unexported fields
}
MockRoute53API is a mock of Route53API interface
func NewMockRoute53API ¶
func NewMockRoute53API(ctrl *gomock.Controller) *MockRoute53API
NewMockRoute53API creates a new mock instance
func (*MockRoute53API) ChangeResourceRecordSets ¶
func (m *MockRoute53API) ChangeResourceRecordSets(arg0 context.Context, arg1 *route53.ChangeResourceRecordSetsInput, arg2 ...func(*route53.Options)) (*route53.ChangeResourceRecordSetsOutput, error)
ChangeResourceRecordSets mocks base method
func (*MockRoute53API) EXPECT ¶
func (m *MockRoute53API) EXPECT() *MockRoute53APIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockRoute53API) GetHostedZone ¶
func (m *MockRoute53API) GetHostedZone(arg0 context.Context, arg1 *route53.GetHostedZoneInput, arg2 ...func(*route53.Options)) (*route53.GetHostedZoneOutput, error)
GetHostedZone mocks base method
func (*MockRoute53API) ListHostedZones ¶
func (m *MockRoute53API) ListHostedZones(arg0 context.Context, arg1 *route53.ListHostedZonesInput, arg2 ...func(*route53.Options)) (*route53.ListHostedZonesOutput, error)
ListHostedZones mocks base method
func (*MockRoute53API) ListResourceRecordSets ¶
func (m *MockRoute53API) ListResourceRecordSets(arg0 context.Context, arg1 *route53.ListResourceRecordSetsInput, arg2 ...func(*route53.Options)) (*route53.ListResourceRecordSetsOutput, error)
ListResourceRecordSets mocks base method
func (*MockRoute53API) ListTagsForResource ¶
func (m *MockRoute53API) ListTagsForResource(arg0 context.Context, arg1 *route53.ListTagsForResourceInput, arg2 ...func(*route53.Options)) (*route53.ListTagsForResourceOutput, error)
ListTagsForResource mocks base method
type MockRoute53APIMockRecorder ¶
type MockRoute53APIMockRecorder struct {
// contains filtered or unexported fields
}
MockRoute53APIMockRecorder is the mock recorder for MockRoute53API
func (*MockRoute53APIMockRecorder) ChangeResourceRecordSets ¶
func (mr *MockRoute53APIMockRecorder) ChangeResourceRecordSets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ChangeResourceRecordSets indicates an expected call of ChangeResourceRecordSets
func (*MockRoute53APIMockRecorder) GetHostedZone ¶
func (mr *MockRoute53APIMockRecorder) GetHostedZone(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetHostedZone indicates an expected call of GetHostedZone
func (*MockRoute53APIMockRecorder) ListHostedZones ¶
func (mr *MockRoute53APIMockRecorder) ListHostedZones(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListHostedZones indicates an expected call of ListHostedZones
func (*MockRoute53APIMockRecorder) ListResourceRecordSets ¶
func (mr *MockRoute53APIMockRecorder) ListResourceRecordSets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListResourceRecordSets indicates an expected call of ListResourceRecordSets
func (*MockRoute53APIMockRecorder) ListTagsForResource ¶
func (mr *MockRoute53APIMockRecorder) ListTagsForResource(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTagsForResource indicates an expected call of ListTagsForResource
type MockS3API ¶
type MockS3API struct {
// contains filtered or unexported fields
}
MockS3API is a mock of S3API interface
func NewMockS3API ¶
func NewMockS3API(ctrl *gomock.Controller) *MockS3API
NewMockS3API creates a new mock instance
func (*MockS3API) CompleteMultipartUpload ¶
func (m *MockS3API) CompleteMultipartUpload(arg0 context.Context, arg1 *s3.CompleteMultipartUploadInput, arg2 ...func(*s3.Options)) (*s3.CompleteMultipartUploadOutput, error)
CompleteMultipartUpload mocks base method
func (*MockS3API) CreateBucket ¶
func (m *MockS3API) CreateBucket(arg0 context.Context, arg1 *s3.CreateBucketInput, arg2 ...func(*s3.Options)) (*s3.CreateBucketOutput, error)
CreateBucket mocks base method
func (*MockS3API) CreateMultipartUpload ¶
func (m *MockS3API) CreateMultipartUpload(arg0 context.Context, arg1 *s3.CreateMultipartUploadInput, arg2 ...func(*s3.Options)) (*s3.CreateMultipartUploadOutput, error)
CreateMultipartUpload mocks base method
func (*MockS3API) DeleteBucket ¶
func (m *MockS3API) DeleteBucket(arg0 context.Context, arg1 *s3.DeleteBucketInput, arg2 ...func(*s3.Options)) (*s3.DeleteBucketOutput, error)
DeleteBucket mocks base method
func (*MockS3API) DeleteObject ¶
func (m *MockS3API) DeleteObject(arg0 context.Context, arg1 *s3.DeleteObjectInput, arg2 ...func(*s3.Options)) (*s3.DeleteObjectOutput, error)
DeleteObject mocks base method
func (*MockS3API) DeleteObjects ¶
func (m *MockS3API) DeleteObjects(arg0 context.Context, arg1 *s3.DeleteObjectsInput, arg2 ...func(*s3.Options)) (*s3.DeleteObjectsOutput, error)
DeleteObjects mocks base method
func (*MockS3API) EXPECT ¶
func (m *MockS3API) EXPECT() *MockS3APIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockS3API) GetBucketTagging ¶
func (m *MockS3API) GetBucketTagging(arg0 context.Context, arg1 *s3.GetBucketTaggingInput, arg2 ...func(*s3.Options)) (*s3.GetBucketTaggingOutput, error)
GetBucketTagging mocks base method
func (*MockS3API) GetBucketVersioning ¶
func (m *MockS3API) GetBucketVersioning(arg0 context.Context, arg1 *s3.GetBucketVersioningInput, arg2 ...func(*s3.Options)) (*s3.GetBucketVersioningOutput, error)
GetBucketVersioning mocks base method
func (*MockS3API) HeadBucket ¶
func (m *MockS3API) HeadBucket(arg0 context.Context, arg1 *s3.HeadBucketInput, arg2 ...func(*s3.Options)) (*s3.HeadBucketOutput, error)
HeadBucket mocks base method
func (*MockS3API) HeadObject ¶
func (m *MockS3API) HeadObject(arg0 context.Context, arg1 *s3.HeadObjectInput, arg2 ...func(*s3.Options)) (*s3.HeadObjectOutput, error)
HeadObject mocks base method
func (*MockS3API) ListObjectVersions ¶
func (m *MockS3API) ListObjectVersions(arg0 context.Context, arg1 *s3.ListObjectVersionsInput, arg2 ...func(*s3.Options)) (*s3.ListObjectVersionsOutput, error)
ListObjectVersions mocks base method
func (*MockS3API) ListObjectsV2 ¶
func (m *MockS3API) ListObjectsV2(arg0 context.Context, arg1 *s3.ListObjectsV2Input, arg2 ...func(*s3.Options)) (*s3.ListObjectsV2Output, error)
ListObjectsV2 mocks base method
func (*MockS3API) PutBucketEncryption ¶
func (m *MockS3API) PutBucketEncryption(arg0 context.Context, arg1 *s3.PutBucketEncryptionInput, arg2 ...func(*s3.Options)) (*s3.PutBucketEncryptionOutput, error)
PutBucketEncryption mocks base method
func (*MockS3API) PutBucketVersioning ¶
func (m *MockS3API) PutBucketVersioning(arg0 context.Context, arg1 *s3.PutBucketVersioningInput, arg2 ...func(*s3.Options)) (*s3.PutBucketVersioningOutput, error)
PutBucketVersioning mocks base method
func (*MockS3API) PutPublicAccessBlock ¶
func (m *MockS3API) PutPublicAccessBlock(arg0 context.Context, arg1 *s3.PutPublicAccessBlockInput, arg2 ...func(*s3.Options)) (*s3.PutPublicAccessBlockOutput, error)
PutPublicAccessBlock mocks base method
func (*MockS3API) UploadPartCopy ¶
func (m *MockS3API) UploadPartCopy(arg0 context.Context, arg1 *s3.UploadPartCopyInput, arg2 ...func(*s3.Options)) (*s3.UploadPartCopyOutput, error)
UploadPartCopy mocks base method
type MockS3APIMockRecorder ¶
type MockS3APIMockRecorder struct {
// contains filtered or unexported fields
}
MockS3APIMockRecorder is the mock recorder for MockS3API
func (*MockS3APIMockRecorder) CompleteMultipartUpload ¶
func (mr *MockS3APIMockRecorder) CompleteMultipartUpload(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CompleteMultipartUpload indicates an expected call of CompleteMultipartUpload
func (*MockS3APIMockRecorder) CreateBucket ¶
func (mr *MockS3APIMockRecorder) CreateBucket(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateBucket indicates an expected call of CreateBucket
func (*MockS3APIMockRecorder) CreateMultipartUpload ¶
func (mr *MockS3APIMockRecorder) CreateMultipartUpload(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateMultipartUpload indicates an expected call of CreateMultipartUpload
func (*MockS3APIMockRecorder) DeleteBucket ¶
func (mr *MockS3APIMockRecorder) DeleteBucket(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucket indicates an expected call of DeleteBucket
func (*MockS3APIMockRecorder) DeleteObject ¶
func (mr *MockS3APIMockRecorder) DeleteObject(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteObject indicates an expected call of DeleteObject
func (*MockS3APIMockRecorder) DeleteObjects ¶
func (mr *MockS3APIMockRecorder) DeleteObjects(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteObjects indicates an expected call of DeleteObjects
func (*MockS3APIMockRecorder) GetBucketTagging ¶
func (mr *MockS3APIMockRecorder) GetBucketTagging(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketTagging indicates an expected call of GetBucketTagging
func (*MockS3APIMockRecorder) GetBucketVersioning ¶
func (mr *MockS3APIMockRecorder) GetBucketVersioning(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketVersioning indicates an expected call of GetBucketVersioning
func (*MockS3APIMockRecorder) HeadBucket ¶
func (mr *MockS3APIMockRecorder) HeadBucket(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
HeadBucket indicates an expected call of HeadBucket
func (*MockS3APIMockRecorder) HeadObject ¶
func (mr *MockS3APIMockRecorder) HeadObject(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
HeadObject indicates an expected call of HeadObject
func (*MockS3APIMockRecorder) ListObjectVersions ¶
func (mr *MockS3APIMockRecorder) ListObjectVersions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListObjectVersions indicates an expected call of ListObjectVersions
func (*MockS3APIMockRecorder) ListObjectsV2 ¶
func (mr *MockS3APIMockRecorder) ListObjectsV2(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListObjectsV2 indicates an expected call of ListObjectsV2
func (*MockS3APIMockRecorder) PutBucketEncryption ¶
func (mr *MockS3APIMockRecorder) PutBucketEncryption(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketEncryption indicates an expected call of PutBucketEncryption
func (*MockS3APIMockRecorder) PutBucketVersioning ¶
func (mr *MockS3APIMockRecorder) PutBucketVersioning(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketVersioning indicates an expected call of PutBucketVersioning
func (*MockS3APIMockRecorder) PutPublicAccessBlock ¶
func (mr *MockS3APIMockRecorder) PutPublicAccessBlock(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutPublicAccessBlock indicates an expected call of PutPublicAccessBlock
func (*MockS3APIMockRecorder) UploadPartCopy ¶
func (mr *MockS3APIMockRecorder) UploadPartCopy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UploadPartCopy indicates an expected call of UploadPartCopy
type MockSTSAPI ¶ added in v0.24.0
type MockSTSAPI struct {
// contains filtered or unexported fields
}
MockSTSAPI is a mock of STSAPI interface
func NewMockSTSAPI ¶ added in v0.24.0
func NewMockSTSAPI(ctrl *gomock.Controller) *MockSTSAPI
NewMockSTSAPI creates a new mock instance
func (*MockSTSAPI) EXPECT ¶ added in v0.24.0
func (m *MockSTSAPI) EXPECT() *MockSTSAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockSTSAPI) GetCallerIdentity ¶ added in v0.24.0
func (m *MockSTSAPI) GetCallerIdentity(arg0 context.Context, arg1 *sts.GetCallerIdentityInput, arg2 ...func(*sts.Options)) (*sts.GetCallerIdentityOutput, error)
GetCallerIdentity mocks base method
type MockSTSAPIMockRecorder ¶ added in v0.24.0
type MockSTSAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockSTSAPIMockRecorder is the mock recorder for MockSTSAPI
func (*MockSTSAPIMockRecorder) GetCallerIdentity ¶ added in v0.24.0
func (mr *MockSTSAPIMockRecorder) GetCallerIdentity(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetCallerIdentity indicates an expected call of GetCallerIdentity
type MockSecretsManagerAPI ¶
type MockSecretsManagerAPI struct {
// contains filtered or unexported fields
}
MockSecretsManagerAPI is a mock of SecretsManagerAPI interface
func NewMockSecretsManagerAPI ¶
func NewMockSecretsManagerAPI(ctrl *gomock.Controller) *MockSecretsManagerAPI
NewMockSecretsManagerAPI creates a new mock instance
func (*MockSecretsManagerAPI) CreateSecret ¶
func (m *MockSecretsManagerAPI) CreateSecret(arg0 context.Context, arg1 *secretsmanager.CreateSecretInput, arg2 ...func(*secretsmanager.Options)) (*secretsmanager.CreateSecretOutput, error)
CreateSecret mocks base method
func (*MockSecretsManagerAPI) DeleteSecret ¶
func (m *MockSecretsManagerAPI) DeleteSecret(arg0 context.Context, arg1 *secretsmanager.DeleteSecretInput, arg2 ...func(*secretsmanager.Options)) (*secretsmanager.DeleteSecretOutput, error)
DeleteSecret mocks base method
func (*MockSecretsManagerAPI) EXPECT ¶
func (m *MockSecretsManagerAPI) EXPECT() *MockSecretsManagerAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockSecretsManagerAPI) GetSecretValue ¶
func (m *MockSecretsManagerAPI) GetSecretValue(arg0 context.Context, arg1 *secretsmanager.GetSecretValueInput, arg2 ...func(*secretsmanager.Options)) (*secretsmanager.GetSecretValueOutput, error)
GetSecretValue mocks base method
func (*MockSecretsManagerAPI) RestoreSecret ¶
func (m *MockSecretsManagerAPI) RestoreSecret(arg0 context.Context, arg1 *secretsmanager.RestoreSecretInput, arg2 ...func(*secretsmanager.Options)) (*secretsmanager.RestoreSecretOutput, error)
RestoreSecret mocks base method
type MockSecretsManagerAPIMockRecorder ¶
type MockSecretsManagerAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockSecretsManagerAPIMockRecorder is the mock recorder for MockSecretsManagerAPI
func (*MockSecretsManagerAPIMockRecorder) CreateSecret ¶
func (mr *MockSecretsManagerAPIMockRecorder) CreateSecret(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateSecret indicates an expected call of CreateSecret
func (*MockSecretsManagerAPIMockRecorder) DeleteSecret ¶
func (mr *MockSecretsManagerAPIMockRecorder) DeleteSecret(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteSecret indicates an expected call of DeleteSecret
func (*MockSecretsManagerAPIMockRecorder) GetSecretValue ¶
func (mr *MockSecretsManagerAPIMockRecorder) GetSecretValue(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetSecretValue indicates an expected call of GetSecretValue
func (*MockSecretsManagerAPIMockRecorder) RestoreSecret ¶
func (mr *MockSecretsManagerAPIMockRecorder) RestoreSecret(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
RestoreSecret indicates an expected call of RestoreSecret