aws-sdk-core 2.10.7 → 2.10.8

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: 1a7da26fb3db6c283ec4d1370a8e0d110723b19a
4
- data.tar.gz: 97520cf65edeef5b13d32af32049daa31a5db574
3
+ metadata.gz: 60a3075cdb8f5d93bce0da937b6be8191bea396e
4
+ data.tar.gz: 9c5261bbf1ee5f4a85300443087744c4031cce80
5
5
  SHA512:
6
- metadata.gz: 73aff2a5592582d1bf8143f7a92259121976339280b49ad95f678bf3d5b3238f2136ca5e9140f7ba2e271e6ff61f17280080136eb4ae627d952195f83ae4fb37
7
- data.tar.gz: 43902c5e4aa8d362caae80a8d127eb92bbb555b756b976c0df193d40d4c34dcf2bb5f24ca2331bba53b884f50750c23306889f61f975c96fd2df5a63717b3c55
6
+ metadata.gz: 9b02ee78f7c823d3918e39dca7527987e853d6b93c6a9190b68a8f17c0bf430a65c911098378522524a9b912641430cf0c2e9f80b78ce1036c4b8fe51116ca7b
7
+ data.tar.gz: 034026c705361076b51929ae8672017364fc2caf3281d7fb6ccf332e18147b5870d6124b996a9d0086659a82e37d1f35e56fdd8a80e19c66f37af3d5c0747200
@@ -22,6 +22,23 @@
22
22
  {"shape":"ResourceNotFound"}
23
23
  ]
24
24
  },
25
+ "DeleteDashboards":{
26
+ "name":"DeleteDashboards",
27
+ "http":{
28
+ "method":"POST",
29
+ "requestUri":"/"
30
+ },
31
+ "input":{"shape":"DeleteDashboardsInput"},
32
+ "output":{
33
+ "shape":"DeleteDashboardsOutput",
34
+ "resultWrapper":"DeleteDashboardsResult"
35
+ },
36
+ "errors":[
37
+ {"shape":"InvalidParameterValueException"},
38
+ {"shape":"DashboardNotFoundError"},
39
+ {"shape":"InternalServiceFault"}
40
+ ]
41
+ },
25
42
  "DescribeAlarmHistory":{
26
43
  "name":"DescribeAlarmHistory",
27
44
  "http":{
@@ -80,6 +97,23 @@
80
97
  },
81
98
  "input":{"shape":"EnableAlarmActionsInput"}
82
99
  },
100
+ "GetDashboard":{
101
+ "name":"GetDashboard",
102
+ "http":{
103
+ "method":"POST",
104
+ "requestUri":"/"
105
+ },
106
+ "input":{"shape":"GetDashboardInput"},
107
+ "output":{
108
+ "shape":"GetDashboardOutput",
109
+ "resultWrapper":"GetDashboardResult"
110
+ },
111
+ "errors":[
112
+ {"shape":"InvalidParameterValueException"},
113
+ {"shape":"DashboardNotFoundError"},
114
+ {"shape":"InternalServiceFault"}
115
+ ]
116
+ },
83
117
  "GetMetricStatistics":{
84
118
  "name":"GetMetricStatistics",
85
119
  "http":{
@@ -98,6 +132,22 @@
98
132
  {"shape":"InternalServiceFault"}
99
133
  ]
100
134
  },
135
+ "ListDashboards":{
136
+ "name":"ListDashboards",
137
+ "http":{
138
+ "method":"POST",
139
+ "requestUri":"/"
140
+ },
141
+ "input":{"shape":"ListDashboardsInput"},
142
+ "output":{
143
+ "shape":"ListDashboardsOutput",
144
+ "resultWrapper":"ListDashboardsResult"
145
+ },
146
+ "errors":[
147
+ {"shape":"InvalidParameterValueException"},
148
+ {"shape":"InternalServiceFault"}
149
+ ]
150
+ },
101
151
  "ListMetrics":{
102
152
  "name":"ListMetrics",
103
153
  "http":{
@@ -114,6 +164,22 @@
114
164
  {"shape":"InvalidParameterValueException"}
115
165
  ]
116
166
  },
167
+ "PutDashboard":{
168
+ "name":"PutDashboard",
169
+ "http":{
170
+ "method":"POST",
171
+ "requestUri":"/"
172
+ },
173
+ "input":{"shape":"PutDashboardInput"},
174
+ "output":{
175
+ "shape":"PutDashboardOutput",
176
+ "resultWrapper":"PutDashboardResult"
177
+ },
178
+ "errors":[
179
+ {"shape":"DashboardInvalidInputError"},
180
+ {"shape":"InternalServiceFault"}
181
+ ]
182
+ },
117
183
  "PutMetricAlarm":{
118
184
  "name":"PutMetricAlarm",
119
185
  "http":{
@@ -208,6 +274,65 @@
208
274
  "LessThanOrEqualToThreshold"
209
275
  ]
210
276
  },
277
+ "DashboardArn":{"type":"string"},
278
+ "DashboardBody":{"type":"string"},
279
+ "DashboardEntries":{
280
+ "type":"list",
281
+ "member":{"shape":"DashboardEntry"}
282
+ },
283
+ "DashboardEntry":{
284
+ "type":"structure",
285
+ "members":{
286
+ "DashboardName":{"shape":"DashboardName"},
287
+ "DashboardArn":{"shape":"DashboardArn"},
288
+ "LastModified":{"shape":"LastModified"},
289
+ "Size":{"shape":"Size"}
290
+ }
291
+ },
292
+ "DashboardErrorMessage":{"type":"string"},
293
+ "DashboardInvalidInputError":{
294
+ "type":"structure",
295
+ "members":{
296
+ "message":{"shape":"DashboardErrorMessage"},
297
+ "dashboardValidationMessages":{"shape":"DashboardValidationMessages"}
298
+ },
299
+ "error":{
300
+ "code":"InvalidParameterInput",
301
+ "httpStatusCode":400,
302
+ "senderFault":true
303
+ },
304
+ "exception":true
305
+ },
306
+ "DashboardName":{"type":"string"},
307
+ "DashboardNamePrefix":{"type":"string"},
308
+ "DashboardNames":{
309
+ "type":"list",
310
+ "member":{"shape":"DashboardName"}
311
+ },
312
+ "DashboardNotFoundError":{
313
+ "type":"structure",
314
+ "members":{
315
+ "message":{"shape":"DashboardErrorMessage"}
316
+ },
317
+ "error":{
318
+ "code":"ResourceNotFound",
319
+ "httpStatusCode":404,
320
+ "senderFault":true
321
+ },
322
+ "exception":true
323
+ },
324
+ "DashboardValidationMessage":{
325
+ "type":"structure",
326
+ "members":{
327
+ "DataPath":{"shape":"DataPath"},
328
+ "Message":{"shape":"Message"}
329
+ }
330
+ },
331
+ "DashboardValidationMessages":{
332
+ "type":"list",
333
+ "member":{"shape":"DashboardValidationMessage"}
334
+ },
335
+ "DataPath":{"type":"string"},
211
336
  "Datapoint":{
212
337
  "type":"structure",
213
338
  "members":{
@@ -248,6 +373,17 @@
248
373
  "AlarmNames":{"shape":"AlarmNames"}
249
374
  }
250
375
  },
376
+ "DeleteDashboardsInput":{
377
+ "type":"structure",
378
+ "members":{
379
+ "DashboardNames":{"shape":"DashboardNames"}
380
+ }
381
+ },
382
+ "DeleteDashboardsOutput":{
383
+ "type":"structure",
384
+ "members":{
385
+ }
386
+ },
251
387
  "DescribeAlarmHistoryInput":{
252
388
  "type":"structure",
253
389
  "members":{
@@ -388,6 +524,20 @@
388
524
  "min":1
389
525
  },
390
526
  "FaultDescription":{"type":"string"},
527
+ "GetDashboardInput":{
528
+ "type":"structure",
529
+ "members":{
530
+ "DashboardName":{"shape":"DashboardName"}
531
+ }
532
+ },
533
+ "GetDashboardOutput":{
534
+ "type":"structure",
535
+ "members":{
536
+ "DashboardArn":{"shape":"DashboardArn"},
537
+ "DashboardBody":{"shape":"DashboardBody"},
538
+ "DashboardName":{"shape":"DashboardName"}
539
+ }
540
+ },
391
541
  "GetMetricStatisticsInput":{
392
542
  "type":"structure",
393
543
  "required":[
@@ -494,6 +644,7 @@
494
644
  },
495
645
  "exception":true
496
646
  },
647
+ "LastModified":{"type":"timestamp"},
497
648
  "LimitExceededFault":{
498
649
  "type":"structure",
499
650
  "members":{
@@ -506,6 +657,20 @@
506
657
  },
507
658
  "exception":true
508
659
  },
660
+ "ListDashboardsInput":{
661
+ "type":"structure",
662
+ "members":{
663
+ "DashboardNamePrefix":{"shape":"DashboardNamePrefix"},
664
+ "NextToken":{"shape":"NextToken"}
665
+ }
666
+ },
667
+ "ListDashboardsOutput":{
668
+ "type":"structure",
669
+ "members":{
670
+ "DashboardEntries":{"shape":"DashboardEntries"},
671
+ "NextToken":{"shape":"NextToken"}
672
+ }
673
+ },
509
674
  "ListMetricsInput":{
510
675
  "type":"structure",
511
676
  "members":{
@@ -531,6 +696,7 @@
531
696
  "max":100,
532
697
  "min":1
533
698
  },
699
+ "Message":{"type":"string"},
534
700
  "Metric":{
535
701
  "type":"structure",
536
702
  "members":{
@@ -616,7 +782,8 @@
616
782
  "Timestamp":{"shape":"Timestamp"},
617
783
  "Value":{"shape":"DatapointValue"},
618
784
  "StatisticValues":{"shape":"StatisticSet"},
619
- "Unit":{"shape":"StandardUnit"}
785
+ "Unit":{"shape":"StandardUnit"},
786
+ "StorageResolution":{"shape":"StorageResolution"}
620
787
  }
621
788
  },
622
789
  "MetricLabel":{"type":"string"},
@@ -654,7 +821,20 @@
654
821
  },
655
822
  "Period":{
656
823
  "type":"integer",
657
- "min":60
824
+ "min":1
825
+ },
826
+ "PutDashboardInput":{
827
+ "type":"structure",
828
+ "members":{
829
+ "DashboardName":{"shape":"DashboardName"},
830
+ "DashboardBody":{"shape":"DashboardBody"}
831
+ }
832
+ },
833
+ "PutDashboardOutput":{
834
+ "type":"structure",
835
+ "members":{
836
+ "DashboardValidationMessages":{"shape":"DashboardValidationMessages"}
837
+ }
658
838
  },
659
839
  "PutMetricAlarmInput":{
660
840
  "type":"structure",
@@ -735,6 +915,7 @@
735
915
  "StateReasonData":{"shape":"StateReasonData"}
736
916
  }
737
917
  },
918
+ "Size":{"type":"long"},
738
919
  "StandardUnit":{
739
920
  "type":"string",
740
921
  "enum":[
@@ -816,6 +997,10 @@
816
997
  "max":5,
817
998
  "min":1
818
999
  },
1000
+ "StorageResolution":{
1001
+ "type":"integer",
1002
+ "min":1
1003
+ },
819
1004
  "Threshold":{"type":"double"},
820
1005
  "Timestamp":{"type":"timestamp"},
821
1006
  "TreatMissingData":{
@@ -1972,7 +1972,8 @@
1972
1972
  "InvalidChangeBatch":{
1973
1973
  "type":"structure",
1974
1974
  "members":{
1975
- "messages":{"shape":"ErrorMessages"}
1975
+ "messages":{"shape":"ErrorMessages"},
1976
+ "message":{"shape":"ErrorMessage"}
1976
1977
  },
1977
1978
  "exception":true
1978
1979
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.7'
2
+ VERSION = '2.10.8'
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.10.7
4
+ version: 2.10.8
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: 2017-06-30 00:00:00.000000000 Z
11
+ date: 2017-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath