aws-sdk-core 2.11.265 → 2.11.266

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: d7817f2fd9270ec009cade411d2e8cb6859117c2
4
- data.tar.gz: efc9397d13089b22e889b4e860601645784c481e
3
+ metadata.gz: 96549e6757c921adcd0cc2bba3be3e2531c77873
4
+ data.tar.gz: 45becaf2eb2a53d76b7cfd2d581ba39ca83362d3
5
5
  SHA512:
6
- metadata.gz: b5ea0991d62c69cf2821355852d0b794801eba36f143ce676f6af9eba4bfc60d36bb4f90d34f9a034455fe5b4f9b6ef69f847b332ce581a63cc546a98e73c5aa
7
- data.tar.gz: c2aec866c0dbe0795daa034d95e98c398120935504ff00824e6daff6b684662b704d373b4dd032d0dc013cec231ced8e7641c03dc43e4db32f73ebee0f52ad83
6
+ metadata.gz: 3602ac6228dd30b24bcf5ea4bf434586e1891d06566de1bea93e799999234c3229df73273139f3be327bfe2f2e81a42d8ee128b0403e72cc3897705c45cd469f
7
+ data.tar.gz: ba431d45a204fe4ecdcae754b1a18c71356a80f4680f22cd15ea8023d455d2ee3a4e82eb42351fb321620426edc64aff1398cbe0c31ad6f0fc361f085f81e7b9
@@ -2537,6 +2537,15 @@
2537
2537
  "input":{"shape":"ModifyVpcTenancyRequest"},
2538
2538
  "output":{"shape":"ModifyVpcTenancyResult"}
2539
2539
  },
2540
+ "ModifyVpnConnection":{
2541
+ "name":"ModifyVpnConnection",
2542
+ "http":{
2543
+ "method":"POST",
2544
+ "requestUri":"/"
2545
+ },
2546
+ "input":{"shape":"ModifyVpnConnectionRequest"},
2547
+ "output":{"shape":"ModifyVpnConnectionResult"}
2548
+ },
2540
2549
  "MonitorInstances":{
2541
2550
  "name":"MonitorInstances",
2542
2551
  "http":{
@@ -16268,6 +16277,25 @@
16268
16277
  }
16269
16278
  }
16270
16279
  },
16280
+ "ModifyVpnConnectionRequest":{
16281
+ "type":"structure",
16282
+ "required":["VpnConnectionId"],
16283
+ "members":{
16284
+ "VpnConnectionId":{"shape":"String"},
16285
+ "TransitGatewayId":{"shape":"String"},
16286
+ "VpnGatewayId":{"shape":"String"},
16287
+ "DryRun":{"shape":"Boolean"}
16288
+ }
16289
+ },
16290
+ "ModifyVpnConnectionResult":{
16291
+ "type":"structure",
16292
+ "members":{
16293
+ "VpnConnection":{
16294
+ "shape":"VpnConnection",
16295
+ "locationName":"vpnConnection"
16296
+ }
16297
+ }
16298
+ },
16271
16299
  "MonitorInstancesRequest":{
16272
16300
  "type":"structure",
16273
16301
  "required":["InstanceIds"],
@@ -1681,7 +1681,8 @@
1681
1681
  "required":["logDriver"],
1682
1682
  "members":{
1683
1683
  "logDriver":{"shape":"LogDriver"},
1684
- "options":{"shape":"LogConfigurationOptionsMap"}
1684
+ "options":{"shape":"LogConfigurationOptionsMap"},
1685
+ "secretOptions":{"shape":"SecretList"}
1685
1686
  }
1686
1687
  },
1687
1688
  "LogConfigurationOptionsMap":{
@@ -167,6 +167,19 @@
167
167
  {"shape":"ThrottledException"}
168
168
  ]
169
169
  },
170
+ "GetTimeSeriesServiceStatistics":{
171
+ "name":"GetTimeSeriesServiceStatistics",
172
+ "http":{
173
+ "method":"POST",
174
+ "requestUri":"/TimeSeriesServiceStatistics"
175
+ },
176
+ "input":{"shape":"GetTimeSeriesServiceStatisticsRequest"},
177
+ "output":{"shape":"GetTimeSeriesServiceStatisticsResult"},
178
+ "errors":[
179
+ {"shape":"InvalidRequestException"},
180
+ {"shape":"ThrottledException"}
181
+ ]
182
+ },
170
183
  "GetTraceGraph":{
171
184
  "name":"GetTraceGraph",
172
185
  "http":{
@@ -458,6 +471,11 @@
458
471
  "KMS"
459
472
  ]
460
473
  },
474
+ "EntitySelectorExpression":{
475
+ "type":"string",
476
+ "max":500,
477
+ "min":1
478
+ },
461
479
  "ErrorMessage":{"type":"string"},
462
480
  "ErrorRootCause":{
463
481
  "type":"structure",
@@ -548,11 +566,7 @@
548
566
  "TotalCount":{"shape":"NullableLong"}
549
567
  }
550
568
  },
551
- "FilterExpression":{
552
- "type":"string",
553
- "max":2000,
554
- "min":1
555
- },
569
+ "FilterExpression":{"type":"string"},
556
570
  "FixedRate":{
557
571
  "type":"double",
558
572
  "max":1,
@@ -665,6 +679,30 @@
665
679
  "NextToken":{"shape":"String"}
666
680
  }
667
681
  },
682
+ "GetTimeSeriesServiceStatisticsRequest":{
683
+ "type":"structure",
684
+ "required":[
685
+ "StartTime",
686
+ "EndTime"
687
+ ],
688
+ "members":{
689
+ "StartTime":{"shape":"Timestamp"},
690
+ "EndTime":{"shape":"Timestamp"},
691
+ "GroupName":{"shape":"GroupName"},
692
+ "GroupARN":{"shape":"GroupARN"},
693
+ "EntitySelectorExpression":{"shape":"EntitySelectorExpression"},
694
+ "Period":{"shape":"NullableInteger"},
695
+ "NextToken":{"shape":"String"}
696
+ }
697
+ },
698
+ "GetTimeSeriesServiceStatisticsResult":{
699
+ "type":"structure",
700
+ "members":{
701
+ "TimeSeriesServiceStatistics":{"shape":"TimeSeriesServiceStatisticsList"},
702
+ "ContainsOldGroupVersions":{"shape":"Boolean"},
703
+ "NextToken":{"shape":"String"}
704
+ }
705
+ },
668
706
  "GetTraceGraphRequest":{
669
707
  "type":"structure",
670
708
  "required":["TraceIds"],
@@ -689,7 +727,9 @@
689
727
  "members":{
690
728
  "StartTime":{"shape":"Timestamp"},
691
729
  "EndTime":{"shape":"Timestamp"},
730
+ "TimeRangeType":{"shape":"TimeRangeType"},
692
731
  "Sampling":{"shape":"NullableBoolean"},
732
+ "SamplingStrategy":{"shape":"SamplingStrategy"},
693
733
  "FilterExpression":{"shape":"FilterExpression"},
694
734
  "NextToken":{"shape":"String"}
695
735
  }
@@ -1009,6 +1049,20 @@
1009
1049
  "member":{"shape":"SamplingStatisticsDocument"},
1010
1050
  "max":25
1011
1051
  },
1052
+ "SamplingStrategy":{
1053
+ "type":"structure",
1054
+ "members":{
1055
+ "Name":{"shape":"SamplingStrategyName"},
1056
+ "Value":{"shape":"NullableDouble"}
1057
+ }
1058
+ },
1059
+ "SamplingStrategyName":{
1060
+ "type":"string",
1061
+ "enum":[
1062
+ "PartialScan",
1063
+ "FixedRate"
1064
+ ]
1065
+ },
1012
1066
  "SamplingTargetDocument":{
1013
1067
  "type":"structure",
1014
1068
  "members":{
@@ -1121,6 +1175,26 @@
1121
1175
  "error":{"httpStatusCode":429},
1122
1176
  "exception":true
1123
1177
  },
1178
+ "TimeRangeType":{
1179
+ "type":"string",
1180
+ "enum":[
1181
+ "TraceId",
1182
+ "Event"
1183
+ ]
1184
+ },
1185
+ "TimeSeriesServiceStatistics":{
1186
+ "type":"structure",
1187
+ "members":{
1188
+ "Timestamp":{"shape":"Timestamp"},
1189
+ "EdgeSummaryStatistics":{"shape":"EdgeStatistics"},
1190
+ "ServiceSummaryStatistics":{"shape":"ServiceStatistics"},
1191
+ "ResponseTimeHistogram":{"shape":"Histogram"}
1192
+ }
1193
+ },
1194
+ "TimeSeriesServiceStatisticsList":{
1195
+ "type":"list",
1196
+ "member":{"shape":"TimeSeriesServiceStatistics"}
1197
+ },
1124
1198
  "Timestamp":{"type":"timestamp"},
1125
1199
  "Trace":{
1126
1200
  "type":"structure",
@@ -1181,7 +1255,8 @@
1181
1255
  "FaultRootCauses":{"shape":"FaultRootCauses"},
1182
1256
  "ErrorRootCauses":{"shape":"ErrorRootCauses"},
1183
1257
  "ResponseTimeRootCauses":{"shape":"ResponseTimeRootCauses"},
1184
- "Revision":{"shape":"Integer"}
1258
+ "Revision":{"shape":"Integer"},
1259
+ "MatchedEventTime":{"shape":"Timestamp"}
1185
1260
  }
1186
1261
  },
1187
1262
  "TraceSummaryList":{
@@ -2,14 +2,45 @@
2
2
  "pagination": {
3
3
  "BatchGetTraces": {
4
4
  "input_token": "NextToken",
5
+ "non_aggregate_keys": [
6
+ "UnprocessedTraceIds"
7
+ ],
5
8
  "output_token": "NextToken",
6
9
  "result_key": "Traces"
7
10
  },
11
+ "GetGroups": {
12
+ "input_token": "NextToken",
13
+ "output_token": "NextToken",
14
+ "result_key": "Groups"
15
+ },
16
+ "GetSamplingRules": {
17
+ "input_token": "NextToken",
18
+ "output_token": "NextToken",
19
+ "result_key": "SamplingRuleRecords"
20
+ },
21
+ "GetSamplingStatisticSummaries": {
22
+ "input_token": "NextToken",
23
+ "output_token": "NextToken",
24
+ "result_key": "SamplingStatisticSummaries"
25
+ },
8
26
  "GetServiceGraph": {
9
27
  "input_token": "NextToken",
28
+ "non_aggregate_keys": [
29
+ "StartTime",
30
+ "EndTime",
31
+ "ContainsOldGroupVersions"
32
+ ],
10
33
  "output_token": "NextToken",
11
34
  "result_key": "Services"
12
35
  },
36
+ "GetTimeSeriesServiceStatistics": {
37
+ "input_token": "NextToken",
38
+ "non_aggregate_keys": [
39
+ "ContainsOldGroupVersions"
40
+ ],
41
+ "output_token": "NextToken",
42
+ "result_key": "TimeSeriesServiceStatistics"
43
+ },
13
44
  "GetTraceGraph": {
14
45
  "input_token": "NextToken",
15
46
  "output_token": "NextToken",
@@ -17,6 +48,10 @@
17
48
  },
18
49
  "GetTraceSummaries": {
19
50
  "input_token": "NextToken",
51
+ "non_aggregate_keys": [
52
+ "TracesProcessedCount",
53
+ "ApproximateTime"
54
+ ],
20
55
  "output_token": "NextToken",
21
56
  "result_key": "TraceSummaries"
22
57
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.265'
2
+ VERSION = '2.11.266'
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.265
4
+ version: 2.11.266
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-04-30 00:00:00.000000000 Z
11
+ date: 2019-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath