aws-sdk-core 2.1.13 → 2.1.14

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: 26d104ed6fdaea30ae17efba54011d0b91e0f334
4
- data.tar.gz: 7dd851928141f423c3e0c7c33b0f2d1ad8af93d2
3
+ metadata.gz: 6694c33f60f2e2ed57212e13e7d377cad6202352
4
+ data.tar.gz: daf7bf261b31eb49a39d167da1897f7ce1d64a51
5
5
  SHA512:
6
- metadata.gz: e394b2feb25a3822b293d271867844ee67390e0d53bab0d7e9c9fb2a211c90ba94f3be0f9da73a1a4826cc6e528ac289a868997d6016841d2e9d833788d8fd94
7
- data.tar.gz: 427c8aedb5fe871800b0c1750ddab25e5ebd7dcf5e57e6f8fb17631150c655a977a180ee462704b7571f9db4de0a3f9a9f4d3c98e0bb249f61cd2b7cd2500679
6
+ metadata.gz: 6ac01959c5b18325a3c5e966ce57a85be9bd382d7badae7ef25022e8496dc9563b58b1df6b73c01d1f1ffba2cc1234144747ecd7f3c24804d64bdbd7987e0f2a
7
+ data.tar.gz: 7685d6715e00d05fcec4632b799474854af5ab7b0bef66a761dfea1252ece7d4795ef742a984f7173c1139a6e772860d41be0a44ab299ce3f5e80dff876e5fd7
@@ -353,6 +353,33 @@
353
353
  "resultWrapper":"DescribeConfigurationSettingsResult"
354
354
  }
355
355
  },
356
+ "DescribeEnvironmentHealth":{
357
+ "name":"DescribeEnvironmentHealth",
358
+ "http":{
359
+ "method":"POST",
360
+ "requestUri":"/"
361
+ },
362
+ "input":{"shape":"DescribeEnvironmentHealthRequest"},
363
+ "output":{
364
+ "shape":"DescribeEnvironmentHealthResult",
365
+ "resultWrapper":"DescribeEnvironmentHealthResult"
366
+ },
367
+ "errors":[
368
+ {
369
+ "shape":"InvalidRequestException",
370
+ "error":{
371
+ "code":"InvalidRequestException",
372
+ "httpStatusCode":400,
373
+ "senderFault":true
374
+ },
375
+ "exception":true
376
+ },
377
+ {
378
+ "shape":"ElasticBeanstalkServiceException",
379
+ "exception":true
380
+ }
381
+ ]
382
+ },
356
383
  "DescribeEnvironmentResources":{
357
384
  "name":"DescribeEnvironmentResources",
358
385
  "http":{
@@ -400,6 +427,33 @@
400
427
  "resultWrapper":"DescribeEventsResult"
401
428
  }
402
429
  },
430
+ "DescribeInstancesHealth":{
431
+ "name":"DescribeInstancesHealth",
432
+ "http":{
433
+ "method":"POST",
434
+ "requestUri":"/"
435
+ },
436
+ "input":{"shape":"DescribeInstancesHealthRequest"},
437
+ "output":{
438
+ "shape":"DescribeInstancesHealthResult",
439
+ "resultWrapper":"DescribeInstancesHealthResult"
440
+ },
441
+ "errors":[
442
+ {
443
+ "shape":"InvalidRequestException",
444
+ "error":{
445
+ "code":"InvalidRequestException",
446
+ "httpStatusCode":400,
447
+ "senderFault":true
448
+ },
449
+ "exception":true
450
+ },
451
+ {
452
+ "shape":"ElasticBeanstalkServiceException",
453
+ "exception":true
454
+ }
455
+ ]
456
+ },
403
457
  "ListAvailableSolutionStacks":{
404
458
  "name":"ListAvailableSolutionStacks",
405
459
  "http":{
@@ -619,6 +673,15 @@
619
673
  "Applications":{"shape":"ApplicationDescriptionList"}
620
674
  }
621
675
  },
676
+ "ApplicationMetrics":{
677
+ "type":"structure",
678
+ "members":{
679
+ "Duration":{"shape":"NullableInteger"},
680
+ "RequestCount":{"shape":"RequestCount"},
681
+ "StatusCodes":{"shape":"StatusCodes"},
682
+ "Latency":{"shape":"Latency"}
683
+ }
684
+ },
622
685
  "ApplicationName":{
623
686
  "type":"string",
624
687
  "min":1,
@@ -674,6 +737,27 @@
674
737
  "type":"list",
675
738
  "member":{"shape":"SolutionStackName"}
676
739
  },
740
+ "CPUUtilization":{
741
+ "type":"structure",
742
+ "members":{
743
+ "User":{"shape":"NullableDouble"},
744
+ "Nice":{"shape":"NullableDouble"},
745
+ "System":{"shape":"NullableDouble"},
746
+ "Idle":{"shape":"NullableDouble"},
747
+ "IOWait":{"shape":"NullableDouble"},
748
+ "IRQ":{"shape":"NullableDouble"},
749
+ "SoftIRQ":{"shape":"NullableDouble"}
750
+ }
751
+ },
752
+ "Cause":{
753
+ "type":"string",
754
+ "min":1,
755
+ "max":255
756
+ },
757
+ "Causes":{
758
+ "type":"list",
759
+ "member":{"shape":"Cause"}
760
+ },
677
761
  "CheckDNSAvailabilityMessage":{
678
762
  "type":"structure",
679
763
  "required":["CNAMEPrefix"],
@@ -942,6 +1026,27 @@
942
1026
  "EnvironmentName":{"shape":"EnvironmentName"}
943
1027
  }
944
1028
  },
1029
+ "DescribeEnvironmentHealthRequest":{
1030
+ "type":"structure",
1031
+ "members":{
1032
+ "EnvironmentName":{"shape":"EnvironmentName"},
1033
+ "EnvironmentId":{"shape":"EnvironmentId"},
1034
+ "AttributeNames":{"shape":"EnvironmentHealthAttributes"}
1035
+ }
1036
+ },
1037
+ "DescribeEnvironmentHealthResult":{
1038
+ "type":"structure",
1039
+ "members":{
1040
+ "EnvironmentName":{"shape":"EnvironmentName"},
1041
+ "HealthStatus":{"shape":"String"},
1042
+ "Status":{"shape":"EnvironmentHealth"},
1043
+ "Color":{"shape":"String"},
1044
+ "Causes":{"shape":"Causes"},
1045
+ "ApplicationMetrics":{"shape":"ApplicationMetrics"},
1046
+ "InstancesHealth":{"shape":"InstanceHealthSummary"},
1047
+ "RefreshedAt":{"shape":"RefreshedAt"}
1048
+ }
1049
+ },
945
1050
  "DescribeEnvironmentResourcesMessage":{
946
1051
  "type":"structure",
947
1052
  "members":{
@@ -976,11 +1081,35 @@
976
1081
  "NextToken":{"shape":"Token"}
977
1082
  }
978
1083
  },
1084
+ "DescribeInstancesHealthRequest":{
1085
+ "type":"structure",
1086
+ "members":{
1087
+ "EnvironmentName":{"shape":"EnvironmentName"},
1088
+ "EnvironmentId":{"shape":"EnvironmentId"},
1089
+ "AttributeNames":{"shape":"InstancesHealthAttributes"},
1090
+ "NextToken":{"shape":"NextToken"}
1091
+ }
1092
+ },
1093
+ "DescribeInstancesHealthResult":{
1094
+ "type":"structure",
1095
+ "members":{
1096
+ "InstanceHealthList":{"shape":"InstanceHealthList"},
1097
+ "RefreshedAt":{"shape":"RefreshedAt"},
1098
+ "NextToken":{"shape":"NextToken"}
1099
+ }
1100
+ },
979
1101
  "Description":{
980
1102
  "type":"string",
981
1103
  "max":200
982
1104
  },
983
1105
  "Ec2InstanceId":{"type":"string"},
1106
+ "ElasticBeanstalkServiceException":{
1107
+ "type":"structure",
1108
+ "members":{
1109
+ "message":{"shape":"ExceptionMessage"}
1110
+ },
1111
+ "exception":true
1112
+ },
984
1113
  "EndpointURL":{"type":"string"},
985
1114
  "EnvironmentDescription":{
986
1115
  "type":"structure",
@@ -999,6 +1128,7 @@
999
1128
  "Status":{"shape":"EnvironmentStatus"},
1000
1129
  "AbortableOperationInProgress":{"shape":"AbortableOperationInProgress"},
1001
1130
  "Health":{"shape":"EnvironmentHealth"},
1131
+ "HealthStatus":{"shape":"EnvironmentHealthStatus"},
1002
1132
  "Resources":{"shape":"EnvironmentResourcesDescription"},
1003
1133
  "Tier":{"shape":"EnvironmentTier"}
1004
1134
  }
@@ -1022,6 +1152,36 @@
1022
1152
  "Grey"
1023
1153
  ]
1024
1154
  },
1155
+ "EnvironmentHealthAttribute":{
1156
+ "type":"string",
1157
+ "enum":[
1158
+ "Status",
1159
+ "Color",
1160
+ "Causes",
1161
+ "ApplicationMetrics",
1162
+ "InstancesHealth",
1163
+ "All",
1164
+ "HealthStatus",
1165
+ "RefreshedAt"
1166
+ ]
1167
+ },
1168
+ "EnvironmentHealthAttributes":{
1169
+ "type":"list",
1170
+ "member":{"shape":"EnvironmentHealthAttribute"}
1171
+ },
1172
+ "EnvironmentHealthStatus":{
1173
+ "type":"string",
1174
+ "enum":[
1175
+ "NoData",
1176
+ "Unknown",
1177
+ "Pending",
1178
+ "Ok",
1179
+ "Info",
1180
+ "Warning",
1181
+ "Degraded",
1182
+ "Severe"
1183
+ ]
1184
+ },
1025
1185
  "EnvironmentId":{"type":"string"},
1026
1186
  "EnvironmentIdList":{
1027
1187
  "type":"list",
@@ -1135,6 +1295,7 @@
1135
1295
  "FATAL"
1136
1296
  ]
1137
1297
  },
1298
+ "ExceptionMessage":{"type":"string"},
1138
1299
  "FileTypeExtension":{
1139
1300
  "type":"string",
1140
1301
  "min":1,
@@ -1148,10 +1309,49 @@
1148
1309
  "Id":{"shape":"ResourceId"}
1149
1310
  }
1150
1311
  },
1312
+ "InstanceHealthList":{
1313
+ "type":"list",
1314
+ "member":{"shape":"SingleInstanceHealth"}
1315
+ },
1316
+ "InstanceHealthSummary":{
1317
+ "type":"structure",
1318
+ "members":{
1319
+ "NoData":{"shape":"NullableInteger"},
1320
+ "Unknown":{"shape":"NullableInteger"},
1321
+ "Pending":{"shape":"NullableInteger"},
1322
+ "Ok":{"shape":"NullableInteger"},
1323
+ "Info":{"shape":"NullableInteger"},
1324
+ "Warning":{"shape":"NullableInteger"},
1325
+ "Degraded":{"shape":"NullableInteger"},
1326
+ "Severe":{"shape":"NullableInteger"}
1327
+ }
1328
+ },
1329
+ "InstanceId":{
1330
+ "type":"string",
1331
+ "min":1,
1332
+ "max":255
1333
+ },
1151
1334
  "InstanceList":{
1152
1335
  "type":"list",
1153
1336
  "member":{"shape":"Instance"}
1154
1337
  },
1338
+ "InstancesHealthAttribute":{
1339
+ "type":"string",
1340
+ "enum":[
1341
+ "HealthStatus",
1342
+ "Color",
1343
+ "Causes",
1344
+ "ApplicationMetrics",
1345
+ "RefreshedAt",
1346
+ "LaunchedAt",
1347
+ "System",
1348
+ "All"
1349
+ ]
1350
+ },
1351
+ "InstancesHealthAttributes":{
1352
+ "type":"list",
1353
+ "member":{"shape":"InstancesHealthAttribute"}
1354
+ },
1155
1355
  "InsufficientPrivilegesException":{
1156
1356
  "type":"structure",
1157
1357
  "members":{
@@ -1164,6 +1364,30 @@
1164
1364
  "exception":true
1165
1365
  },
1166
1366
  "Integer":{"type":"integer"},
1367
+ "InvalidRequestException":{
1368
+ "type":"structure",
1369
+ "members":{
1370
+ },
1371
+ "error":{
1372
+ "code":"InvalidRequestException",
1373
+ "httpStatusCode":400,
1374
+ "senderFault":true
1375
+ },
1376
+ "exception":true
1377
+ },
1378
+ "Latency":{
1379
+ "type":"structure",
1380
+ "members":{
1381
+ "P999":{"shape":"NullableDouble"},
1382
+ "P99":{"shape":"NullableDouble"},
1383
+ "P95":{"shape":"NullableDouble"},
1384
+ "P90":{"shape":"NullableDouble"},
1385
+ "P85":{"shape":"NullableDouble"},
1386
+ "P75":{"shape":"NullableDouble"},
1387
+ "P50":{"shape":"NullableDouble"},
1388
+ "P10":{"shape":"NullableDouble"}
1389
+ }
1390
+ },
1167
1391
  "LaunchConfiguration":{
1168
1392
  "type":"structure",
1169
1393
  "members":{
@@ -1174,6 +1398,7 @@
1174
1398
  "type":"list",
1175
1399
  "member":{"shape":"LaunchConfiguration"}
1176
1400
  },
1401
+ "LaunchedAt":{"type":"timestamp"},
1177
1402
  "ListAvailableSolutionStacksResultMessage":{
1178
1403
  "type":"structure",
1179
1404
  "members":{
@@ -1188,6 +1413,11 @@
1188
1413
  "Port":{"shape":"Integer"}
1189
1414
  }
1190
1415
  },
1416
+ "LoadAverage":{
1417
+ "type":"list",
1418
+ "member":{"shape":"LoadAverageValue"}
1419
+ },
1420
+ "LoadAverageValue":{"type":"double"},
1191
1421
  "LoadBalancer":{
1192
1422
  "type":"structure",
1193
1423
  "members":{
@@ -1216,6 +1446,13 @@
1216
1446
  "max":1000
1217
1447
  },
1218
1448
  "Message":{"type":"string"},
1449
+ "NextToken":{
1450
+ "type":"string",
1451
+ "min":1,
1452
+ "max":100
1453
+ },
1454
+ "NullableDouble":{"type":"double"},
1455
+ "NullableInteger":{"type":"integer"},
1219
1456
  "OperationInProgressException":{
1220
1457
  "type":"structure",
1221
1458
  "members":{
@@ -1268,8 +1505,10 @@
1268
1505
  "EnvironmentName":{"shape":"EnvironmentName"}
1269
1506
  }
1270
1507
  },
1508
+ "RefreshedAt":{"type":"timestamp"},
1271
1509
  "RegexLabel":{"type":"string"},
1272
1510
  "RegexPattern":{"type":"string"},
1511
+ "RequestCount":{"type":"integer"},
1273
1512
  "RequestEnvironmentInfoMessage":{
1274
1513
  "type":"structure",
1275
1514
  "required":["InfoType"],
@@ -1346,6 +1585,18 @@
1346
1585
  "exception":true
1347
1586
  },
1348
1587
  "SampleTimestamp":{"type":"timestamp"},
1588
+ "SingleInstanceHealth":{
1589
+ "type":"structure",
1590
+ "members":{
1591
+ "InstanceId":{"shape":"InstanceId"},
1592
+ "HealthStatus":{"shape":"String"},
1593
+ "Color":{"shape":"String"},
1594
+ "Causes":{"shape":"Causes"},
1595
+ "LaunchedAt":{"shape":"LaunchedAt"},
1596
+ "ApplicationMetrics":{"shape":"ApplicationMetrics"},
1597
+ "System":{"shape":"SystemStatus"}
1598
+ }
1599
+ },
1349
1600
  "SolutionStackDescription":{
1350
1601
  "type":"structure",
1351
1602
  "members":{
@@ -1379,6 +1630,15 @@
1379
1630
  "TemplateName":{"shape":"ConfigurationTemplateName"}
1380
1631
  }
1381
1632
  },
1633
+ "StatusCodes":{
1634
+ "type":"structure",
1635
+ "members":{
1636
+ "Status2xx":{"shape":"NullableInteger"},
1637
+ "Status3xx":{"shape":"NullableInteger"},
1638
+ "Status4xx":{"shape":"NullableInteger"},
1639
+ "Status5xx":{"shape":"NullableInteger"}
1640
+ }
1641
+ },
1382
1642
  "String":{"type":"string"},
1383
1643
  "SwapEnvironmentCNAMEsMessage":{
1384
1644
  "type":"structure",
@@ -1389,6 +1649,13 @@
1389
1649
  "DestinationEnvironmentName":{"shape":"EnvironmentName"}
1390
1650
  }
1391
1651
  },
1652
+ "SystemStatus":{
1653
+ "type":"structure",
1654
+ "members":{
1655
+ "CPUUtilization":{"shape":"CPUUtilization"},
1656
+ "LoadAverage":{"shape":"LoadAverage"}
1657
+ }
1658
+ },
1392
1659
  "Tag":{
1393
1660
  "type":"structure",
1394
1661
  "members":{
@@ -99,7 +99,7 @@ module Aws
99
99
  end
100
100
 
101
101
  def examples_from_disk(method_name, operation)
102
- dir = "examples/#{@service_name.downcase}/client/#{method_name}/*.rb"
102
+ dir = "doc-src/examples/#{@service_name.downcase}/client/#{method_name}/*.rb"
103
103
  Dir.glob(dir).map do |path|
104
104
  title = File.basename(path).split(/\./).first
105
105
  title = title.sub(/^\d+_/, '').gsub(/_/, ' ')
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.1.13'
2
+ VERSION = '2.1.14'
3
3
  end
@@ -63,7 +63,7 @@ module Aws
63
63
  end
64
64
 
65
65
  def error_message(body)
66
- if matches = body.match(/<Message>(.+?)<\/Message>/)
66
+ if matches = body.match(/<Message>(.+?)<\/Message>/m)
67
67
  unescape(matches[1])
68
68
  else
69
69
  ''
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.1.13
4
+ version: 2.1.14
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: 2015-08-06 00:00:00.000000000 Z
11
+ date: 2015-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -399,7 +399,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
399
399
  version: '0'
400
400
  requirements: []
401
401
  rubyforge_project:
402
- rubygems_version: 2.4.6
402
+ rubygems_version: 2.5.0
403
403
  signing_key:
404
404
  specification_version: 4
405
405
  summary: AWS SDK for Ruby - Core