aws-sdk-core 2.11.605 → 2.11.606

Sign up to get free protection for your applications and to get access to all the features.
@@ -864,7 +864,8 @@
864
864
  "InsightsConfiguration":{
865
865
  "type":"structure",
866
866
  "members":{
867
- "InsightsEnabled":{"shape":"NullableBoolean"}
867
+ "InsightsEnabled":{"shape":"NullableBoolean"},
868
+ "NotificationsEnabled":{"shape":"NullableBoolean"}
868
869
  }
869
870
  },
870
871
  "InstanceIdDetail":{
@@ -1345,6 +1346,7 @@
1345
1346
  "members":{
1346
1347
  "Id":{"shape":"TraceId"},
1347
1348
  "Duration":{"shape":"NullableDouble"},
1349
+ "LimitExceeded":{"shape":"NullableBoolean"},
1348
1350
  "Segments":{"shape":"SegmentList"}
1349
1351
  }
1350
1352
  },
@@ -2,9 +2,6 @@
2
2
  "pagination": {
3
3
  "BatchGetTraces": {
4
4
  "input_token": "NextToken",
5
- "non_aggregate_keys": [
6
- "UnprocessedTraceIds"
7
- ],
8
5
  "output_token": "NextToken",
9
6
  "result_key": "Traces"
10
7
  },
@@ -25,19 +22,11 @@
25
22
  },
26
23
  "GetServiceGraph": {
27
24
  "input_token": "NextToken",
28
- "non_aggregate_keys": [
29
- "StartTime",
30
- "EndTime",
31
- "ContainsOldGroupVersions"
32
- ],
33
25
  "output_token": "NextToken",
34
26
  "result_key": "Services"
35
27
  },
36
28
  "GetTimeSeriesServiceStatistics": {
37
29
  "input_token": "NextToken",
38
- "non_aggregate_keys": [
39
- "ContainsOldGroupVersions"
40
- ],
41
30
  "output_token": "NextToken",
42
31
  "result_key": "TimeSeriesServiceStatistics"
43
32
  },
@@ -48,10 +37,6 @@
48
37
  },
49
38
  "GetTraceSummaries": {
50
39
  "input_token": "NextToken",
51
- "non_aggregate_keys": [
52
- "TracesProcessedCount",
53
- "ApproximateTime"
54
- ],
55
40
  "output_token": "NextToken",
56
41
  "result_key": "TraceSummaries"
57
42
  }
@@ -6998,6 +6998,12 @@
6998
6998
  }
6999
6999
  }
7000
7000
  },
7001
+ "servicediscovery" : {
7002
+ "endpoints" : {
7003
+ "cn-north-1" : { },
7004
+ "cn-northwest-1" : { }
7005
+ }
7006
+ },
7001
7007
  "sms" : {
7002
7008
  "endpoints" : {
7003
7009
  "cn-north-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.605'
2
+ VERSION = '2.11.606'
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.605
4
+ version: 2.11.606
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: 2020-10-09 00:00:00.000000000 Z
11
+ date: 2020-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath