aws-sdk-core 2.11.531 → 2.11.532
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ec2/2016-11-15/api-2.json +2 -0
- data/apis/medialive/2017-10-14/api-2.json +44 -0
- data/apis/opsworkscm/2016-11-01/api-2.json +1 -0
- data/endpoints.json +1 -1
- data/lib/aws-sdk-core/client.rb +7 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a945712a0909fc69dec657fb18723f73108cc8ca0102fcc21edcf7214722ab1
|
4
|
+
data.tar.gz: 54921b31fe1a45323f2b4c89cf952cfa3ecdd22e4cdbc4dc30abaaf1b966983e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0e3184922e22b9df0345d3a1174f7eae191fe9301c9d749f728a7b7eafb58d7c224543e376ffb70d76e18ebb3a065ea40dcd4945ffbecb919b246b8f95f9fb6
|
7
|
+
data.tar.gz: 654297bec97de78beef4be50675677853742f8cde5a7574e3f94ec77de0866a302838ef81b792ddd1b312eee204c2a4677b2f2c5a5ed792b82889aa04552f6be
|
@@ -24140,6 +24140,7 @@
|
|
24140
24140
|
"dedicated-host",
|
24141
24141
|
"dhcp-options",
|
24142
24142
|
"elastic-ip",
|
24143
|
+
"elastic-gpu",
|
24143
24144
|
"fleet",
|
24144
24145
|
"fpga-image",
|
24145
24146
|
"host-reservation",
|
@@ -29024,6 +29025,7 @@
|
|
29024
29025
|
"enum":[
|
29025
29026
|
"standard",
|
29026
29027
|
"io1",
|
29028
|
+
"io2",
|
29027
29029
|
"gp2",
|
29028
29030
|
"sc1",
|
29029
29031
|
"st1"
|
@@ -4715,6 +4715,10 @@
|
|
4715
4715
|
"shape": "__listOfCaptionDescription",
|
4716
4716
|
"locationName": "captionDescriptions"
|
4717
4717
|
},
|
4718
|
+
"FeatureActivations": {
|
4719
|
+
"shape": "FeatureActivations",
|
4720
|
+
"locationName": "featureActivations"
|
4721
|
+
},
|
4718
4722
|
"GlobalConfiguration": {
|
4719
4723
|
"shape": "GlobalConfiguration",
|
4720
4724
|
"locationName": "globalConfiguration"
|
@@ -4743,6 +4747,22 @@
|
|
4743
4747
|
"TimecodeConfig"
|
4744
4748
|
]
|
4745
4749
|
},
|
4750
|
+
"FeatureActivations": {
|
4751
|
+
"type": "structure",
|
4752
|
+
"members": {
|
4753
|
+
"InputPrepareScheduleActions": {
|
4754
|
+
"shape": "FeatureActivationsInputPrepareScheduleActions",
|
4755
|
+
"locationName": "inputPrepareScheduleActions"
|
4756
|
+
}
|
4757
|
+
}
|
4758
|
+
},
|
4759
|
+
"FeatureActivationsInputPrepareScheduleActions": {
|
4760
|
+
"type": "string",
|
4761
|
+
"enum": [
|
4762
|
+
"DISABLED",
|
4763
|
+
"ENABLED"
|
4764
|
+
]
|
4765
|
+
},
|
4746
4766
|
"FecOutputIncludeFec": {
|
4747
4767
|
"type": "string",
|
4748
4768
|
"enum": [
|
@@ -6706,6 +6726,26 @@
|
|
6706
6726
|
"PRIMARY_INPUT_PREFERRED"
|
6707
6727
|
]
|
6708
6728
|
},
|
6729
|
+
"InputPrepareScheduleActionSettings": {
|
6730
|
+
"type": "structure",
|
6731
|
+
"members": {
|
6732
|
+
"InputAttachmentNameReference": {
|
6733
|
+
"shape": "__string",
|
6734
|
+
"locationName": "inputAttachmentNameReference"
|
6735
|
+
},
|
6736
|
+
"InputClippingSettings": {
|
6737
|
+
"shape": "InputClippingSettings",
|
6738
|
+
"locationName": "inputClippingSettings"
|
6739
|
+
},
|
6740
|
+
"UrlPath": {
|
6741
|
+
"shape": "__listOf__string",
|
6742
|
+
"locationName": "urlPath"
|
6743
|
+
}
|
6744
|
+
},
|
6745
|
+
"required": [
|
6746
|
+
"InputAttachmentNameReference"
|
6747
|
+
]
|
6748
|
+
},
|
6709
6749
|
"InputResolution": {
|
6710
6750
|
"type": "string",
|
6711
6751
|
"enum": [
|
@@ -9203,6 +9243,10 @@
|
|
9203
9243
|
"shape": "HlsTimedMetadataScheduleActionSettings",
|
9204
9244
|
"locationName": "hlsTimedMetadataSettings"
|
9205
9245
|
},
|
9246
|
+
"InputPrepareSettings": {
|
9247
|
+
"shape": "InputPrepareScheduleActionSettings",
|
9248
|
+
"locationName": "inputPrepareSettings"
|
9249
|
+
},
|
9206
9250
|
"InputSwitchSettings": {
|
9207
9251
|
"shape": "InputSwitchScheduleActionSettings",
|
9208
9252
|
"locationName": "inputSwitchSettings"
|
data/endpoints.json
CHANGED
@@ -7064,7 +7064,7 @@
|
|
7064
7064
|
"credentialScope" : {
|
7065
7065
|
"region" : "us-gov-west-1"
|
7066
7066
|
},
|
7067
|
-
"hostname" : "elasticache
|
7067
|
+
"hostname" : "elasticache.us-gov-west-1.amazonaws.com"
|
7068
7068
|
},
|
7069
7069
|
"us-gov-east-1" : { },
|
7070
7070
|
"us-gov-west-1" : { }
|
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.532
|
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-19 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
|