aws-sdk-core 2.2.34 → 2.2.35

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.
@@ -4,11 +4,11 @@
4
4
  "apiVersion":"2013-12-02",
5
5
  "endpointPrefix":"kinesis",
6
6
  "jsonVersion":"1.1",
7
+ "protocol":"json",
7
8
  "serviceAbbreviation":"Kinesis",
8
9
  "serviceFullName":"Amazon Kinesis",
9
10
  "signatureVersion":"v4",
10
- "targetPrefix":"Kinesis_20131202",
11
- "protocol":"json"
11
+ "targetPrefix":"Kinesis_20131202"
12
12
  },
13
13
  "operations":{
14
14
  "AddTagsToStream":{
@@ -19,22 +19,10 @@
19
19
  },
20
20
  "input":{"shape":"AddTagsToStreamInput"},
21
21
  "errors":[
22
- {
23
- "shape":"ResourceNotFoundException",
24
- "exception":true
25
- },
26
- {
27
- "shape":"ResourceInUseException",
28
- "exception":true
29
- },
30
- {
31
- "shape":"InvalidArgumentException",
32
- "exception":true
33
- },
34
- {
35
- "shape":"LimitExceededException",
36
- "exception":true
37
- }
22
+ {"shape":"ResourceNotFoundException"},
23
+ {"shape":"ResourceInUseException"},
24
+ {"shape":"InvalidArgumentException"},
25
+ {"shape":"LimitExceededException"}
38
26
  ]
39
27
  },
40
28
  "CreateStream":{
@@ -45,18 +33,9 @@
45
33
  },
46
34
  "input":{"shape":"CreateStreamInput"},
47
35
  "errors":[
48
- {
49
- "shape":"ResourceInUseException",
50
- "exception":true
51
- },
52
- {
53
- "shape":"LimitExceededException",
54
- "exception":true
55
- },
56
- {
57
- "shape":"InvalidArgumentException",
58
- "exception":true
59
- }
36
+ {"shape":"ResourceInUseException"},
37
+ {"shape":"LimitExceededException"},
38
+ {"shape":"InvalidArgumentException"}
60
39
  ]
61
40
  },
62
41
  "DecreaseStreamRetentionPeriod":{
@@ -67,22 +46,10 @@
67
46
  },
68
47
  "input":{"shape":"DecreaseStreamRetentionPeriodInput"},
69
48
  "errors":[
70
- {
71
- "shape":"ResourceInUseException",
72
- "exception":true
73
- },
74
- {
75
- "shape":"ResourceNotFoundException",
76
- "exception":true
77
- },
78
- {
79
- "shape":"LimitExceededException",
80
- "exception":true
81
- },
82
- {
83
- "shape":"InvalidArgumentException",
84
- "exception":true
85
- }
49
+ {"shape":"ResourceInUseException"},
50
+ {"shape":"ResourceNotFoundException"},
51
+ {"shape":"LimitExceededException"},
52
+ {"shape":"InvalidArgumentException"}
86
53
  ]
87
54
  },
88
55
  "DeleteStream":{
@@ -93,14 +60,8 @@
93
60
  },
94
61
  "input":{"shape":"DeleteStreamInput"},
95
62
  "errors":[
96
- {
97
- "shape":"ResourceNotFoundException",
98
- "exception":true
99
- },
100
- {
101
- "shape":"LimitExceededException",
102
- "exception":true
103
- }
63
+ {"shape":"ResourceNotFoundException"},
64
+ {"shape":"LimitExceededException"}
104
65
  ]
105
66
  },
106
67
  "DescribeStream":{
@@ -112,14 +73,38 @@
112
73
  "input":{"shape":"DescribeStreamInput"},
113
74
  "output":{"shape":"DescribeStreamOutput"},
114
75
  "errors":[
115
- {
116
- "shape":"ResourceNotFoundException",
117
- "exception":true
118
- },
119
- {
120
- "shape":"LimitExceededException",
121
- "exception":true
122
- }
76
+ {"shape":"ResourceNotFoundException"},
77
+ {"shape":"LimitExceededException"}
78
+ ]
79
+ },
80
+ "DisableEnhancedMonitoring":{
81
+ "name":"DisableEnhancedMonitoring",
82
+ "http":{
83
+ "method":"POST",
84
+ "requestUri":"/"
85
+ },
86
+ "input":{"shape":"DisableEnhancedMonitoringInput"},
87
+ "output":{"shape":"EnhancedMonitoringOutput"},
88
+ "errors":[
89
+ {"shape":"InvalidArgumentException"},
90
+ {"shape":"LimitExceededException"},
91
+ {"shape":"ResourceInUseException"},
92
+ {"shape":"ResourceNotFoundException"}
93
+ ]
94
+ },
95
+ "EnableEnhancedMonitoring":{
96
+ "name":"EnableEnhancedMonitoring",
97
+ "http":{
98
+ "method":"POST",
99
+ "requestUri":"/"
100
+ },
101
+ "input":{"shape":"EnableEnhancedMonitoringInput"},
102
+ "output":{"shape":"EnhancedMonitoringOutput"},
103
+ "errors":[
104
+ {"shape":"InvalidArgumentException"},
105
+ {"shape":"LimitExceededException"},
106
+ {"shape":"ResourceInUseException"},
107
+ {"shape":"ResourceNotFoundException"}
123
108
  ]
124
109
  },
125
110
  "GetRecords":{
@@ -131,22 +116,10 @@
131
116
  "input":{"shape":"GetRecordsInput"},
132
117
  "output":{"shape":"GetRecordsOutput"},
133
118
  "errors":[
134
- {
135
- "shape":"ResourceNotFoundException",
136
- "exception":true
137
- },
138
- {
139
- "shape":"InvalidArgumentException",
140
- "exception":true
141
- },
142
- {
143
- "shape":"ProvisionedThroughputExceededException",
144
- "exception":true
145
- },
146
- {
147
- "shape":"ExpiredIteratorException",
148
- "exception":true
149
- }
119
+ {"shape":"ResourceNotFoundException"},
120
+ {"shape":"InvalidArgumentException"},
121
+ {"shape":"ProvisionedThroughputExceededException"},
122
+ {"shape":"ExpiredIteratorException"}
150
123
  ]
151
124
  },
152
125
  "GetShardIterator":{
@@ -158,18 +131,9 @@
158
131
  "input":{"shape":"GetShardIteratorInput"},
159
132
  "output":{"shape":"GetShardIteratorOutput"},
160
133
  "errors":[
161
- {
162
- "shape":"ResourceNotFoundException",
163
- "exception":true
164
- },
165
- {
166
- "shape":"InvalidArgumentException",
167
- "exception":true
168
- },
169
- {
170
- "shape":"ProvisionedThroughputExceededException",
171
- "exception":true
172
- }
134
+ {"shape":"ResourceNotFoundException"},
135
+ {"shape":"InvalidArgumentException"},
136
+ {"shape":"ProvisionedThroughputExceededException"}
173
137
  ]
174
138
  },
175
139
  "IncreaseStreamRetentionPeriod":{
@@ -180,22 +144,10 @@
180
144
  },
181
145
  "input":{"shape":"IncreaseStreamRetentionPeriodInput"},
182
146
  "errors":[
183
- {
184
- "shape":"ResourceInUseException",
185
- "exception":true
186
- },
187
- {
188
- "shape":"ResourceNotFoundException",
189
- "exception":true
190
- },
191
- {
192
- "shape":"LimitExceededException",
193
- "exception":true
194
- },
195
- {
196
- "shape":"InvalidArgumentException",
197
- "exception":true
198
- }
147
+ {"shape":"ResourceInUseException"},
148
+ {"shape":"ResourceNotFoundException"},
149
+ {"shape":"LimitExceededException"},
150
+ {"shape":"InvalidArgumentException"}
199
151
  ]
200
152
  },
201
153
  "ListStreams":{
@@ -207,10 +159,7 @@
207
159
  "input":{"shape":"ListStreamsInput"},
208
160
  "output":{"shape":"ListStreamsOutput"},
209
161
  "errors":[
210
- {
211
- "shape":"LimitExceededException",
212
- "exception":true
213
- }
162
+ {"shape":"LimitExceededException"}
214
163
  ]
215
164
  },
216
165
  "ListTagsForStream":{
@@ -222,18 +171,9 @@
222
171
  "input":{"shape":"ListTagsForStreamInput"},
223
172
  "output":{"shape":"ListTagsForStreamOutput"},
224
173
  "errors":[
225
- {
226
- "shape":"ResourceNotFoundException",
227
- "exception":true
228
- },
229
- {
230
- "shape":"InvalidArgumentException",
231
- "exception":true
232
- },
233
- {
234
- "shape":"LimitExceededException",
235
- "exception":true
236
- }
174
+ {"shape":"ResourceNotFoundException"},
175
+ {"shape":"InvalidArgumentException"},
176
+ {"shape":"LimitExceededException"}
237
177
  ]
238
178
  },
239
179
  "MergeShards":{
@@ -244,22 +184,10 @@
244
184
  },
245
185
  "input":{"shape":"MergeShardsInput"},
246
186
  "errors":[
247
- {
248
- "shape":"ResourceNotFoundException",
249
- "exception":true
250
- },
251
- {
252
- "shape":"ResourceInUseException",
253
- "exception":true
254
- },
255
- {
256
- "shape":"InvalidArgumentException",
257
- "exception":true
258
- },
259
- {
260
- "shape":"LimitExceededException",
261
- "exception":true
262
- }
187
+ {"shape":"ResourceNotFoundException"},
188
+ {"shape":"ResourceInUseException"},
189
+ {"shape":"InvalidArgumentException"},
190
+ {"shape":"LimitExceededException"}
263
191
  ]
264
192
  },
265
193
  "PutRecord":{
@@ -271,18 +199,9 @@
271
199
  "input":{"shape":"PutRecordInput"},
272
200
  "output":{"shape":"PutRecordOutput"},
273
201
  "errors":[
274
- {
275
- "shape":"ResourceNotFoundException",
276
- "exception":true
277
- },
278
- {
279
- "shape":"InvalidArgumentException",
280
- "exception":true
281
- },
282
- {
283
- "shape":"ProvisionedThroughputExceededException",
284
- "exception":true
285
- }
202
+ {"shape":"ResourceNotFoundException"},
203
+ {"shape":"InvalidArgumentException"},
204
+ {"shape":"ProvisionedThroughputExceededException"}
286
205
  ]
287
206
  },
288
207
  "PutRecords":{
@@ -294,18 +213,9 @@
294
213
  "input":{"shape":"PutRecordsInput"},
295
214
  "output":{"shape":"PutRecordsOutput"},
296
215
  "errors":[
297
- {
298
- "shape":"ResourceNotFoundException",
299
- "exception":true
300
- },
301
- {
302
- "shape":"InvalidArgumentException",
303
- "exception":true
304
- },
305
- {
306
- "shape":"ProvisionedThroughputExceededException",
307
- "exception":true
308
- }
216
+ {"shape":"ResourceNotFoundException"},
217
+ {"shape":"InvalidArgumentException"},
218
+ {"shape":"ProvisionedThroughputExceededException"}
309
219
  ]
310
220
  },
311
221
  "RemoveTagsFromStream":{
@@ -316,22 +226,10 @@
316
226
  },
317
227
  "input":{"shape":"RemoveTagsFromStreamInput"},
318
228
  "errors":[
319
- {
320
- "shape":"ResourceNotFoundException",
321
- "exception":true
322
- },
323
- {
324
- "shape":"ResourceInUseException",
325
- "exception":true
326
- },
327
- {
328
- "shape":"InvalidArgumentException",
329
- "exception":true
330
- },
331
- {
332
- "shape":"LimitExceededException",
333
- "exception":true
334
- }
229
+ {"shape":"ResourceNotFoundException"},
230
+ {"shape":"ResourceInUseException"},
231
+ {"shape":"InvalidArgumentException"},
232
+ {"shape":"LimitExceededException"}
335
233
  ]
336
234
  },
337
235
  "SplitShard":{
@@ -342,22 +240,10 @@
342
240
  },
343
241
  "input":{"shape":"SplitShardInput"},
344
242
  "errors":[
345
- {
346
- "shape":"ResourceNotFoundException",
347
- "exception":true
348
- },
349
- {
350
- "shape":"ResourceInUseException",
351
- "exception":true
352
- },
353
- {
354
- "shape":"InvalidArgumentException",
355
- "exception":true
356
- },
357
- {
358
- "shape":"LimitExceededException",
359
- "exception":true
360
- }
243
+ {"shape":"ResourceNotFoundException"},
244
+ {"shape":"ResourceInUseException"},
245
+ {"shape":"InvalidArgumentException"},
246
+ {"shape":"LimitExceededException"}
361
247
  ]
362
248
  }
363
249
  },
@@ -388,8 +274,8 @@
388
274
  },
389
275
  "Data":{
390
276
  "type":"blob",
391
- "min":0,
392
- "max":1048576
277
+ "max":1048576,
278
+ "min":0
393
279
  },
394
280
  "DecreaseStreamRetentionPeriodInput":{
395
281
  "type":"structure",
@@ -420,8 +306,8 @@
420
306
  },
421
307
  "DescribeStreamInputLimit":{
422
308
  "type":"integer",
423
- "min":1,
424
- "max":10000
309
+ "max":10000,
310
+ "min":1
425
311
  },
426
312
  "DescribeStreamOutput":{
427
313
  "type":"structure",
@@ -430,6 +316,46 @@
430
316
  "StreamDescription":{"shape":"StreamDescription"}
431
317
  }
432
318
  },
319
+ "DisableEnhancedMonitoringInput":{
320
+ "type":"structure",
321
+ "required":[
322
+ "StreamName",
323
+ "ShardLevelMetrics"
324
+ ],
325
+ "members":{
326
+ "StreamName":{"shape":"StreamName"},
327
+ "ShardLevelMetrics":{"shape":"MetricsNameList"}
328
+ }
329
+ },
330
+ "EnableEnhancedMonitoringInput":{
331
+ "type":"structure",
332
+ "required":[
333
+ "StreamName",
334
+ "ShardLevelMetrics"
335
+ ],
336
+ "members":{
337
+ "StreamName":{"shape":"StreamName"},
338
+ "ShardLevelMetrics":{"shape":"MetricsNameList"}
339
+ }
340
+ },
341
+ "EnhancedMetrics":{
342
+ "type":"structure",
343
+ "members":{
344
+ "ShardLevelMetrics":{"shape":"MetricsNameList"}
345
+ }
346
+ },
347
+ "EnhancedMonitoringList":{
348
+ "type":"list",
349
+ "member":{"shape":"EnhancedMetrics"}
350
+ },
351
+ "EnhancedMonitoringOutput":{
352
+ "type":"structure",
353
+ "members":{
354
+ "StreamName":{"shape":"StreamName"},
355
+ "CurrentShardLevelMetrics":{"shape":"MetricsNameList"},
356
+ "DesiredShardLevelMetrics":{"shape":"MetricsNameList"}
357
+ }
358
+ },
433
359
  "ErrorCode":{"type":"string"},
434
360
  "ErrorMessage":{"type":"string"},
435
361
  "ExpiredIteratorException":{
@@ -449,8 +375,8 @@
449
375
  },
450
376
  "GetRecordsInputLimit":{
451
377
  "type":"integer",
452
- "min":1,
453
- "max":10000
378
+ "max":10000,
379
+ "min":1
454
380
  },
455
381
  "GetRecordsOutput":{
456
382
  "type":"structure",
@@ -472,7 +398,8 @@
472
398
  "StreamName":{"shape":"StreamName"},
473
399
  "ShardId":{"shape":"ShardId"},
474
400
  "ShardIteratorType":{"shape":"ShardIteratorType"},
475
- "StartingSequenceNumber":{"shape":"SequenceNumber"}
401
+ "StartingSequenceNumber":{"shape":"SequenceNumber"},
402
+ "Timestamp":{"shape":"Timestamp"}
476
403
  }
477
404
  },
478
405
  "GetShardIteratorOutput":{
@@ -530,8 +457,8 @@
530
457
  },
531
458
  "ListStreamsInputLimit":{
532
459
  "type":"integer",
533
- "min":1,
534
- "max":10000
460
+ "max":10000,
461
+ "min":1
535
462
  },
536
463
  "ListStreamsOutput":{
537
464
  "type":"structure",
@@ -555,8 +482,8 @@
555
482
  },
556
483
  "ListTagsForStreamInputLimit":{
557
484
  "type":"integer",
558
- "min":1,
559
- "max":10
485
+ "max":10,
486
+ "min":1
560
487
  },
561
488
  "ListTagsForStreamOutput":{
562
489
  "type":"structure",
@@ -582,19 +509,38 @@
582
509
  "AdjacentShardToMerge":{"shape":"ShardId"}
583
510
  }
584
511
  },
512
+ "MetricsName":{
513
+ "type":"string",
514
+ "enum":[
515
+ "IncomingBytes",
516
+ "IncomingRecords",
517
+ "OutgoingBytes",
518
+ "OutgoingRecords",
519
+ "WriteProvisionedThroughputExceeded",
520
+ "ReadProvisionedThroughputExceeded",
521
+ "IteratorAgeMilliseconds",
522
+ "ALL"
523
+ ]
524
+ },
525
+ "MetricsNameList":{
526
+ "type":"list",
527
+ "member":{"shape":"MetricsName"},
528
+ "max":7,
529
+ "min":1
530
+ },
585
531
  "MillisBehindLatest":{
586
532
  "type":"long",
587
533
  "min":0
588
534
  },
589
535
  "PartitionKey":{
590
536
  "type":"string",
591
- "min":1,
592
- "max":256
537
+ "max":256,
538
+ "min":1
593
539
  },
594
540
  "PositiveIntegerObject":{
595
541
  "type":"integer",
596
- "min":1,
597
- "max":100000
542
+ "max":100000,
543
+ "min":1
598
544
  },
599
545
  "ProvisionedThroughputExceededException":{
600
546
  "type":"structure",
@@ -663,8 +609,8 @@
663
609
  "PutRecordsRequestEntryList":{
664
610
  "type":"list",
665
611
  "member":{"shape":"PutRecordsRequestEntry"},
666
- "min":1,
667
- "max":500
612
+ "max":500,
613
+ "min":1
668
614
  },
669
615
  "PutRecordsResultEntry":{
670
616
  "type":"structure",
@@ -678,8 +624,8 @@
678
624
  "PutRecordsResultEntryList":{
679
625
  "type":"list",
680
626
  "member":{"shape":"PutRecordsResultEntry"},
681
- "min":1,
682
- "max":500
627
+ "max":500,
628
+ "min":1
683
629
  },
684
630
  "Record":{
685
631
  "type":"structure",
@@ -726,8 +672,8 @@
726
672
  },
727
673
  "RetentionPeriodHours":{
728
674
  "type":"integer",
729
- "min":24,
730
- "max":168
675
+ "max":168,
676
+ "min":24
731
677
  },
732
678
  "SequenceNumber":{
733
679
  "type":"string",
@@ -758,14 +704,14 @@
758
704
  },
759
705
  "ShardId":{
760
706
  "type":"string",
761
- "min":1,
762
707
  "max":128,
708
+ "min":1,
763
709
  "pattern":"[a-zA-Z0-9_.-]+"
764
710
  },
765
711
  "ShardIterator":{
766
712
  "type":"string",
767
- "min":1,
768
- "max":512
713
+ "max":512,
714
+ "min":1
769
715
  },
770
716
  "ShardIteratorType":{
771
717
  "type":"string",
@@ -773,7 +719,8 @@
773
719
  "AT_SEQUENCE_NUMBER",
774
720
  "AFTER_SEQUENCE_NUMBER",
775
721
  "TRIM_HORIZON",
776
- "LATEST"
722
+ "LATEST",
723
+ "AT_TIMESTAMP"
777
724
  ]
778
725
  },
779
726
  "ShardList":{
@@ -802,7 +749,8 @@
802
749
  "StreamStatus",
803
750
  "Shards",
804
751
  "HasMoreShards",
805
- "RetentionPeriodHours"
752
+ "RetentionPeriodHours",
753
+ "EnhancedMonitoring"
806
754
  ],
807
755
  "members":{
808
756
  "StreamName":{"shape":"StreamName"},
@@ -810,13 +758,14 @@
810
758
  "StreamStatus":{"shape":"StreamStatus"},
811
759
  "Shards":{"shape":"ShardList"},
812
760
  "HasMoreShards":{"shape":"BooleanObject"},
813
- "RetentionPeriodHours":{"shape":"RetentionPeriodHours"}
761
+ "RetentionPeriodHours":{"shape":"RetentionPeriodHours"},
762
+ "EnhancedMonitoring":{"shape":"EnhancedMonitoringList"}
814
763
  }
815
764
  },
816
765
  "StreamName":{
817
766
  "type":"string",
818
- "min":1,
819
767
  "max":128,
768
+ "min":1,
820
769
  "pattern":"[a-zA-Z0-9_.-]+"
821
770
  },
822
771
  "StreamNameList":{
@@ -842,14 +791,14 @@
842
791
  },
843
792
  "TagKey":{
844
793
  "type":"string",
845
- "min":1,
846
- "max":128
794
+ "max":128,
795
+ "min":1
847
796
  },
848
797
  "TagKeyList":{
849
798
  "type":"list",
850
799
  "member":{"shape":"TagKey"},
851
- "min":1,
852
- "max":10
800
+ "max":10,
801
+ "min":1
853
802
  },
854
803
  "TagList":{
855
804
  "type":"list",
@@ -860,13 +809,14 @@
860
809
  "type":"map",
861
810
  "key":{"shape":"TagKey"},
862
811
  "value":{"shape":"TagValue"},
863
- "min":1,
864
- "max":10
812
+ "max":10,
813
+ "min":1
865
814
  },
866
815
  "TagValue":{
867
816
  "type":"string",
868
- "min":0,
869
- "max":256
870
- }
817
+ "max":256,
818
+ "min":0
819
+ },
820
+ "Timestamp":{"type":"timestamp"}
871
821
  }
872
822
  }