aws-sdk-core 2.0.42 → 2.0.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/cloudformation/2010-05-15/api-2.json +16 -2
- data/apis/cloudformation/2010-05-15/docs-2.json +30 -10
- data/apis/ds/2015-04-16/api-2.json +1260 -0
- data/apis/ds/2015-04-16/docs-2.json +753 -0
- data/apis/ec2/2015-03-01/api-2.json +526 -3
- data/apis/ec2/2015-03-01/docs-2.json +590 -337
- data/apis/ec2/2015-04-15/api-2.json +11245 -0
- data/apis/ec2/2015-04-15/docs-2.json +5162 -0
- data/apis/ec2/2015-04-15/paginators-1.json +125 -0
- data/apis/ec2/2015-04-15/resources-1.json +2479 -0
- data/apis/ec2/2015-04-15/waiters-2.json +458 -0
- data/apis/importexport/2010-06-01/api-2.json +1 -0
- data/apis/importexport/2010-06-01/docs-2.json +2 -1
- data/apis/logs/2014-03-28/api-2.json +80 -0
- data/apis/logs/2014-03-28/docs-2.json +74 -2
- data/apis/route53domains/2014-05-15/api-2.json +62 -1
- data/apis/route53domains/2014-05-15/docs-2.json +4 -4
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/directoryservice.rb +4 -0
- data/lib/aws-sdk-core/ec2.rb +5 -5
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +10 -2
@@ -158,7 +158,7 @@
|
|
158
158
|
"DomainAvailability": {
|
159
159
|
"base": null,
|
160
160
|
"refs": {
|
161
|
-
"CheckDomainAvailabilityResponse$Availability": "<p>Whether the domain name is available for registering.</p> <note> <p>You can only register domains designated as <code>AVAILABLE</code>.</p> </note> <p>Type: String</p> <p>Valid values:</p> <ul> <li> <code>AVAILABLE</code> – The domain name is available.</li> <li> <code>AVAILABLE_RESERVED</code> – The domain name is reserved under specific conditions.</li> <li> <code>AVAILABLE_PREORDER</code> – The domain name is available and can be preordered.</li> <li> <code>UNAVAILABLE</code> – The domain name is not available.</li> <li> <code>UNAVAILABLE_PREMIUM</code> – The domain name is not available.</li> <li> <code>UNAVAILABLE_RESTRICTED</code> – The domain name is forbidden.</li> <li> <code>RESERVED</code> – The domain name has been reserved for another person or organization.</li> </ul>"
|
161
|
+
"CheckDomainAvailabilityResponse$Availability": "<p>Whether the domain name is available for registering.</p> <note> <p>You can only register domains designated as <code>AVAILABLE</code>.</p> </note> <p>Type: String</p> <p>Valid values:</p> <ul> <li> <code>AVAILABLE</code> – The domain name is available.</li> <li> <code>AVAILABLE_RESERVED</code> – The domain name is reserved under specific conditions.</li> <li> <code>AVAILABLE_PREORDER</code> – The domain name is available and can be preordered.</li> <li> <code>UNAVAILABLE</code> – The domain name is not available.</li> <li> <code>UNAVAILABLE_PREMIUM</code> – The domain name is not available.</li> <li> <code>UNAVAILABLE_RESTRICTED</code> – The domain name is forbidden.</li> <li> <code>RESERVED</code> – The domain name has been reserved for another person or organization.</li> <li> <code>DONT_KNOW</code> – The TLD registry didn't reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.</li> </ul>"
|
162
162
|
}
|
163
163
|
},
|
164
164
|
"DomainLimitExceeded": {
|
@@ -521,7 +521,7 @@
|
|
521
521
|
"TagKey": {
|
522
522
|
"base": null,
|
523
523
|
"refs": {
|
524
|
-
"Tag$Key": "<p>The key (name) of a tag.</p> <p>Type: String</p> <p>Default: None</p> <p>Valid values: A-Z, a-z, 0-9, space, \"
|
524
|
+
"Tag$Key": "<p>The key (name) of a tag.</p> <p>Type: String</p> <p>Default: None</p> <p>Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"</p> <p>Constraints: Each key can be 1-128 characters long.</p> <p>Required: Yes</p>",
|
525
525
|
"TagKeyList$member": null
|
526
526
|
}
|
527
527
|
},
|
@@ -535,13 +535,13 @@
|
|
535
535
|
"base": null,
|
536
536
|
"refs": {
|
537
537
|
"ListTagsForDomainResponse$TagList": "<p>A list of the tags that are associated with the specified domain.</p> <p>Type: A complex type containing a list of tags</p> <p>Each tag includes the following elements.</p> <ul> <li> <p>Key</p> <p>The key (name) of a tag.</p> <p>Type: String</p> </li> <li> <p>Value</p> <p>The value of a tag.</p> <p>Type: String</p> </li> </ul>",
|
538
|
-
"UpdateTagsForDomainRequest$TagsToUpdate": "<p>A list of the tag keys and values that you want to add or update. If you specify a key that already exists, the corresponding value will be replaced.</p> <p>Type: A complex type containing a list of tags</p> <p>Default: None</p> <p>Required: No</p>'> <p>Each tag includes the following elements:</p> <ul> <li> <p>Key</p> <p>The key (name) of a tag.</p> <p>Type: String</p> <p>Default: None</p> <p>Valid values: Unicode characters including alphanumeric, space, and \"
|
538
|
+
"UpdateTagsForDomainRequest$TagsToUpdate": "<p>A list of the tag keys and values that you want to add or update. If you specify a key that already exists, the corresponding value will be replaced.</p> <p>Type: A complex type containing a list of tags</p> <p>Default: None</p> <p>Required: No</p>'> <p>Each tag includes the following elements:</p> <ul> <li> <p>Key</p> <p>The key (name) of a tag.</p> <p>Type: String</p> <p>Default: None</p> <p>Valid values: Unicode characters including alphanumeric, space, and \".:/=+\\-@\"</p> <p>Constraints: Each key can be 1-128 characters long.</p> <p>Required: Yes</p> </li> <li> <p>Value</p> <p>The value of a tag.</p> <p>Type: String</p> <p>Default: None</p> <p>Valid values: Unicode characters including alphanumeric, space, and \".:/=+\\-@\"</p> <p>Constraints: Each value can be 0-256 characters long.</p> <p>Required: Yes</p> </li> </ul>"
|
539
539
|
}
|
540
540
|
},
|
541
541
|
"TagValue": {
|
542
542
|
"base": null,
|
543
543
|
"refs": {
|
544
|
-
"Tag$Value": "<p>The value of a tag.</p> <p>Type: String</p> <p>Default: None</p> <p>Valid values: A-Z, a-z, 0-9, space, \"
|
544
|
+
"Tag$Value": "<p>The value of a tag.</p> <p>Type: String</p> <p>Default: None</p> <p>Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"</p> <p>Constraints: Each value can be 0-256 characters long.</p> <p>Required: Yes</p>"
|
545
545
|
}
|
546
546
|
},
|
547
547
|
"Timestamp": {
|
data/lib/aws-sdk-core.rb
CHANGED
data/lib/aws-sdk-core/ec2.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Aws.add_service(:EC2, {
|
2
|
-
api: "#{Aws::API_DIR}/ec2/2015-
|
3
|
-
docs: "#{Aws::API_DIR}/ec2/2015-
|
4
|
-
paginators: "#{Aws::API_DIR}/ec2/2015-
|
5
|
-
resources: "#{Aws::API_DIR}/ec2/2015-
|
6
|
-
waiters: "#{Aws::API_DIR}/ec2/2015-
|
2
|
+
api: "#{Aws::API_DIR}/ec2/2015-04-15/api-2.json",
|
3
|
+
docs: "#{Aws::API_DIR}/ec2/2015-04-15/docs-2.json",
|
4
|
+
paginators: "#{Aws::API_DIR}/ec2/2015-04-15/paginators-1.json",
|
5
|
+
resources: "#{Aws::API_DIR}/ec2/2015-04-15/resources-1.json",
|
6
|
+
waiters: "#{Aws::API_DIR}/ec2/2015-04-15/waiters-2.json",
|
7
7
|
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.43
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-05-
|
11
|
+
date: 2015-05-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: multi_json
|
@@ -102,6 +102,8 @@ files:
|
|
102
102
|
- apis/directconnect/2012-10-25/api-2.json
|
103
103
|
- apis/directconnect/2012-10-25/docs-2.json
|
104
104
|
- apis/directconnect/2012-10-25/paginators-1.json
|
105
|
+
- apis/ds/2015-04-16/api-2.json
|
106
|
+
- apis/ds/2015-04-16/docs-2.json
|
105
107
|
- apis/dynamodb/2011-12-05/api-2.json
|
106
108
|
- apis/dynamodb/2011-12-05/docs-2.json
|
107
109
|
- apis/dynamodb/2011-12-05/paginators-1.json
|
@@ -121,6 +123,11 @@ files:
|
|
121
123
|
- apis/ec2/2015-03-01/paginators-1.json
|
122
124
|
- apis/ec2/2015-03-01/resources-1.json
|
123
125
|
- apis/ec2/2015-03-01/waiters-2.json
|
126
|
+
- apis/ec2/2015-04-15/api-2.json
|
127
|
+
- apis/ec2/2015-04-15/docs-2.json
|
128
|
+
- apis/ec2/2015-04-15/paginators-1.json
|
129
|
+
- apis/ec2/2015-04-15/resources-1.json
|
130
|
+
- apis/ec2/2015-04-15/waiters-2.json
|
124
131
|
- apis/ecs/2014-11-13/api-2.json
|
125
132
|
- apis/ecs/2014-11-13/docs-2.json
|
126
133
|
- apis/elasticache/2015-02-02/api-2.json
|
@@ -262,6 +269,7 @@ files:
|
|
262
269
|
- lib/aws-sdk-core/credentials.rb
|
263
270
|
- lib/aws-sdk-core/datapipeline.rb
|
264
271
|
- lib/aws-sdk-core/directconnect.rb
|
272
|
+
- lib/aws-sdk-core/directoryservice.rb
|
265
273
|
- lib/aws-sdk-core/dynamodb.rb
|
266
274
|
- lib/aws-sdk-core/dynamodb/attribute_value.rb
|
267
275
|
- lib/aws-sdk-core/ec2.rb
|