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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb1dcf9dbf0609594cc613f1d0e2d05eefcafa6ec528d76acf01ac769af78178
4
- data.tar.gz: a317bca103805136066dc2ad1011b312c223111fbca40f268be0d3ff459c045a
3
+ metadata.gz: 0a945712a0909fc69dec657fb18723f73108cc8ca0102fcc21edcf7214722ab1
4
+ data.tar.gz: 54921b31fe1a45323f2b4c89cf952cfa3ecdd22e4cdbc4dc30abaaf1b966983e
5
5
  SHA512:
6
- metadata.gz: cacd21c585d6151c06b74a16455b867c3da855276beeab426176bcf6cb7a4f9ff6bf99528240174b0a5a8050904e32dee261a7dc9795e925a1ca87785214ee16
7
- data.tar.gz: b640ac6fde7db965535794dd5a136cc9a05b50da5be49cb3e1766bb69cb71a75cfe0502476e499b9fc108c66c3683899eef402e03f25e19f68b34a331e1549a9
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"
@@ -406,6 +406,7 @@
406
406
  "CreateServerRequest":{
407
407
  "type":"structure",
408
408
  "required":[
409
+ "Engine",
409
410
  "ServerName",
410
411
  "InstanceProfileArn",
411
412
  "InstanceType",
@@ -7064,7 +7064,7 @@
7064
7064
  "credentialScope" : {
7065
7065
  "region" : "us-gov-west-1"
7066
7066
  },
7067
- "hostname" : "elasticache-fips.us-gov-west-1.amazonaws.com"
7067
+ "hostname" : "elasticache.us-gov-west-1.amazonaws.com"
7068
7068
  },
7069
7069
  "us-gov-east-1" : { },
7070
7070
  "us-gov-west-1" : { }
@@ -63,7 +63,13 @@ module Aws
63
63
  def soft_deprecation
64
64
  unless @warned
65
65
  @warned = true
66
- warn("NEWER VERSION AVAILABLE: Please upgrade to AWS SDK For Ruby V3")
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
 
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.531'
2
+ VERSION = '2.11.532'
3
3
  end
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.531
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-18 00:00:00.000000000 Z
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: A newer version of this gem is available, please upgrade to version 3.Provides
42
- API clients for AWS. This gem is part of the official AWS SDK for Ruby.
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: 'NEWER VERSION AVAILABLE: Please upgrade to AWS SDK For Ruby
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