-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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')
…hardcoded strings in a file
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.
This was regressed here: aws@93b6ddb
…dk-ruby into winebarrel-support_private
…ed_zone id param name
trevorrowe
added a commit
that referenced
this pull request
Feb 5, 2015
Thanks for the contribution! This has been merged into aws-sdk-v1 50300ce |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've implemented
is_default
method on AWS::EC2::VPC.