aws-sdk-core 2.2.37 → 2.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/opsworks/2013-02-18/api-2.json +4 -1
- data/apis/route53domains/2014-05-15/api-2.json +128 -305
- data/endpoints.json +1346 -61
- data/lib/aws-sdk-core.rb +55 -0
- data/lib/aws-sdk-core/api/customizations.rb +21 -0
- data/lib/aws-sdk-core/api/docs/param_formatter.rb +1 -1
- data/lib/aws-sdk-core/endpoint_provider.rb +75 -16
- data/lib/aws-sdk-core/partitions.rb +174 -0
- data/lib/aws-sdk-core/partitions/partition.rb +95 -0
- data/lib/aws-sdk-core/partitions/partition_list.rb +60 -0
- data/lib/aws-sdk-core/partitions/region.rb +78 -0
- data/lib/aws-sdk-core/partitions/service.rb +84 -0
- data/lib/aws-sdk-core/plugins/s3_accelerate.rb +73 -0
- data/lib/aws-sdk-core/plugins/stub_responses.rb +1 -1
- data/lib/aws-sdk-core/signers/s3.rb +1 -0
- data/lib/aws-sdk-core/signers/v4.rb +1 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +273 -0
- metadata +9 -2
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.
|
4
|
+
version: 2.3.0
|
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: 2016-04-
|
11
|
+
date: 2016-04-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -320,6 +320,11 @@ files:
|
|
320
320
|
- lib/aws-sdk-core/pager.rb
|
321
321
|
- lib/aws-sdk-core/param_converter.rb
|
322
322
|
- lib/aws-sdk-core/param_validator.rb
|
323
|
+
- lib/aws-sdk-core/partitions.rb
|
324
|
+
- lib/aws-sdk-core/partitions/partition.rb
|
325
|
+
- lib/aws-sdk-core/partitions/partition_list.rb
|
326
|
+
- lib/aws-sdk-core/partitions/region.rb
|
327
|
+
- lib/aws-sdk-core/partitions/service.rb
|
323
328
|
- lib/aws-sdk-core/plugins/api_gateway_header.rb
|
324
329
|
- lib/aws-sdk-core/plugins/csd_conditional_signing.rb
|
325
330
|
- lib/aws-sdk-core/plugins/dynamodb_crc32_validation.rb
|
@@ -345,6 +350,7 @@ files:
|
|
345
350
|
- lib/aws-sdk-core/plugins/response_paging.rb
|
346
351
|
- lib/aws-sdk-core/plugins/retry_errors.rb
|
347
352
|
- lib/aws-sdk-core/plugins/route_53_id_fix.rb
|
353
|
+
- lib/aws-sdk-core/plugins/s3_accelerate.rb
|
348
354
|
- lib/aws-sdk-core/plugins/s3_bucket_dns.rb
|
349
355
|
- lib/aws-sdk-core/plugins/s3_expect_100_continue.rb
|
350
356
|
- lib/aws-sdk-core/plugins/s3_get_bucket_location_fix.rb
|
@@ -470,6 +476,7 @@ files:
|
|
470
476
|
- lib/seahorse/model/shapes.rb
|
471
477
|
- lib/seahorse/util.rb
|
472
478
|
- lib/seahorse/version.rb
|
479
|
+
- service-models.json
|
473
480
|
homepage: http://github.com/aws/aws-sdk-ruby
|
474
481
|
licenses:
|
475
482
|
- Apache 2.0
|