aws-sdk-core 2.11.315 → 2.11.316

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: 56e1b50bc103affbb18e8c9c96842ed62aa70d6e
4
- data.tar.gz: bcbb4dce8ec7bc95e1e5330946e1c6a33b1d4a2e
3
+ metadata.gz: 645582dce9d9633db4b09378971bdf7ea8bd2a4c
4
+ data.tar.gz: 3c8d4174ecb0fb11126e1a3e94ad1aac1bf25cc3
5
5
  SHA512:
6
- metadata.gz: 62ff69ea974c80a2df4d31984c783db4d62e99b7e65088ce21c8fde00f6a2bb70212cb93a4199ae99cf38ad7ada191459e7b8394a1f533a6a2bbde451d9c16d9
7
- data.tar.gz: 1935b6e7b2b314dd3cee7923c5c0b59ab4d0f9000eab968cafd64119387629d6b6a47b9bc50dcb546c5976a29be66bf7684da6afdf92da3de5d3df2ae7c814f8
6
+ metadata.gz: b6de22417a66c46d58fe360541236babe31b788bfbc32db3ec5954a6b4bea488bb6d8a02e3b9af7b05953958ebc4dbe99b943487eaddf49bd3175b9e794fdbd5
7
+ data.tar.gz: b0c14a5778e0c4d375a5b7ff314e8e7ce521c015e05810cb5600daafbf7dc32af23747d892d1202bb0aaebcfb0d29169db581074c3193f7affb4b5a9b296357c
@@ -1405,7 +1405,9 @@
1405
1405
  "EntityRecognizerMetadataEntityTypesListItem":{
1406
1406
  "type":"structure",
1407
1407
  "members":{
1408
- "Type":{"shape":"AnyLengthString"}
1408
+ "Type":{"shape":"AnyLengthString"},
1409
+ "EvaluationMetrics":{"shape":"EntityTypesEvaluationMetrics"},
1410
+ "NumberOfTrainMentions":{"shape":"Integer"}
1409
1411
  }
1410
1412
  },
1411
1413
  "EntityRecognizerProperties":{
@@ -1449,6 +1451,14 @@
1449
1451
  "max":64,
1450
1452
  "pattern":"[_A-Z0-9]+"
1451
1453
  },
1454
+ "EntityTypesEvaluationMetrics":{
1455
+ "type":"structure",
1456
+ "members":{
1457
+ "Precision":{"shape":"Double"},
1458
+ "Recall":{"shape":"Double"},
1459
+ "F1Score":{"shape":"Double"}
1460
+ }
1461
+ },
1452
1462
  "EntityTypesList":{
1453
1463
  "type":"list",
1454
1464
  "member":{"shape":"EntityTypesListItem"}
@@ -823,7 +823,8 @@
823
823
  "pendingTasksCount":{"shape":"Integer"},
824
824
  "activeServicesCount":{"shape":"Integer"},
825
825
  "statistics":{"shape":"Statistics"},
826
- "tags":{"shape":"Tags"}
826
+ "tags":{"shape":"Tags"},
827
+ "settings":{"shape":"ClusterSettings"}
827
828
  }
828
829
  },
829
830
  "ClusterContainsContainerInstancesException":{
@@ -861,6 +862,21 @@
861
862
  },
862
863
  "exception":true
863
864
  },
865
+ "ClusterSetting":{
866
+ "type":"structure",
867
+ "members":{
868
+ "name":{"shape":"ClusterSettingName"},
869
+ "value":{"shape":"String"}
870
+ }
871
+ },
872
+ "ClusterSettingName":{
873
+ "type":"string",
874
+ "enum":["containerInsights"]
875
+ },
876
+ "ClusterSettings":{
877
+ "type":"list",
878
+ "member":{"shape":"ClusterSetting"}
879
+ },
864
880
  "Clusters":{
865
881
  "type":"list",
866
882
  "member":{"shape":"Cluster"}
@@ -1052,7 +1068,8 @@
1052
1068
  "type":"structure",
1053
1069
  "members":{
1054
1070
  "clusterName":{"shape":"String"},
1055
- "tags":{"shape":"Tags"}
1071
+ "tags":{"shape":"Tags"},
1072
+ "settings":{"shape":"ClusterSettings"}
1056
1073
  }
1057
1074
  },
1058
1075
  "CreateClusterResponse":{
@@ -2218,7 +2235,8 @@
2218
2235
  "serviceLongArnFormat",
2219
2236
  "taskLongArnFormat",
2220
2237
  "containerInstanceLongArnFormat",
2221
- "awsvpcTrunking"
2238
+ "awsvpcTrunking",
2239
+ "containerInsights"
2222
2240
  ]
2223
2241
  },
2224
2242
  "Settings":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.315'
2
+ VERSION = '2.11.316'
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.315
4
+ version: 2.11.316
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: 2019-07-17 00:00:00.000000000 Z
11
+ date: 2019-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath