aws-sdk-core 2.11.93 → 2.11.94

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: 5390ff15415a86e690aba5b941a2e0de43ec6287
4
- data.tar.gz: 645a4f04e78f7784b60bc76ed3adfb1447ecbea4
3
+ metadata.gz: ac3765ddcfe4bb82046adc89ea47e5a297d7e3f7
4
+ data.tar.gz: ebd924b9a6b8bac27f5ce9d802ea7c775acb471b
5
5
  SHA512:
6
- metadata.gz: 73842c1865ce9aca7928d2b611376f712851e7a763c62a03b6322ba61ab3b49dbd4ebcb943258a8d515e59c697ce9a5af6d5327cf396aef027f52a6e69a99dea
7
- data.tar.gz: 4d4c12295572f17a2abb5a4c0b6e33520eee94b598cbd0f3fa0e43694179bc0fbcb6cb59d9bcc9992531510e467140b5eac581e68881251c3164f4a9a32c8ed5
6
+ metadata.gz: 506c6156eab3de47b91d5f3a03f898a332a5e82f7a45991fb63f4698154a83e06dd3da75cd0822acbb1130f03582d0e94fc1f0f90c79d201c7c1f1dc76b1e7e9
7
+ data.tar.gz: 7da7cf80f4606fee45c0de9e20ba454775ab79ab90d0b6c7b9cab1ae9441aea48db631b0f8a5ed39a220bce015bd4509d2cdda2529d7dbda43ebe45eee0af218
@@ -0,0 +1,20 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "ListTables",
7
+ "input": {
8
+ "Limit": 1
9
+ },
10
+ "errorExpectedFromService": false
11
+ },
12
+ {
13
+ "operationName": "DescribeTable",
14
+ "input": {
15
+ "TableName": "fake-table"
16
+ },
17
+ "errorExpectedFromService": true
18
+ }
19
+ ]
20
+ }
@@ -557,6 +557,77 @@
557
557
  "Action":{"shape":"AttributeAction"}
558
558
  }
559
559
  },
560
+ "AutoScalingPolicyDescription":{
561
+ "type":"structure",
562
+ "members":{
563
+ "PolicyName":{"shape":"AutoScalingPolicyName"},
564
+ "TargetTrackingScalingPolicyConfiguration":{"shape":"AutoScalingTargetTrackingScalingPolicyConfigurationDescription"}
565
+ }
566
+ },
567
+ "AutoScalingPolicyDescriptionList":{
568
+ "type":"list",
569
+ "member":{"shape":"AutoScalingPolicyDescription"}
570
+ },
571
+ "AutoScalingPolicyName":{
572
+ "type":"string",
573
+ "max":256,
574
+ "min":1,
575
+ "pattern":"\\p{Print}+"
576
+ },
577
+ "AutoScalingPolicyUpdate":{
578
+ "type":"structure",
579
+ "required":["TargetTrackingScalingPolicyConfiguration"],
580
+ "members":{
581
+ "PolicyName":{"shape":"AutoScalingPolicyName"},
582
+ "TargetTrackingScalingPolicyConfiguration":{"shape":"AutoScalingTargetTrackingScalingPolicyConfigurationUpdate"}
583
+ }
584
+ },
585
+ "AutoScalingRoleArn":{
586
+ "type":"string",
587
+ "max":1600,
588
+ "min":1,
589
+ "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
590
+ },
591
+ "AutoScalingSettingsDescription":{
592
+ "type":"structure",
593
+ "members":{
594
+ "MinimumUnits":{"shape":"PositiveLongObject"},
595
+ "MaximumUnits":{"shape":"PositiveLongObject"},
596
+ "AutoScalingDisabled":{"shape":"BooleanObject"},
597
+ "AutoScalingRoleArn":{"shape":"String"},
598
+ "ScalingPolicies":{"shape":"AutoScalingPolicyDescriptionList"}
599
+ }
600
+ },
601
+ "AutoScalingSettingsUpdate":{
602
+ "type":"structure",
603
+ "members":{
604
+ "MinimumUnits":{"shape":"PositiveLongObject"},
605
+ "MaximumUnits":{"shape":"PositiveLongObject"},
606
+ "AutoScalingDisabled":{"shape":"BooleanObject"},
607
+ "AutoScalingRoleArn":{"shape":"AutoScalingRoleArn"},
608
+ "ScalingPolicyUpdate":{"shape":"AutoScalingPolicyUpdate"}
609
+ }
610
+ },
611
+ "AutoScalingTargetTrackingScalingPolicyConfigurationDescription":{
612
+ "type":"structure",
613
+ "required":["TargetValue"],
614
+ "members":{
615
+ "DisableScaleIn":{"shape":"BooleanObject"},
616
+ "ScaleInCooldown":{"shape":"IntegerObject"},
617
+ "ScaleOutCooldown":{"shape":"IntegerObject"},
618
+ "TargetValue":{"shape":"Double"}
619
+ }
620
+ },
621
+ "AutoScalingTargetTrackingScalingPolicyConfigurationUpdate":{
622
+ "type":"structure",
623
+ "required":["TargetValue"],
624
+ "members":{
625
+ "DisableScaleIn":{"shape":"BooleanObject"},
626
+ "ScaleInCooldown":{"shape":"IntegerObject"},
627
+ "ScaleOutCooldown":{"shape":"IntegerObject"},
628
+ "TargetValue":{"shape":"Double"}
629
+ }
630
+ },
560
631
  "Backfilling":{"type":"boolean"},
561
632
  "BackupArn":{
562
633
  "type":"string",
@@ -1035,6 +1106,7 @@
1035
1106
  "TimeToLiveDescription":{"shape":"TimeToLiveDescription"}
1036
1107
  }
1037
1108
  },
1109
+ "Double":{"type":"double"},
1038
1110
  "ErrorMessage":{"type":"string"},
1039
1111
  "ExpectedAttributeMap":{
1040
1112
  "type":"map",
@@ -1182,7 +1254,8 @@
1182
1254
  "required":["IndexName"],
1183
1255
  "members":{
1184
1256
  "IndexName":{"shape":"IndexName"},
1185
- "ProvisionedWriteCapacityUnits":{"shape":"PositiveLongObject"}
1257
+ "ProvisionedWriteCapacityUnits":{"shape":"PositiveLongObject"},
1258
+ "ProvisionedWriteCapacityAutoScalingSettingsUpdate":{"shape":"AutoScalingSettingsUpdate"}
1186
1259
  }
1187
1260
  },
1188
1261
  "GlobalTableGlobalSecondaryIndexSettingsUpdateList":{
@@ -1234,6 +1307,7 @@
1234
1307
  ]
1235
1308
  },
1236
1309
  "Integer":{"type":"integer"},
1310
+ "IntegerObject":{"type":"integer"},
1237
1311
  "InternalServerError":{
1238
1312
  "type":"structure",
1239
1313
  "members":{
@@ -1677,7 +1751,9 @@
1677
1751
  "IndexName":{"shape":"IndexName"},
1678
1752
  "IndexStatus":{"shape":"IndexStatus"},
1679
1753
  "ProvisionedReadCapacityUnits":{"shape":"PositiveLongObject"},
1680
- "ProvisionedWriteCapacityUnits":{"shape":"PositiveLongObject"}
1754
+ "ProvisionedReadCapacityAutoScalingSettings":{"shape":"AutoScalingSettingsDescription"},
1755
+ "ProvisionedWriteCapacityUnits":{"shape":"PositiveLongObject"},
1756
+ "ProvisionedWriteCapacityAutoScalingSettings":{"shape":"AutoScalingSettingsDescription"}
1681
1757
  }
1682
1758
  },
1683
1759
  "ReplicaGlobalSecondaryIndexSettingsDescriptionList":{
@@ -1689,7 +1765,8 @@
1689
1765
  "required":["IndexName"],
1690
1766
  "members":{
1691
1767
  "IndexName":{"shape":"IndexName"},
1692
- "ProvisionedReadCapacityUnits":{"shape":"PositiveLongObject"}
1768
+ "ProvisionedReadCapacityUnits":{"shape":"PositiveLongObject"},
1769
+ "ProvisionedReadCapacityAutoScalingSettingsUpdate":{"shape":"AutoScalingSettingsUpdate"}
1693
1770
  }
1694
1771
  },
1695
1772
  "ReplicaGlobalSecondaryIndexSettingsUpdateList":{
@@ -1716,7 +1793,9 @@
1716
1793
  "RegionName":{"shape":"RegionName"},
1717
1794
  "ReplicaStatus":{"shape":"ReplicaStatus"},
1718
1795
  "ReplicaProvisionedReadCapacityUnits":{"shape":"PositiveLongObject"},
1796
+ "ReplicaProvisionedReadCapacityAutoScalingSettings":{"shape":"AutoScalingSettingsDescription"},
1719
1797
  "ReplicaProvisionedWriteCapacityUnits":{"shape":"PositiveLongObject"},
1798
+ "ReplicaProvisionedWriteCapacityAutoScalingSettings":{"shape":"AutoScalingSettingsDescription"},
1720
1799
  "ReplicaGlobalSecondaryIndexSettings":{"shape":"ReplicaGlobalSecondaryIndexSettingsDescriptionList"}
1721
1800
  }
1722
1801
  },
@@ -1730,6 +1809,7 @@
1730
1809
  "members":{
1731
1810
  "RegionName":{"shape":"RegionName"},
1732
1811
  "ReplicaProvisionedReadCapacityUnits":{"shape":"PositiveLongObject"},
1812
+ "ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate":{"shape":"AutoScalingSettingsUpdate"},
1733
1813
  "ReplicaGlobalSecondaryIndexSettingsUpdate":{"shape":"ReplicaGlobalSecondaryIndexSettingsUpdateList"}
1734
1814
  }
1735
1815
  },
@@ -2213,6 +2293,7 @@
2213
2293
  "members":{
2214
2294
  "GlobalTableName":{"shape":"TableName"},
2215
2295
  "GlobalTableProvisionedWriteCapacityUnits":{"shape":"PositiveLongObject"},
2296
+ "GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate":{"shape":"AutoScalingSettingsUpdate"},
2216
2297
  "GlobalTableGlobalSecondaryIndexSettingsUpdate":{"shape":"GlobalTableGlobalSecondaryIndexSettingsUpdateList"},
2217
2298
  "ReplicaSettingsUpdate":{"shape":"ReplicaSettingsUpdateList"}
2218
2299
  }
@@ -0,0 +1,20 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "ListTables",
7
+ "input": {
8
+ "Limit": 1
9
+ },
10
+ "errorExpectedFromService": false
11
+ },
12
+ {
13
+ "operationName": "DescribeTable",
14
+ "input": {
15
+ "TableName": "fake-table"
16
+ },
17
+ "errorExpectedFromService": true
18
+ }
19
+ ]
20
+ }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.93'
2
+ VERSION = '2.11.94'
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.93
4
+ version: 2.11.94
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-07-20 00:00:00.000000000 Z
11
+ date: 2018-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -221,11 +221,13 @@ files:
221
221
  - apis/dynamodb/2011-12-05/api-2.json
222
222
  - apis/dynamodb/2011-12-05/examples-1.json
223
223
  - apis/dynamodb/2011-12-05/paginators-1.json
224
+ - apis/dynamodb/2011-12-05/smoke.json
224
225
  - apis/dynamodb/2011-12-05/waiters-2.json
225
226
  - apis/dynamodb/2012-08-10/api-2.json
226
227
  - apis/dynamodb/2012-08-10/examples-1.json
227
228
  - apis/dynamodb/2012-08-10/paginators-1.json
228
229
  - apis/dynamodb/2012-08-10/resources-1.json
230
+ - apis/dynamodb/2012-08-10/smoke.json
229
231
  - apis/dynamodb/2012-08-10/waiters-2.json
230
232
  - apis/ec2/2015-10-01/api-2.json
231
233
  - apis/ec2/2015-10-01/examples-1.json