aws-sdk-core 2.9.39 → 2.9.40

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: 1979d7b68ac57a6c15fb317971b7c433e48f341e
4
- data.tar.gz: b706279b6e1cdce04df1b61ef5a07cade73426bc
3
+ metadata.gz: c226b98e42801578fe62c54f2f9971c2d557ee35
4
+ data.tar.gz: fd8b7d1d67dc4a67ca78248cf1521a07c28422f8
5
5
  SHA512:
6
- metadata.gz: d27a0290bfd226134382ddb1b36bdbc999c307a7e0e2f7f4ba302a3c952b7f6971d5a232273e303cb49cb8582ed5182c176eb2ba3aba80d964235d9f1dcdecac
7
- data.tar.gz: 3d35bb4e780568ec3aaee27fab5360d716efbb44d6a5584f728cdd3412c8aaedce698a484a5835d6bd7bb86b33ace33ff3a1b97b3569b147c4d185e758a48c3e
6
+ metadata.gz: b3167f3ffb5be0e1909eba9bf02af31b4f87ca17276d855e010c86c2ec1def64194b8a7f09dec20f66af07690d5bce6561ebc59df9c58c009393584f23961557
7
+ data.tar.gz: fd9529288a59bc533e56a3808866ede9e120f494a2028c2f44c583b2e02f9e1c2c06e47aa809731b0e806ffb7efc5b62917f4ac3af36793b9f59344d15f78a40
@@ -101,6 +101,7 @@
101
101
  {"shape":"LimitExceededException"},
102
102
  {"shape":"ObjectNotFoundException"},
103
103
  {"shape":"ConcurrentUpdateException"},
104
+ {"shape":"FailedResourceAccessException"},
104
105
  {"shape":"InternalServiceException"}
105
106
  ]
106
107
  },
@@ -152,6 +153,21 @@
152
153
  "exception":true
153
154
  },
154
155
  "Cooldown":{"type":"integer"},
156
+ "CustomizedMetricSpecification":{
157
+ "type":"structure",
158
+ "required":[
159
+ "MetricName",
160
+ "Namespace",
161
+ "Statistic"
162
+ ],
163
+ "members":{
164
+ "MetricName":{"shape":"MetricName"},
165
+ "Namespace":{"shape":"MetricNamespace"},
166
+ "Dimensions":{"shape":"MetricDimensions"},
167
+ "Statistic":{"shape":"MetricStatistic"},
168
+ "Unit":{"shape":"MetricUnit"}
169
+ }
170
+ },
155
171
  "DeleteScalingPolicyRequest":{
156
172
  "type":"structure",
157
173
  "required":[
@@ -283,7 +299,44 @@
283
299
  "Maximum"
284
300
  ]
285
301
  },
302
+ "MetricDimension":{
303
+ "type":"structure",
304
+ "required":[
305
+ "Name",
306
+ "Value"
307
+ ],
308
+ "members":{
309
+ "Name":{"shape":"MetricDimensionName"},
310
+ "Value":{"shape":"MetricDimensionValue"}
311
+ }
312
+ },
313
+ "MetricDimensionName":{"type":"string"},
314
+ "MetricDimensionValue":{"type":"string"},
315
+ "MetricDimensions":{
316
+ "type":"list",
317
+ "member":{"shape":"MetricDimension"}
318
+ },
319
+ "MetricName":{"type":"string"},
320
+ "MetricNamespace":{"type":"string"},
286
321
  "MetricScale":{"type":"double"},
322
+ "MetricStatistic":{
323
+ "type":"string",
324
+ "enum":[
325
+ "Average",
326
+ "Minimum",
327
+ "Maximum",
328
+ "SampleCount",
329
+ "Sum"
330
+ ]
331
+ },
332
+ "MetricType":{
333
+ "type":"string",
334
+ "enum":[
335
+ "DynamoDBReadCapacityUtilization",
336
+ "DynamoDBWriteCapacityUtilization"
337
+ ]
338
+ },
339
+ "MetricUnit":{"type":"string"},
287
340
  "MinAdjustmentMagnitude":{"type":"integer"},
288
341
  "ObjectNotFoundException":{
289
342
  "type":"structure",
@@ -300,7 +353,18 @@
300
353
  },
301
354
  "PolicyType":{
302
355
  "type":"string",
303
- "enum":["StepScaling"]
356
+ "enum":[
357
+ "StepScaling",
358
+ "TargetTrackingScaling"
359
+ ]
360
+ },
361
+ "PredefinedMetricSpecification":{
362
+ "type":"structure",
363
+ "required":["PredefinedMetricType"],
364
+ "members":{
365
+ "PredefinedMetricType":{"shape":"MetricType"},
366
+ "ResourceLabel":{"shape":"ResourceLabel"}
367
+ }
304
368
  },
305
369
  "PutScalingPolicyRequest":{
306
370
  "type":"structure",
@@ -316,14 +380,16 @@
316
380
  "ResourceId":{"shape":"ResourceIdMaxLen1600"},
317
381
  "ScalableDimension":{"shape":"ScalableDimension"},
318
382
  "PolicyType":{"shape":"PolicyType"},
319
- "StepScalingPolicyConfiguration":{"shape":"StepScalingPolicyConfiguration"}
383
+ "StepScalingPolicyConfiguration":{"shape":"StepScalingPolicyConfiguration"},
384
+ "TargetTrackingScalingPolicyConfiguration":{"shape":"TargetTrackingScalingPolicyConfiguration"}
320
385
  }
321
386
  },
322
387
  "PutScalingPolicyResponse":{
323
388
  "type":"structure",
324
389
  "required":["PolicyARN"],
325
390
  "members":{
326
- "PolicyARN":{"shape":"ResourceIdMaxLen1600"}
391
+ "PolicyARN":{"shape":"ResourceIdMaxLen1600"},
392
+ "Alarms":{"shape":"Alarms"}
327
393
  }
328
394
  },
329
395
  "RegisterScalableTargetRequest":{
@@ -362,13 +428,22 @@
362
428
  "type":"list",
363
429
  "member":{"shape":"ResourceIdMaxLen1600"}
364
430
  },
431
+ "ResourceLabel":{
432
+ "type":"string",
433
+ "max":1023,
434
+ "min":1
435
+ },
365
436
  "ScalableDimension":{
366
437
  "type":"string",
367
438
  "enum":[
368
439
  "ecs:service:DesiredCount",
369
440
  "ec2:spot-fleet-request:TargetCapacity",
370
441
  "elasticmapreduce:instancegroup:InstanceCount",
371
- "appstream:fleet:DesiredCapacity"
442
+ "appstream:fleet:DesiredCapacity",
443
+ "dynamodb:table:ReadCapacityUnits",
444
+ "dynamodb:table:WriteCapacityUnits",
445
+ "dynamodb:index:ReadCapacityUnits",
446
+ "dynamodb:index:WriteCapacityUnits"
372
447
  ]
373
448
  },
374
449
  "ScalableTarget":{
@@ -461,6 +536,7 @@
461
536
  "ScalableDimension":{"shape":"ScalableDimension"},
462
537
  "PolicyType":{"shape":"PolicyType"},
463
538
  "StepScalingPolicyConfiguration":{"shape":"StepScalingPolicyConfiguration"},
539
+ "TargetTrackingScalingPolicyConfiguration":{"shape":"TargetTrackingScalingPolicyConfiguration"},
464
540
  "Alarms":{"shape":"Alarms"},
465
541
  "CreationTime":{"shape":"TimestampType"}
466
542
  }
@@ -471,7 +547,8 @@
471
547
  "ecs",
472
548
  "elasticmapreduce",
473
549
  "ec2",
474
- "appstream"
550
+ "appstream",
551
+ "dynamodb"
475
552
  ]
476
553
  },
477
554
  "StepAdjustment":{
@@ -497,6 +574,17 @@
497
574
  "MetricAggregationType":{"shape":"MetricAggregationType"}
498
575
  }
499
576
  },
577
+ "TargetTrackingScalingPolicyConfiguration":{
578
+ "type":"structure",
579
+ "required":["TargetValue"],
580
+ "members":{
581
+ "TargetValue":{"shape":"MetricScale"},
582
+ "PredefinedMetricSpecification":{"shape":"PredefinedMetricSpecification"},
583
+ "CustomizedMetricSpecification":{"shape":"CustomizedMetricSpecification"},
584
+ "ScaleOutCooldown":{"shape":"Cooldown"},
585
+ "ScaleInCooldown":{"shape":"Cooldown"}
586
+ }
587
+ },
500
588
  "TimestampType":{"type":"timestamp"},
501
589
  "ValidationException":{
502
590
  "type":"structure",
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.9.39'
2
+ VERSION = '2.9.40'
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.9.39
4
+ version: 2.9.40
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: 2017-06-13 00:00:00.000000000 Z
11
+ date: 2017-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath