aws-sdk-core 2.11.90 → 2.11.91

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: da85305b1132cd3b8cfed102ecef22cbb54e0186
4
- data.tar.gz: 18517656300710c127270f454249e58efd01dc97
3
+ metadata.gz: '049e71bdd2998e3b73bf712db96ce3a5774b7422'
4
+ data.tar.gz: bebdb8ff660cb66d8dc5f040a837f354a04a8108
5
5
  SHA512:
6
- metadata.gz: 61eb0cf1835ec36d9d2b8200388e7adf91622f37dd8e5e49c519646db3833304532a12b42a09bb99fe8f1cc54627052248daa7fe1a0661373a196c17f7491048
7
- data.tar.gz: d51247ad769a78d60db6291ba9628737d51268db040e251cff84cdfe7ad350edbb22618fba250cebc45059e1af44fff0f91e129e98d69f57dee08f010767e579
6
+ metadata.gz: 73be4527d1e1629549974fa47b9eaf03159c8f7b3fa66f952a602312e9e527b6616385efea4057d37b8f0a9d2fa905b4b5a98b0dbe0d92f1952428a698d36505
7
+ data.tar.gz: ed49351051b02dbb5b9a928cc847912d4192a8f96b1fce652f1c7cf6fc449a33d3256e37894155de5f7c7423f43a67092b19a3091fe7a5aa3b827c30e53cb2d3
@@ -668,6 +668,12 @@
668
668
  "min":1,
669
669
  "pattern":"^[a-zA-Z0-9_]+$"
670
670
  },
671
+ "ChannelStatistics":{
672
+ "type":"structure",
673
+ "members":{
674
+ "size":{"shape":"EstimatedResourceSize"}
675
+ }
676
+ },
671
677
  "ChannelStatus":{
672
678
  "type":"string",
673
679
  "enum":[
@@ -900,6 +906,12 @@
900
906
  "min":1,
901
907
  "pattern":"^[a-zA-Z0-9_]+$"
902
908
  },
909
+ "DatastoreStatistics":{
910
+ "type":"structure",
911
+ "members":{
912
+ "size":{"shape":"EstimatedResourceSize"}
913
+ }
914
+ },
903
915
  "DatastoreStatus":{
904
916
  "type":"string",
905
917
  "enum":[
@@ -989,13 +1001,19 @@
989
1001
  "shape":"ChannelName",
990
1002
  "location":"uri",
991
1003
  "locationName":"channelName"
1004
+ },
1005
+ "includeStatistics":{
1006
+ "shape":"IncludeStatisticsFlag",
1007
+ "location":"querystring",
1008
+ "locationName":"includeStatistics"
992
1009
  }
993
1010
  }
994
1011
  },
995
1012
  "DescribeChannelResponse":{
996
1013
  "type":"structure",
997
1014
  "members":{
998
- "channel":{"shape":"Channel"}
1015
+ "channel":{"shape":"Channel"},
1016
+ "statistics":{"shape":"ChannelStatistics"}
999
1017
  }
1000
1018
  },
1001
1019
  "DescribeDatasetRequest":{
@@ -1023,13 +1041,19 @@
1023
1041
  "shape":"DatastoreName",
1024
1042
  "location":"uri",
1025
1043
  "locationName":"datastoreName"
1044
+ },
1045
+ "includeStatistics":{
1046
+ "shape":"IncludeStatisticsFlag",
1047
+ "location":"querystring",
1048
+ "locationName":"includeStatistics"
1026
1049
  }
1027
1050
  }
1028
1051
  },
1029
1052
  "DescribeDatastoreResponse":{
1030
1053
  "type":"structure",
1031
1054
  "members":{
1032
- "datastore":{"shape":"Datastore"}
1055
+ "datastore":{"shape":"Datastore"},
1056
+ "statistics":{"shape":"DatastoreStatistics"}
1033
1057
  }
1034
1058
  },
1035
1059
  "DescribeLoggingOptionsRequest":{
@@ -1096,6 +1120,13 @@
1096
1120
  "EntryName":{"type":"string"},
1097
1121
  "ErrorCode":{"type":"string"},
1098
1122
  "ErrorMessage":{"type":"string"},
1123
+ "EstimatedResourceSize":{
1124
+ "type":"structure",
1125
+ "members":{
1126
+ "estimatedSizeInBytes":{"shape":"SizeInBytes"},
1127
+ "estimatedOn":{"shape":"Timestamp"}
1128
+ }
1129
+ },
1099
1130
  "FilterActivity":{
1100
1131
  "type":"structure",
1101
1132
  "required":[
@@ -1137,6 +1168,7 @@
1137
1168
  "status":{"shape":"DatasetContentStatus"}
1138
1169
  }
1139
1170
  },
1171
+ "IncludeStatisticsFlag":{"type":"boolean"},
1140
1172
  "InternalFailureException":{
1141
1173
  "type":"structure",
1142
1174
  "members":{
@@ -1575,6 +1607,7 @@
1575
1607
  "exception":true,
1576
1608
  "fault":true
1577
1609
  },
1610
+ "SizeInBytes":{"type":"double"},
1578
1611
  "SqlQuery":{"type":"string"},
1579
1612
  "SqlQueryDatasetAction":{
1580
1613
  "type":"structure",
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.90'
2
+ VERSION = '2.11.91'
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.90
4
+ version: 2.11.91
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-17 00:00:00.000000000 Z
11
+ date: 2018-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath