Skip to content

Add attribute is_default (alias is_default?) to AWS::EC2::VPC #669

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1,548 commits into from

Conversation

nahaylo
Copy link

@nahaylo nahaylo commented Nov 27, 2014

I've implemented is_default method on AWS::EC2::VPC.

trevorrowe and others added 30 commits May 12, 2014 11:31
To construct the new client:

  cs = AWS::CloudSearch::Client.new(api_version:'2013-01-01')

Fixes aws#509
Route53 health check: ip_address isn't required
introduce custom error for empty multipart upload
Use OpenSSL::Digest where possible.
This makes it easier to filter by a paired tag key and value:

   ec2.instances.with_tag('key', 'value')

The #with_tag method provides an alternative the following:

   ec2.instances.filter('tag:key', 'value')
Route53 rerturns a NoSuchHostedZone error when you attempt
to describe a non-existant hosted zone.  This call was being
used to implement #exists? but it was not rescuing the error.
This adds support for the EC2 2014-05-01 API version.
The `AWS::EC2::Client#copy_snapshot` method will automatically
populated the `:destiation_region` and `:presigned_url` params
for the user to enable copy snapshot on encrypted volumes.
Amazon S3 now enables specifying a lifecycle configuration on versioned
buckets. Versioning provides protection against overwrites and deletes
by enabling you to preserve, retrieve, and restore every version of
every object in an Amazon S3 bucket. Using lifecycle rules, you can
automatically control the cost of storing multiple versions of your
objects.
Additional response data returned from the AssumeRoleWithSAML operation
in the AWS Security Token Service allows you to access information on
the subject, subjectType, issuer, audience, and nameQualifier for an
assumed role.
Includes Hebrew language support, and you can set the desired partition
count option to preconfigure the number of index partitions for a domain
that uses the m2.2xlarge search instance type.
@trevorrowe
Copy link
Contributor

Thanks for the contribution! This has been merged into aws-sdk-v1 50300ce

@trevorrowe trevorrowe closed this Feb 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.