aws-sdk-core 2.11.90 → 2.11.91
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 +4 -4
- data/apis/iotanalytics/2017-11-27/api-2.json +35 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '049e71bdd2998e3b73bf712db96ce3a5774b7422'
|
|
4
|
+
data.tar.gz: bebdb8ff660cb66d8dc5f040a837f354a04a8108
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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",
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2018-07-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|