aws-sdk-core 2.11.134 → 2.11.135

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
  SHA1:
3
- metadata.gz: b7b4e60cecacc0fbcfa4a874eb76be47ff752f1a
4
- data.tar.gz: 6a17b4978a60ea1b7a366fe24c38a776108ced22
3
+ metadata.gz: f07eaf03569001c6656123a1b80bbd16254144d6
4
+ data.tar.gz: 0fac0ed717c31244bd2985af32761d18b5d9fa04
5
5
  SHA512:
6
- metadata.gz: 1b405c75d2466907adf10ec432fb639d7b2206d508d86a39ee86e7d0aafc1f752935758f0c6f79f394fb1f84148000f7f46ebc4ac69cde8022565141d04241d7
7
- data.tar.gz: cd6f28bc6ebb45c80d5e2dc09b2309845dc3257ff6de1dfc93425abdf99ca28fd367cae76781babcdde50f9675c1085fcb045f3a189fc93c58a0710058eebb7f
6
+ metadata.gz: 459ea692a879ae27d6fa0881fb676ad9f3594a452f96d38dd3965c7d5fc07192d208292356844822a36dfef7fa04d044b73c91f46c365f5f1d2a78812d818db3
7
+ data.tar.gz: 7b89467937f79dbbe3975461865e30b742f477d353c07ca38929490d55015e5b49bb8e457e5bf2cf9a2fda87fd6a58fd594c448d1c739753a4d01cfed6be9013
@@ -1797,6 +1797,12 @@
1797
1797
  "FALLBACK"
1798
1798
  ]
1799
1799
  },
1800
+ "Commitment": {
1801
+ "type": "string",
1802
+ "enum": [
1803
+ "ONE_YEAR"
1804
+ ]
1805
+ },
1800
1806
  "ConflictException": {
1801
1807
  "type": "structure",
1802
1808
  "members": {
@@ -1992,6 +1998,14 @@
1992
1998
  "shape": "__string",
1993
1999
  "locationName": "name"
1994
2000
  },
2001
+ "PricingPlan": {
2002
+ "shape": "PricingPlan",
2003
+ "locationName": "pricingPlan"
2004
+ },
2005
+ "ReservationPlanSettings": {
2006
+ "shape": "ReservationPlanSettings",
2007
+ "locationName": "reservationPlanSettings"
2008
+ },
1995
2009
  "Tags": {
1996
2010
  "shape": "__mapOf__string",
1997
2011
  "locationName": "tags"
@@ -5769,6 +5783,13 @@
5769
5783
  }
5770
5784
  }
5771
5785
  },
5786
+ "PricingPlan": {
5787
+ "type": "string",
5788
+ "enum": [
5789
+ "ON_DEMAND",
5790
+ "RESERVED"
5791
+ ]
5792
+ },
5772
5793
  "ProresCodecProfile": {
5773
5794
  "type": "string",
5774
5795
  "enum": [
@@ -5895,10 +5916,18 @@
5895
5916
  "shape": "__string",
5896
5917
  "locationName": "name"
5897
5918
  },
5919
+ "PricingPlan": {
5920
+ "shape": "PricingPlan",
5921
+ "locationName": "pricingPlan"
5922
+ },
5898
5923
  "ProgressingJobsCount": {
5899
5924
  "shape": "__integer",
5900
5925
  "locationName": "progressingJobsCount"
5901
5926
  },
5927
+ "ReservationPlan": {
5928
+ "shape": "ReservationPlan",
5929
+ "locationName": "reservationPlan"
5930
+ },
5902
5931
  "Status": {
5903
5932
  "shape": "QueueStatus",
5904
5933
  "locationName": "status"
@@ -5968,6 +5997,71 @@
5968
5997
  }
5969
5998
  }
5970
5999
  },
6000
+ "RenewalType": {
6001
+ "type": "string",
6002
+ "enum": [
6003
+ "AUTO_RENEW",
6004
+ "EXPIRE"
6005
+ ]
6006
+ },
6007
+ "ReservationPlan": {
6008
+ "type": "structure",
6009
+ "members": {
6010
+ "Commitment": {
6011
+ "shape": "Commitment",
6012
+ "locationName": "commitment"
6013
+ },
6014
+ "ExpiresAt": {
6015
+ "shape": "__timestampUnix",
6016
+ "locationName": "expiresAt"
6017
+ },
6018
+ "PurchasedAt": {
6019
+ "shape": "__timestampUnix",
6020
+ "locationName": "purchasedAt"
6021
+ },
6022
+ "RenewalType": {
6023
+ "shape": "RenewalType",
6024
+ "locationName": "renewalType"
6025
+ },
6026
+ "ReservedSlots": {
6027
+ "shape": "__integer",
6028
+ "locationName": "reservedSlots"
6029
+ },
6030
+ "Status": {
6031
+ "shape": "ReservationPlanStatus",
6032
+ "locationName": "status"
6033
+ }
6034
+ }
6035
+ },
6036
+ "ReservationPlanSettings": {
6037
+ "type": "structure",
6038
+ "members": {
6039
+ "Commitment": {
6040
+ "shape": "Commitment",
6041
+ "locationName": "commitment"
6042
+ },
6043
+ "RenewalType": {
6044
+ "shape": "RenewalType",
6045
+ "locationName": "renewalType"
6046
+ },
6047
+ "ReservedSlots": {
6048
+ "shape": "__integer",
6049
+ "locationName": "reservedSlots"
6050
+ }
6051
+ },
6052
+ "required": [
6053
+ "ReservedSlots",
6054
+ "Commitment",
6055
+ "RenewalType"
6056
+ ]
6057
+ },
6058
+ "ReservationPlanStatus": {
6059
+ "type": "string",
6060
+ "enum": [
6061
+ "ACTIVE",
6062
+ "EXPIRED"
6063
+ ]
6064
+ },
5971
6065
  "ResourceTags": {
5972
6066
  "type": "structure",
5973
6067
  "members": {
@@ -6327,6 +6421,10 @@
6327
6421
  "locationName": "name",
6328
6422
  "location": "uri"
6329
6423
  },
6424
+ "ReservationPlanSettings": {
6425
+ "shape": "ReservationPlanSettings",
6426
+ "locationName": "reservationPlanSettings"
6427
+ },
6330
6428
  "Status": {
6331
6429
  "shape": "QueueStatus",
6332
6430
  "locationName": "status"
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.134'
2
+ VERSION = '2.11.135'
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.134
4
+ version: 2.11.135
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: 2018-09-20 00:00:00.000000000 Z
11
+ date: 2018-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath