Module: Awful::Short

Defined in:
lib/awful/s3.rb,
lib/awful/acm.rb,
lib/awful/alb.rb,
lib/awful/ami.rb,
lib/awful/ec2.rb,
lib/awful/ecr.rb,
lib/awful/ecs.rb,
lib/awful/eip.rb,
lib/awful/elb.rb,
lib/awful/emr.rb,
lib/awful/kms.rb,
lib/awful/sqs.rb,
lib/awful/ssm.rb,
lib/awful/sts.rb,
lib/awful/vpc.rb,
lib/awful/vpce.rb,
lib/awful/certs.rb,
lib/awful/param.rb,
lib/awful/config.rb,
lib/awful/keypair.rb,
lib/awful/kinesis.rb,
lib/awful/route53.rb,
lib/awful/waf_acl.rb,
lib/awful/dynamodb.rb,
lib/awful/firehose.rb,
lib/awful/waf_rule.rb,
lib/awful/waf_ipset.rb,
lib/awful/changesets.rb,
lib/awful/cloudfront.rb,
lib/awful/api_gateway.rb,
lib/awful/elasticache.rb,
lib/awful/auto_scaling.rb,
lib/awful/lambda_events.rb,
lib/awful/cloudformation.rb,
lib/awful/security_group.rb,
lib/awful/cloudwatch_logs.rb,
lib/awful/dynamodb_streams.rb,
lib/awful/cloudwatch_events.rb,
lib/awful/api_gateway_stages.rb,
lib/awful/api_gateway_methods.rb,
lib/awful/api_gateway_resources.rb,
lib/awful/api_gateway_deployments.rb

Instance Method Summary collapse

Instance Method Details

#acm(*args) ⇒ Object



5
6
7
# File 'lib/awful/acm.rb', line 5

def acm(*args)
  Awful::Acm.new.invoke(*args)
end

#alb(*args) ⇒ Object



3
4
5
# File 'lib/awful/alb.rb', line 3

def alb(*args)
  Awful::Alb.new.invoke(*args)
end

#ami(*args) ⇒ Object



3
4
5
# File 'lib/awful/ami.rb', line 3

def ami(*args)
  Awful::Ami.new.invoke(*args)
end

#apigw(*args) ⇒ Object



3
4
5
# File 'lib/awful/api_gateway.rb', line 3

def apigw(*args)
  Awful::ApiGateway.new.invoke(*args)
end

#apimethods(*args) ⇒ Object



3
4
5
# File 'lib/awful/api_gateway_methods.rb', line 3

def apimethods(*args)
  Awful::ApiGateway::Methods.new.invoke(*args)
end

#apiresources(*args) ⇒ Object



3
4
5
# File 'lib/awful/api_gateway_resources.rb', line 3

def apiresources(*args)
  Awful::ApiGateway::Resources.new.invoke(*args)
end

#apistages(*args) ⇒ Object



3
4
5
# File 'lib/awful/api_gateway_stages.rb', line 3

def apistages(*args)
  Awful::ApiGateway::Stages.new.invoke(*args)
end

#asg(*args) ⇒ Object



3
4
5
# File 'lib/awful/auto_scaling.rb', line 3

def asg(*args)
  Awful::AutoScaling.new.invoke(*args)
end

#certs(*args) ⇒ Object



3
4
5
# File 'lib/awful/certs.rb', line 3

def certs(*args)
  Awful::Certs.new.invoke(*args)
end

#cf(*args) ⇒ Object



3
4
5
# File 'lib/awful/cloudformation.rb', line 3

def cf(*args)
  Awful::CloudFormation.new.invoke(*args)
end

#changesets(*args) ⇒ Object



3
4
5
# File 'lib/awful/changesets.rb', line 3

def changesets(*args)
  Awful::Changesets.new.invoke(*args)
end

#cloudfront(*args) ⇒ Object



3
4
5
# File 'lib/awful/cloudfront.rb', line 3

def cloudfront(*args)
  Awful::CloudFront.new.invoke(*args)
end

#config(*args) ⇒ Object



3
4
5
# File 'lib/awful/config.rb', line 3

def config(*args)
  Awful::Config.new.invoke(*args)
end

#cwevents(*args) ⇒ Object



3
4
5
# File 'lib/awful/cloudwatch_events.rb', line 3

def cwevents(*args)
  Awful::CloudWatchEvents.new.invoke(*args)
end

#cwlogs(*args) ⇒ Object



5
6
7
# File 'lib/awful/cloudwatch_logs.rb', line 5

def cwlogs(*args)
  Awful::CloudWatchLogs.new.invoke(*args)
end

#deployments(*args) ⇒ Object



3
4
5
# File 'lib/awful/api_gateway_deployments.rb', line 3

def deployments(*args)
  Awful::ApiGateway::Deployments.new.invoke(*args)
end

#dyn(*args) ⇒ Object



6
7
8
# File 'lib/awful/dynamodb.rb', line 6

def dyn(*args)
  Awful::DynamoDB.new.invoke(*args)
end

#dyn_streams(*args) ⇒ Object



3
4
5
# File 'lib/awful/dynamodb_streams.rb', line 3

def dyn_streams(*args)
  Awful::Streams.new.invoke(*args)
end

#ec2(*args) ⇒ Object



5
6
7
# File 'lib/awful/ec2.rb', line 5

def ec2(*args)
  Awful::Ec2.new.invoke(*args)
end

#ecr(*args) ⇒ Object



6
7
8
# File 'lib/awful/ecr.rb', line 6

def ecr(*args)
  Awful::ECR.new.invoke(*args)
end

#ecs(*args) ⇒ Object



5
6
7
# File 'lib/awful/ecs.rb', line 5

def ecs(*args)
  Awful::Ecs.new.invoke(*args)
end

#eip(*args) ⇒ Object



3
4
5
# File 'lib/awful/eip.rb', line 3

def eip(*args)
  Awful::Eip.new.invoke(*args)
end

#elasticache(*args) ⇒ Object



5
6
7
# File 'lib/awful/elasticache.rb', line 5

def elasticache(*args)
  Awful::ElastiCache.new.invoke(*args)
end

#elb(*args) ⇒ Object



3
4
5
# File 'lib/awful/elb.rb', line 3

def elb(*args)
  Awful::Elb.new.invoke(*args)
end

#emr(*args) ⇒ Object



3
4
5
# File 'lib/awful/emr.rb', line 3

def emr(*args)
  Awful::EMR.new.invoke(*args)
end

#firehose(*args) ⇒ Object



5
6
7
# File 'lib/awful/firehose.rb', line 5

def firehose(*args)
  Awful::Firehose.new.invoke(*args)
end

#keypair(*args) ⇒ Object



3
4
5
# File 'lib/awful/keypair.rb', line 3

def keypair(*args)
  Awful::Keypair.new.invoke(*args)
end

#kinesis(*args) ⇒ Object



5
6
7
# File 'lib/awful/kinesis.rb', line 5

def kinesis(*args)
  Awful::Kinesis.new.invoke(*args)
end

#kms(*args) ⇒ Object



5
6
7
# File 'lib/awful/kms.rb', line 5

def kms(*args)
  Awful::Kms.new.invoke(*args)
end

#lambda_events(*args) ⇒ Object



3
4
5
# File 'lib/awful/lambda_events.rb', line 3

def lambda_events(*args)
  Awful::Events.new.invoke(*args)
end

#param(*args) ⇒ Object



3
4
5
# File 'lib/awful/param.rb', line 3

def param(*args)
  Awful::Param.new.invoke(*args)
end

#r53(*args) ⇒ Object



3
4
5
# File 'lib/awful/route53.rb', line 3

def r53(*args)
  Awful::Route53.new.invoke(*args)
end

#s3(*args) ⇒ Object



3
4
5
# File 'lib/awful/s3.rb', line 3

def s3(*args)
  Awful::S3.new.invoke(*args)
end

#sg(*args) ⇒ Object



5
6
7
# File 'lib/awful/security_group.rb', line 5

def sg(*args)
  Awful::SecurityGroup.new.invoke(*args)
end

#sqs(*args) ⇒ Object



3
4
5
# File 'lib/awful/sqs.rb', line 3

def sqs(*args)
  Awful::SQS.new.invoke(*args)
end

#ssm(*args) ⇒ Object



3
4
5
# File 'lib/awful/ssm.rb', line 3

def ssm(*args)
  Awful::Ssm.new.invoke(*args)
end

#sts(*args) ⇒ Object



3
4
5
# File 'lib/awful/sts.rb', line 3

def sts(*args)
  Awful::Sts.new.invoke(*args)
end

#vpc(*args) ⇒ Object



3
4
5
# File 'lib/awful/vpc.rb', line 3

def vpc(*args)
  Awful::Vpc.new.invoke(*args)
end

#vpce(*args) ⇒ Object



3
4
5
# File 'lib/awful/vpce.rb', line 3

def vpce(*args)
  Awful::Vpce.new.invoke(*args)
end

#waf_acl(*args) ⇒ Object



3
4
5
# File 'lib/awful/waf_acl.rb', line 3

def waf_acl(*args)
  Awful::WAF::Acl.new.invoke(*args)
end

#waf_ipset(*args) ⇒ Object



3
4
5
# File 'lib/awful/waf_ipset.rb', line 3

def waf_ipset(*args)
  Awful::WAF::Ipset.new.invoke(*args)
end

#waf_rule(*args) ⇒ Object



3
4
5
# File 'lib/awful/waf_rule.rb', line 3

def waf_rule(*args)
  Awful::WAF::Rule.new.invoke(*args)
end