|
328 | 328 | "S3Configuration":{"shape":"S3DestinationConfiguration"},
|
329 | 329 | "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
|
330 | 330 | "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
|
331 |
| - "VpcConfiguration":{"shape":"VpcConfiguration"} |
| 331 | + "VpcConfiguration":{"shape":"VpcConfiguration"}, |
| 332 | + "DocumentIdOptions":{"shape":"DocumentIdOptions"} |
332 | 333 | }
|
333 | 334 | },
|
334 | 335 | "AmazonopensearchserviceDestinationDescription":{
|
|
346 | 347 | "S3DestinationDescription":{"shape":"S3DestinationDescription"},
|
347 | 348 | "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
|
348 | 349 | "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
|
349 |
| - "VpcConfigurationDescription":{"shape":"VpcConfigurationDescription"} |
| 350 | + "VpcConfigurationDescription":{"shape":"VpcConfigurationDescription"}, |
| 351 | + "DocumentIdOptions":{"shape":"DocumentIdOptions"} |
350 | 352 | }
|
351 | 353 | },
|
352 | 354 | "AmazonopensearchserviceDestinationUpdate":{
|
|
362 | 364 | "RetryOptions":{"shape":"AmazonopensearchserviceRetryOptions"},
|
363 | 365 | "S3Update":{"shape":"S3DestinationUpdate"},
|
364 | 366 | "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
|
365 |
| - "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"} |
| 367 | + "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}, |
| 368 | + "DocumentIdOptions":{"shape":"DocumentIdOptions"} |
366 | 369 | }
|
367 | 370 | },
|
368 | 371 | "AmazonopensearchserviceDomainARN":{
|
|
541 | 544 | "min":1,
|
542 | 545 | "pattern":".*"
|
543 | 546 | },
|
| 547 | + "DefaultDocumentIdFormat":{ |
| 548 | + "type":"string", |
| 549 | + "enum":[ |
| 550 | + "FIREHOSE_DEFAULT", |
| 551 | + "NO_DOCUMENT_ID" |
| 552 | + ] |
| 553 | + }, |
544 | 554 | "DeleteDeliveryStreamInput":{
|
545 | 555 | "type":"structure",
|
546 | 556 | "required":["DeliveryStreamName"],
|
|
721 | 731 | "min":1,
|
722 | 732 | "pattern":"[a-zA-Z0-9-]+"
|
723 | 733 | },
|
| 734 | + "DocumentIdOptions":{ |
| 735 | + "type":"structure", |
| 736 | + "required":["DefaultDocumentIdFormat"], |
| 737 | + "members":{ |
| 738 | + "DefaultDocumentIdFormat":{"shape":"DefaultDocumentIdFormat"} |
| 739 | + } |
| 740 | + }, |
724 | 741 | "DynamicPartitioningConfiguration":{
|
725 | 742 | "type":"structure",
|
726 | 743 | "members":{
|
|
771 | 788 | "S3Configuration":{"shape":"S3DestinationConfiguration"},
|
772 | 789 | "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
|
773 | 790 | "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
|
774 |
| - "VpcConfiguration":{"shape":"VpcConfiguration"} |
| 791 | + "VpcConfiguration":{"shape":"VpcConfiguration"}, |
| 792 | + "DocumentIdOptions":{"shape":"DocumentIdOptions"} |
775 | 793 | }
|
776 | 794 | },
|
777 | 795 | "ElasticsearchDestinationDescription":{
|
|
789 | 807 | "S3DestinationDescription":{"shape":"S3DestinationDescription"},
|
790 | 808 | "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
|
791 | 809 | "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
|
792 |
| - "VpcConfigurationDescription":{"shape":"VpcConfigurationDescription"} |
| 810 | + "VpcConfigurationDescription":{"shape":"VpcConfigurationDescription"}, |
| 811 | + "DocumentIdOptions":{"shape":"DocumentIdOptions"} |
793 | 812 | }
|
794 | 813 | },
|
795 | 814 | "ElasticsearchDestinationUpdate":{
|
|
805 | 824 | "RetryOptions":{"shape":"ElasticsearchRetryOptions"},
|
806 | 825 | "S3Update":{"shape":"S3DestinationUpdate"},
|
807 | 826 | "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
|
808 |
| - "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"} |
| 827 | + "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}, |
| 828 | + "DocumentIdOptions":{"shape":"DocumentIdOptions"} |
809 | 829 | }
|
810 | 830 | },
|
811 | 831 | "ElasticsearchDomainARN":{
|
|
0 commit comments