aws-sdk-core 2.11.529 → 2.11.534
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/appmesh/2019-01-25/api-2.json +59 -0
- data/apis/ec2/2016-11-15/api-2.json +55 -5
- data/apis/elasticmapreduce/2009-03-31/api-2.json +2 -1
- data/apis/mediaconvert/2017-08-29/api-2.json +55 -1
- data/apis/medialive/2017-10-14/api-2.json +44 -0
- data/apis/mediatailor/2018-04-23/api-2.json +45 -25
- data/apis/opsworkscm/2016-11-01/api-2.json +1 -0
- data/apis/organizations/2016-11-28/api-2.json +8 -4
- data/apis/rds/2014-10-31/api-2.json +19 -4
- data/apis/rds/2014-10-31/paginators-1.json +48 -0
- data/apis/rekognition/2016-06-27/api-2.json +186 -0
- data/apis/rekognition/2016-06-27/paginators-1.json +5 -0
- data/apis/route53/2013-04-01/api-2.json +89 -2
- data/apis/sesv2/2019-09-27/api-2.json +2 -1
- data/apis/snowball/2016-06-30/api-2.json +25 -3
- data/apis/sqs/2012-11-05/api-2.json +15 -4
- data/apis/sqs/2012-11-05/paginators-1.json +9 -0
- data/apis/ssm/2014-11-06/api-2.json +25 -0
- data/endpoints.json +60 -3
- data/lib/aws-sdk-core/client.rb +7 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +7 -6
data/lib/aws-sdk-core/client.rb
CHANGED
@@ -63,7 +63,13 @@ module Aws
|
|
63
63
|
def soft_deprecation
|
64
64
|
unless @warned
|
65
65
|
@warned = true
|
66
|
-
warn(
|
66
|
+
warn(
|
67
|
+
"Version 2 of the Ruby SDK will enter maintenance mode as of "\
|
68
|
+
"November 20, 2020. To continue receiving service updates and new "\
|
69
|
+
"features, please upgrade to Version 3. More information can be "\
|
70
|
+
"found here: https://aws.amazon.com/blogs/developer/"\
|
71
|
+
"deprecation-schedule-for-aws-sdk-for-ruby-v2/"
|
72
|
+
)
|
67
73
|
end
|
68
74
|
end
|
69
75
|
|
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.11.
|
4
|
+
version: 2.11.534
|
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: 2020-06-
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -38,8 +38,9 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '1.0'
|
41
|
-
description:
|
42
|
-
API clients for AWS. This gem is part of the official
|
41
|
+
description: AWS SDK For Ruby V2 has been marked as deprecated. Please upgrade to
|
42
|
+
AWS SDK For Ruby V3.Provides API clients for AWS. This gem is part of the official
|
43
|
+
AWS SDK for Ruby.
|
43
44
|
email:
|
44
45
|
- trevrowe@amazon.com
|
45
46
|
executables:
|
@@ -1353,8 +1354,8 @@ homepage: http://github.com/aws/aws-sdk-ruby
|
|
1353
1354
|
licenses:
|
1354
1355
|
- Apache 2.0
|
1355
1356
|
metadata: {}
|
1356
|
-
post_install_message:
|
1357
|
-
V3
|
1357
|
+
post_install_message: AWS SDK For Ruby V2 has been marked as deprecated. Please upgrade
|
1358
|
+
to AWS SDK For Ruby V3.
|
1358
1359
|
rdoc_options: []
|
1359
1360
|
require_paths:
|
1360
1361
|
- lib
|