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.
@@ -582,7 +582,8 @@
582
582
  "type":"structure",
583
583
  "members":{
584
584
  "awsAccountNumber":{"shape":"AWSAccountNumber"},
585
- "unmeteredDevices":{"shape":"PurchasedDevicesMap"}
585
+ "unmeteredDevices":{"shape":"PurchasedDevicesMap"},
586
+ "unmeteredRemoteAccessDevices":{"shape":"PurchasedDevicesMap"}
586
587
  }
587
588
  },
588
589
  "AmazonResourceName":{
@@ -643,7 +644,8 @@
643
644
  "EXPLORER_EVENT_LOG",
644
645
  "EXPLORER_SUMMARY_LOG",
645
646
  "APPLICATION_CRASH_REPORT",
646
- "XCTEST_LOG"
647
+ "XCTEST_LOG",
648
+ "VIDEO"
647
649
  ]
648
650
  },
649
651
  "Artifacts":{
@@ -893,8 +895,11 @@
893
895
  "type":"string",
894
896
  "enum":[
895
897
  "PENDING",
898
+ "PENDING_CONCURRENCY",
899
+ "PENDING_DEVICE",
896
900
  "PROCESSING",
897
901
  "SCHEDULING",
902
+ "PREPARING",
898
903
  "RUNNING",
899
904
  "COMPLETED",
900
905
  "STOPPING"
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
+ "GetOfferingStatus": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "result_key": ["current","nextPeriod"]
7
+ },
3
8
  "ListArtifacts": {
4
9
  "input_token": "nextToken",
5
10
  "output_token": "nextToken",
@@ -20,6 +25,16 @@
20
25
  "output_token": "nextToken",
21
26
  "result_key": "jobs"
22
27
  },
28
+ "ListOfferingTransactions": {
29
+ "input_token": "nextToken",
30
+ "output_token": "nextToken",
31
+ "result_key": "offeringTransactions"
32
+ },
33
+ "ListOfferings": {
34
+ "input_token": "nextToken",
35
+ "output_token": "nextToken",
36
+ "result_key": "offerings"
37
+ },
23
38
  "ListProjects": {
24
39
  "input_token": "nextToken",
25
40
  "output_token": "nextToken",
@@ -12564,13 +12564,13 @@
12564
12564
  "type":"structure",
12565
12565
  "required":["Error"],
12566
12566
  "members":{
12567
- "ResourceId":{
12568
- "shape":"String",
12569
- "locationName":"resourceId"
12570
- },
12571
12567
  "Error":{
12572
12568
  "shape":"UnsuccessfulItemError",
12573
12569
  "locationName":"error"
12570
+ },
12571
+ "ResourceId":{
12572
+ "shape":"String",
12573
+ "locationName":"resourceId"
12574
12574
  }
12575
12575
  }
12576
12576
  },
@@ -13015,7 +13015,9 @@
13015
13015
  "enum":[
13016
13016
  "standard",
13017
13017
  "io1",
13018
- "gp2"
13018
+ "gp2",
13019
+ "sc1",
13020
+ "st1"
13019
13021
  ]
13020
13022
  },
13021
13023
  "Vpc":{
@@ -21,6 +21,22 @@
21
21
  {"shape":"InsufficientPrivilegesException"}
22
22
  ]
23
23
  },
24
+ "ApplyEnvironmentManagedAction":{
25
+ "name":"ApplyEnvironmentManagedAction",
26
+ "http":{
27
+ "method":"POST",
28
+ "requestUri":"/"
29
+ },
30
+ "input":{"shape":"ApplyEnvironmentManagedActionRequest"},
31
+ "output":{
32
+ "shape":"ApplyEnvironmentManagedActionResult",
33
+ "resultWrapper":"ApplyEnvironmentManagedActionResult"
34
+ },
35
+ "errors":[
36
+ {"shape":"ElasticBeanstalkServiceException"},
37
+ {"shape":"ManagedActionInvalidStateException"}
38
+ ]
39
+ },
24
40
  "CheckDNSAvailability":{
25
41
  "name":"CheckDNSAvailability",
26
42
  "http":{
@@ -238,6 +254,36 @@
238
254
  {"shape":"ElasticBeanstalkServiceException"}
239
255
  ]
240
256
  },
257
+ "DescribeEnvironmentManagedActionHistory":{
258
+ "name":"DescribeEnvironmentManagedActionHistory",
259
+ "http":{
260
+ "method":"POST",
261
+ "requestUri":"/"
262
+ },
263
+ "input":{"shape":"DescribeEnvironmentManagedActionHistoryRequest"},
264
+ "output":{
265
+ "shape":"DescribeEnvironmentManagedActionHistoryResult",
266
+ "resultWrapper":"DescribeEnvironmentManagedActionHistoryResult"
267
+ },
268
+ "errors":[
269
+ {"shape":"ElasticBeanstalkServiceException"}
270
+ ]
271
+ },
272
+ "DescribeEnvironmentManagedActions":{
273
+ "name":"DescribeEnvironmentManagedActions",
274
+ "http":{
275
+ "method":"POST",
276
+ "requestUri":"/"
277
+ },
278
+ "input":{"shape":"DescribeEnvironmentManagedActionsRequest"},
279
+ "output":{
280
+ "shape":"DescribeEnvironmentManagedActionsResult",
281
+ "resultWrapper":"DescribeEnvironmentManagedActionsResult"
282
+ },
283
+ "errors":[
284
+ {"shape":"ElasticBeanstalkServiceException"}
285
+ ]
286
+ },
241
287
  "DescribeEnvironmentResources":{
242
288
  "name":"DescribeEnvironmentResources",
243
289
  "http":{
@@ -445,6 +491,31 @@
445
491
  }
446
492
  },
447
493
  "AbortableOperationInProgress":{"type":"boolean"},
494
+ "ActionHistoryStatus":{
495
+ "type":"string",
496
+ "enum":[
497
+ "Completed",
498
+ "Failed",
499
+ "Unknown"
500
+ ]
501
+ },
502
+ "ActionStatus":{
503
+ "type":"string",
504
+ "enum":[
505
+ "Scheduled",
506
+ "Pending",
507
+ "Running",
508
+ "Unknown"
509
+ ]
510
+ },
511
+ "ActionType":{
512
+ "type":"string",
513
+ "enum":[
514
+ "InstanceRefresh",
515
+ "PlatformUpdate",
516
+ "Unknown"
517
+ ]
518
+ },
448
519
  "ApplicationDescription":{
449
520
  "type":"structure",
450
521
  "members":{
@@ -528,6 +599,24 @@
528
599
  "Processing"
529
600
  ]
530
601
  },
602
+ "ApplyEnvironmentManagedActionRequest":{
603
+ "type":"structure",
604
+ "required":["ActionId"],
605
+ "members":{
606
+ "EnvironmentName":{"shape":"String"},
607
+ "EnvironmentId":{"shape":"String"},
608
+ "ActionId":{"shape":"String"}
609
+ }
610
+ },
611
+ "ApplyEnvironmentManagedActionResult":{
612
+ "type":"structure",
613
+ "members":{
614
+ "ActionId":{"shape":"String"},
615
+ "ActionDescription":{"shape":"String"},
616
+ "ActionType":{"shape":"ActionType"},
617
+ "Status":{"shape":"String"}
618
+ }
619
+ },
531
620
  "AutoCreateApplication":{"type":"boolean"},
532
621
  "AutoScalingGroup":{
533
622
  "type":"structure",
@@ -874,6 +963,36 @@
874
963
  "RefreshedAt":{"shape":"RefreshedAt"}
875
964
  }
876
965
  },
966
+ "DescribeEnvironmentManagedActionHistoryRequest":{
967
+ "type":"structure",
968
+ "members":{
969
+ "EnvironmentId":{"shape":"EnvironmentId"},
970
+ "EnvironmentName":{"shape":"EnvironmentName"},
971
+ "NextToken":{"shape":"String"},
972
+ "MaxItems":{"shape":"Integer"}
973
+ }
974
+ },
975
+ "DescribeEnvironmentManagedActionHistoryResult":{
976
+ "type":"structure",
977
+ "members":{
978
+ "ManagedActionHistoryItems":{"shape":"ManagedActionHistoryItems"},
979
+ "NextToken":{"shape":"String"}
980
+ }
981
+ },
982
+ "DescribeEnvironmentManagedActionsRequest":{
983
+ "type":"structure",
984
+ "members":{
985
+ "EnvironmentName":{"shape":"String"},
986
+ "EnvironmentId":{"shape":"String"},
987
+ "Status":{"shape":"ActionStatus"}
988
+ }
989
+ },
990
+ "DescribeEnvironmentManagedActionsResult":{
991
+ "type":"structure",
992
+ "members":{
993
+ "ManagedActions":{"shape":"ManagedActions"}
994
+ }
995
+ },
877
996
  "DescribeEnvironmentResourcesMessage":{
878
997
  "type":"structure",
879
998
  "members":{
@@ -1135,6 +1254,18 @@
1135
1254
  ]
1136
1255
  },
1137
1256
  "ExceptionMessage":{"type":"string"},
1257
+ "FailureType":{
1258
+ "type":"string",
1259
+ "enum":[
1260
+ "UpdateCancelled",
1261
+ "CancellationFailed",
1262
+ "RollbackFailed",
1263
+ "RollbackSuccessful",
1264
+ "InternalFailure",
1265
+ "InvalidEnvironmentState",
1266
+ "PermissionsError"
1267
+ ]
1268
+ },
1138
1269
  "FileTypeExtension":{
1139
1270
  "type":"string",
1140
1271
  "max":100,
@@ -1288,6 +1419,52 @@
1288
1419
  "type":"list",
1289
1420
  "member":{"shape":"Listener"}
1290
1421
  },
1422
+ "ManagedAction":{
1423
+ "type":"structure",
1424
+ "members":{
1425
+ "ActionId":{"shape":"String"},
1426
+ "ActionDescription":{"shape":"String"},
1427
+ "ActionType":{"shape":"ActionType"},
1428
+ "Status":{"shape":"ActionStatus"},
1429
+ "WindowStartTime":{"shape":"Timestamp"}
1430
+ }
1431
+ },
1432
+ "ManagedActionHistoryItem":{
1433
+ "type":"structure",
1434
+ "members":{
1435
+ "ActionId":{"shape":"String"},
1436
+ "ActionType":{"shape":"ActionType"},
1437
+ "ActionDescription":{"shape":"String"},
1438
+ "FailureType":{"shape":"FailureType"},
1439
+ "Status":{"shape":"ActionHistoryStatus"},
1440
+ "FailureDescription":{"shape":"String"},
1441
+ "ExecutedTime":{"shape":"Timestamp"},
1442
+ "FinishedTime":{"shape":"Timestamp"}
1443
+ }
1444
+ },
1445
+ "ManagedActionHistoryItems":{
1446
+ "type":"list",
1447
+ "member":{"shape":"ManagedActionHistoryItem"},
1448
+ "max":100,
1449
+ "min":1
1450
+ },
1451
+ "ManagedActionInvalidStateException":{
1452
+ "type":"structure",
1453
+ "members":{
1454
+ },
1455
+ "error":{
1456
+ "code":"ManagedActionInvalidStateException",
1457
+ "httpStatusCode":400,
1458
+ "senderFault":true
1459
+ },
1460
+ "exception":true
1461
+ },
1462
+ "ManagedActions":{
1463
+ "type":"list",
1464
+ "member":{"shape":"ManagedAction"},
1465
+ "max":100,
1466
+ "min":1
1467
+ },
1291
1468
  "MaxRecords":{
1292
1469
  "type":"integer",
1293
1470
  "max":1000,
@@ -1542,6 +1719,7 @@
1542
1719
  "TerminateEnvironmentResources":{"type":"boolean"},
1543
1720
  "TimeFilterEnd":{"type":"timestamp"},
1544
1721
  "TimeFilterStart":{"type":"timestamp"},
1722
+ "Timestamp":{"type":"timestamp"},
1545
1723
  "Token":{"type":"string"},
1546
1724
  "TooManyApplicationVersionsException":{
1547
1725
  "type":"structure",
@@ -4,11 +4,11 @@
4
4
  "apiVersion":"2015-08-04",
5
5
  "endpointPrefix":"firehose",
6
6
  "jsonVersion":"1.1",
7
+ "protocol":"json",
7
8
  "serviceAbbreviation":"Firehose",
8
9
  "serviceFullName":"Amazon Kinesis Firehose",
9
10
  "signatureVersion":"v4",
10
- "targetPrefix":"Firehose_20150804",
11
- "protocol":"json"
11
+ "targetPrefix":"Firehose_20150804"
12
12
  },
13
13
  "operations":{
14
14
  "CreateDeliveryStream":{
@@ -20,18 +20,9 @@
20
20
  "input":{"shape":"CreateDeliveryStreamInput"},
21
21
  "output":{"shape":"CreateDeliveryStreamOutput"},
22
22
  "errors":[
23
- {
24
- "shape":"InvalidArgumentException",
25
- "exception":true
26
- },
27
- {
28
- "shape":"LimitExceededException",
29
- "exception":true
30
- },
31
- {
32
- "shape":"ResourceInUseException",
33
- "exception":true
34
- }
23
+ {"shape":"InvalidArgumentException"},
24
+ {"shape":"LimitExceededException"},
25
+ {"shape":"ResourceInUseException"}
35
26
  ]
36
27
  },
37
28
  "DeleteDeliveryStream":{
@@ -43,14 +34,8 @@
43
34
  "input":{"shape":"DeleteDeliveryStreamInput"},
44
35
  "output":{"shape":"DeleteDeliveryStreamOutput"},
45
36
  "errors":[
46
- {
47
- "shape":"ResourceInUseException",
48
- "exception":true
49
- },
50
- {
51
- "shape":"ResourceNotFoundException",
52
- "exception":true
53
- }
37
+ {"shape":"ResourceInUseException"},
38
+ {"shape":"ResourceNotFoundException"}
54
39
  ]
55
40
  },
56
41
  "DescribeDeliveryStream":{
@@ -62,10 +47,7 @@
62
47
  "input":{"shape":"DescribeDeliveryStreamInput"},
63
48
  "output":{"shape":"DescribeDeliveryStreamOutput"},
64
49
  "errors":[
65
- {
66
- "shape":"ResourceNotFoundException",
67
- "exception":true
68
- }
50
+ {"shape":"ResourceNotFoundException"}
69
51
  ]
70
52
  },
71
53
  "ListDeliveryStreams":{
@@ -86,20 +68,9 @@
86
68
  "input":{"shape":"PutRecordInput"},
87
69
  "output":{"shape":"PutRecordOutput"},
88
70
  "errors":[
89
- {
90
- "shape":"ResourceNotFoundException",
91
- "exception":true
92
- },
93
- {
94
- "shape":"InvalidArgumentException",
95
- "exception":true
96
- },
97
- {
98
- "shape":"ServiceUnavailableException",
99
- "error":{"httpStatusCode":503},
100
- "exception":true,
101
- "fault":true
102
- }
71
+ {"shape":"ResourceNotFoundException"},
72
+ {"shape":"InvalidArgumentException"},
73
+ {"shape":"ServiceUnavailableException"}
103
74
  ]
104
75
  },
105
76
  "PutRecordBatch":{
@@ -111,20 +82,9 @@
111
82
  "input":{"shape":"PutRecordBatchInput"},
112
83
  "output":{"shape":"PutRecordBatchOutput"},
113
84
  "errors":[
114
- {
115
- "shape":"ResourceNotFoundException",
116
- "exception":true
117
- },
118
- {
119
- "shape":"InvalidArgumentException",
120
- "exception":true
121
- },
122
- {
123
- "shape":"ServiceUnavailableException",
124
- "error":{"httpStatusCode":503},
125
- "exception":true,
126
- "fault":true
127
- }
85
+ {"shape":"ResourceNotFoundException"},
86
+ {"shape":"InvalidArgumentException"},
87
+ {"shape":"ServiceUnavailableException"}
128
88
  ]
129
89
  },
130
90
  "UpdateDestination":{
@@ -136,37 +96,25 @@
136
96
  "input":{"shape":"UpdateDestinationInput"},
137
97
  "output":{"shape":"UpdateDestinationOutput"},
138
98
  "errors":[
139
- {
140
- "shape":"InvalidArgumentException",
141
- "exception":true
142
- },
143
- {
144
- "shape":"ResourceInUseException",
145
- "exception":true
146
- },
147
- {
148
- "shape":"ResourceNotFoundException",
149
- "exception":true
150
- },
151
- {
152
- "shape":"ConcurrentModificationException",
153
- "exception":true
154
- }
99
+ {"shape":"InvalidArgumentException"},
100
+ {"shape":"ResourceInUseException"},
101
+ {"shape":"ResourceNotFoundException"},
102
+ {"shape":"ConcurrentModificationException"}
155
103
  ]
156
104
  }
157
105
  },
158
106
  "shapes":{
159
107
  "AWSKMSKeyARN":{
160
108
  "type":"string",
161
- "min":1,
162
109
  "max":512,
110
+ "min":1,
163
111
  "pattern":"arn:.*"
164
112
  },
165
113
  "BooleanObject":{"type":"boolean"},
166
114
  "BucketARN":{
167
115
  "type":"string",
168
- "min":1,
169
116
  "max":2048,
117
+ "min":1,
170
118
  "pattern":"arn:.*"
171
119
  },
172
120
  "BufferingHints":{
@@ -176,6 +124,14 @@
176
124
  "IntervalInSeconds":{"shape":"IntervalInSeconds"}
177
125
  }
178
126
  },
127
+ "CloudWatchLoggingOptions":{
128
+ "type":"structure",
129
+ "members":{
130
+ "Enabled":{"shape":"BooleanObject"},
131
+ "LogGroupName":{"shape":"LogGroupName"},
132
+ "LogStreamName":{"shape":"LogStreamName"}
133
+ }
134
+ },
179
135
  "ClusterJDBCURL":{
180
136
  "type":"string",
181
137
  "min":1,
@@ -213,7 +169,8 @@
213
169
  "members":{
214
170
  "DeliveryStreamName":{"shape":"DeliveryStreamName"},
215
171
  "S3DestinationConfiguration":{"shape":"S3DestinationConfiguration"},
216
- "RedshiftDestinationConfiguration":{"shape":"RedshiftDestinationConfiguration"}
172
+ "RedshiftDestinationConfiguration":{"shape":"RedshiftDestinationConfiguration"},
173
+ "ElasticsearchDestinationConfiguration":{"shape":"ElasticsearchDestinationConfiguration"}
217
174
  }
218
175
  },
219
176
  "CreateDeliveryStreamOutput":{
@@ -224,8 +181,8 @@
224
181
  },
225
182
  "Data":{
226
183
  "type":"blob",
227
- "min":0,
228
- "max":1024000
184
+ "max":1024000,
185
+ "min":0
229
186
  },
230
187
  "DataTableColumns":{"type":"string"},
231
188
  "DataTableName":{
@@ -268,8 +225,8 @@
268
225
  },
269
226
  "DeliveryStreamName":{
270
227
  "type":"string",
271
- "min":1,
272
228
  "max":64,
229
+ "min":1,
273
230
  "pattern":"[a-zA-Z0-9_.-]+"
274
231
  },
275
232
  "DeliveryStreamNameList":{
@@ -286,8 +243,8 @@
286
243
  },
287
244
  "DeliveryStreamVersionId":{
288
245
  "type":"string",
289
- "min":1,
290
246
  "max":50,
247
+ "min":1,
291
248
  "pattern":"[0-9]+"
292
249
  },
293
250
  "DescribeDeliveryStreamInput":{
@@ -301,8 +258,8 @@
301
258
  },
302
259
  "DescribeDeliveryStreamInputLimit":{
303
260
  "type":"integer",
304
- "min":1,
305
- "max":10000
261
+ "max":10000,
262
+ "min":1
306
263
  },
307
264
  "DescribeDeliveryStreamOutput":{
308
265
  "type":"structure",
@@ -317,7 +274,8 @@
317
274
  "members":{
318
275
  "DestinationId":{"shape":"DestinationId"},
319
276
  "S3DestinationDescription":{"shape":"S3DestinationDescription"},
320
- "RedshiftDestinationDescription":{"shape":"RedshiftDestinationDescription"}
277
+ "RedshiftDestinationDescription":{"shape":"RedshiftDestinationDescription"},
278
+ "ElasticsearchDestinationDescription":{"shape":"ElasticsearchDestinationDescription"}
321
279
  }
322
280
  },
323
281
  "DestinationDescriptionList":{
@@ -326,8 +284,120 @@
326
284
  },
327
285
  "DestinationId":{
328
286
  "type":"string",
287
+ "max":100,
288
+ "min":1
289
+ },
290
+ "ElasticsearchBufferingHints":{
291
+ "type":"structure",
292
+ "members":{
293
+ "IntervalInSeconds":{"shape":"ElasticsearchBufferingIntervalInSeconds"},
294
+ "SizeInMBs":{"shape":"ElasticsearchBufferingSizeInMBs"}
295
+ }
296
+ },
297
+ "ElasticsearchBufferingIntervalInSeconds":{
298
+ "type":"integer",
299
+ "max":900,
300
+ "min":60
301
+ },
302
+ "ElasticsearchBufferingSizeInMBs":{
303
+ "type":"integer",
304
+ "max":100,
305
+ "min":1
306
+ },
307
+ "ElasticsearchDestinationConfiguration":{
308
+ "type":"structure",
309
+ "required":[
310
+ "RoleARN",
311
+ "DomainARN",
312
+ "IndexName",
313
+ "TypeName",
314
+ "S3Configuration"
315
+ ],
316
+ "members":{
317
+ "RoleARN":{"shape":"RoleARN"},
318
+ "DomainARN":{"shape":"ElasticsearchDomainARN"},
319
+ "IndexName":{"shape":"ElasticsearchIndexName"},
320
+ "TypeName":{"shape":"ElasticsearchTypeName"},
321
+ "IndexRotationPeriod":{"shape":"ElasticsearchIndexRotationPeriod"},
322
+ "BufferingHints":{"shape":"ElasticsearchBufferingHints"},
323
+ "RetryOptions":{"shape":"ElasticsearchRetryOptions"},
324
+ "S3BackupMode":{"shape":"ElasticsearchS3BackupMode"},
325
+ "S3Configuration":{"shape":"S3DestinationConfiguration"},
326
+ "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
327
+ }
328
+ },
329
+ "ElasticsearchDestinationDescription":{
330
+ "type":"structure",
331
+ "members":{
332
+ "RoleARN":{"shape":"RoleARN"},
333
+ "DomainARN":{"shape":"ElasticsearchDomainARN"},
334
+ "IndexName":{"shape":"ElasticsearchIndexName"},
335
+ "TypeName":{"shape":"ElasticsearchTypeName"},
336
+ "IndexRotationPeriod":{"shape":"ElasticsearchIndexRotationPeriod"},
337
+ "BufferingHints":{"shape":"ElasticsearchBufferingHints"},
338
+ "RetryOptions":{"shape":"ElasticsearchRetryOptions"},
339
+ "S3BackupMode":{"shape":"ElasticsearchS3BackupMode"},
340
+ "S3DestinationDescription":{"shape":"S3DestinationDescription"},
341
+ "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
342
+ }
343
+ },
344
+ "ElasticsearchDestinationUpdate":{
345
+ "type":"structure",
346
+ "members":{
347
+ "RoleARN":{"shape":"RoleARN"},
348
+ "DomainARN":{"shape":"ElasticsearchDomainARN"},
349
+ "IndexName":{"shape":"ElasticsearchIndexName"},
350
+ "TypeName":{"shape":"ElasticsearchTypeName"},
351
+ "IndexRotationPeriod":{"shape":"ElasticsearchIndexRotationPeriod"},
352
+ "BufferingHints":{"shape":"ElasticsearchBufferingHints"},
353
+ "RetryOptions":{"shape":"ElasticsearchRetryOptions"},
354
+ "S3Update":{"shape":"S3DestinationUpdate"},
355
+ "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
356
+ }
357
+ },
358
+ "ElasticsearchDomainARN":{
359
+ "type":"string",
360
+ "max":512,
329
361
  "min":1,
330
- "max":100
362
+ "pattern":"arn:.*"
363
+ },
364
+ "ElasticsearchIndexName":{
365
+ "type":"string",
366
+ "max":80,
367
+ "min":1
368
+ },
369
+ "ElasticsearchIndexRotationPeriod":{
370
+ "type":"string",
371
+ "enum":[
372
+ "NoRotation",
373
+ "OneHour",
374
+ "OneDay",
375
+ "OneWeek",
376
+ "OneMonth"
377
+ ]
378
+ },
379
+ "ElasticsearchRetryDurationInSeconds":{
380
+ "type":"integer",
381
+ "max":7200,
382
+ "min":0
383
+ },
384
+ "ElasticsearchRetryOptions":{
385
+ "type":"structure",
386
+ "members":{
387
+ "DurationInSeconds":{"shape":"ElasticsearchRetryDurationInSeconds"}
388
+ }
389
+ },
390
+ "ElasticsearchS3BackupMode":{
391
+ "type":"string",
392
+ "enum":[
393
+ "FailedDocumentsOnly",
394
+ "AllDocuments"
395
+ ]
396
+ },
397
+ "ElasticsearchTypeName":{
398
+ "type":"string",
399
+ "max":100,
400
+ "min":1
331
401
  },
332
402
  "EncryptionConfiguration":{
333
403
  "type":"structure",
@@ -340,8 +410,8 @@
340
410
  "ErrorMessage":{"type":"string"},
341
411
  "IntervalInSeconds":{
342
412
  "type":"integer",
343
- "min":60,
344
- "max":900
413
+ "max":900,
414
+ "min":60
345
415
  },
346
416
  "InvalidArgumentException":{
347
417
  "type":"structure",
@@ -373,8 +443,8 @@
373
443
  },
374
444
  "ListDeliveryStreamsInputLimit":{
375
445
  "type":"integer",
376
- "min":1,
377
- "max":10000
446
+ "max":10000,
447
+ "min":1
378
448
  },
379
449
  "ListDeliveryStreamsOutput":{
380
450
  "type":"structure",
@@ -387,6 +457,8 @@
387
457
  "HasMoreDeliveryStreams":{"shape":"BooleanObject"}
388
458
  }
389
459
  },
460
+ "LogGroupName":{"type":"string"},
461
+ "LogStreamName":{"type":"string"},
390
462
  "NoEncryptionConfig":{
391
463
  "type":"string",
392
464
  "enum":["NoEncryption"]
@@ -426,8 +498,8 @@
426
498
  "PutRecordBatchRequestEntryList":{
427
499
  "type":"list",
428
500
  "member":{"shape":"Record"},
429
- "min":1,
430
- "max":500
501
+ "max":500,
502
+ "min":1
431
503
  },
432
504
  "PutRecordBatchResponseEntry":{
433
505
  "type":"structure",
@@ -440,8 +512,8 @@
440
512
  "PutRecordBatchResponseEntryList":{
441
513
  "type":"list",
442
514
  "member":{"shape":"PutRecordBatchResponseEntry"},
443
- "min":1,
444
- "max":500
515
+ "max":500,
516
+ "min":1
445
517
  },
446
518
  "PutRecordInput":{
447
519
  "type":"structure",
@@ -488,7 +560,8 @@
488
560
  "CopyCommand":{"shape":"CopyCommand"},
489
561
  "Username":{"shape":"Username"},
490
562
  "Password":{"shape":"Password"},
491
- "S3Configuration":{"shape":"S3DestinationConfiguration"}
563
+ "S3Configuration":{"shape":"S3DestinationConfiguration"},
564
+ "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
492
565
  }
493
566
  },
494
567
  "RedshiftDestinationDescription":{
@@ -505,7 +578,8 @@
505
578
  "ClusterJDBCURL":{"shape":"ClusterJDBCURL"},
506
579
  "CopyCommand":{"shape":"CopyCommand"},
507
580
  "Username":{"shape":"Username"},
508
- "S3DestinationDescription":{"shape":"S3DestinationDescription"}
581
+ "S3DestinationDescription":{"shape":"S3DestinationDescription"},
582
+ "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
509
583
  }
510
584
  },
511
585
  "RedshiftDestinationUpdate":{
@@ -516,7 +590,8 @@
516
590
  "CopyCommand":{"shape":"CopyCommand"},
517
591
  "Username":{"shape":"Username"},
518
592
  "Password":{"shape":"Password"},
519
- "S3Update":{"shape":"S3DestinationUpdate"}
593
+ "S3Update":{"shape":"S3DestinationUpdate"},
594
+ "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
520
595
  }
521
596
  },
522
597
  "ResourceInUseException":{
@@ -535,8 +610,8 @@
535
610
  },
536
611
  "RoleARN":{
537
612
  "type":"string",
538
- "min":1,
539
613
  "max":512,
614
+ "min":1,
540
615
  "pattern":"arn:.*"
541
616
  },
542
617
  "S3DestinationConfiguration":{
@@ -551,7 +626,8 @@
551
626
  "Prefix":{"shape":"Prefix"},
552
627
  "BufferingHints":{"shape":"BufferingHints"},
553
628
  "CompressionFormat":{"shape":"CompressionFormat"},
554
- "EncryptionConfiguration":{"shape":"EncryptionConfiguration"}
629
+ "EncryptionConfiguration":{"shape":"EncryptionConfiguration"},
630
+ "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
555
631
  }
556
632
  },
557
633
  "S3DestinationDescription":{
@@ -569,7 +645,8 @@
569
645
  "Prefix":{"shape":"Prefix"},
570
646
  "BufferingHints":{"shape":"BufferingHints"},
571
647
  "CompressionFormat":{"shape":"CompressionFormat"},
572
- "EncryptionConfiguration":{"shape":"EncryptionConfiguration"}
648
+ "EncryptionConfiguration":{"shape":"EncryptionConfiguration"},
649
+ "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
573
650
  }
574
651
  },
575
652
  "S3DestinationUpdate":{
@@ -580,7 +657,8 @@
580
657
  "Prefix":{"shape":"Prefix"},
581
658
  "BufferingHints":{"shape":"BufferingHints"},
582
659
  "CompressionFormat":{"shape":"CompressionFormat"},
583
- "EncryptionConfiguration":{"shape":"EncryptionConfiguration"}
660
+ "EncryptionConfiguration":{"shape":"EncryptionConfiguration"},
661
+ "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
584
662
  }
585
663
  },
586
664
  "ServiceUnavailableException":{
@@ -588,14 +666,13 @@
588
666
  "members":{
589
667
  "message":{"shape":"ErrorMessage"}
590
668
  },
591
- "error":{"httpStatusCode":503},
592
669
  "exception":true,
593
670
  "fault":true
594
671
  },
595
672
  "SizeInMBs":{
596
673
  "type":"integer",
597
- "min":1,
598
- "max":128
674
+ "max":128,
675
+ "min":1
599
676
  },
600
677
  "Timestamp":{"type":"timestamp"},
601
678
  "UpdateDestinationInput":{
@@ -610,7 +687,8 @@
610
687
  "CurrentDeliveryStreamVersionId":{"shape":"DeliveryStreamVersionId"},
611
688
  "DestinationId":{"shape":"DestinationId"},
612
689
  "S3DestinationUpdate":{"shape":"S3DestinationUpdate"},
613
- "RedshiftDestinationUpdate":{"shape":"RedshiftDestinationUpdate"}
690
+ "RedshiftDestinationUpdate":{"shape":"RedshiftDestinationUpdate"},
691
+ "ElasticsearchDestinationUpdate":{"shape":"ElasticsearchDestinationUpdate"}
614
692
  }
615
693
  },
616
694
  "UpdateDestinationOutput":{