aws-sdk-core 2.11.207 → 2.11.208

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 92865e750b2f2b45ca8717d30109a9724f19742d
4
- data.tar.gz: 7cb5fe7b5ac7bad93b78f762b580a106384f7227
3
+ metadata.gz: a6f8c2bf6af333db2a04bb147ec658fd0de13299
4
+ data.tar.gz: 388fd8691d18e8990dd90aaa6425a9bfdb3f68c8
5
5
  SHA512:
6
- metadata.gz: bbc678ed2eb08d8f55ac831b6ef386b853a780a816debc8ba1a67ff577f41e9480c9dc25299504810545a32ee7c7959f0ee03156b95330825e4fc0f25e1d3696
7
- data.tar.gz: f15c8213d0e73c6d90d349a2fcdb7a7b332930762ddcf659b2ea63f727c3370efe4286b1e4a38ae57de1d701afb38c87bcdc44f092e4a084836d585525af9ff4
6
+ metadata.gz: 69dafbfd05edd7dc6d52824e1d5e2008a816e23b7892ce514ec71db0b0d954d3c325bbf7ee80bdee4c4f3612fba05f2cb62f1952efd5c80e940a22659895568e
7
+ data.tar.gz: 1129f927b8aea105cadeb8b9f99b0dd6359c17977b4bb2611d1ab426a7f243bde14bf54559abaa8549f360eee30a8b51ae4f15b55570b2a34001414063e4b0b8
@@ -14201,9 +14201,7 @@
14201
14201
  "r5.xlarge",
14202
14202
  "r5.2xlarge",
14203
14203
  "r5.4xlarge",
14204
- "r5.8xlarge",
14205
14204
  "r5.12xlarge",
14206
- "r5.16xlarge",
14207
14205
  "r5.24xlarge",
14208
14206
  "r5.metal",
14209
14207
  "r5a.large",
@@ -14216,9 +14214,7 @@
14216
14214
  "r5d.xlarge",
14217
14215
  "r5d.2xlarge",
14218
14216
  "r5d.4xlarge",
14219
- "r5d.8xlarge",
14220
14217
  "r5d.12xlarge",
14221
- "r5d.16xlarge",
14222
14218
  "r5d.24xlarge",
14223
14219
  "r5d.metal",
14224
14220
  "x1.16xlarge",
@@ -2058,8 +2058,13 @@
2058
2058
  "DefaultArguments":{"shape":"GenericMap"},
2059
2059
  "Connections":{"shape":"ConnectionsList"},
2060
2060
  "MaxRetries":{"shape":"MaxRetries"},
2061
- "AllocatedCapacity":{"shape":"IntegerValue"},
2061
+ "AllocatedCapacity":{
2062
+ "shape":"IntegerValue",
2063
+ "deprecated":true,
2064
+ "deprecatedMessage":"This property is deprecated, use MaxCapacity instead."
2065
+ },
2062
2066
  "Timeout":{"shape":"Timeout"},
2067
+ "MaxCapacity":{"shape":"NullableDouble"},
2063
2068
  "NotificationProperty":{"shape":"NotificationProperty"},
2064
2069
  "SecurityConfiguration":{"shape":"NameString"}
2065
2070
  }
@@ -3214,8 +3219,13 @@
3214
3219
  "DefaultArguments":{"shape":"GenericMap"},
3215
3220
  "Connections":{"shape":"ConnectionsList"},
3216
3221
  "MaxRetries":{"shape":"MaxRetries"},
3217
- "AllocatedCapacity":{"shape":"IntegerValue"},
3222
+ "AllocatedCapacity":{
3223
+ "shape":"IntegerValue",
3224
+ "deprecated":true,
3225
+ "deprecatedMessage":"This property is deprecated, use MaxCapacity instead."
3226
+ },
3218
3227
  "Timeout":{"shape":"Timeout"},
3228
+ "MaxCapacity":{"shape":"NullableDouble"},
3219
3229
  "NotificationProperty":{"shape":"NotificationProperty"},
3220
3230
  "SecurityConfiguration":{"shape":"NameString"}
3221
3231
  }
@@ -3271,9 +3281,14 @@
3271
3281
  "Arguments":{"shape":"GenericMap"},
3272
3282
  "ErrorMessage":{"shape":"ErrorString"},
3273
3283
  "PredecessorRuns":{"shape":"PredecessorList"},
3274
- "AllocatedCapacity":{"shape":"IntegerValue"},
3284
+ "AllocatedCapacity":{
3285
+ "shape":"IntegerValue",
3286
+ "deprecated":true,
3287
+ "deprecatedMessage":"This property is deprecated, use MaxCapacity instead."
3288
+ },
3275
3289
  "ExecutionTime":{"shape":"ExecutionTime"},
3276
3290
  "Timeout":{"shape":"Timeout"},
3291
+ "MaxCapacity":{"shape":"NullableDouble"},
3277
3292
  "NotificationProperty":{"shape":"NotificationProperty"},
3278
3293
  "SecurityConfiguration":{"shape":"NameString"},
3279
3294
  "LogGroupName":{"shape":"GenericString"}
@@ -3306,8 +3321,13 @@
3306
3321
  "DefaultArguments":{"shape":"GenericMap"},
3307
3322
  "Connections":{"shape":"ConnectionsList"},
3308
3323
  "MaxRetries":{"shape":"MaxRetries"},
3309
- "AllocatedCapacity":{"shape":"IntegerValue"},
3324
+ "AllocatedCapacity":{
3325
+ "shape":"IntegerValue",
3326
+ "deprecated":true,
3327
+ "deprecatedMessage":"This property is deprecated, use MaxCapacity instead."
3328
+ },
3310
3329
  "Timeout":{"shape":"Timeout"},
3330
+ "MaxCapacity":{"shape":"NullableDouble"},
3311
3331
  "NotificationProperty":{"shape":"NotificationProperty"},
3312
3332
  "SecurityConfiguration":{"shape":"NameString"}
3313
3333
  }
@@ -3472,6 +3492,10 @@
3472
3492
  "box":true,
3473
3493
  "min":1
3474
3494
  },
3495
+ "NullableDouble":{
3496
+ "type":"double",
3497
+ "box":true
3498
+ },
3475
3499
  "OperationTimeoutException":{
3476
3500
  "type":"structure",
3477
3501
  "members":{
@@ -3844,8 +3868,13 @@
3844
3868
  "JobName":{"shape":"NameString"},
3845
3869
  "JobRunId":{"shape":"IdString"},
3846
3870
  "Arguments":{"shape":"GenericMap"},
3847
- "AllocatedCapacity":{"shape":"IntegerValue"},
3871
+ "AllocatedCapacity":{
3872
+ "shape":"IntegerValue",
3873
+ "deprecated":true,
3874
+ "deprecatedMessage":"This property is deprecated, use MaxCapacity instead."
3875
+ },
3848
3876
  "Timeout":{"shape":"Timeout"},
3877
+ "MaxCapacity":{"shape":"NullableDouble"},
3849
3878
  "NotificationProperty":{"shape":"NotificationProperty"},
3850
3879
  "SecurityConfiguration":{"shape":"NameString"}
3851
3880
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.207'
2
+ VERSION = '2.11.208'
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.207
4
+ version: 2.11.208
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: 2019-01-17 00:00:00.000000000 Z
11
+ date: 2019-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath