1{
2    "smithy": "1.0",
3    "metadata": {
4        "suppressions": [
5            {
6                "id": "HttpMethodSemantics",
7                "namespace": "*"
8            },
9            {
10                "id": "HttpResponseCodeSemantics",
11                "namespace": "*"
12            },
13            {
14                "id": "PaginatedTrait",
15                "namespace": "*"
16            },
17            {
18                "id": "HttpHeaderTrait",
19                "namespace": "*"
20            },
21            {
22                "id": "HttpUriConflict",
23                "namespace": "*"
24            },
25            {
26                "id": "Service",
27                "namespace": "*"
28            }
29        ]
30    },
31    "shapes": {
32        "com.amazonaws.firehose#AWSKMSKeyARN": {
33            "type": "string",
34            "traits": {
35                "smithy.api#length": {
36                    "min": 1,
37                    "max": 512
38                },
39                "smithy.api#pattern": "arn:.*"
40            }
41        },
42        "com.amazonaws.firehose#BlockSizeBytes": {
43            "type": "integer",
44            "traits": {
45                "smithy.api#box": {},
46                "smithy.api#range": {
47                    "min": 67108864
48                }
49            }
50        },
51        "com.amazonaws.firehose#BooleanObject": {
52            "type": "boolean",
53            "traits": {
54                "smithy.api#box": {}
55            }
56        },
57        "com.amazonaws.firehose#BucketARN": {
58            "type": "string",
59            "traits": {
60                "smithy.api#length": {
61                    "min": 1,
62                    "max": 2048
63                },
64                "smithy.api#pattern": "arn:.*"
65            }
66        },
67        "com.amazonaws.firehose#BufferingHints": {
68            "type": "structure",
69            "members": {
70                "SizeInMBs": {
71                    "target": "com.amazonaws.firehose#SizeInMBs",
72                    "traits": {
73                        "smithy.api#documentation": "<p>Buffer incoming data to the specified size, in MiBs, before delivering it to the\n         destination. The default value is 5. This parameter is optional but if you specify a value\n         for it, you must also specify a value for <code>IntervalInSeconds</code>, and vice\n         versa.</p>\n         <p>We recommend setting this parameter to a value greater than the amount of data you\n         typically ingest into the delivery stream in 10 seconds. For example, if you typically\n         ingest data at 1 MiB/sec, the value should be 10 MiB or higher.</p>"
74                    }
75                },
76                "IntervalInSeconds": {
77                    "target": "com.amazonaws.firehose#IntervalInSeconds",
78                    "traits": {
79                        "smithy.api#documentation": "<p>Buffer incoming data for the specified period of time, in seconds, before delivering\n         it to the destination. The default value is 300. This parameter is optional but if you\n         specify a value for it, you must also specify a value for <code>SizeInMBs</code>, and vice\n         versa.</p>"
80                    }
81                }
82            },
83            "traits": {
84                "smithy.api#documentation": "<p>Describes hints for the buffering to perform before delivering data to the\n         destination. These options are treated as hints, and therefore Kinesis Data Firehose might\n         choose to use different values when it is optimal. The <code>SizeInMBs</code> and\n            <code>IntervalInSeconds</code> parameters are optional. However, if specify a value for\n         one of them, you must also provide a value for the other.</p>"
85            }
86        },
87        "com.amazonaws.firehose#CloudWatchLoggingOptions": {
88            "type": "structure",
89            "members": {
90                "Enabled": {
91                    "target": "com.amazonaws.firehose#BooleanObject",
92                    "traits": {
93                        "smithy.api#documentation": "<p>Enables or disables CloudWatch logging.</p>"
94                    }
95                },
96                "LogGroupName": {
97                    "target": "com.amazonaws.firehose#LogGroupName",
98                    "traits": {
99                        "smithy.api#documentation": "<p>The CloudWatch group name for logging. This value is required if CloudWatch logging\n         is enabled.</p>"
100                    }
101                },
102                "LogStreamName": {
103                    "target": "com.amazonaws.firehose#LogStreamName",
104                    "traits": {
105                        "smithy.api#documentation": "<p>The CloudWatch log stream name for logging. This value is required if CloudWatch\n         logging is enabled.</p>"
106                    }
107                }
108            },
109            "traits": {
110                "smithy.api#documentation": "<p>Describes the Amazon CloudWatch logging options for your delivery stream.</p>"
111            }
112        },
113        "com.amazonaws.firehose#ClusterJDBCURL": {
114            "type": "string",
115            "traits": {
116                "smithy.api#length": {
117                    "min": 1,
118                    "max": 512
119                },
120                "smithy.api#pattern": "jdbc:(redshift|postgresql)://((?!-)[A-Za-z0-9-]{1,63}(?<!-)\\.)+redshift\\.([a-zA-Z0-9\\.]+):\\d{1,5}/[a-zA-Z0-9_$]+"
121            }
122        },
123        "com.amazonaws.firehose#ColumnToJsonKeyMappings": {
124            "type": "map",
125            "key": {
126                "target": "com.amazonaws.firehose#NonEmptyStringWithoutWhitespace"
127            },
128            "value": {
129                "target": "com.amazonaws.firehose#NonEmptyString"
130            }
131        },
132        "com.amazonaws.firehose#CompressionFormat": {
133            "type": "string",
134            "traits": {
135                "smithy.api#enum": [
136                    {
137                        "value": "UNCOMPRESSED",
138                        "name": "UNCOMPRESSED"
139                    },
140                    {
141                        "value": "GZIP",
142                        "name": "GZIP"
143                    },
144                    {
145                        "value": "ZIP",
146                        "name": "ZIP"
147                    },
148                    {
149                        "value": "Snappy",
150                        "name": "SNAPPY"
151                    },
152                    {
153                        "value": "HADOOP_SNAPPY",
154                        "name": "HADOOP_SNAPPY"
155                    }
156                ]
157            }
158        },
159        "com.amazonaws.firehose#ConcurrentModificationException": {
160            "type": "structure",
161            "members": {
162                "message": {
163                    "target": "com.amazonaws.firehose#ErrorMessage",
164                    "traits": {
165                        "smithy.api#documentation": "<p>A message that provides information about the error.</p>"
166                    }
167                }
168            },
169            "traits": {
170                "smithy.api#documentation": "<p>Another modification has already happened. Fetch <code>VersionId</code> again and use\n         it to update the destination.</p>",
171                "smithy.api#error": "client"
172            }
173        },
174        "com.amazonaws.firehose#ContentEncoding": {
175            "type": "string",
176            "traits": {
177                "smithy.api#enum": [
178                    {
179                        "value": "NONE",
180                        "name": "NONE"
181                    },
182                    {
183                        "value": "GZIP",
184                        "name": "GZIP"
185                    }
186                ]
187            }
188        },
189        "com.amazonaws.firehose#CopyCommand": {
190            "type": "structure",
191            "members": {
192                "DataTableName": {
193                    "target": "com.amazonaws.firehose#DataTableName",
194                    "traits": {
195                        "smithy.api#documentation": "<p>The name of the target table. The table must already exist in the database.</p>",
196                        "smithy.api#required": {}
197                    }
198                },
199                "DataTableColumns": {
200                    "target": "com.amazonaws.firehose#DataTableColumns",
201                    "traits": {
202                        "smithy.api#documentation": "<p>A comma-separated list of column names.</p>"
203                    }
204                },
205                "CopyOptions": {
206                    "target": "com.amazonaws.firehose#CopyOptions",
207                    "traits": {
208                        "smithy.api#documentation": "<p>Optional parameters to use with the Amazon Redshift <code>COPY</code> command. For\n         more information, see the \"Optional Parameters\" section of <a href=\"https://docs.aws.amazon.com/redshift/latest/dg/r_COPY.html\">Amazon Redshift COPY command</a>. Some possible\n         examples that would apply to Kinesis Data Firehose are as follows:</p>\n         <p>\n            <code>delimiter '\\t' lzop;</code> - fields are delimited with \"\\t\" (TAB character) and\n         compressed using lzop.</p>\n         <p>\n            <code>delimiter '|'</code> - fields are delimited with \"|\" (this is the default\n         delimiter).</p>\n         <p>\n            <code>delimiter '|' escape</code> - the delimiter should be escaped.</p>\n         <p>\n            <code>fixedwidth 'venueid:3,venuename:25,venuecity:12,venuestate:2,venueseats:6'</code> -\n         fields are fixed width in the source, with each width specified after every column in the\n         table.</p>\n         <p>\n            <code>JSON 's3://mybucket/jsonpaths.txt'</code> - data is in JSON format, and the path\n         specified is the format of the data.</p>\n         <p>For more examples, see <a href=\"https://docs.aws.amazon.com/redshift/latest/dg/r_COPY_command_examples.html\">Amazon Redshift COPY command\n            examples</a>.</p>"
209                    }
210                }
211            },
212            "traits": {
213                "smithy.api#documentation": "<p>Describes a <code>COPY</code> command for Amazon Redshift.</p>"
214            }
215        },
216        "com.amazonaws.firehose#CopyOptions": {
217            "type": "string",
218            "traits": {
219                "smithy.api#length": {
220                    "min": 0,
221                    "max": 204800
222                },
223                "smithy.api#pattern": ".*"
224            }
225        },
226        "com.amazonaws.firehose#CreateDeliveryStream": {
227            "type": "operation",
228            "input": {
229                "target": "com.amazonaws.firehose#CreateDeliveryStreamInput"
230            },
231            "output": {
232                "target": "com.amazonaws.firehose#CreateDeliveryStreamOutput"
233            },
234            "errors": [
235                {
236                    "target": "com.amazonaws.firehose#InvalidArgumentException"
237                },
238                {
239                    "target": "com.amazonaws.firehose#InvalidKMSResourceException"
240                },
241                {
242                    "target": "com.amazonaws.firehose#LimitExceededException"
243                },
244                {
245                    "target": "com.amazonaws.firehose#ResourceInUseException"
246                }
247            ],
248            "traits": {
249                "smithy.api#documentation": "<p>Creates a Kinesis Data Firehose delivery stream.</p>\n\n         <p>By default, you can create up to 50 delivery streams per AWS Region.</p>\n         <p>This is an asynchronous operation that immediately returns. The initial status of the\n         delivery stream is <code>CREATING</code>. After the delivery stream is created, its status\n         is <code>ACTIVE</code> and it now accepts data. If the delivery stream creation fails, the\n         status transitions to <code>CREATING_FAILED</code>. Attempts to send data to a delivery\n         stream that is not in the <code>ACTIVE</code> state cause an exception. To check the state\n         of a delivery stream, use <a>DescribeDeliveryStream</a>.</p>\n         <p>If the status of a delivery stream is <code>CREATING_FAILED</code>, this status\n         doesn't change, and you can't invoke <code>CreateDeliveryStream</code> again on it.\n         However, you can invoke the <a>DeleteDeliveryStream</a> operation to delete\n         it.</p>\n         <p>A Kinesis Data Firehose delivery stream can be configured to receive records directly\n         from providers using <a>PutRecord</a> or <a>PutRecordBatch</a>, or it\n         can be configured to use an existing Kinesis stream as its source. To specify a Kinesis\n         data stream as input, set the <code>DeliveryStreamType</code> parameter to\n            <code>KinesisStreamAsSource</code>, and provide the Kinesis stream Amazon Resource Name\n         (ARN) and role ARN in the <code>KinesisStreamSourceConfiguration</code>\n         parameter.</p>\n         <p>To create a delivery stream with server-side encryption (SSE) enabled, include <a>DeliveryStreamEncryptionConfigurationInput</a> in your request. This is\n         optional. You can also invoke <a>StartDeliveryStreamEncryption</a> to turn on\n         SSE for an existing delivery stream that doesn't have SSE enabled.</p>\n         <p>A delivery stream is configured with a single destination: Amazon S3, Amazon ES,\n         Amazon Redshift, or Splunk. You must specify only one of the following destination\n         configuration parameters: <code>ExtendedS3DestinationConfiguration</code>,\n            <code>S3DestinationConfiguration</code>,\n            <code>ElasticsearchDestinationConfiguration</code>,\n            <code>RedshiftDestinationConfiguration</code>, or\n            <code>SplunkDestinationConfiguration</code>.</p>\n         <p>When you specify <code>S3DestinationConfiguration</code>, you can also provide the\n         following optional values: BufferingHints, <code>EncryptionConfiguration</code>, and\n            <code>CompressionFormat</code>. By default, if no <code>BufferingHints</code> value is\n         provided, Kinesis Data Firehose buffers data up to 5 MB or for 5 minutes, whichever\n         condition is satisfied first. <code>BufferingHints</code> is a hint, so there are some\n         cases where the service cannot adhere to these conditions strictly. For example, record\n         boundaries might be such that the size is a little over or under the configured buffering\n         size. By default, no encryption is performed. We strongly recommend that you enable\n         encryption to ensure secure data storage in Amazon S3.</p>\n\n         <p>A few notes about Amazon Redshift as a destination:</p>\n         <ul>\n            <li>\n               <p>An Amazon Redshift destination requires an S3 bucket as intermediate location.\n               Kinesis Data Firehose first delivers data to Amazon S3 and then uses\n                  <code>COPY</code> syntax to load data into an Amazon Redshift table. This is\n               specified in the <code>RedshiftDestinationConfiguration.S3Configuration</code>\n               parameter.</p>\n\n            </li>\n            <li>\n               <p>The compression formats <code>SNAPPY</code> or <code>ZIP</code> cannot be\n               specified in <code>RedshiftDestinationConfiguration.S3Configuration</code> because\n               the Amazon Redshift <code>COPY</code> operation that reads from the S3 bucket doesn't\n               support these compression formats.</p>\n            </li>\n            <li>\n               <p>We strongly recommend that you use the user name and password you provide\n               exclusively with Kinesis Data Firehose, and that the permissions for the account are\n               restricted for Amazon Redshift <code>INSERT</code> permissions.</p>\n\n            </li>\n         </ul>\n         <p>Kinesis Data Firehose assumes the IAM role that is configured as part of the\n         destination. The role should allow the Kinesis Data Firehose principal to assume the role,\n         and the role should have permissions that allow the service to deliver the data. For more\n         information, see <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-s3\">Grant Kinesis Data\n            Firehose Access to an Amazon S3 Destination</a> in the <i>Amazon Kinesis Data\n            Firehose Developer Guide</i>.</p>"
250            }
251        },
252        "com.amazonaws.firehose#CreateDeliveryStreamInput": {
253            "type": "structure",
254            "members": {
255                "DeliveryStreamName": {
256                    "target": "com.amazonaws.firehose#DeliveryStreamName",
257                    "traits": {
258                        "smithy.api#documentation": "<p>The name of the delivery stream. This name must be unique per AWS account in the same\n         AWS Region. If the delivery streams are in different accounts or different Regions, you can\n         have multiple delivery streams with the same name.</p>",
259                        "smithy.api#required": {}
260                    }
261                },
262                "DeliveryStreamType": {
263                    "target": "com.amazonaws.firehose#DeliveryStreamType",
264                    "traits": {
265                        "smithy.api#documentation": "<p>The delivery stream type. This parameter can be one of the following\n         values:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>DirectPut</code>: Provider applications access the delivery stream\n               directly.</p>\n            </li>\n            <li>\n               <p>\n                  <code>KinesisStreamAsSource</code>: The delivery stream uses a Kinesis data\n               stream as a source.</p>\n            </li>\n         </ul>"
266                    }
267                },
268                "KinesisStreamSourceConfiguration": {
269                    "target": "com.amazonaws.firehose#KinesisStreamSourceConfiguration",
270                    "traits": {
271                        "smithy.api#documentation": "<p>When a Kinesis data stream is used as the source for the delivery stream, a <a>KinesisStreamSourceConfiguration</a> containing the Kinesis data stream Amazon\n         Resource Name (ARN) and the role ARN for the source stream.</p>"
272                    }
273                },
274                "DeliveryStreamEncryptionConfigurationInput": {
275                    "target": "com.amazonaws.firehose#DeliveryStreamEncryptionConfigurationInput",
276                    "traits": {
277                        "smithy.api#documentation": "<p>Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for\n         Server-Side Encryption (SSE).</p>"
278                    }
279                },
280                "S3DestinationConfiguration": {
281                    "target": "com.amazonaws.firehose#S3DestinationConfiguration",
282                    "traits": {
283                        "smithy.api#deprecated": {},
284                        "smithy.api#documentation": "<p>[Deprecated]\n         The destination in Amazon S3. You can specify only one destination.</p>"
285                    }
286                },
287                "ExtendedS3DestinationConfiguration": {
288                    "target": "com.amazonaws.firehose#ExtendedS3DestinationConfiguration",
289                    "traits": {
290                        "smithy.api#documentation": "<p>The destination in Amazon S3. You can specify only one destination.</p>"
291                    }
292                },
293                "RedshiftDestinationConfiguration": {
294                    "target": "com.amazonaws.firehose#RedshiftDestinationConfiguration",
295                    "traits": {
296                        "smithy.api#documentation": "<p>The destination in Amazon Redshift. You can specify only one destination.</p>"
297                    }
298                },
299                "ElasticsearchDestinationConfiguration": {
300                    "target": "com.amazonaws.firehose#ElasticsearchDestinationConfiguration",
301                    "traits": {
302                        "smithy.api#documentation": "<p>The destination in Amazon ES. You can specify only one destination.</p>"
303                    }
304                },
305                "SplunkDestinationConfiguration": {
306                    "target": "com.amazonaws.firehose#SplunkDestinationConfiguration",
307                    "traits": {
308                        "smithy.api#documentation": "<p>The destination in Splunk. You can specify only one destination.</p>"
309                    }
310                },
311                "HttpEndpointDestinationConfiguration": {
312                    "target": "com.amazonaws.firehose#HttpEndpointDestinationConfiguration",
313                    "traits": {
314                        "smithy.api#documentation": "<p>Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination.\n         You can specify only one destination.</p>"
315                    }
316                },
317                "Tags": {
318                    "target": "com.amazonaws.firehose#TagDeliveryStreamInputTagList",
319                    "traits": {
320                        "smithy.api#documentation": "<p>A set of tags to assign to the delivery stream. A tag is a key-value pair that you can\n         define and assign to AWS resources. Tags are metadata. For example, you can add friendly\n         names and descriptions or other types of information that can help you distinguish the\n         delivery stream. For more information about tags, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html\">Using Cost Allocation Tags</a> in the AWS Billing and Cost Management User\n         Guide.</p>\n\n         <p>You can specify up to 50 tags when creating a delivery stream.</p>"
321                    }
322                }
323            }
324        },
325        "com.amazonaws.firehose#CreateDeliveryStreamOutput": {
326            "type": "structure",
327            "members": {
328                "DeliveryStreamARN": {
329                    "target": "com.amazonaws.firehose#DeliveryStreamARN",
330                    "traits": {
331                        "smithy.api#documentation": "<p>The ARN of the delivery stream.</p>"
332                    }
333                }
334            }
335        },
336        "com.amazonaws.firehose#Data": {
337            "type": "blob",
338            "traits": {
339                "smithy.api#length": {
340                    "min": 0,
341                    "max": 1024000
342                }
343            }
344        },
345        "com.amazonaws.firehose#DataFormatConversionConfiguration": {
346            "type": "structure",
347            "members": {
348                "SchemaConfiguration": {
349                    "target": "com.amazonaws.firehose#SchemaConfiguration",
350                    "traits": {
351                        "smithy.api#documentation": "<p>Specifies the AWS Glue Data Catalog table that contains the column information. This\n         parameter is required if <code>Enabled</code> is set to true.</p>"
352                    }
353                },
354                "InputFormatConfiguration": {
355                    "target": "com.amazonaws.firehose#InputFormatConfiguration",
356                    "traits": {
357                        "smithy.api#documentation": "<p>Specifies the deserializer that you want Kinesis Data Firehose to use to convert the\n         format of your data from JSON. This parameter is required if <code>Enabled</code> is set to\n         true.</p>"
358                    }
359                },
360                "OutputFormatConfiguration": {
361                    "target": "com.amazonaws.firehose#OutputFormatConfiguration",
362                    "traits": {
363                        "smithy.api#documentation": "<p>Specifies the serializer that you want Kinesis Data Firehose to use to convert the\n         format of your data to the Parquet or ORC format. This parameter is required if\n            <code>Enabled</code> is set to true.</p>"
364                    }
365                },
366                "Enabled": {
367                    "target": "com.amazonaws.firehose#BooleanObject",
368                    "traits": {
369                        "smithy.api#documentation": "<p>Defaults to <code>true</code>. Set it to <code>false</code> if you want to disable\n         format conversion while preserving the configuration details.</p>"
370                    }
371                }
372            },
373            "traits": {
374                "smithy.api#documentation": "<p>Specifies that you want Kinesis Data Firehose to convert data from the JSON format to\n         the Parquet or ORC format before writing it to Amazon S3. Kinesis Data Firehose uses the\n         serializer and deserializer that you specify, in addition to the column information from\n         the AWS Glue table, to deserialize your input data from JSON and then serialize it to the\n         Parquet or ORC format. For more information, see <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/record-format-conversion.html\">Kinesis Data Firehose Record Format Conversion</a>.</p>"
375            }
376        },
377        "com.amazonaws.firehose#DataTableColumns": {
378            "type": "string",
379            "traits": {
380                "smithy.api#length": {
381                    "min": 0,
382                    "max": 204800
383                },
384                "smithy.api#pattern": ".*"
385            }
386        },
387        "com.amazonaws.firehose#DataTableName": {
388            "type": "string",
389            "traits": {
390                "smithy.api#length": {
391                    "min": 1,
392                    "max": 512
393                },
394                "smithy.api#pattern": ".*"
395            }
396        },
397        "com.amazonaws.firehose#DeleteDeliveryStream": {
398            "type": "operation",
399            "input": {
400                "target": "com.amazonaws.firehose#DeleteDeliveryStreamInput"
401            },
402            "output": {
403                "target": "com.amazonaws.firehose#DeleteDeliveryStreamOutput"
404            },
405            "errors": [
406                {
407                    "target": "com.amazonaws.firehose#ResourceInUseException"
408                },
409                {
410                    "target": "com.amazonaws.firehose#ResourceNotFoundException"
411                }
412            ],
413            "traits": {
414                "smithy.api#documentation": "<p>Deletes a delivery stream and its data.</p>\n         <p>To check the state of a delivery stream, use <a>DescribeDeliveryStream</a>. You can delete a delivery stream only if it is in one of the following states:\n            <code>ACTIVE</code>, <code>DELETING</code>, <code>CREATING_FAILED</code>, or\n            <code>DELETING_FAILED</code>. You can't delete a delivery stream that is in the\n            <code>CREATING</code> state. While the deletion request is in process, the delivery\n         stream is in the <code>DELETING</code> state.</p>\n         <p>While the delivery stream is in the <code>DELETING</code> state, the service might\n         continue to accept records, but it doesn't make any guarantees with respect to delivering\n         the data. Therefore, as a best practice, first stop any applications that are sending\n         records before you delete a delivery stream.</p>"
415            }
416        },
417        "com.amazonaws.firehose#DeleteDeliveryStreamInput": {
418            "type": "structure",
419            "members": {
420                "DeliveryStreamName": {
421                    "target": "com.amazonaws.firehose#DeliveryStreamName",
422                    "traits": {
423                        "smithy.api#documentation": "<p>The name of the delivery stream.</p>",
424                        "smithy.api#required": {}
425                    }
426                },
427                "AllowForceDelete": {
428                    "target": "com.amazonaws.firehose#BooleanObject",
429                    "traits": {
430                        "smithy.api#documentation": "<p>Set this to true if you want to delete the delivery stream even if Kinesis Data Firehose\n         is unable to retire the grant for the CMK. Kinesis Data Firehose might be unable to retire\n         the grant due to a customer error, such as when the CMK or the grant are in an invalid\n         state. If you force deletion, you can then use the <a href=\"https://docs.aws.amazon.com/kms/latest/APIReference/API_RevokeGrant.html\">RevokeGrant</a> operation to revoke the grant you gave to Kinesis Data Firehose. If\n         a failure to retire the grant happens due to an AWS KMS issue, Kinesis Data Firehose keeps\n         retrying the delete operation.</p>\n         <p>The default value is false.</p>"
431                    }
432                }
433            }
434        },
435        "com.amazonaws.firehose#DeleteDeliveryStreamOutput": {
436            "type": "structure",
437            "members": {}
438        },
439        "com.amazonaws.firehose#DeliveryStartTimestamp": {
440            "type": "timestamp"
441        },
442        "com.amazonaws.firehose#DeliveryStreamARN": {
443            "type": "string",
444            "traits": {
445                "smithy.api#length": {
446                    "min": 1,
447                    "max": 512
448                },
449                "smithy.api#pattern": "arn:.*"
450            }
451        },
452        "com.amazonaws.firehose#DeliveryStreamDescription": {
453            "type": "structure",
454            "members": {
455                "DeliveryStreamName": {
456                    "target": "com.amazonaws.firehose#DeliveryStreamName",
457                    "traits": {
458                        "smithy.api#documentation": "<p>The name of the delivery stream.</p>",
459                        "smithy.api#required": {}
460                    }
461                },
462                "DeliveryStreamARN": {
463                    "target": "com.amazonaws.firehose#DeliveryStreamARN",
464                    "traits": {
465                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the delivery stream. For more information, see\n            <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
466                        "smithy.api#required": {}
467                    }
468                },
469                "DeliveryStreamStatus": {
470                    "target": "com.amazonaws.firehose#DeliveryStreamStatus",
471                    "traits": {
472                        "smithy.api#documentation": "<p>The status of the delivery stream. If the status of a delivery stream is\n            <code>CREATING_FAILED</code>, this status doesn't change, and you can't invoke\n            <code>CreateDeliveryStream</code> again on it. However, you can invoke the <a>DeleteDeliveryStream</a> operation to delete it.</p>",
473                        "smithy.api#required": {}
474                    }
475                },
476                "FailureDescription": {
477                    "target": "com.amazonaws.firehose#FailureDescription",
478                    "traits": {
479                        "smithy.api#documentation": "<p>Provides details in case one of the following operations fails due to an error related\n         to KMS: <a>CreateDeliveryStream</a>, <a>DeleteDeliveryStream</a>,\n            <a>StartDeliveryStreamEncryption</a>, <a>StopDeliveryStreamEncryption</a>.</p>"
480                    }
481                },
482                "DeliveryStreamEncryptionConfiguration": {
483                    "target": "com.amazonaws.firehose#DeliveryStreamEncryptionConfiguration",
484                    "traits": {
485                        "smithy.api#documentation": "<p>Indicates the server-side encryption (SSE) status for the delivery stream.</p>"
486                    }
487                },
488                "DeliveryStreamType": {
489                    "target": "com.amazonaws.firehose#DeliveryStreamType",
490                    "traits": {
491                        "smithy.api#documentation": "<p>The delivery stream type. This can be one of the following values:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>DirectPut</code>: Provider applications access the delivery stream\n               directly.</p>\n            </li>\n            <li>\n               <p>\n                  <code>KinesisStreamAsSource</code>: The delivery stream uses a Kinesis data\n               stream as a source.</p>\n            </li>\n         </ul>",
492                        "smithy.api#required": {}
493                    }
494                },
495                "VersionId": {
496                    "target": "com.amazonaws.firehose#DeliveryStreamVersionId",
497                    "traits": {
498                        "smithy.api#documentation": "<p>Each time the destination is updated for a delivery stream, the version ID is\n         changed, and the current version ID is required when updating the destination. This is so\n         that the service knows it is applying the changes to the correct version of the delivery\n         stream.</p>",
499                        "smithy.api#required": {}
500                    }
501                },
502                "CreateTimestamp": {
503                    "target": "com.amazonaws.firehose#Timestamp",
504                    "traits": {
505                        "smithy.api#documentation": "<p>The date and time that the delivery stream was created.</p>"
506                    }
507                },
508                "LastUpdateTimestamp": {
509                    "target": "com.amazonaws.firehose#Timestamp",
510                    "traits": {
511                        "smithy.api#documentation": "<p>The date and time that the delivery stream was last updated.</p>"
512                    }
513                },
514                "Source": {
515                    "target": "com.amazonaws.firehose#SourceDescription",
516                    "traits": {
517                        "smithy.api#documentation": "<p>If the <code>DeliveryStreamType</code> parameter is\n            <code>KinesisStreamAsSource</code>, a <a>SourceDescription</a> object\n         describing the source Kinesis data stream.</p>"
518                    }
519                },
520                "Destinations": {
521                    "target": "com.amazonaws.firehose#DestinationDescriptionList",
522                    "traits": {
523                        "smithy.api#documentation": "<p>The destinations.</p>",
524                        "smithy.api#required": {}
525                    }
526                },
527                "HasMoreDestinations": {
528                    "target": "com.amazonaws.firehose#BooleanObject",
529                    "traits": {
530                        "smithy.api#documentation": "<p>Indicates whether there are more destinations available to list.</p>",
531                        "smithy.api#required": {}
532                    }
533                }
534            },
535            "traits": {
536                "smithy.api#documentation": "<p>Contains information about a delivery stream.</p>"
537            }
538        },
539        "com.amazonaws.firehose#DeliveryStreamEncryptionConfiguration": {
540            "type": "structure",
541            "members": {
542                "KeyARN": {
543                    "target": "com.amazonaws.firehose#AWSKMSKeyARN",
544                    "traits": {
545                        "smithy.api#documentation": "<p>If <code>KeyType</code> is <code>CUSTOMER_MANAGED_CMK</code>, this field contains the\n         ARN of the customer managed CMK. If <code>KeyType</code> is <code>AWS_OWNED_CMK</code>,\n            <code>DeliveryStreamEncryptionConfiguration</code> doesn't contain a value for\n            <code>KeyARN</code>.</p>"
546                    }
547                },
548                "KeyType": {
549                    "target": "com.amazonaws.firehose#KeyType",
550                    "traits": {
551                        "smithy.api#documentation": "<p>Indicates the type of customer master key (CMK) that is used for encryption. The default\n         setting is <code>AWS_OWNED_CMK</code>. For more information about CMKs, see <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#master_keys\">Customer Master Keys (CMKs)</a>.</p>"
552                    }
553                },
554                "Status": {
555                    "target": "com.amazonaws.firehose#DeliveryStreamEncryptionStatus",
556                    "traits": {
557                        "smithy.api#documentation": "<p>This is the server-side encryption (SSE) status for the delivery stream. For a full\n         description of the different values of this status, see <a>StartDeliveryStreamEncryption</a> and <a>StopDeliveryStreamEncryption</a>. If this status is <code>ENABLING_FAILED</code>\n         or <code>DISABLING_FAILED</code>, it is the status of the most recent attempt to enable or\n         disable SSE, respectively.</p>"
558                    }
559                },
560                "FailureDescription": {
561                    "target": "com.amazonaws.firehose#FailureDescription",
562                    "traits": {
563                        "smithy.api#documentation": "<p>Provides details in case one of the following operations fails due to an error related\n         to KMS: <a>CreateDeliveryStream</a>, <a>DeleteDeliveryStream</a>,\n            <a>StartDeliveryStreamEncryption</a>, <a>StopDeliveryStreamEncryption</a>.</p>"
564                    }
565                }
566            },
567            "traits": {
568                "smithy.api#documentation": "<p>Contains information about the server-side encryption (SSE) status for the delivery\n         stream, the type customer master key (CMK) in use, if any, and the ARN of the CMK. You can\n         get <code>DeliveryStreamEncryptionConfiguration</code> by invoking the <a>DescribeDeliveryStream</a> operation. </p>"
569            }
570        },
571        "com.amazonaws.firehose#DeliveryStreamEncryptionConfigurationInput": {
572            "type": "structure",
573            "members": {
574                "KeyARN": {
575                    "target": "com.amazonaws.firehose#AWSKMSKeyARN",
576                    "traits": {
577                        "smithy.api#documentation": "<p>If you set <code>KeyType</code> to <code>CUSTOMER_MANAGED_CMK</code>, you must specify\n         the Amazon Resource Name (ARN) of the CMK. If you set <code>KeyType</code> to\n            <code>AWS_OWNED_CMK</code>, Kinesis Data Firehose uses a service-account CMK.</p>"
578                    }
579                },
580                "KeyType": {
581                    "target": "com.amazonaws.firehose#KeyType",
582                    "traits": {
583                        "smithy.api#documentation": "<p>Indicates the type of customer master key (CMK) to use for encryption. The default\n         setting is <code>AWS_OWNED_CMK</code>. For more information about CMKs, see <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#master_keys\">Customer Master Keys (CMKs)</a>. When you invoke <a>CreateDeliveryStream</a> or <a>StartDeliveryStreamEncryption</a> with\n            <code>KeyType</code> set to CUSTOMER_MANAGED_CMK, Kinesis Data Firehose invokes the\n         Amazon KMS operation <a href=\"https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateGrant.html\">CreateGrant</a> to create a grant that allows the Kinesis Data Firehose service to\n         use the customer managed CMK to perform encryption and decryption. Kinesis Data Firehose\n         manages that grant. </p>\n         <p>When you invoke <a>StartDeliveryStreamEncryption</a> to change the CMK for a\n         delivery stream that is encrypted with a customer managed CMK, Kinesis Data Firehose\n         schedules the grant it had on the old CMK for retirement.</p>\n         <p>You can use a CMK of type CUSTOMER_MANAGED_CMK to encrypt up to 500 delivery streams. If\n         a <a>CreateDeliveryStream</a> or <a>StartDeliveryStreamEncryption</a>\n         operation exceeds this limit, Kinesis Data Firehose throws a\n            <code>LimitExceededException</code>. </p>\n         <important>\n            <p>To encrypt your delivery stream, use symmetric CMKs. Kinesis Data Firehose doesn't\n            support asymmetric CMKs. For information about symmetric and asymmetric CMKs, see <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/symm-asymm-concepts.html\">About Symmetric and Asymmetric CMKs</a> in the AWS Key Management Service\n            developer guide.</p>\n         </important>",
584                        "smithy.api#required": {}
585                    }
586                }
587            },
588            "traits": {
589                "smithy.api#documentation": "<p>Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side\n         Encryption (SSE). </p>"
590            }
591        },
592        "com.amazonaws.firehose#DeliveryStreamEncryptionStatus": {
593            "type": "string",
594            "traits": {
595                "smithy.api#enum": [
596                    {
597                        "value": "ENABLED",
598                        "name": "ENABLED"
599                    },
600                    {
601                        "value": "ENABLING",
602                        "name": "ENABLING"
603                    },
604                    {
605                        "value": "ENABLING_FAILED",
606                        "name": "ENABLING_FAILED"
607                    },
608                    {
609                        "value": "DISABLED",
610                        "name": "DISABLED"
611                    },
612                    {
613                        "value": "DISABLING",
614                        "name": "DISABLING"
615                    },
616                    {
617                        "value": "DISABLING_FAILED",
618                        "name": "DISABLING_FAILED"
619                    }
620                ]
621            }
622        },
623        "com.amazonaws.firehose#DeliveryStreamFailureType": {
624            "type": "string",
625            "traits": {
626                "smithy.api#enum": [
627                    {
628                        "value": "RETIRE_KMS_GRANT_FAILED",
629                        "name": "RETIRE_KMS_GRANT_FAILED"
630                    },
631                    {
632                        "value": "CREATE_KMS_GRANT_FAILED",
633                        "name": "CREATE_KMS_GRANT_FAILED"
634                    },
635                    {
636                        "value": "KMS_ACCESS_DENIED",
637                        "name": "KMS_ACCESS_DENIED"
638                    },
639                    {
640                        "value": "DISABLED_KMS_KEY",
641                        "name": "DISABLED_KMS_KEY"
642                    },
643                    {
644                        "value": "INVALID_KMS_KEY",
645                        "name": "INVALID_KMS_KEY"
646                    },
647                    {
648                        "value": "KMS_KEY_NOT_FOUND",
649                        "name": "KMS_KEY_NOT_FOUND"
650                    },
651                    {
652                        "value": "KMS_OPT_IN_REQUIRED",
653                        "name": "KMS_OPT_IN_REQUIRED"
654                    },
655                    {
656                        "value": "CREATE_ENI_FAILED",
657                        "name": "CREATE_ENI_FAILED"
658                    },
659                    {
660                        "value": "DELETE_ENI_FAILED",
661                        "name": "DELETE_ENI_FAILED"
662                    },
663                    {
664                        "value": "SUBNET_NOT_FOUND",
665                        "name": "SUBNET_NOT_FOUND"
666                    },
667                    {
668                        "value": "SECURITY_GROUP_NOT_FOUND",
669                        "name": "SECURITY_GROUP_NOT_FOUND"
670                    },
671                    {
672                        "value": "ENI_ACCESS_DENIED",
673                        "name": "ENI_ACCESS_DENIED"
674                    },
675                    {
676                        "value": "SUBNET_ACCESS_DENIED",
677                        "name": "SUBNET_ACCESS_DENIED"
678                    },
679                    {
680                        "value": "SECURITY_GROUP_ACCESS_DENIED",
681                        "name": "SECURITY_GROUP_ACCESS_DENIED"
682                    },
683                    {
684                        "value": "UNKNOWN_ERROR",
685                        "name": "UNKNOWN_ERROR"
686                    }
687                ]
688            }
689        },
690        "com.amazonaws.firehose#DeliveryStreamName": {
691            "type": "string",
692            "traits": {
693                "smithy.api#length": {
694                    "min": 1,
695                    "max": 64
696                },
697                "smithy.api#pattern": "[a-zA-Z0-9_.-]+"
698            }
699        },
700        "com.amazonaws.firehose#DeliveryStreamNameList": {
701            "type": "list",
702            "member": {
703                "target": "com.amazonaws.firehose#DeliveryStreamName"
704            }
705        },
706        "com.amazonaws.firehose#DeliveryStreamStatus": {
707            "type": "string",
708            "traits": {
709                "smithy.api#enum": [
710                    {
711                        "value": "CREATING",
712                        "name": "CREATING"
713                    },
714                    {
715                        "value": "CREATING_FAILED",
716                        "name": "CREATING_FAILED"
717                    },
718                    {
719                        "value": "DELETING",
720                        "name": "DELETING"
721                    },
722                    {
723                        "value": "DELETING_FAILED",
724                        "name": "DELETING_FAILED"
725                    },
726                    {
727                        "value": "ACTIVE",
728                        "name": "ACTIVE"
729                    }
730                ]
731            }
732        },
733        "com.amazonaws.firehose#DeliveryStreamType": {
734            "type": "string",
735            "traits": {
736                "smithy.api#enum": [
737                    {
738                        "value": "DirectPut",
739                        "name": "DirectPut"
740                    },
741                    {
742                        "value": "KinesisStreamAsSource",
743                        "name": "KinesisStreamAsSource"
744                    }
745                ]
746            }
747        },
748        "com.amazonaws.firehose#DeliveryStreamVersionId": {
749            "type": "string",
750            "traits": {
751                "smithy.api#length": {
752                    "min": 1,
753                    "max": 50
754                },
755                "smithy.api#pattern": "[0-9]+"
756            }
757        },
758        "com.amazonaws.firehose#DescribeDeliveryStream": {
759            "type": "operation",
760            "input": {
761                "target": "com.amazonaws.firehose#DescribeDeliveryStreamInput"
762            },
763            "output": {
764                "target": "com.amazonaws.firehose#DescribeDeliveryStreamOutput"
765            },
766            "errors": [
767                {
768                    "target": "com.amazonaws.firehose#ResourceNotFoundException"
769                }
770            ],
771            "traits": {
772                "smithy.api#documentation": "<p>Describes the specified delivery stream and its status. For example, after your\n         delivery stream is created, call <code>DescribeDeliveryStream</code> to see whether the\n         delivery stream is <code>ACTIVE</code> and therefore ready for data to be sent to it. </p>\n         <p>If the status of a delivery stream is <code>CREATING_FAILED</code>, this status\n         doesn't change, and you can't invoke <a>CreateDeliveryStream</a> again on it.\n         However, you can invoke the <a>DeleteDeliveryStream</a> operation to delete it.\n         If the status is <code>DELETING_FAILED</code>, you can force deletion by invoking <a>DeleteDeliveryStream</a> again but with <a>DeleteDeliveryStreamInput$AllowForceDelete</a> set to true.</p>"
773            }
774        },
775        "com.amazonaws.firehose#DescribeDeliveryStreamInput": {
776            "type": "structure",
777            "members": {
778                "DeliveryStreamName": {
779                    "target": "com.amazonaws.firehose#DeliveryStreamName",
780                    "traits": {
781                        "smithy.api#documentation": "<p>The name of the delivery stream.</p>",
782                        "smithy.api#required": {}
783                    }
784                },
785                "Limit": {
786                    "target": "com.amazonaws.firehose#DescribeDeliveryStreamInputLimit",
787                    "traits": {
788                        "smithy.api#documentation": "<p>The limit on the number of destinations to return. You can have one destination per\n         delivery stream.</p>"
789                    }
790                },
791                "ExclusiveStartDestinationId": {
792                    "target": "com.amazonaws.firehose#DestinationId",
793                    "traits": {
794                        "smithy.api#documentation": "<p>The ID of the destination to start returning the destination information. Kinesis\n         Data Firehose supports one destination per delivery stream.</p>"
795                    }
796                }
797            }
798        },
799        "com.amazonaws.firehose#DescribeDeliveryStreamInputLimit": {
800            "type": "integer",
801            "traits": {
802                "smithy.api#box": {},
803                "smithy.api#range": {
804                    "min": 1,
805                    "max": 10000
806                }
807            }
808        },
809        "com.amazonaws.firehose#DescribeDeliveryStreamOutput": {
810            "type": "structure",
811            "members": {
812                "DeliveryStreamDescription": {
813                    "target": "com.amazonaws.firehose#DeliveryStreamDescription",
814                    "traits": {
815                        "smithy.api#documentation": "<p>Information about the delivery stream.</p>",
816                        "smithy.api#required": {}
817                    }
818                }
819            }
820        },
821        "com.amazonaws.firehose#Deserializer": {
822            "type": "structure",
823            "members": {
824                "OpenXJsonSerDe": {
825                    "target": "com.amazonaws.firehose#OpenXJsonSerDe",
826                    "traits": {
827                        "smithy.api#documentation": "<p>The OpenX SerDe. Used by Kinesis Data Firehose for deserializing data, which means\n         converting it from the JSON format in preparation for serializing it to the Parquet or ORC\n         format. This is one of two deserializers you can choose, depending on which one offers the\n         functionality you need. The other option is the native Hive / HCatalog JsonSerDe.</p>"
828                    }
829                },
830                "HiveJsonSerDe": {
831                    "target": "com.amazonaws.firehose#HiveJsonSerDe",
832                    "traits": {
833                        "smithy.api#documentation": "<p>The native Hive / HCatalog JsonSerDe. Used by Kinesis Data Firehose for deserializing\n         data, which means converting it from the JSON format in preparation for serializing it to\n         the Parquet or ORC format. This is one of two deserializers you can choose, depending on\n         which one offers the functionality you need. The other option is the OpenX SerDe.</p>"
834                    }
835                }
836            },
837            "traits": {
838                "smithy.api#documentation": "<p>The deserializer you want Kinesis Data Firehose to use for converting the input data\n         from JSON. Kinesis Data Firehose then serializes the data to its final format using the\n            <a>Serializer</a>. Kinesis Data Firehose supports two types of deserializers:\n         the <a href=\"https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-JSON\">Apache Hive JSON SerDe</a> and the <a href=\"https://github.com/rcongiu/Hive-JSON-Serde\">OpenX JSON SerDe</a>.</p>"
839            }
840        },
841        "com.amazonaws.firehose#DestinationDescription": {
842            "type": "structure",
843            "members": {
844                "DestinationId": {
845                    "target": "com.amazonaws.firehose#DestinationId",
846                    "traits": {
847                        "smithy.api#documentation": "<p>The ID of the destination.</p>",
848                        "smithy.api#required": {}
849                    }
850                },
851                "S3DestinationDescription": {
852                    "target": "com.amazonaws.firehose#S3DestinationDescription",
853                    "traits": {
854                        "smithy.api#documentation": "<p>[Deprecated] The destination in Amazon S3.</p>"
855                    }
856                },
857                "ExtendedS3DestinationDescription": {
858                    "target": "com.amazonaws.firehose#ExtendedS3DestinationDescription",
859                    "traits": {
860                        "smithy.api#documentation": "<p>The destination in Amazon S3.</p>"
861                    }
862                },
863                "RedshiftDestinationDescription": {
864                    "target": "com.amazonaws.firehose#RedshiftDestinationDescription",
865                    "traits": {
866                        "smithy.api#documentation": "<p>The destination in Amazon Redshift.</p>"
867                    }
868                },
869                "ElasticsearchDestinationDescription": {
870                    "target": "com.amazonaws.firehose#ElasticsearchDestinationDescription",
871                    "traits": {
872                        "smithy.api#documentation": "<p>The destination in Amazon ES.</p>"
873                    }
874                },
875                "SplunkDestinationDescription": {
876                    "target": "com.amazonaws.firehose#SplunkDestinationDescription",
877                    "traits": {
878                        "smithy.api#documentation": "<p>The destination in Splunk.</p>"
879                    }
880                },
881                "HttpEndpointDestinationDescription": {
882                    "target": "com.amazonaws.firehose#HttpEndpointDestinationDescription",
883                    "traits": {
884                        "smithy.api#documentation": "<p>Describes the specified HTTP endpoint destination.</p>"
885                    }
886                }
887            },
888            "traits": {
889                "smithy.api#documentation": "<p>Describes the destination for a delivery stream.</p>"
890            }
891        },
892        "com.amazonaws.firehose#DestinationDescriptionList": {
893            "type": "list",
894            "member": {
895                "target": "com.amazonaws.firehose#DestinationDescription"
896            }
897        },
898        "com.amazonaws.firehose#DestinationId": {
899            "type": "string",
900            "traits": {
901                "smithy.api#length": {
902                    "min": 1,
903                    "max": 100
904                },
905                "smithy.api#pattern": "[a-zA-Z0-9-]+"
906            }
907        },
908        "com.amazonaws.firehose#ElasticsearchBufferingHints": {
909            "type": "structure",
910            "members": {
911                "IntervalInSeconds": {
912                    "target": "com.amazonaws.firehose#ElasticsearchBufferingIntervalInSeconds",
913                    "traits": {
914                        "smithy.api#documentation": "<p>Buffer incoming data for the specified period of time, in seconds, before delivering\n         it to the destination. The default value is 300 (5 minutes).</p>"
915                    }
916                },
917                "SizeInMBs": {
918                    "target": "com.amazonaws.firehose#ElasticsearchBufferingSizeInMBs",
919                    "traits": {
920                        "smithy.api#documentation": "<p>Buffer incoming data to the specified size, in MBs, before delivering it to the\n         destination. The default value is 5.</p>\n         <p>We recommend setting this parameter to a value greater than the amount of data you\n         typically ingest into the delivery stream in 10 seconds. For example, if you typically\n         ingest data at 1 MB/sec, the value should be 10 MB or higher.</p>"
921                    }
922                }
923            },
924            "traits": {
925                "smithy.api#documentation": "<p>Describes the buffering to perform before delivering data to the Amazon ES\n         destination.</p>"
926            }
927        },
928        "com.amazonaws.firehose#ElasticsearchBufferingIntervalInSeconds": {
929            "type": "integer",
930            "traits": {
931                "smithy.api#box": {},
932                "smithy.api#range": {
933                    "min": 60,
934                    "max": 900
935                }
936            }
937        },
938        "com.amazonaws.firehose#ElasticsearchBufferingSizeInMBs": {
939            "type": "integer",
940            "traits": {
941                "smithy.api#box": {},
942                "smithy.api#range": {
943                    "min": 1,
944                    "max": 100
945                }
946            }
947        },
948        "com.amazonaws.firehose#ElasticsearchClusterEndpoint": {
949            "type": "string",
950            "traits": {
951                "smithy.api#length": {
952                    "min": 1,
953                    "max": 512
954                },
955                "smithy.api#pattern": "https:.*"
956            }
957        },
958        "com.amazonaws.firehose#ElasticsearchDestinationConfiguration": {
959            "type": "structure",
960            "members": {
961                "RoleARN": {
962                    "target": "com.amazonaws.firehose#RoleARN",
963                    "traits": {
964                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose\n         for calling the Amazon ES Configuration API and for indexing documents. For more\n         information, see <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-s3\">Grant Kinesis Data\n            Firehose Access to an Amazon S3 Destination</a> and <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon\n            Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
965                        "smithy.api#required": {}
966                    }
967                },
968                "DomainARN": {
969                    "target": "com.amazonaws.firehose#ElasticsearchDomainARN",
970                    "traits": {
971                        "smithy.api#documentation": "<p>The ARN of the Amazon ES domain. The IAM role must have permissions\n            for <code>DescribeElasticsearchDomain</code>, <code>DescribeElasticsearchDomains</code>,\n         and <code>DescribeElasticsearchDomainConfig</code> after assuming the role specified in\n            <b>RoleARN</b>. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon\n            Resource Names (ARNs) and AWS Service Namespaces</a>.</p>\n\n         <p>Specify either <code>ClusterEndpoint</code> or <code>DomainARN</code>.</p>"
972                    }
973                },
974                "ClusterEndpoint": {
975                    "target": "com.amazonaws.firehose#ElasticsearchClusterEndpoint",
976                    "traits": {
977                        "smithy.api#documentation": "<p>The endpoint to use when communicating with the cluster. Specify either this\n            <code>ClusterEndpoint</code> or the <code>DomainARN</code> field.</p>"
978                    }
979                },
980                "IndexName": {
981                    "target": "com.amazonaws.firehose#ElasticsearchIndexName",
982                    "traits": {
983                        "smithy.api#documentation": "<p>The Elasticsearch index name.</p>",
984                        "smithy.api#required": {}
985                    }
986                },
987                "TypeName": {
988                    "target": "com.amazonaws.firehose#ElasticsearchTypeName",
989                    "traits": {
990                        "smithy.api#documentation": "<p>The Elasticsearch type name. For Elasticsearch 6.x, there can be only one type per\n         index. If you try to specify a new type for an existing index that already has another\n         type, Kinesis Data Firehose returns an error during run time.</p>\n\n         <p>For Elasticsearch 7.x, don't specify a <code>TypeName</code>.</p>"
991                    }
992                },
993                "IndexRotationPeriod": {
994                    "target": "com.amazonaws.firehose#ElasticsearchIndexRotationPeriod",
995                    "traits": {
996                        "smithy.api#documentation": "<p>The Elasticsearch index rotation period. Index rotation appends a timestamp to the\n            <code>IndexName</code> to facilitate the expiration of old data. For more information,\n         see <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#es-index-rotation\">Index Rotation for the\n            Amazon ES Destination</a>. The default value is <code>OneDay</code>.</p>"
997                    }
998                },
999                "BufferingHints": {
1000                    "target": "com.amazonaws.firehose#ElasticsearchBufferingHints",
1001                    "traits": {
1002                        "smithy.api#documentation": "<p>The buffering options. If no value is specified, the default values for\n            <code>ElasticsearchBufferingHints</code> are used.</p>"
1003                    }
1004                },
1005                "RetryOptions": {
1006                    "target": "com.amazonaws.firehose#ElasticsearchRetryOptions",
1007                    "traits": {
1008                        "smithy.api#documentation": "<p>The retry behavior in case Kinesis Data Firehose is unable to deliver documents to\n         Amazon ES. The default value is 300 (5 minutes).</p>"
1009                    }
1010                },
1011                "S3BackupMode": {
1012                    "target": "com.amazonaws.firehose#ElasticsearchS3BackupMode",
1013                    "traits": {
1014                        "smithy.api#documentation": "<p>Defines how documents should be delivered to Amazon S3. When it is set to\n            <code>FailedDocumentsOnly</code>, Kinesis Data Firehose writes any documents that could\n         not be indexed to the configured Amazon S3 destination, with\n            <code>elasticsearch-failed/</code> appended to the key prefix. When set to\n            <code>AllDocuments</code>, Kinesis Data Firehose delivers all incoming records to Amazon\n         S3, and also writes failed documents with <code>elasticsearch-failed/</code> appended to\n         the prefix. For more information, see <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#es-s3-backup\">Amazon S3 Backup for the\n            Amazon ES Destination</a>. Default value is\n         <code>FailedDocumentsOnly</code>.</p>\n         <p>You can't change this backup mode after you create the delivery stream. </p>"
1015                    }
1016                },
1017                "S3Configuration": {
1018                    "target": "com.amazonaws.firehose#S3DestinationConfiguration",
1019                    "traits": {
1020                        "smithy.api#documentation": "<p>The configuration for the backup Amazon S3 location.</p>",
1021                        "smithy.api#required": {}
1022                    }
1023                },
1024                "ProcessingConfiguration": {
1025                    "target": "com.amazonaws.firehose#ProcessingConfiguration",
1026                    "traits": {
1027                        "smithy.api#documentation": "<p>The data processing configuration.</p>"
1028                    }
1029                },
1030                "CloudWatchLoggingOptions": {
1031                    "target": "com.amazonaws.firehose#CloudWatchLoggingOptions",
1032                    "traits": {
1033                        "smithy.api#documentation": "<p>The Amazon CloudWatch logging options for your delivery stream.</p>"
1034                    }
1035                },
1036                "VpcConfiguration": {
1037                    "target": "com.amazonaws.firehose#VpcConfiguration",
1038                    "traits": {
1039                        "smithy.api#documentation": "<p>The details of the VPC of the Amazon ES destination.</p>"
1040                    }
1041                }
1042            },
1043            "traits": {
1044                "smithy.api#documentation": "<p>Describes the configuration of a destination in Amazon ES.</p>"
1045            }
1046        },
1047        "com.amazonaws.firehose#ElasticsearchDestinationDescription": {
1048            "type": "structure",
1049            "members": {
1050                "RoleARN": {
1051                    "target": "com.amazonaws.firehose#RoleARN",
1052                    "traits": {
1053                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the AWS credentials. For more information, see\n            <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>"
1054                    }
1055                },
1056                "DomainARN": {
1057                    "target": "com.amazonaws.firehose#ElasticsearchDomainARN",
1058                    "traits": {
1059                        "smithy.api#documentation": "<p>The ARN of the Amazon ES domain. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon\n            Resource Names (ARNs) and AWS Service Namespaces</a>.</p>\n\n         <p>Kinesis Data Firehose uses either <code>ClusterEndpoint</code> or <code>DomainARN</code>\n         to send data to Amazon ES.</p>"
1060                    }
1061                },
1062                "ClusterEndpoint": {
1063                    "target": "com.amazonaws.firehose#ElasticsearchClusterEndpoint",
1064                    "traits": {
1065                        "smithy.api#documentation": "<p>The endpoint to use when communicating with the cluster. Kinesis Data Firehose uses\n         either this <code>ClusterEndpoint</code> or the <code>DomainARN</code> field to send data\n         to Amazon ES.</p>"
1066                    }
1067                },
1068                "IndexName": {
1069                    "target": "com.amazonaws.firehose#ElasticsearchIndexName",
1070                    "traits": {
1071                        "smithy.api#documentation": "<p>The Elasticsearch index name.</p>"
1072                    }
1073                },
1074                "TypeName": {
1075                    "target": "com.amazonaws.firehose#ElasticsearchTypeName",
1076                    "traits": {
1077                        "smithy.api#documentation": "<p>The Elasticsearch type name. This applies to Elasticsearch 6.x and lower versions.\n         For Elasticsearch 7.x, there's no value for <code>TypeName</code>.</p>"
1078                    }
1079                },
1080                "IndexRotationPeriod": {
1081                    "target": "com.amazonaws.firehose#ElasticsearchIndexRotationPeriod",
1082                    "traits": {
1083                        "smithy.api#documentation": "<p>The Elasticsearch index rotation period</p>"
1084                    }
1085                },
1086                "BufferingHints": {
1087                    "target": "com.amazonaws.firehose#ElasticsearchBufferingHints",
1088                    "traits": {
1089                        "smithy.api#documentation": "<p>The buffering options.</p>"
1090                    }
1091                },
1092                "RetryOptions": {
1093                    "target": "com.amazonaws.firehose#ElasticsearchRetryOptions",
1094                    "traits": {
1095                        "smithy.api#documentation": "<p>The Amazon ES retry options.</p>"
1096                    }
1097                },
1098                "S3BackupMode": {
1099                    "target": "com.amazonaws.firehose#ElasticsearchS3BackupMode",
1100                    "traits": {
1101                        "smithy.api#documentation": "<p>The Amazon S3 backup mode.</p>"
1102                    }
1103                },
1104                "S3DestinationDescription": {
1105                    "target": "com.amazonaws.firehose#S3DestinationDescription",
1106                    "traits": {
1107                        "smithy.api#documentation": "<p>The Amazon S3 destination.</p>"
1108                    }
1109                },
1110                "ProcessingConfiguration": {
1111                    "target": "com.amazonaws.firehose#ProcessingConfiguration",
1112                    "traits": {
1113                        "smithy.api#documentation": "<p>The data processing configuration.</p>"
1114                    }
1115                },
1116                "CloudWatchLoggingOptions": {
1117                    "target": "com.amazonaws.firehose#CloudWatchLoggingOptions",
1118                    "traits": {
1119                        "smithy.api#documentation": "<p>The Amazon CloudWatch logging options.</p>"
1120                    }
1121                },
1122                "VpcConfigurationDescription": {
1123                    "target": "com.amazonaws.firehose#VpcConfigurationDescription",
1124                    "traits": {
1125                        "smithy.api#documentation": "<p>The details of the VPC of the Amazon ES destination.</p>"
1126                    }
1127                }
1128            },
1129            "traits": {
1130                "smithy.api#documentation": "<p>The destination description in Amazon ES.</p>"
1131            }
1132        },
1133        "com.amazonaws.firehose#ElasticsearchDestinationUpdate": {
1134            "type": "structure",
1135            "members": {
1136                "RoleARN": {
1137                    "target": "com.amazonaws.firehose#RoleARN",
1138                    "traits": {
1139                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose\n         for calling the Amazon ES Configuration API and for indexing documents. For more\n         information, see <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-s3\">Grant Kinesis Data\n            Firehose Access to an Amazon S3 Destination</a> and <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon\n            Resource Names (ARNs) and AWS Service Namespaces</a>.</p>"
1140                    }
1141                },
1142                "DomainARN": {
1143                    "target": "com.amazonaws.firehose#ElasticsearchDomainARN",
1144                    "traits": {
1145                        "smithy.api#documentation": "<p>The ARN of the Amazon ES domain. The IAM role must have permissions\n            for <code>DescribeElasticsearchDomain</code>, <code>DescribeElasticsearchDomains</code>,\n         and <code>DescribeElasticsearchDomainConfig</code> after assuming the IAM role specified in\n            <code>RoleARN</code>. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon\n            Resource Names (ARNs) and AWS Service Namespaces</a>.</p>\n\n         <p>Specify either <code>ClusterEndpoint</code> or <code>DomainARN</code>.</p>"
1146                    }
1147                },
1148                "ClusterEndpoint": {
1149                    "target": "com.amazonaws.firehose#ElasticsearchClusterEndpoint",
1150                    "traits": {
1151                        "smithy.api#documentation": "<p>The endpoint to use when communicating with the cluster. Specify either this\n            <code>ClusterEndpoint</code> or the <code>DomainARN</code> field.</p>"
1152                    }
1153                },
1154                "IndexName": {
1155                    "target": "com.amazonaws.firehose#ElasticsearchIndexName",
1156                    "traits": {
1157                        "smithy.api#documentation": "<p>The Elasticsearch index name.</p>"
1158                    }
1159                },
1160                "TypeName": {
1161                    "target": "com.amazonaws.firehose#ElasticsearchTypeName",
1162                    "traits": {
1163                        "smithy.api#documentation": "<p>The Elasticsearch type name. For Elasticsearch 6.x, there can be only one type per\n         index. If you try to specify a new type for an existing index that already has another\n         type, Kinesis Data Firehose returns an error during runtime.</p>\n\n         <p>If you upgrade Elasticsearch from 6.x to 7.x and don’t update your delivery stream,\n         Kinesis Data Firehose still delivers data to Elasticsearch with the old index name and type\n         name. If you want to update your delivery stream with a new index name, provide an empty\n         string for <code>TypeName</code>. </p>"
1164                    }
1165                },
1166                "IndexRotationPeriod": {
1167                    "target": "com.amazonaws.firehose#ElasticsearchIndexRotationPeriod",
1168                    "traits": {
1169                        "smithy.api#documentation": "<p>The Elasticsearch index rotation period. Index rotation appends a timestamp to\n            <code>IndexName</code> to facilitate the expiration of old data. For more information,\n         see <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#es-index-rotation\">Index Rotation for the\n            Amazon ES Destination</a>. Default value is <code>OneDay</code>.</p>"
1170                    }
1171                },
1172                "BufferingHints": {
1173                    "target": "com.amazonaws.firehose#ElasticsearchBufferingHints",
1174                    "traits": {
1175                        "smithy.api#documentation": "<p>The buffering options. If no value is specified,\n            <code>ElasticsearchBufferingHints</code> object default values are used. </p>"
1176                    }
1177                },
1178                "RetryOptions": {
1179                    "target": "com.amazonaws.firehose#ElasticsearchRetryOptions",
1180                    "traits": {
1181                        "smithy.api#documentation": "<p>The retry behavior in case Kinesis Data Firehose is unable to deliver documents to\n         Amazon ES. The default value is 300 (5 minutes).</p>"
1182                    }
1183                },
1184                "S3Update": {
1185                    "target": "com.amazonaws.firehose#S3DestinationUpdate",
1186                    "traits": {
1187                        "smithy.api#documentation": "<p>The Amazon S3 destination.</p>"
1188                    }
1189                },
1190                "ProcessingConfiguration": {
1191                    "target": "com.amazonaws.firehose#ProcessingConfiguration",
1192                    "traits": {
1193                        "smithy.api#documentation": "<p>The data processing configuration.</p>"
1194                    }
1195                },
1196                "CloudWatchLoggingOptions": {
1197                    "target": "com.amazonaws.firehose#CloudWatchLoggingOptions",
1198                    "traits": {
1199                        "smithy.api#documentation": "<p>The CloudWatch logging options for your delivery stream.</p>"
1200                    }
1201                }
1202            },
1203            "traits": {
1204                "smithy.api#documentation": "<p>Describes an update for a destination in Amazon ES.</p>"
1205            }
1206        },
1207        "com.amazonaws.firehose#ElasticsearchDomainARN": {
1208            "type": "string",
1209            "traits": {
1210                "smithy.api#length": {
1211                    "min": 1,
1212                    "max": 512
1213                },
1214                "smithy.api#pattern": "arn:.*"
1215            }
1216        },
1217        "com.amazonaws.firehose#ElasticsearchIndexName": {
1218            "type": "string",
1219            "traits": {
1220                "smithy.api#length": {
1221                    "min": 1,
1222                    "max": 80
1223                },
1224                "smithy.api#pattern": ".*"
1225            }
1226        },
1227        "com.amazonaws.firehose#ElasticsearchIndexRotationPeriod": {
1228            "type": "string",
1229            "traits": {
1230                "smithy.api#enum": [
1231                    {
1232                        "value": "NoRotation",
1233                        "name": "NoRotation"
1234                    },
1235                    {
1236                        "value": "OneHour",
1237                        "name": "OneHour"
1238                    },
1239                    {
1240                        "value": "OneDay",
1241                        "name": "OneDay"
1242                    },
1243                    {
1244                        "value": "OneWeek",
1245                        "name": "OneWeek"
1246                    },
1247                    {
1248                        "value": "OneMonth",
1249                        "name": "OneMonth"
1250                    }
1251                ]
1252            }
1253        },
1254        "com.amazonaws.firehose#ElasticsearchRetryDurationInSeconds": {
1255            "type": "integer",
1256            "traits": {
1257                "smithy.api#box": {},
1258                "smithy.api#range": {
1259                    "min": 0,
1260                    "max": 7200
1261                }
1262            }
1263        },
1264        "com.amazonaws.firehose#ElasticsearchRetryOptions": {
1265            "type": "structure",
1266            "members": {
1267                "DurationInSeconds": {
1268                    "target": "com.amazonaws.firehose#ElasticsearchRetryDurationInSeconds",
1269                    "traits": {
1270                        "smithy.api#documentation": "<p>After an initial failure to deliver to Amazon ES, the total amount of time during\n         which Kinesis Data Firehose retries delivery (including the first attempt). After this time\n         has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5\n         minutes). A value of 0 (zero) results in no retries.</p>"
1271                    }
1272                }
1273            },
1274            "traits": {
1275                "smithy.api#documentation": "<p>Configures retry behavior in case Kinesis Data Firehose is unable to deliver\n         documents to Amazon ES.</p>"
1276            }
1277        },
1278        "com.amazonaws.firehose#ElasticsearchS3BackupMode": {
1279            "type": "string",
1280            "traits": {
1281                "smithy.api#enum": [
1282                    {
1283                        "value": "FailedDocumentsOnly",
1284                        "name": "FailedDocumentsOnly"
1285                    },
1286                    {
1287                        "value": "AllDocuments",
1288                        "name": "AllDocuments"
1289                    }
1290                ]
1291            }
1292        },
1293        "com.amazonaws.firehose#ElasticsearchTypeName": {
1294            "type": "string",
1295            "traits": {
1296                "smithy.api#length": {
1297                    "min": 0,
1298                    "max": 100
1299                },
1300                "smithy.api#pattern": ".*"
1301            }
1302        },
1303        "com.amazonaws.firehose#EncryptionConfiguration": {
1304            "type": "structure",
1305            "members": {
1306                "NoEncryptionConfig": {
1307                    "target": "com.amazonaws.firehose#NoEncryptionConfig",
1308                    "traits": {
1309                        "smithy.api#documentation": "<p>Specifically override existing encryption information to ensure that no encryption is\n         used.</p>"
1310                    }
1311                },
1312                "KMSEncryptionConfig": {
1313                    "target": "com.amazonaws.firehose#KMSEncryptionConfig",
1314                    "traits": {
1315                        "smithy.api#documentation": "<p>The encryption key.</p>"
1316                    }
1317                }
1318            },
1319            "traits": {
1320                "smithy.api#documentation": "<p>Describes the encryption for a destination in Amazon S3.</p>"
1321            }
1322        },
1323        "com.amazonaws.firehose#ErrorCode": {
1324            "type": "string"
1325        },
1326        "com.amazonaws.firehose#ErrorMessage": {
1327            "type": "string"
1328        },
1329        "com.amazonaws.firehose#ErrorOutputPrefix": {
1330            "type": "string",
1331            "traits": {
1332                "smithy.api#length": {
1333                    "min": 0,
1334                    "max": 1024
1335                },
1336                "smithy.api#pattern": ".*"
1337            }
1338        },
1339        "com.amazonaws.firehose#ExtendedS3DestinationConfiguration": {
1340            "type": "structure",
1341            "members": {
1342                "RoleARN": {
1343                    "target": "com.amazonaws.firehose#RoleARN",
1344                    "traits": {
1345                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the AWS credentials. For more information, see\n            <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
1346                        "smithy.api#required": {}
1347                    }
1348                },
1349                "BucketARN": {
1350                    "target": "com.amazonaws.firehose#BucketARN",
1351                    "traits": {
1352                        "smithy.api#documentation": "<p>The ARN of the S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon\n            Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
1353                        "smithy.api#required": {}
1354                    }
1355                },
1356                "Prefix": {
1357                    "target": "com.amazonaws.firehose#Prefix",
1358                    "traits": {
1359                        "smithy.api#documentation": "<p>The \"YYYY/MM/DD/HH\" time format prefix is automatically used for delivered Amazon S3\n         files. You can also specify a custom prefix, as described in <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html\">Custom Prefixes\n            for Amazon S3 Objects</a>.</p>"
1360                    }
1361                },
1362                "ErrorOutputPrefix": {
1363                    "target": "com.amazonaws.firehose#ErrorOutputPrefix",
1364                    "traits": {
1365                        "smithy.api#documentation": "<p>A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing\n         them to S3. This prefix appears immediately following the bucket name. For information\n         about how to specify this prefix, see <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html\">Custom Prefixes\n            for Amazon S3 Objects</a>.</p>"
1366                    }
1367                },
1368                "BufferingHints": {
1369                    "target": "com.amazonaws.firehose#BufferingHints",
1370                    "traits": {
1371                        "smithy.api#documentation": "<p>The buffering option.</p>"
1372                    }
1373                },
1374                "CompressionFormat": {
1375                    "target": "com.amazonaws.firehose#CompressionFormat",
1376                    "traits": {
1377                        "smithy.api#documentation": "<p>The compression format. If no value is specified, the default is\n         UNCOMPRESSED.</p>"
1378                    }
1379                },
1380                "EncryptionConfiguration": {
1381                    "target": "com.amazonaws.firehose#EncryptionConfiguration",
1382                    "traits": {
1383                        "smithy.api#documentation": "<p>The encryption configuration. If no value is specified, the default is no\n         encryption.</p>"
1384                    }
1385                },
1386                "CloudWatchLoggingOptions": {
1387                    "target": "com.amazonaws.firehose#CloudWatchLoggingOptions",
1388                    "traits": {
1389                        "smithy.api#documentation": "<p>The Amazon CloudWatch logging options for your delivery stream.</p>"
1390                    }
1391                },
1392                "ProcessingConfiguration": {
1393                    "target": "com.amazonaws.firehose#ProcessingConfiguration",
1394                    "traits": {
1395                        "smithy.api#documentation": "<p>The data processing configuration.</p>"
1396                    }
1397                },
1398                "S3BackupMode": {
1399                    "target": "com.amazonaws.firehose#S3BackupMode",
1400                    "traits": {
1401                        "smithy.api#documentation": "<p>The Amazon S3 backup mode. After you create a delivery stream, you can update it to\n         enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the\n         delivery stream to disable it. </p>"
1402                    }
1403                },
1404                "S3BackupConfiguration": {
1405                    "target": "com.amazonaws.firehose#S3DestinationConfiguration",
1406                    "traits": {
1407                        "smithy.api#documentation": "<p>The configuration for backup in Amazon S3.</p>"
1408                    }
1409                },
1410                "DataFormatConversionConfiguration": {
1411                    "target": "com.amazonaws.firehose#DataFormatConversionConfiguration",
1412                    "traits": {
1413                        "smithy.api#documentation": "<p>The serializer, deserializer, and schema for converting data from the JSON format to\n         the Parquet or ORC format before writing it to Amazon S3.</p>"
1414                    }
1415                }
1416            },
1417            "traits": {
1418                "smithy.api#documentation": "<p>Describes the configuration of a destination in Amazon S3.</p>"
1419            }
1420        },
1421        "com.amazonaws.firehose#ExtendedS3DestinationDescription": {
1422            "type": "structure",
1423            "members": {
1424                "RoleARN": {
1425                    "target": "com.amazonaws.firehose#RoleARN",
1426                    "traits": {
1427                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the AWS credentials. For more information, see\n            <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
1428                        "smithy.api#required": {}
1429                    }
1430                },
1431                "BucketARN": {
1432                    "target": "com.amazonaws.firehose#BucketARN",
1433                    "traits": {
1434                        "smithy.api#documentation": "<p>The ARN of the S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon\n            Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
1435                        "smithy.api#required": {}
1436                    }
1437                },
1438                "Prefix": {
1439                    "target": "com.amazonaws.firehose#Prefix",
1440                    "traits": {
1441                        "smithy.api#documentation": "<p>The \"YYYY/MM/DD/HH\" time format prefix is automatically used for delivered Amazon S3\n         files. You can also specify a custom prefix, as described in <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html\">Custom Prefixes\n            for Amazon S3 Objects</a>.</p>"
1442                    }
1443                },
1444                "ErrorOutputPrefix": {
1445                    "target": "com.amazonaws.firehose#ErrorOutputPrefix",
1446                    "traits": {
1447                        "smithy.api#documentation": "<p>A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing\n         them to S3. This prefix appears immediately following the bucket name. For information\n         about how to specify this prefix, see <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html\">Custom Prefixes\n            for Amazon S3 Objects</a>.</p>"
1448                    }
1449                },
1450                "BufferingHints": {
1451                    "target": "com.amazonaws.firehose#BufferingHints",
1452                    "traits": {
1453                        "smithy.api#documentation": "<p>The buffering option.</p>",
1454                        "smithy.api#required": {}
1455                    }
1456                },
1457                "CompressionFormat": {
1458                    "target": "com.amazonaws.firehose#CompressionFormat",
1459                    "traits": {
1460                        "smithy.api#documentation": "<p>The compression format. If no value is specified, the default is\n            <code>UNCOMPRESSED</code>.</p>",
1461                        "smithy.api#required": {}
1462                    }
1463                },
1464                "EncryptionConfiguration": {
1465                    "target": "com.amazonaws.firehose#EncryptionConfiguration",
1466                    "traits": {
1467                        "smithy.api#documentation": "<p>The encryption configuration. If no value is specified, the default is no\n         encryption.</p>",
1468                        "smithy.api#required": {}
1469                    }
1470                },
1471                "CloudWatchLoggingOptions": {
1472                    "target": "com.amazonaws.firehose#CloudWatchLoggingOptions",
1473                    "traits": {
1474                        "smithy.api#documentation": "<p>The Amazon CloudWatch logging options for your delivery stream.</p>"
1475                    }
1476                },
1477                "ProcessingConfiguration": {
1478                    "target": "com.amazonaws.firehose#ProcessingConfiguration",
1479                    "traits": {
1480                        "smithy.api#documentation": "<p>The data processing configuration.</p>"
1481                    }
1482                },
1483                "S3BackupMode": {
1484                    "target": "com.amazonaws.firehose#S3BackupMode",
1485                    "traits": {
1486                        "smithy.api#documentation": "<p>The Amazon S3 backup mode.</p>"
1487                    }
1488                },
1489                "S3BackupDescription": {
1490                    "target": "com.amazonaws.firehose#S3DestinationDescription",
1491                    "traits": {
1492                        "smithy.api#documentation": "<p>The configuration for backup in Amazon S3.</p>"
1493                    }
1494                },
1495                "DataFormatConversionConfiguration": {
1496                    "target": "com.amazonaws.firehose#DataFormatConversionConfiguration",
1497                    "traits": {
1498                        "smithy.api#documentation": "<p>The serializer, deserializer, and schema for converting data from the JSON format to\n         the Parquet or ORC format before writing it to Amazon S3.</p>"
1499                    }
1500                }
1501            },
1502            "traits": {
1503                "smithy.api#documentation": "<p>Describes a destination in Amazon S3.</p>"
1504            }
1505        },
1506        "com.amazonaws.firehose#ExtendedS3DestinationUpdate": {
1507            "type": "structure",
1508            "members": {
1509                "RoleARN": {
1510                    "target": "com.amazonaws.firehose#RoleARN",
1511                    "traits": {
1512                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the AWS credentials. For more information, see\n            <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>"
1513                    }
1514                },
1515                "BucketARN": {
1516                    "target": "com.amazonaws.firehose#BucketARN",
1517                    "traits": {
1518                        "smithy.api#documentation": "<p>The ARN of the S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon\n            Resource Names (ARNs) and AWS Service Namespaces</a>.</p>"
1519                    }
1520                },
1521                "Prefix": {
1522                    "target": "com.amazonaws.firehose#Prefix",
1523                    "traits": {
1524                        "smithy.api#documentation": "<p>The \"YYYY/MM/DD/HH\" time format prefix is automatically used for delivered Amazon S3\n         files. You can also specify a custom prefix, as described in <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html\">Custom Prefixes\n            for Amazon S3 Objects</a>.</p>"
1525                    }
1526                },
1527                "ErrorOutputPrefix": {
1528                    "target": "com.amazonaws.firehose#ErrorOutputPrefix",
1529                    "traits": {
1530                        "smithy.api#documentation": "<p>A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing\n         them to S3. This prefix appears immediately following the bucket name. For information\n         about how to specify this prefix, see <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html\">Custom Prefixes\n            for Amazon S3 Objects</a>.</p>"
1531                    }
1532                },
1533                "BufferingHints": {
1534                    "target": "com.amazonaws.firehose#BufferingHints",
1535                    "traits": {
1536                        "smithy.api#documentation": "<p>The buffering option.</p>"
1537                    }
1538                },
1539                "CompressionFormat": {
1540                    "target": "com.amazonaws.firehose#CompressionFormat",
1541                    "traits": {
1542                        "smithy.api#documentation": "<p>The compression format. If no value is specified, the default is\n            <code>UNCOMPRESSED</code>. </p>"
1543                    }
1544                },
1545                "EncryptionConfiguration": {
1546                    "target": "com.amazonaws.firehose#EncryptionConfiguration",
1547                    "traits": {
1548                        "smithy.api#documentation": "<p>The encryption configuration. If no value is specified, the default is no\n         encryption.</p>"
1549                    }
1550                },
1551                "CloudWatchLoggingOptions": {
1552                    "target": "com.amazonaws.firehose#CloudWatchLoggingOptions",
1553                    "traits": {
1554                        "smithy.api#documentation": "<p>The Amazon CloudWatch logging options for your delivery stream.</p>"
1555                    }
1556                },
1557                "ProcessingConfiguration": {
1558                    "target": "com.amazonaws.firehose#ProcessingConfiguration",
1559                    "traits": {
1560                        "smithy.api#documentation": "<p>The data processing configuration.</p>"
1561                    }
1562                },
1563                "S3BackupMode": {
1564                    "target": "com.amazonaws.firehose#S3BackupMode",
1565                    "traits": {
1566                        "smithy.api#documentation": "<p>You can update a delivery stream to enable Amazon S3 backup if it is disabled. If\n         backup is enabled, you can't update the delivery stream to disable it. </p>"
1567                    }
1568                },
1569                "S3BackupUpdate": {
1570                    "target": "com.amazonaws.firehose#S3DestinationUpdate",
1571                    "traits": {
1572                        "smithy.api#documentation": "<p>The Amazon S3 destination for backup.</p>"
1573                    }
1574                },
1575                "DataFormatConversionConfiguration": {
1576                    "target": "com.amazonaws.firehose#DataFormatConversionConfiguration",
1577                    "traits": {
1578                        "smithy.api#documentation": "<p>The serializer, deserializer, and schema for converting data from the JSON format to\n         the Parquet or ORC format before writing it to Amazon S3.</p>"
1579                    }
1580                }
1581            },
1582            "traits": {
1583                "smithy.api#documentation": "<p>Describes an update for a destination in Amazon S3.</p>"
1584            }
1585        },
1586        "com.amazonaws.firehose#FailureDescription": {
1587            "type": "structure",
1588            "members": {
1589                "Type": {
1590                    "target": "com.amazonaws.firehose#DeliveryStreamFailureType",
1591                    "traits": {
1592                        "smithy.api#documentation": "<p>The type of error that caused the failure.</p>",
1593                        "smithy.api#required": {}
1594                    }
1595                },
1596                "Details": {
1597                    "target": "com.amazonaws.firehose#NonEmptyString",
1598                    "traits": {
1599                        "smithy.api#documentation": "<p>A message providing details about the error that caused the failure.</p>",
1600                        "smithy.api#required": {}
1601                    }
1602                }
1603            },
1604            "traits": {
1605                "smithy.api#documentation": "<p>Provides details in case one of the following operations fails due to an error related\n         to KMS: <a>CreateDeliveryStream</a>, <a>DeleteDeliveryStream</a>,\n            <a>StartDeliveryStreamEncryption</a>, <a>StopDeliveryStreamEncryption</a>.</p>"
1606            }
1607        },
1608        "com.amazonaws.firehose#Firehose_20150804": {
1609            "type": "service",
1610            "version": "2015-08-04",
1611            "operations": [
1612                {
1613                    "target": "com.amazonaws.firehose#CreateDeliveryStream"
1614                },
1615                {
1616                    "target": "com.amazonaws.firehose#DeleteDeliveryStream"
1617                },
1618                {
1619                    "target": "com.amazonaws.firehose#DescribeDeliveryStream"
1620                },
1621                {
1622                    "target": "com.amazonaws.firehose#ListDeliveryStreams"
1623                },
1624                {
1625                    "target": "com.amazonaws.firehose#ListTagsForDeliveryStream"
1626                },
1627                {
1628                    "target": "com.amazonaws.firehose#PutRecord"
1629                },
1630                {
1631                    "target": "com.amazonaws.firehose#PutRecordBatch"
1632                },
1633                {
1634                    "target": "com.amazonaws.firehose#StartDeliveryStreamEncryption"
1635                },
1636                {
1637                    "target": "com.amazonaws.firehose#StopDeliveryStreamEncryption"
1638                },
1639                {
1640                    "target": "com.amazonaws.firehose#TagDeliveryStream"
1641                },
1642                {
1643                    "target": "com.amazonaws.firehose#UntagDeliveryStream"
1644                },
1645                {
1646                    "target": "com.amazonaws.firehose#UpdateDestination"
1647                }
1648            ],
1649            "traits": {
1650                "aws.api#service": {
1651                    "sdkId": "Firehose",
1652                    "arnNamespace": "firehose",
1653                    "cloudFormationName": "KinesisFirehose",
1654                    "cloudTrailEventSource": "firehose.amazonaws.com",
1655                    "endpointPrefix": "firehose"
1656                },
1657                "aws.auth#sigv4": {
1658                    "name": "firehose"
1659                },
1660                "aws.protocols#awsJson1_1": {},
1661                "smithy.api#documentation": "<fullname>Amazon Kinesis Data Firehose API Reference</fullname>\n         <p>Amazon Kinesis Data Firehose is a fully managed service that delivers real-time\n         streaming data to destinations such as Amazon Simple Storage Service (Amazon S3), Amazon\n         Elasticsearch Service (Amazon ES), Amazon Redshift, and Splunk.</p>",
1662                "smithy.api#title": "Amazon Kinesis Firehose",
1663                "smithy.api#xmlNamespace": {
1664                    "uri": "http://firehose.amazonaws.com/doc/2015-08-04"
1665                }
1666            }
1667        },
1668        "com.amazonaws.firehose#HECAcknowledgmentTimeoutInSeconds": {
1669            "type": "integer",
1670            "traits": {
1671                "smithy.api#box": {},
1672                "smithy.api#range": {
1673                    "min": 180,
1674                    "max": 600
1675                }
1676            }
1677        },
1678        "com.amazonaws.firehose#HECEndpoint": {
1679            "type": "string",
1680            "traits": {
1681                "smithy.api#length": {
1682                    "min": 0,
1683                    "max": 2048
1684                },
1685                "smithy.api#pattern": ".*"
1686            }
1687        },
1688        "com.amazonaws.firehose#HECEndpointType": {
1689            "type": "string",
1690            "traits": {
1691                "smithy.api#enum": [
1692                    {
1693                        "value": "Raw",
1694                        "name": "Raw"
1695                    },
1696                    {
1697                        "value": "Event",
1698                        "name": "Event"
1699                    }
1700                ]
1701            }
1702        },
1703        "com.amazonaws.firehose#HECToken": {
1704            "type": "string",
1705            "traits": {
1706                "smithy.api#length": {
1707                    "min": 0,
1708                    "max": 2048
1709                },
1710                "smithy.api#pattern": ".*"
1711            }
1712        },
1713        "com.amazonaws.firehose#HiveJsonSerDe": {
1714            "type": "structure",
1715            "members": {
1716                "TimestampFormats": {
1717                    "target": "com.amazonaws.firehose#ListOfNonEmptyStrings",
1718                    "traits": {
1719                        "smithy.api#documentation": "<p>Indicates how you want Kinesis Data Firehose to parse the date and timestamps that\n         may be present in your input data JSON. To specify these format strings, follow the pattern\n         syntax of JodaTime's DateTimeFormat format strings. For more information, see <a href=\"https://www.joda.org/joda-time/apidocs/org/joda/time/format/DateTimeFormat.html\">Class DateTimeFormat</a>. You can also use the special value <code>millis</code> to\n         parse timestamps in epoch milliseconds. If you don't specify a format, Kinesis Data\n         Firehose uses <code>java.sql.Timestamp::valueOf</code> by default.</p>"
1720                    }
1721                }
1722            },
1723            "traits": {
1724                "smithy.api#documentation": "<p>The native Hive / HCatalog JsonSerDe. Used by Kinesis Data Firehose for deserializing\n         data, which means converting it from the JSON format in preparation for serializing it to\n         the Parquet or ORC format. This is one of two deserializers you can choose, depending on\n         which one offers the functionality you need. The other option is the OpenX SerDe.</p>"
1725            }
1726        },
1727        "com.amazonaws.firehose#HttpEndpointAccessKey": {
1728            "type": "string",
1729            "traits": {
1730                "smithy.api#length": {
1731                    "min": 0,
1732                    "max": 4096
1733                },
1734                "smithy.api#pattern": ".*",
1735                "smithy.api#sensitive": {}
1736            }
1737        },
1738        "com.amazonaws.firehose#HttpEndpointAttributeName": {
1739            "type": "string",
1740            "traits": {
1741                "smithy.api#length": {
1742                    "min": 1,
1743                    "max": 256
1744                },
1745                "smithy.api#pattern": "^(?!\\s*$).+",
1746                "smithy.api#sensitive": {}
1747            }
1748        },
1749        "com.amazonaws.firehose#HttpEndpointAttributeValue": {
1750            "type": "string",
1751            "traits": {
1752                "smithy.api#length": {
1753                    "min": 0,
1754                    "max": 1024
1755                },
1756                "smithy.api#pattern": ".*",
1757                "smithy.api#sensitive": {}
1758            }
1759        },
1760        "com.amazonaws.firehose#HttpEndpointBufferingHints": {
1761            "type": "structure",
1762            "members": {
1763                "SizeInMBs": {
1764                    "target": "com.amazonaws.firehose#HttpEndpointBufferingSizeInMBs",
1765                    "traits": {
1766                        "smithy.api#documentation": "<p>Buffer incoming data to the specified size, in MBs, before delivering it to the\n         destination. The default value is 5. </p>\n         <p>We recommend setting this parameter to a value greater than the amount of data you\n         typically ingest into the delivery stream in 10 seconds. For example, if you typically\n         ingest data at 1 MB/sec, the value should be 10 MB or higher. </p>"
1767                    }
1768                },
1769                "IntervalInSeconds": {
1770                    "target": "com.amazonaws.firehose#HttpEndpointBufferingIntervalInSeconds",
1771                    "traits": {
1772                        "smithy.api#documentation": "<p>Buffer incoming data for the specified period of time, in seconds, before delivering it\n         to the destination. The default value is 300 (5 minutes). </p>"
1773                    }
1774                }
1775            },
1776            "traits": {
1777                "smithy.api#documentation": "<p>Describes the buffering options that can be applied before data is delivered to the HTTP\n         endpoint destination. Kinesis Data Firehose treats these options as hints, and it might\n         choose to use more optimal values. The <code>SizeInMBs</code> and\n            <code>IntervalInSeconds</code> parameters are optional. However, if specify a value for\n         one of them, you must also provide a value for the other. </p>"
1778            }
1779        },
1780        "com.amazonaws.firehose#HttpEndpointBufferingIntervalInSeconds": {
1781            "type": "integer",
1782            "traits": {
1783                "smithy.api#box": {},
1784                "smithy.api#range": {
1785                    "min": 60,
1786                    "max": 900
1787                }
1788            }
1789        },
1790        "com.amazonaws.firehose#HttpEndpointBufferingSizeInMBs": {
1791            "type": "integer",
1792            "traits": {
1793                "smithy.api#box": {},
1794                "smithy.api#range": {
1795                    "min": 1,
1796                    "max": 64
1797                }
1798            }
1799        },
1800        "com.amazonaws.firehose#HttpEndpointCommonAttribute": {
1801            "type": "structure",
1802            "members": {
1803                "AttributeName": {
1804                    "target": "com.amazonaws.firehose#HttpEndpointAttributeName",
1805                    "traits": {
1806                        "smithy.api#documentation": "<p>The name of the HTTP endpoint common attribute.</p>",
1807                        "smithy.api#required": {}
1808                    }
1809                },
1810                "AttributeValue": {
1811                    "target": "com.amazonaws.firehose#HttpEndpointAttributeValue",
1812                    "traits": {
1813                        "smithy.api#documentation": "<p>The value of the HTTP endpoint common attribute.</p>",
1814                        "smithy.api#required": {}
1815                    }
1816                }
1817            },
1818            "traits": {
1819                "smithy.api#documentation": "<p>Describes the metadata that's delivered to the specified HTTP endpoint\n         destination.</p>"
1820            }
1821        },
1822        "com.amazonaws.firehose#HttpEndpointCommonAttributesList": {
1823            "type": "list",
1824            "member": {
1825                "target": "com.amazonaws.firehose#HttpEndpointCommonAttribute"
1826            },
1827            "traits": {
1828                "smithy.api#length": {
1829                    "min": 0,
1830                    "max": 50
1831                }
1832            }
1833        },
1834        "com.amazonaws.firehose#HttpEndpointConfiguration": {
1835            "type": "structure",
1836            "members": {
1837                "Url": {
1838                    "target": "com.amazonaws.firehose#HttpEndpointUrl",
1839                    "traits": {
1840                        "smithy.api#documentation": "<p>The URL of the HTTP endpoint selected as the destination.</p>",
1841                        "smithy.api#required": {}
1842                    }
1843                },
1844                "Name": {
1845                    "target": "com.amazonaws.firehose#HttpEndpointName",
1846                    "traits": {
1847                        "smithy.api#documentation": "<p>The name of the HTTP endpoint selected as the destination.</p>"
1848                    }
1849                },
1850                "AccessKey": {
1851                    "target": "com.amazonaws.firehose#HttpEndpointAccessKey",
1852                    "traits": {
1853                        "smithy.api#documentation": "<p>The access key required for Kinesis Firehose to authenticate with the HTTP endpoint\n         selected as the destination.</p>"
1854                    }
1855                }
1856            },
1857            "traits": {
1858                "smithy.api#documentation": "<p>Describes the configuration of the HTTP endpoint to which Kinesis Firehose delivers\n         data.</p>"
1859            }
1860        },
1861        "com.amazonaws.firehose#HttpEndpointDescription": {
1862            "type": "structure",
1863            "members": {
1864                "Url": {
1865                    "target": "com.amazonaws.firehose#HttpEndpointUrl",
1866                    "traits": {
1867                        "smithy.api#documentation": "<p>The URL of the HTTP endpoint selected as the destination.</p>"
1868                    }
1869                },
1870                "Name": {
1871                    "target": "com.amazonaws.firehose#HttpEndpointName",
1872                    "traits": {
1873                        "smithy.api#documentation": "<p>The name of the HTTP endpoint selected as the destination.</p>"
1874                    }
1875                }
1876            },
1877            "traits": {
1878                "smithy.api#documentation": "<p>Describes the HTTP endpoint selected as the destination. </p>"
1879            }
1880        },
1881        "com.amazonaws.firehose#HttpEndpointDestinationConfiguration": {
1882            "type": "structure",
1883            "members": {
1884                "EndpointConfiguration": {
1885                    "target": "com.amazonaws.firehose#HttpEndpointConfiguration",
1886                    "traits": {
1887                        "smithy.api#documentation": "<p>The configuration of the HTTP endpoint selected as the destination.</p>",
1888                        "smithy.api#required": {}
1889                    }
1890                },
1891                "BufferingHints": {
1892                    "target": "com.amazonaws.firehose#HttpEndpointBufferingHints",
1893                    "traits": {
1894                        "smithy.api#documentation": "<p>The buffering options that can be used before data is delivered to the specified\n         destination. Kinesis Data Firehose treats these options as hints, and it might choose to\n         use more optimal values. The <code>SizeInMBs</code> and <code>IntervalInSeconds</code>\n         parameters are optional. However, if you specify a value for one of them, you must also\n         provide a value for the other. </p>"
1895                    }
1896                },
1897                "CloudWatchLoggingOptions": {
1898                    "target": "com.amazonaws.firehose#CloudWatchLoggingOptions"
1899                },
1900                "RequestConfiguration": {
1901                    "target": "com.amazonaws.firehose#HttpEndpointRequestConfiguration",
1902                    "traits": {
1903                        "smithy.api#documentation": "<p>The configuration of the requeste sent to the HTTP endpoint specified as the\n         destination.</p>"
1904                    }
1905                },
1906                "ProcessingConfiguration": {
1907                    "target": "com.amazonaws.firehose#ProcessingConfiguration"
1908                },
1909                "RoleARN": {
1910                    "target": "com.amazonaws.firehose#RoleARN",
1911                    "traits": {
1912                        "smithy.api#documentation": "<p>Kinesis Data Firehose uses this IAM role for all the permissions that the delivery\n         stream needs.</p>"
1913                    }
1914                },
1915                "RetryOptions": {
1916                    "target": "com.amazonaws.firehose#HttpEndpointRetryOptions",
1917                    "traits": {
1918                        "smithy.api#documentation": "<p>Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to\n         the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of\n         receipt from the specified HTTP endpoint destination.</p>"
1919                    }
1920                },
1921                "S3BackupMode": {
1922                    "target": "com.amazonaws.firehose#HttpEndpointS3BackupMode",
1923                    "traits": {
1924                        "smithy.api#documentation": "<p>Describes the S3 bucket backup options for the data that Kinesis Data Firehose delivers\n         to the HTTP endpoint destination. You can back up all documents (<code>AllData</code>) or\n         only the documents that Kinesis Data Firehose could not deliver to the specified HTTP\n         endpoint destination (<code>FailedDataOnly</code>).</p>"
1925                    }
1926                },
1927                "S3Configuration": {
1928                    "target": "com.amazonaws.firehose#S3DestinationConfiguration",
1929                    "traits": {
1930                        "smithy.api#required": {}
1931                    }
1932                }
1933            },
1934            "traits": {
1935                "smithy.api#documentation": "<p>Describes the configuration of the HTTP endpoint destination.</p>"
1936            }
1937        },
1938        "com.amazonaws.firehose#HttpEndpointDestinationDescription": {
1939            "type": "structure",
1940            "members": {
1941                "EndpointConfiguration": {
1942                    "target": "com.amazonaws.firehose#HttpEndpointDescription",
1943                    "traits": {
1944                        "smithy.api#documentation": "<p>The configuration of the specified HTTP endpoint destination.</p>"
1945                    }
1946                },
1947                "BufferingHints": {
1948                    "target": "com.amazonaws.firehose#HttpEndpointBufferingHints",
1949                    "traits": {
1950                        "smithy.api#documentation": "<p>Describes buffering options that can be applied to the data before it is delivered to\n         the HTTPS endpoint destination. Kinesis Data Firehose teats these options as hints, and it\n         might choose to use more optimal values. The <code>SizeInMBs</code> and\n            <code>IntervalInSeconds</code> parameters are optional. However, if specify a value for\n         one of them, you must also provide a value for the other. </p>"
1951                    }
1952                },
1953                "CloudWatchLoggingOptions": {
1954                    "target": "com.amazonaws.firehose#CloudWatchLoggingOptions"
1955                },
1956                "RequestConfiguration": {
1957                    "target": "com.amazonaws.firehose#HttpEndpointRequestConfiguration",
1958                    "traits": {
1959                        "smithy.api#documentation": "<p>The configuration of request sent to the HTTP endpoint specified as the\n         destination.</p>"
1960                    }
1961                },
1962                "ProcessingConfiguration": {
1963                    "target": "com.amazonaws.firehose#ProcessingConfiguration"
1964                },
1965                "RoleARN": {
1966                    "target": "com.amazonaws.firehose#RoleARN",
1967                    "traits": {
1968                        "smithy.api#documentation": "<p>Kinesis Data Firehose uses this IAM role for all the permissions that the delivery\n         stream needs.</p>"
1969                    }
1970                },
1971                "RetryOptions": {
1972                    "target": "com.amazonaws.firehose#HttpEndpointRetryOptions",
1973                    "traits": {
1974                        "smithy.api#documentation": "<p>Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to\n         the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of\n         receipt from the specified HTTP endpoint destination.</p>"
1975                    }
1976                },
1977                "S3BackupMode": {
1978                    "target": "com.amazonaws.firehose#HttpEndpointS3BackupMode",
1979                    "traits": {
1980                        "smithy.api#documentation": "<p>Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to\n         the HTTP endpoint destination. You can back up all documents (<code>AllData</code>) or only\n         the documents that Kinesis Data Firehose could not deliver to the specified HTTP endpoint\n         destination (<code>FailedDataOnly</code>).</p>"
1981                    }
1982                },
1983                "S3DestinationDescription": {
1984                    "target": "com.amazonaws.firehose#S3DestinationDescription"
1985                }
1986            },
1987            "traits": {
1988                "smithy.api#documentation": "<p>Describes the HTTP endpoint destination.</p>"
1989            }
1990        },
1991        "com.amazonaws.firehose#HttpEndpointDestinationUpdate": {
1992            "type": "structure",
1993            "members": {
1994                "EndpointConfiguration": {
1995                    "target": "com.amazonaws.firehose#HttpEndpointConfiguration",
1996                    "traits": {
1997                        "smithy.api#documentation": "<p>Describes the configuration of the HTTP endpoint destination.</p>"
1998                    }
1999                },
2000                "BufferingHints": {
2001                    "target": "com.amazonaws.firehose#HttpEndpointBufferingHints",
2002                    "traits": {
2003                        "smithy.api#documentation": "<p>Describes buffering options that can be applied to the data before it is delivered to\n         the HTTPS endpoint destination. Kinesis Data Firehose teats these options as hints, and it\n         might choose to use more optimal values. The <code>SizeInMBs</code> and\n            <code>IntervalInSeconds</code> parameters are optional. However, if specify a value for\n         one of them, you must also provide a value for the other. </p>"
2004                    }
2005                },
2006                "CloudWatchLoggingOptions": {
2007                    "target": "com.amazonaws.firehose#CloudWatchLoggingOptions"
2008                },
2009                "RequestConfiguration": {
2010                    "target": "com.amazonaws.firehose#HttpEndpointRequestConfiguration",
2011                    "traits": {
2012                        "smithy.api#documentation": "<p>The configuration of the request sent to the HTTP endpoint specified as the\n         destination.</p>"
2013                    }
2014                },
2015                "ProcessingConfiguration": {
2016                    "target": "com.amazonaws.firehose#ProcessingConfiguration"
2017                },
2018                "RoleARN": {
2019                    "target": "com.amazonaws.firehose#RoleARN",
2020                    "traits": {
2021                        "smithy.api#documentation": "<p>Kinesis Data Firehose uses this IAM role for all the permissions that the delivery\n         stream needs.</p>"
2022                    }
2023                },
2024                "RetryOptions": {
2025                    "target": "com.amazonaws.firehose#HttpEndpointRetryOptions",
2026                    "traits": {
2027                        "smithy.api#documentation": "<p>Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to\n         the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of\n         receipt from the specified HTTP endpoint destination.</p>"
2028                    }
2029                },
2030                "S3BackupMode": {
2031                    "target": "com.amazonaws.firehose#HttpEndpointS3BackupMode",
2032                    "traits": {
2033                        "smithy.api#documentation": "<p>Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to\n         the HTTP endpoint destination. You can back up all documents (<code>AllData</code>) or only\n         the documents that Kinesis Data Firehose could not deliver to the specified HTTP endpoint\n         destination (<code>FailedDataOnly</code>).</p>"
2034                    }
2035                },
2036                "S3Update": {
2037                    "target": "com.amazonaws.firehose#S3DestinationUpdate"
2038                }
2039            },
2040            "traits": {
2041                "smithy.api#documentation": "<p>Updates the specified HTTP endpoint destination.</p>"
2042            }
2043        },
2044        "com.amazonaws.firehose#HttpEndpointName": {
2045            "type": "string",
2046            "traits": {
2047                "smithy.api#length": {
2048                    "min": 1,
2049                    "max": 256
2050                },
2051                "smithy.api#pattern": "^(?!\\s*$).+"
2052            }
2053        },
2054        "com.amazonaws.firehose#HttpEndpointRequestConfiguration": {
2055            "type": "structure",
2056            "members": {
2057                "ContentEncoding": {
2058                    "target": "com.amazonaws.firehose#ContentEncoding",
2059                    "traits": {
2060                        "smithy.api#documentation": "<p>Kinesis Data Firehose uses the content encoding to compress the body of a request before\n         sending the request to the destination. For more information, see <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding\">Content-Encoding</a> in MDN Web Docs, the official Mozilla documentation.</p>"
2061                    }
2062                },
2063                "CommonAttributes": {
2064                    "target": "com.amazonaws.firehose#HttpEndpointCommonAttributesList",
2065                    "traits": {
2066                        "smithy.api#documentation": "<p>Describes the metadata sent to the HTTP endpoint destination.</p>"
2067                    }
2068                }
2069            },
2070            "traits": {
2071                "smithy.api#documentation": "<p>The configuration of the HTTP endpoint request.</p>"
2072            }
2073        },
2074        "com.amazonaws.firehose#HttpEndpointRetryDurationInSeconds": {
2075            "type": "integer",
2076            "traits": {
2077                "smithy.api#box": {},
2078                "smithy.api#range": {
2079                    "min": 0,
2080                    "max": 7200
2081                }
2082            }
2083        },
2084        "com.amazonaws.firehose#HttpEndpointRetryOptions": {
2085            "type": "structure",
2086            "members": {
2087                "DurationInSeconds": {
2088                    "target": "com.amazonaws.firehose#HttpEndpointRetryDurationInSeconds",
2089                    "traits": {
2090                        "smithy.api#documentation": "<p>The total amount of time that Kinesis Data Firehose spends on retries. This duration\n         starts after the initial attempt to send data to the custom destination via HTTPS endpoint\n         fails. It doesn't include the periods during which Kinesis Data Firehose waits for\n         acknowledgment from the specified destination after each attempt. </p>"
2091                    }
2092                }
2093            },
2094            "traits": {
2095                "smithy.api#documentation": "<p>Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to\n         the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of\n         receipt from the specified HTTP endpoint destination.</p>"
2096            }
2097        },
2098        "com.amazonaws.firehose#HttpEndpointS3BackupMode": {
2099            "type": "string",
2100            "traits": {
2101                "smithy.api#enum": [
2102                    {
2103                        "value": "FailedDataOnly",
2104                        "name": "FailedDataOnly"
2105                    },
2106                    {
2107                        "value": "AllData",
2108                        "name": "AllData"
2109                    }
2110                ]
2111            }
2112        },
2113        "com.amazonaws.firehose#HttpEndpointUrl": {
2114            "type": "string",
2115            "traits": {
2116                "smithy.api#length": {
2117                    "min": 1,
2118                    "max": 1000
2119                },
2120                "smithy.api#pattern": "https://.*",
2121                "smithy.api#sensitive": {}
2122            }
2123        },
2124        "com.amazonaws.firehose#InputFormatConfiguration": {
2125            "type": "structure",
2126            "members": {
2127                "Deserializer": {
2128                    "target": "com.amazonaws.firehose#Deserializer",
2129                    "traits": {
2130                        "smithy.api#documentation": "<p>Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe\n         or the OpenX JSON SerDe. If both are non-null, the server rejects the request.</p>"
2131                    }
2132                }
2133            },
2134            "traits": {
2135                "smithy.api#documentation": "<p>Specifies the deserializer you want to use to convert the format of the input data.\n         This parameter is required if <code>Enabled</code> is set to true.</p>"
2136            }
2137        },
2138        "com.amazonaws.firehose#IntervalInSeconds": {
2139            "type": "integer",
2140            "traits": {
2141                "smithy.api#box": {},
2142                "smithy.api#range": {
2143                    "min": 60,
2144                    "max": 900
2145                }
2146            }
2147        },
2148        "com.amazonaws.firehose#InvalidArgumentException": {
2149            "type": "structure",
2150            "members": {
2151                "message": {
2152                    "target": "com.amazonaws.firehose#ErrorMessage",
2153                    "traits": {
2154                        "smithy.api#documentation": "<p>A message that provides information about the error.</p>"
2155                    }
2156                }
2157            },
2158            "traits": {
2159                "smithy.api#documentation": "<p>The specified input parameter has a value that is not valid.</p>",
2160                "smithy.api#error": "client"
2161            }
2162        },
2163        "com.amazonaws.firehose#InvalidKMSResourceException": {
2164            "type": "structure",
2165            "members": {
2166                "code": {
2167                    "target": "com.amazonaws.firehose#ErrorCode"
2168                },
2169                "message": {
2170                    "target": "com.amazonaws.firehose#ErrorMessage"
2171                }
2172            },
2173            "traits": {
2174                "smithy.api#documentation": "<p>Kinesis Data Firehose throws this exception when an attempt to put records or to start\n         or stop delivery stream encryption fails. This happens when the KMS service throws one of\n         the following exception types: <code>AccessDeniedException</code>,\n            <code>InvalidStateException</code>, <code>DisabledException</code>, or\n            <code>NotFoundException</code>.</p>",
2175                "smithy.api#error": "client"
2176            }
2177        },
2178        "com.amazonaws.firehose#KMSEncryptionConfig": {
2179            "type": "structure",
2180            "members": {
2181                "AWSKMSKeyARN": {
2182                    "target": "com.amazonaws.firehose#AWSKMSKeyARN",
2183                    "traits": {
2184                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the encryption key. Must belong to the same AWS\n         Region as the destination Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon\n            Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
2185                        "smithy.api#required": {}
2186                    }
2187                }
2188            },
2189            "traits": {
2190                "smithy.api#documentation": "<p>Describes an encryption key for a destination in Amazon S3.</p>"
2191            }
2192        },
2193        "com.amazonaws.firehose#KeyType": {
2194            "type": "string",
2195            "traits": {
2196                "smithy.api#enum": [
2197                    {
2198                        "value": "AWS_OWNED_CMK",
2199                        "name": "AWS_OWNED_CMK"
2200                    },
2201                    {
2202                        "value": "CUSTOMER_MANAGED_CMK",
2203                        "name": "CUSTOMER_MANAGED_CMK"
2204                    }
2205                ]
2206            }
2207        },
2208        "com.amazonaws.firehose#KinesisStreamARN": {
2209            "type": "string",
2210            "traits": {
2211                "smithy.api#length": {
2212                    "min": 1,
2213                    "max": 512
2214                },
2215                "smithy.api#pattern": "arn:.*"
2216            }
2217        },
2218        "com.amazonaws.firehose#KinesisStreamSourceConfiguration": {
2219            "type": "structure",
2220            "members": {
2221                "KinesisStreamARN": {
2222                    "target": "com.amazonaws.firehose#KinesisStreamARN",
2223                    "traits": {
2224                        "smithy.api#documentation": "<p>The ARN of the source Kinesis data stream. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-kinesis-streams\">Amazon Kinesis Data Streams ARN Format</a>.</p>",
2225                        "smithy.api#required": {}
2226                    }
2227                },
2228                "RoleARN": {
2229                    "target": "com.amazonaws.firehose#RoleARN",
2230                    "traits": {
2231                        "smithy.api#documentation": "<p>The ARN of the role that provides access to the source Kinesis data stream. For more\n         information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-iam\">AWS Identity and Access Management (IAM) ARN Format</a>.</p>",
2232                        "smithy.api#required": {}
2233                    }
2234                }
2235            },
2236            "traits": {
2237                "smithy.api#documentation": "<p>The stream and role Amazon Resource Names (ARNs) for a Kinesis data stream used as\n         the source for a delivery stream.</p>"
2238            }
2239        },
2240        "com.amazonaws.firehose#KinesisStreamSourceDescription": {
2241            "type": "structure",
2242            "members": {
2243                "KinesisStreamARN": {
2244                    "target": "com.amazonaws.firehose#KinesisStreamARN",
2245                    "traits": {
2246                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the source Kinesis data stream. For more\n         information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-kinesis-streams\">Amazon Kinesis Data Streams ARN Format</a>.</p>"
2247                    }
2248                },
2249                "RoleARN": {
2250                    "target": "com.amazonaws.firehose#RoleARN",
2251                    "traits": {
2252                        "smithy.api#documentation": "<p>The ARN of the role used by the source Kinesis data stream. For more information, see\n            <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-iam\">AWS Identity and Access Management (IAM) ARN Format</a>.</p>"
2253                    }
2254                },
2255                "DeliveryStartTimestamp": {
2256                    "target": "com.amazonaws.firehose#DeliveryStartTimestamp",
2257                    "traits": {
2258                        "smithy.api#documentation": "<p>Kinesis Data Firehose starts retrieving records from the Kinesis data stream starting\n         with this timestamp.</p>"
2259                    }
2260                }
2261            },
2262            "traits": {
2263                "smithy.api#documentation": "<p>Details about a Kinesis data stream used as the source for a Kinesis Data Firehose\n         delivery stream.</p>"
2264            }
2265        },
2266        "com.amazonaws.firehose#LimitExceededException": {
2267            "type": "structure",
2268            "members": {
2269                "message": {
2270                    "target": "com.amazonaws.firehose#ErrorMessage",
2271                    "traits": {
2272                        "smithy.api#documentation": "<p>A message that provides information about the error.</p>"
2273                    }
2274                }
2275            },
2276            "traits": {
2277                "smithy.api#documentation": "<p>You have already reached the limit for a requested resource.</p>",
2278                "smithy.api#error": "client"
2279            }
2280        },
2281        "com.amazonaws.firehose#ListDeliveryStreams": {
2282            "type": "operation",
2283            "input": {
2284                "target": "com.amazonaws.firehose#ListDeliveryStreamsInput"
2285            },
2286            "output": {
2287                "target": "com.amazonaws.firehose#ListDeliveryStreamsOutput"
2288            },
2289            "traits": {
2290                "smithy.api#documentation": "<p>Lists your delivery streams in alphabetical order of their names.</p>\n         <p>The number of delivery streams might be too large to return using a single call to\n            <code>ListDeliveryStreams</code>. You can limit the number of delivery streams returned,\n         using the <code>Limit</code> parameter. To determine whether there are more delivery\n         streams to list, check the value of <code>HasMoreDeliveryStreams</code> in the output. If\n         there are more delivery streams to list, you can request them by calling this operation\n         again and setting the <code>ExclusiveStartDeliveryStreamName</code> parameter to the name\n         of the last delivery stream returned in the last call.</p>"
2291            }
2292        },
2293        "com.amazonaws.firehose#ListDeliveryStreamsInput": {
2294            "type": "structure",
2295            "members": {
2296                "Limit": {
2297                    "target": "com.amazonaws.firehose#ListDeliveryStreamsInputLimit",
2298                    "traits": {
2299                        "smithy.api#documentation": "<p>The maximum number of delivery streams to list. The default value is 10.</p>"
2300                    }
2301                },
2302                "DeliveryStreamType": {
2303                    "target": "com.amazonaws.firehose#DeliveryStreamType",
2304                    "traits": {
2305                        "smithy.api#documentation": "<p>The delivery stream type. This can be one of the following values:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>DirectPut</code>: Provider applications access the delivery stream\n               directly.</p>\n            </li>\n            <li>\n               <p>\n                  <code>KinesisStreamAsSource</code>: The delivery stream uses a Kinesis data\n               stream as a source.</p>\n            </li>\n         </ul>\n         <p>This parameter is optional. If this parameter is omitted, delivery streams of all\n         types are returned.</p>"
2306                    }
2307                },
2308                "ExclusiveStartDeliveryStreamName": {
2309                    "target": "com.amazonaws.firehose#DeliveryStreamName",
2310                    "traits": {
2311                        "smithy.api#documentation": "<p>The list of delivery streams returned by this call to\n            <code>ListDeliveryStreams</code> will start with the delivery stream whose name comes\n         alphabetically immediately after the name you specify in\n            <code>ExclusiveStartDeliveryStreamName</code>.</p>"
2312                    }
2313                }
2314            }
2315        },
2316        "com.amazonaws.firehose#ListDeliveryStreamsInputLimit": {
2317            "type": "integer",
2318            "traits": {
2319                "smithy.api#box": {},
2320                "smithy.api#range": {
2321                    "min": 1,
2322                    "max": 10000
2323                }
2324            }
2325        },
2326        "com.amazonaws.firehose#ListDeliveryStreamsOutput": {
2327            "type": "structure",
2328            "members": {
2329                "DeliveryStreamNames": {
2330                    "target": "com.amazonaws.firehose#DeliveryStreamNameList",
2331                    "traits": {
2332                        "smithy.api#documentation": "<p>The names of the delivery streams.</p>",
2333                        "smithy.api#required": {}
2334                    }
2335                },
2336                "HasMoreDeliveryStreams": {
2337                    "target": "com.amazonaws.firehose#BooleanObject",
2338                    "traits": {
2339                        "smithy.api#documentation": "<p>Indicates whether there are more delivery streams available to list.</p>",
2340                        "smithy.api#required": {}
2341                    }
2342                }
2343            }
2344        },
2345        "com.amazonaws.firehose#ListOfNonEmptyStrings": {
2346            "type": "list",
2347            "member": {
2348                "target": "com.amazonaws.firehose#NonEmptyString"
2349            }
2350        },
2351        "com.amazonaws.firehose#ListOfNonEmptyStringsWithoutWhitespace": {
2352            "type": "list",
2353            "member": {
2354                "target": "com.amazonaws.firehose#NonEmptyStringWithoutWhitespace"
2355            }
2356        },
2357        "com.amazonaws.firehose#ListTagsForDeliveryStream": {
2358            "type": "operation",
2359            "input": {
2360                "target": "com.amazonaws.firehose#ListTagsForDeliveryStreamInput"
2361            },
2362            "output": {
2363                "target": "com.amazonaws.firehose#ListTagsForDeliveryStreamOutput"
2364            },
2365            "errors": [
2366                {
2367                    "target": "com.amazonaws.firehose#InvalidArgumentException"
2368                },
2369                {
2370                    "target": "com.amazonaws.firehose#LimitExceededException"
2371                },
2372                {
2373                    "target": "com.amazonaws.firehose#ResourceNotFoundException"
2374                }
2375            ],
2376            "traits": {
2377                "smithy.api#documentation": "<p>Lists the tags for the specified delivery stream. This operation has a limit of five\n         transactions per second per account. </p>"
2378            }
2379        },
2380        "com.amazonaws.firehose#ListTagsForDeliveryStreamInput": {
2381            "type": "structure",
2382            "members": {
2383                "DeliveryStreamName": {
2384                    "target": "com.amazonaws.firehose#DeliveryStreamName",
2385                    "traits": {
2386                        "smithy.api#documentation": "<p>The name of the delivery stream whose tags you want to list.</p>",
2387                        "smithy.api#required": {}
2388                    }
2389                },
2390                "ExclusiveStartTagKey": {
2391                    "target": "com.amazonaws.firehose#TagKey",
2392                    "traits": {
2393                        "smithy.api#documentation": "<p>The key to use as the starting point for the list of tags. If you set this parameter,\n            <code>ListTagsForDeliveryStream</code> gets all tags that occur after\n            <code>ExclusiveStartTagKey</code>.</p>"
2394                    }
2395                },
2396                "Limit": {
2397                    "target": "com.amazonaws.firehose#ListTagsForDeliveryStreamInputLimit",
2398                    "traits": {
2399                        "smithy.api#documentation": "<p>The number of tags to return. If this number is less than the total number of tags\n         associated with the delivery stream, <code>HasMoreTags</code> is set to <code>true</code>\n         in the response. To list additional tags, set <code>ExclusiveStartTagKey</code> to the last\n         key in the response. </p>"
2400                    }
2401                }
2402            }
2403        },
2404        "com.amazonaws.firehose#ListTagsForDeliveryStreamInputLimit": {
2405            "type": "integer",
2406            "traits": {
2407                "smithy.api#box": {},
2408                "smithy.api#range": {
2409                    "min": 1,
2410                    "max": 50
2411                }
2412            }
2413        },
2414        "com.amazonaws.firehose#ListTagsForDeliveryStreamOutput": {
2415            "type": "structure",
2416            "members": {
2417                "Tags": {
2418                    "target": "com.amazonaws.firehose#ListTagsForDeliveryStreamOutputTagList",
2419                    "traits": {
2420                        "smithy.api#documentation": "<p>A list of tags associated with <code>DeliveryStreamName</code>, starting with the\n         first tag after <code>ExclusiveStartTagKey</code> and up to the specified\n            <code>Limit</code>.</p>",
2421                        "smithy.api#required": {}
2422                    }
2423                },
2424                "HasMoreTags": {
2425                    "target": "com.amazonaws.firehose#BooleanObject",
2426                    "traits": {
2427                        "smithy.api#documentation": "<p>If this is <code>true</code> in the response, more tags are available. To list the\n         remaining tags, set <code>ExclusiveStartTagKey</code> to the key of the last tag returned\n         and call <code>ListTagsForDeliveryStream</code> again.</p>",
2428                        "smithy.api#required": {}
2429                    }
2430                }
2431            }
2432        },
2433        "com.amazonaws.firehose#ListTagsForDeliveryStreamOutputTagList": {
2434            "type": "list",
2435            "member": {
2436                "target": "com.amazonaws.firehose#Tag"
2437            },
2438            "traits": {
2439                "smithy.api#length": {
2440                    "min": 0,
2441                    "max": 50
2442                }
2443            }
2444        },
2445        "com.amazonaws.firehose#LogGroupName": {
2446            "type": "string",
2447            "traits": {
2448                "smithy.api#length": {
2449                    "min": 0,
2450                    "max": 512
2451                },
2452                "smithy.api#pattern": "[\\.\\-_/#A-Za-z0-9]*"
2453            }
2454        },
2455        "com.amazonaws.firehose#LogStreamName": {
2456            "type": "string",
2457            "traits": {
2458                "smithy.api#length": {
2459                    "min": 0,
2460                    "max": 512
2461                },
2462                "smithy.api#pattern": "[^:*]*"
2463            }
2464        },
2465        "com.amazonaws.firehose#NoEncryptionConfig": {
2466            "type": "string",
2467            "traits": {
2468                "smithy.api#enum": [
2469                    {
2470                        "value": "NoEncryption",
2471                        "name": "NoEncryption"
2472                    }
2473                ]
2474            }
2475        },
2476        "com.amazonaws.firehose#NonEmptyString": {
2477            "type": "string",
2478            "traits": {
2479                "smithy.api#length": {
2480                    "min": 1,
2481                    "max": 1024
2482                },
2483                "smithy.api#pattern": "^(?!\\s*$).+"
2484            }
2485        },
2486        "com.amazonaws.firehose#NonEmptyStringWithoutWhitespace": {
2487            "type": "string",
2488            "traits": {
2489                "smithy.api#length": {
2490                    "min": 1,
2491                    "max": 1024
2492                },
2493                "smithy.api#pattern": "^\\S+$"
2494            }
2495        },
2496        "com.amazonaws.firehose#NonNegativeIntegerObject": {
2497            "type": "integer",
2498            "traits": {
2499                "smithy.api#box": {},
2500                "smithy.api#range": {
2501                    "min": 0
2502                }
2503            }
2504        },
2505        "com.amazonaws.firehose#OpenXJsonSerDe": {
2506            "type": "structure",
2507            "members": {
2508                "ConvertDotsInJsonKeysToUnderscores": {
2509                    "target": "com.amazonaws.firehose#BooleanObject",
2510                    "traits": {
2511                        "smithy.api#documentation": "<p>When set to <code>true</code>, specifies that the names of the keys include dots and\n         that you want Kinesis Data Firehose to replace them with underscores. This is useful\n         because Apache Hive does not allow dots in column names. For example, if the JSON contains\n         a key whose name is \"a.b\", you can define the column name to be \"a_b\" when using this\n         option.</p>\n         <p>The default is <code>false</code>.</p>"
2512                    }
2513                },
2514                "CaseInsensitive": {
2515                    "target": "com.amazonaws.firehose#BooleanObject",
2516                    "traits": {
2517                        "smithy.api#documentation": "<p>When set to <code>true</code>, which is the default, Kinesis Data Firehose converts\n         JSON keys to lowercase before deserializing them.</p>"
2518                    }
2519                },
2520                "ColumnToJsonKeyMappings": {
2521                    "target": "com.amazonaws.firehose#ColumnToJsonKeyMappings",
2522                    "traits": {
2523                        "smithy.api#documentation": "<p>Maps column names to JSON keys that aren't identical to the column names. This is\n         useful when the JSON contains keys that are Hive keywords. For example,\n            <code>timestamp</code> is a Hive keyword. If you have a JSON key named\n            <code>timestamp</code>, set this parameter to <code>{\"ts\": \"timestamp\"}</code> to map\n         this key to a column named <code>ts</code>.</p>"
2524                    }
2525                }
2526            },
2527            "traits": {
2528                "smithy.api#documentation": "<p>The OpenX SerDe. Used by Kinesis Data Firehose for deserializing data, which means\n         converting it from the JSON format in preparation for serializing it to the Parquet or ORC\n         format. This is one of two deserializers you can choose, depending on which one offers the\n         functionality you need. The other option is the native Hive / HCatalog JsonSerDe.</p>"
2529            }
2530        },
2531        "com.amazonaws.firehose#OrcCompression": {
2532            "type": "string",
2533            "traits": {
2534                "smithy.api#enum": [
2535                    {
2536                        "value": "NONE",
2537                        "name": "NONE"
2538                    },
2539                    {
2540                        "value": "ZLIB",
2541                        "name": "ZLIB"
2542                    },
2543                    {
2544                        "value": "SNAPPY",
2545                        "name": "SNAPPY"
2546                    }
2547                ]
2548            }
2549        },
2550        "com.amazonaws.firehose#OrcFormatVersion": {
2551            "type": "string",
2552            "traits": {
2553                "smithy.api#enum": [
2554                    {
2555                        "value": "V0_11",
2556                        "name": "V0_11"
2557                    },
2558                    {
2559                        "value": "V0_12",
2560                        "name": "V0_12"
2561                    }
2562                ]
2563            }
2564        },
2565        "com.amazonaws.firehose#OrcRowIndexStride": {
2566            "type": "integer",
2567            "traits": {
2568                "smithy.api#box": {},
2569                "smithy.api#range": {
2570                    "min": 1000
2571                }
2572            }
2573        },
2574        "com.amazonaws.firehose#OrcSerDe": {
2575            "type": "structure",
2576            "members": {
2577                "StripeSizeBytes": {
2578                    "target": "com.amazonaws.firehose#OrcStripeSizeBytes",
2579                    "traits": {
2580                        "smithy.api#documentation": "<p>The number of bytes in each stripe. The default is 64 MiB and the minimum is 8\n         MiB.</p>"
2581                    }
2582                },
2583                "BlockSizeBytes": {
2584                    "target": "com.amazonaws.firehose#BlockSizeBytes",
2585                    "traits": {
2586                        "smithy.api#documentation": "<p>The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to\n         copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the\n         minimum is 64 MiB. Kinesis Data Firehose uses this value for padding calculations.</p>"
2587                    }
2588                },
2589                "RowIndexStride": {
2590                    "target": "com.amazonaws.firehose#OrcRowIndexStride",
2591                    "traits": {
2592                        "smithy.api#documentation": "<p>The number of rows between index entries. The default is 10,000 and the minimum is\n         1,000.</p>"
2593                    }
2594                },
2595                "EnablePadding": {
2596                    "target": "com.amazonaws.firehose#BooleanObject",
2597                    "traits": {
2598                        "smithy.api#documentation": "<p>Set this to <code>true</code> to indicate that you want stripes to be padded to the HDFS\n         block boundaries. This is useful if you intend to copy the data from Amazon S3 to HDFS\n         before querying. The default is <code>false</code>.</p>"
2599                    }
2600                },
2601                "PaddingTolerance": {
2602                    "target": "com.amazonaws.firehose#Proportion",
2603                    "traits": {
2604                        "smithy.api#documentation": "<p>A number between 0 and 1 that defines the tolerance for block padding as a decimal\n         fraction of stripe size. The default value is 0.05, which means 5 percent of stripe\n         size.</p>\n         <p>For the default values of 64 MiB ORC stripes and 256 MiB HDFS blocks, the default block\n         padding tolerance of 5 percent reserves a maximum of 3.2 MiB for padding within the 256 MiB\n         block. In such a case, if the available size within the block is more than 3.2 MiB, a new,\n         smaller stripe is inserted to fit within that space. This ensures that no stripe crosses\n         block boundaries and causes remote reads within a node-local task.</p>\n         <p>Kinesis Data Firehose ignores this parameter when <a>OrcSerDe$EnablePadding</a> is <code>false</code>.</p>"
2605                    }
2606                },
2607                "Compression": {
2608                    "target": "com.amazonaws.firehose#OrcCompression",
2609                    "traits": {
2610                        "smithy.api#documentation": "<p>The compression code to use over data blocks. The default is <code>SNAPPY</code>.</p>"
2611                    }
2612                },
2613                "BloomFilterColumns": {
2614                    "target": "com.amazonaws.firehose#ListOfNonEmptyStringsWithoutWhitespace",
2615                    "traits": {
2616                        "smithy.api#documentation": "<p>The column names for which you want Kinesis Data Firehose to create bloom filters. The\n         default is <code>null</code>.</p>"
2617                    }
2618                },
2619                "BloomFilterFalsePositiveProbability": {
2620                    "target": "com.amazonaws.firehose#Proportion",
2621                    "traits": {
2622                        "smithy.api#documentation": "<p>The Bloom filter false positive probability (FPP). The lower the FPP, the bigger the\n         Bloom filter. The default value is 0.05, the minimum is 0, and the maximum is 1.</p>"
2623                    }
2624                },
2625                "DictionaryKeyThreshold": {
2626                    "target": "com.amazonaws.firehose#Proportion",
2627                    "traits": {
2628                        "smithy.api#documentation": "<p>Represents the fraction of the total number of non-null rows. To turn off dictionary\n         encoding, set this fraction to a number that is less than the number of distinct keys in a\n         dictionary. To always use dictionary encoding, set this threshold to 1.</p>"
2629                    }
2630                },
2631                "FormatVersion": {
2632                    "target": "com.amazonaws.firehose#OrcFormatVersion",
2633                    "traits": {
2634                        "smithy.api#documentation": "<p>The version of the file to write. The possible values are <code>V0_11</code> and\n            <code>V0_12</code>. The default is <code>V0_12</code>.</p>"
2635                    }
2636                }
2637            },
2638            "traits": {
2639                "smithy.api#documentation": "<p>A serializer to use for converting data to the ORC format before storing it in Amazon\n         S3. For more information, see <a href=\"https://orc.apache.org/docs/\">Apache\n         ORC</a>.</p>"
2640            }
2641        },
2642        "com.amazonaws.firehose#OrcStripeSizeBytes": {
2643            "type": "integer",
2644            "traits": {
2645                "smithy.api#box": {},
2646                "smithy.api#range": {
2647                    "min": 8388608
2648                }
2649            }
2650        },
2651        "com.amazonaws.firehose#OutputFormatConfiguration": {
2652            "type": "structure",
2653            "members": {
2654                "Serializer": {
2655                    "target": "com.amazonaws.firehose#Serializer",
2656                    "traits": {
2657                        "smithy.api#documentation": "<p>Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet\n         SerDe. If both are non-null, the server rejects the request.</p>"
2658                    }
2659                }
2660            },
2661            "traits": {
2662                "smithy.api#documentation": "<p>Specifies the serializer that you want Kinesis Data Firehose to use to convert the\n         format of your data before it writes it to Amazon S3. This parameter is required if\n            <code>Enabled</code> is set to true.</p>"
2663            }
2664        },
2665        "com.amazonaws.firehose#ParquetCompression": {
2666            "type": "string",
2667            "traits": {
2668                "smithy.api#enum": [
2669                    {
2670                        "value": "UNCOMPRESSED",
2671                        "name": "UNCOMPRESSED"
2672                    },
2673                    {
2674                        "value": "GZIP",
2675                        "name": "GZIP"
2676                    },
2677                    {
2678                        "value": "SNAPPY",
2679                        "name": "SNAPPY"
2680                    }
2681                ]
2682            }
2683        },
2684        "com.amazonaws.firehose#ParquetPageSizeBytes": {
2685            "type": "integer",
2686            "traits": {
2687                "smithy.api#box": {},
2688                "smithy.api#range": {
2689                    "min": 65536
2690                }
2691            }
2692        },
2693        "com.amazonaws.firehose#ParquetSerDe": {
2694            "type": "structure",
2695            "members": {
2696                "BlockSizeBytes": {
2697                    "target": "com.amazonaws.firehose#BlockSizeBytes",
2698                    "traits": {
2699                        "smithy.api#documentation": "<p>The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to\n         copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the\n         minimum is 64 MiB. Kinesis Data Firehose uses this value for padding calculations.</p>"
2700                    }
2701                },
2702                "PageSizeBytes": {
2703                    "target": "com.amazonaws.firehose#ParquetPageSizeBytes",
2704                    "traits": {
2705                        "smithy.api#documentation": "<p>The Parquet page size. Column chunks are divided into pages. A page is conceptually an\n         indivisible unit (in terms of compression and encoding). The minimum value is 64 KiB and\n         the default is 1 MiB.</p>"
2706                    }
2707                },
2708                "Compression": {
2709                    "target": "com.amazonaws.firehose#ParquetCompression",
2710                    "traits": {
2711                        "smithy.api#documentation": "<p>The compression code to use over data blocks. The possible values are\n            <code>UNCOMPRESSED</code>, <code>SNAPPY</code>, and <code>GZIP</code>, with the default\n         being <code>SNAPPY</code>. Use <code>SNAPPY</code> for higher decompression speed. Use\n            <code>GZIP</code> if the compression ratio is more important than speed.</p>"
2712                    }
2713                },
2714                "EnableDictionaryCompression": {
2715                    "target": "com.amazonaws.firehose#BooleanObject",
2716                    "traits": {
2717                        "smithy.api#documentation": "<p>Indicates whether to enable dictionary compression.</p>"
2718                    }
2719                },
2720                "MaxPaddingBytes": {
2721                    "target": "com.amazonaws.firehose#NonNegativeIntegerObject",
2722                    "traits": {
2723                        "smithy.api#documentation": "<p>The maximum amount of padding to apply. This is useful if you intend to copy the data\n         from Amazon S3 to HDFS before querying. The default is 0.</p>"
2724                    }
2725                },
2726                "WriterVersion": {
2727                    "target": "com.amazonaws.firehose#ParquetWriterVersion",
2728                    "traits": {
2729                        "smithy.api#documentation": "<p>Indicates the version of row format to output. The possible values are <code>V1</code>\n         and <code>V2</code>. The default is <code>V1</code>.</p>"
2730                    }
2731                }
2732            },
2733            "traits": {
2734                "smithy.api#documentation": "<p>A serializer to use for converting data to the Parquet format before storing it in\n         Amazon S3. For more information, see <a href=\"https://parquet.apache.org/documentation/latest/\">Apache Parquet</a>.</p>"
2735            }
2736        },
2737        "com.amazonaws.firehose#ParquetWriterVersion": {
2738            "type": "string",
2739            "traits": {
2740                "smithy.api#enum": [
2741                    {
2742                        "value": "V1",
2743                        "name": "V1"
2744                    },
2745                    {
2746                        "value": "V2",
2747                        "name": "V2"
2748                    }
2749                ]
2750            }
2751        },
2752        "com.amazonaws.firehose#Password": {
2753            "type": "string",
2754            "traits": {
2755                "smithy.api#length": {
2756                    "min": 6,
2757                    "max": 512
2758                },
2759                "smithy.api#pattern": ".*",
2760                "smithy.api#sensitive": {}
2761            }
2762        },
2763        "com.amazonaws.firehose#Prefix": {
2764            "type": "string",
2765            "traits": {
2766                "smithy.api#length": {
2767                    "min": 0,
2768                    "max": 1024
2769                },
2770                "smithy.api#pattern": ".*"
2771            }
2772        },
2773        "com.amazonaws.firehose#ProcessingConfiguration": {
2774            "type": "structure",
2775            "members": {
2776                "Enabled": {
2777                    "target": "com.amazonaws.firehose#BooleanObject",
2778                    "traits": {
2779                        "smithy.api#documentation": "<p>Enables or disables data processing.</p>"
2780                    }
2781                },
2782                "Processors": {
2783                    "target": "com.amazonaws.firehose#ProcessorList",
2784                    "traits": {
2785                        "smithy.api#documentation": "<p>The data processors.</p>"
2786                    }
2787                }
2788            },
2789            "traits": {
2790                "smithy.api#documentation": "<p>Describes a data processing configuration.</p>"
2791            }
2792        },
2793        "com.amazonaws.firehose#Processor": {
2794            "type": "structure",
2795            "members": {
2796                "Type": {
2797                    "target": "com.amazonaws.firehose#ProcessorType",
2798                    "traits": {
2799                        "smithy.api#documentation": "<p>The type of processor.</p>",
2800                        "smithy.api#required": {}
2801                    }
2802                },
2803                "Parameters": {
2804                    "target": "com.amazonaws.firehose#ProcessorParameterList",
2805                    "traits": {
2806                        "smithy.api#documentation": "<p>The processor parameters.</p>"
2807                    }
2808                }
2809            },
2810            "traits": {
2811                "smithy.api#documentation": "<p>Describes a data processor.</p>"
2812            }
2813        },
2814        "com.amazonaws.firehose#ProcessorList": {
2815            "type": "list",
2816            "member": {
2817                "target": "com.amazonaws.firehose#Processor"
2818            }
2819        },
2820        "com.amazonaws.firehose#ProcessorParameter": {
2821            "type": "structure",
2822            "members": {
2823                "ParameterName": {
2824                    "target": "com.amazonaws.firehose#ProcessorParameterName",
2825                    "traits": {
2826                        "smithy.api#documentation": "<p>The name of the parameter.</p>",
2827                        "smithy.api#required": {}
2828                    }
2829                },
2830                "ParameterValue": {
2831                    "target": "com.amazonaws.firehose#ProcessorParameterValue",
2832                    "traits": {
2833                        "smithy.api#documentation": "<p>The parameter value.</p>",
2834                        "smithy.api#required": {}
2835                    }
2836                }
2837            },
2838            "traits": {
2839                "smithy.api#documentation": "<p>Describes the processor parameter.</p>"
2840            }
2841        },
2842        "com.amazonaws.firehose#ProcessorParameterList": {
2843            "type": "list",
2844            "member": {
2845                "target": "com.amazonaws.firehose#ProcessorParameter"
2846            }
2847        },
2848        "com.amazonaws.firehose#ProcessorParameterName": {
2849            "type": "string",
2850            "traits": {
2851                "smithy.api#enum": [
2852                    {
2853                        "value": "LambdaArn",
2854                        "name": "LAMBDA_ARN"
2855                    },
2856                    {
2857                        "value": "NumberOfRetries",
2858                        "name": "LAMBDA_NUMBER_OF_RETRIES"
2859                    },
2860                    {
2861                        "value": "RoleArn",
2862                        "name": "ROLE_ARN"
2863                    },
2864                    {
2865                        "value": "BufferSizeInMBs",
2866                        "name": "BUFFER_SIZE_IN_MB"
2867                    },
2868                    {
2869                        "value": "BufferIntervalInSeconds",
2870                        "name": "BUFFER_INTERVAL_IN_SECONDS"
2871                    }
2872                ]
2873            }
2874        },
2875        "com.amazonaws.firehose#ProcessorParameterValue": {
2876            "type": "string",
2877            "traits": {
2878                "smithy.api#length": {
2879                    "min": 1,
2880                    "max": 512
2881                },
2882                "smithy.api#pattern": "^(?!\\s*$).+"
2883            }
2884        },
2885        "com.amazonaws.firehose#ProcessorType": {
2886            "type": "string",
2887            "traits": {
2888                "smithy.api#enum": [
2889                    {
2890                        "value": "Lambda",
2891                        "name": "Lambda"
2892                    }
2893                ]
2894            }
2895        },
2896        "com.amazonaws.firehose#Proportion": {
2897            "type": "double",
2898            "traits": {
2899                "smithy.api#box": {},
2900                "smithy.api#range": {
2901                    "min": 0,
2902                    "max": 1
2903                }
2904            }
2905        },
2906        "com.amazonaws.firehose#PutRecord": {
2907            "type": "operation",
2908            "input": {
2909                "target": "com.amazonaws.firehose#PutRecordInput"
2910            },
2911            "output": {
2912                "target": "com.amazonaws.firehose#PutRecordOutput"
2913            },
2914            "errors": [
2915                {
2916                    "target": "com.amazonaws.firehose#InvalidArgumentException"
2917                },
2918                {
2919                    "target": "com.amazonaws.firehose#InvalidKMSResourceException"
2920                },
2921                {
2922                    "target": "com.amazonaws.firehose#ResourceNotFoundException"
2923                },
2924                {
2925                    "target": "com.amazonaws.firehose#ServiceUnavailableException"
2926                }
2927            ],
2928            "traits": {
2929                "smithy.api#documentation": "<p>Writes a single data record into an Amazon Kinesis Data Firehose delivery stream. To\n         write multiple data records into a delivery stream, use <a>PutRecordBatch</a>.\n         Applications using these operations are referred to as producers.</p>\n         <p>By default, each delivery stream can take in up to 2,000 transactions per second,\n         5,000 records per second, or 5 MB per second. If you use <a>PutRecord</a> and\n            <a>PutRecordBatch</a>, the limits are an aggregate across these two\n         operations for each delivery stream. For more information about limits and how to request\n         an increase, see <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/limits.html\">Amazon\n            Kinesis Data Firehose Limits</a>. </p>\n         <p>You must specify the name of the delivery stream and the data record when using <a>PutRecord</a>. The data record consists of a data blob that can be up to 1,000\n         KB in size, and any kind of data. For example, it can be a segment from a log file,\n         geographic location data, website clickstream data, and so on.</p>\n         <p>Kinesis Data Firehose buffers records before delivering them to the destination. To\n         disambiguate the data blobs at the destination, a common solution is to use delimiters in\n         the data, such as a newline (<code>\\n</code>) or some other character unique within the\n         data. This allows the consumer application to parse individual data items when reading the\n         data from the destination.</p>\n         <p>The <code>PutRecord</code> operation returns a <code>RecordId</code>, which is a\n         unique string assigned to each record. Producer applications can use this ID for purposes\n         such as auditability and investigation.</p>\n         <p>If the <code>PutRecord</code> operation throws a\n            <code>ServiceUnavailableException</code>, back off and retry. If the exception persists,\n         it is possible that the throughput limits have been exceeded for the delivery stream. </p>\n         <p>Data records sent to Kinesis Data Firehose are stored for 24 hours from the time they\n         are added to a delivery stream as it tries to send the records to the destination. If the\n         destination is unreachable for more than 24 hours, the data is no longer\n         available.</p>\n\n         <important>\n            <p>Don't concatenate two or more base64 strings to form the data fields of your records.\n            Instead, concatenate the raw data, then perform base64 encoding.</p>\n         </important>"
2930            }
2931        },
2932        "com.amazonaws.firehose#PutRecordBatch": {
2933            "type": "operation",
2934            "input": {
2935                "target": "com.amazonaws.firehose#PutRecordBatchInput"
2936            },
2937            "output": {
2938                "target": "com.amazonaws.firehose#PutRecordBatchOutput"
2939            },
2940            "errors": [
2941                {
2942                    "target": "com.amazonaws.firehose#InvalidArgumentException"
2943                },
2944                {
2945                    "target": "com.amazonaws.firehose#InvalidKMSResourceException"
2946                },
2947                {
2948                    "target": "com.amazonaws.firehose#ResourceNotFoundException"
2949                },
2950                {
2951                    "target": "com.amazonaws.firehose#ServiceUnavailableException"
2952                }
2953            ],
2954            "traits": {
2955                "smithy.api#documentation": "<p>Writes multiple data records into a delivery stream in a single call, which can\n         achieve higher throughput per producer than when writing single records. To write single\n         data records into a delivery stream, use <a>PutRecord</a>. Applications using\n         these operations are referred to as producers.</p>\n         <p>For information about service quota, see <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/limits.html\">Amazon Kinesis Data Firehose\n         Quota</a>.</p>\n         <p>Each <a>PutRecordBatch</a> request supports up to 500 records. Each record\n         in the request can be as large as 1,000 KB (before 64-bit encoding), up to a limit of 4 MB\n         for the entire request. These limits cannot be changed.</p>\n         <p>You must specify the name of the delivery stream and the data record when using <a>PutRecord</a>. The data record consists of a data blob that can be up to 1,000\n         KB in size, and any kind of data. For example, it could be a segment from a log file,\n         geographic location data, website clickstream data, and so on.</p>\n         <p>Kinesis Data Firehose buffers records before delivering them to the destination. To\n         disambiguate the data blobs at the destination, a common solution is to use delimiters in\n         the data, such as a newline (<code>\\n</code>) or some other character unique within the\n         data. This allows the consumer application to parse individual data items when reading the\n         data from the destination.</p>\n         <p>The <a>PutRecordBatch</a> response includes a count of failed records,\n            <code>FailedPutCount</code>, and an array of responses, <code>RequestResponses</code>.\n         Even if the <a>PutRecordBatch</a> call succeeds, the value of\n            <code>FailedPutCount</code> may be greater than 0, indicating that there are records for\n         which the operation didn't succeed. Each entry in the <code>RequestResponses</code> array\n         provides additional information about the processed record. It directly correlates with a\n         record in the request array using the same ordering, from the top to the bottom. The\n         response array always includes the same number of records as the request array.\n            <code>RequestResponses</code> includes both successfully and unsuccessfully processed\n         records. Kinesis Data Firehose tries to process all records in each <a>PutRecordBatch</a> request. A single record failure does not stop the processing\n         of subsequent records. </p>\n         <p>A successfully processed record includes a <code>RecordId</code> value, which is\n         unique for the record. An unsuccessfully processed record includes <code>ErrorCode</code>\n         and <code>ErrorMessage</code> values. <code>ErrorCode</code> reflects the type of error,\n         and is one of the following values: <code>ServiceUnavailableException</code> or\n            <code>InternalFailure</code>. <code>ErrorMessage</code> provides more detailed\n         information about the error.</p>\n         <p>If there is an internal server error or a timeout, the write might have completed or\n         it might have failed. If <code>FailedPutCount</code> is greater than 0, retry the request,\n         resending only those records that might have failed processing. This minimizes the possible\n         duplicate records and also reduces the total bytes sent (and corresponding charges). We\n         recommend that you handle any duplicates at the destination.</p>\n         <p>If <a>PutRecordBatch</a> throws <code>ServiceUnavailableException</code>,\n         back off and retry. If the exception persists, it is possible that the throughput limits\n         have been exceeded for the delivery stream.</p>\n\n         <p>Data records sent to Kinesis Data Firehose are stored for 24 hours from the time they\n         are added to a delivery stream as it attempts to send the records to the destination. If\n         the destination is unreachable for more than 24 hours, the data is no longer\n         available.</p>\n         <important>\n            <p>Don't concatenate two or more base64 strings to form the data fields of your records.\n            Instead, concatenate the raw data, then perform base64 encoding.</p>\n         </important>"
2956            }
2957        },
2958        "com.amazonaws.firehose#PutRecordBatchInput": {
2959            "type": "structure",
2960            "members": {
2961                "DeliveryStreamName": {
2962                    "target": "com.amazonaws.firehose#DeliveryStreamName",
2963                    "traits": {
2964                        "smithy.api#documentation": "<p>The name of the delivery stream.</p>",
2965                        "smithy.api#required": {}
2966                    }
2967                },
2968                "Records": {
2969                    "target": "com.amazonaws.firehose#PutRecordBatchRequestEntryList",
2970                    "traits": {
2971                        "smithy.api#documentation": "<p>One or more records.</p>",
2972                        "smithy.api#required": {}
2973                    }
2974                }
2975            }
2976        },
2977        "com.amazonaws.firehose#PutRecordBatchOutput": {
2978            "type": "structure",
2979            "members": {
2980                "FailedPutCount": {
2981                    "target": "com.amazonaws.firehose#NonNegativeIntegerObject",
2982                    "traits": {
2983                        "smithy.api#documentation": "<p>The number of records that might have failed processing. This number might be greater\n         than 0 even if the <a>PutRecordBatch</a> call succeeds. Check\n            <code>FailedPutCount</code> to determine whether there are records that you need to\n         resend.</p>",
2984                        "smithy.api#required": {}
2985                    }
2986                },
2987                "Encrypted": {
2988                    "target": "com.amazonaws.firehose#BooleanObject",
2989                    "traits": {
2990                        "smithy.api#documentation": "<p>Indicates whether server-side encryption (SSE) was enabled during this operation.</p>"
2991                    }
2992                },
2993                "RequestResponses": {
2994                    "target": "com.amazonaws.firehose#PutRecordBatchResponseEntryList",
2995                    "traits": {
2996                        "smithy.api#documentation": "<p>The results array. For each record, the index of the response element is the same as\n         the index used in the request array.</p>",
2997                        "smithy.api#required": {}
2998                    }
2999                }
3000            }
3001        },
3002        "com.amazonaws.firehose#PutRecordBatchRequestEntryList": {
3003            "type": "list",
3004            "member": {
3005                "target": "com.amazonaws.firehose#Record"
3006            },
3007            "traits": {
3008                "smithy.api#length": {
3009                    "min": 1,
3010                    "max": 500
3011                }
3012            }
3013        },
3014        "com.amazonaws.firehose#PutRecordBatchResponseEntry": {
3015            "type": "structure",
3016            "members": {
3017                "RecordId": {
3018                    "target": "com.amazonaws.firehose#PutResponseRecordId",
3019                    "traits": {
3020                        "smithy.api#documentation": "<p>The ID of the record.</p>"
3021                    }
3022                },
3023                "ErrorCode": {
3024                    "target": "com.amazonaws.firehose#ErrorCode",
3025                    "traits": {
3026                        "smithy.api#documentation": "<p>The error code for an individual record result.</p>"
3027                    }
3028                },
3029                "ErrorMessage": {
3030                    "target": "com.amazonaws.firehose#ErrorMessage",
3031                    "traits": {
3032                        "smithy.api#documentation": "<p>The error message for an individual record result.</p>"
3033                    }
3034                }
3035            },
3036            "traits": {
3037                "smithy.api#documentation": "<p>Contains the result for an individual record from a <a>PutRecordBatch</a>\n         request. If the record is successfully added to your delivery stream, it receives a record\n         ID. If the record fails to be added to your delivery stream, the result includes an error\n         code and an error message.</p>"
3038            }
3039        },
3040        "com.amazonaws.firehose#PutRecordBatchResponseEntryList": {
3041            "type": "list",
3042            "member": {
3043                "target": "com.amazonaws.firehose#PutRecordBatchResponseEntry"
3044            },
3045            "traits": {
3046                "smithy.api#length": {
3047                    "min": 1,
3048                    "max": 500
3049                }
3050            }
3051        },
3052        "com.amazonaws.firehose#PutRecordInput": {
3053            "type": "structure",
3054            "members": {
3055                "DeliveryStreamName": {
3056                    "target": "com.amazonaws.firehose#DeliveryStreamName",
3057                    "traits": {
3058                        "smithy.api#documentation": "<p>The name of the delivery stream.</p>",
3059                        "smithy.api#required": {}
3060                    }
3061                },
3062                "Record": {
3063                    "target": "com.amazonaws.firehose#Record",
3064                    "traits": {
3065                        "smithy.api#documentation": "<p>The record.</p>",
3066                        "smithy.api#required": {}
3067                    }
3068                }
3069            }
3070        },
3071        "com.amazonaws.firehose#PutRecordOutput": {
3072            "type": "structure",
3073            "members": {
3074                "RecordId": {
3075                    "target": "com.amazonaws.firehose#PutResponseRecordId",
3076                    "traits": {
3077                        "smithy.api#documentation": "<p>The ID of the record.</p>",
3078                        "smithy.api#required": {}
3079                    }
3080                },
3081                "Encrypted": {
3082                    "target": "com.amazonaws.firehose#BooleanObject",
3083                    "traits": {
3084                        "smithy.api#documentation": "<p>Indicates whether server-side encryption (SSE) was enabled during this operation.</p>"
3085                    }
3086                }
3087            }
3088        },
3089        "com.amazonaws.firehose#PutResponseRecordId": {
3090            "type": "string",
3091            "traits": {
3092                "smithy.api#length": {
3093                    "min": 1
3094                }
3095            }
3096        },
3097        "com.amazonaws.firehose#Record": {
3098            "type": "structure",
3099            "members": {
3100                "Data": {
3101                    "target": "com.amazonaws.firehose#Data",
3102                    "traits": {
3103                        "smithy.api#documentation": "<p>The data blob, which is base64-encoded when the blob is serialized. The maximum size\n         of the data blob, before base64-encoding, is 1,000 KiB.</p>",
3104                        "smithy.api#required": {}
3105                    }
3106                }
3107            },
3108            "traits": {
3109                "smithy.api#documentation": "<p>The unit of data in a delivery stream.</p>"
3110            }
3111        },
3112        "com.amazonaws.firehose#RedshiftDestinationConfiguration": {
3113            "type": "structure",
3114            "members": {
3115                "RoleARN": {
3116                    "target": "com.amazonaws.firehose#RoleARN",
3117                    "traits": {
3118                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the AWS credentials. For more information, see\n            <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
3119                        "smithy.api#required": {}
3120                    }
3121                },
3122                "ClusterJDBCURL": {
3123                    "target": "com.amazonaws.firehose#ClusterJDBCURL",
3124                    "traits": {
3125                        "smithy.api#documentation": "<p>The database connection string.</p>",
3126                        "smithy.api#required": {}
3127                    }
3128                },
3129                "CopyCommand": {
3130                    "target": "com.amazonaws.firehose#CopyCommand",
3131                    "traits": {
3132                        "smithy.api#documentation": "<p>The <code>COPY</code> command.</p>",
3133                        "smithy.api#required": {}
3134                    }
3135                },
3136                "Username": {
3137                    "target": "com.amazonaws.firehose#Username",
3138                    "traits": {
3139                        "smithy.api#documentation": "<p>The name of the user.</p>",
3140                        "smithy.api#required": {}
3141                    }
3142                },
3143                "Password": {
3144                    "target": "com.amazonaws.firehose#Password",
3145                    "traits": {
3146                        "smithy.api#documentation": "<p>The user password.</p>",
3147                        "smithy.api#required": {}
3148                    }
3149                },
3150                "RetryOptions": {
3151                    "target": "com.amazonaws.firehose#RedshiftRetryOptions",
3152                    "traits": {
3153                        "smithy.api#documentation": "<p>The retry behavior in case Kinesis Data Firehose is unable to deliver documents to\n         Amazon Redshift. Default value is 3600 (60 minutes).</p>"
3154                    }
3155                },
3156                "S3Configuration": {
3157                    "target": "com.amazonaws.firehose#S3DestinationConfiguration",
3158                    "traits": {
3159                        "smithy.api#documentation": "<p>The configuration for the intermediate Amazon S3 location from which Amazon Redshift\n         obtains data. Restrictions are described in the topic for <a>CreateDeliveryStream</a>.</p>\n         <p>The compression formats <code>SNAPPY</code> or <code>ZIP</code> cannot be specified\n         in <code>RedshiftDestinationConfiguration.S3Configuration</code> because the Amazon\n         Redshift <code>COPY</code> operation that reads from the S3 bucket doesn't support these\n         compression formats.</p>",
3160                        "smithy.api#required": {}
3161                    }
3162                },
3163                "ProcessingConfiguration": {
3164                    "target": "com.amazonaws.firehose#ProcessingConfiguration",
3165                    "traits": {
3166                        "smithy.api#documentation": "<p>The data processing configuration.</p>"
3167                    }
3168                },
3169                "S3BackupMode": {
3170                    "target": "com.amazonaws.firehose#RedshiftS3BackupMode",
3171                    "traits": {
3172                        "smithy.api#documentation": "<p>The Amazon S3 backup mode. After you create a delivery stream, you can update it to\n         enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the\n         delivery stream to disable it. </p>"
3173                    }
3174                },
3175                "S3BackupConfiguration": {
3176                    "target": "com.amazonaws.firehose#S3DestinationConfiguration",
3177                    "traits": {
3178                        "smithy.api#documentation": "<p>The configuration for backup in Amazon S3.</p>"
3179                    }
3180                },
3181                "CloudWatchLoggingOptions": {
3182                    "target": "com.amazonaws.firehose#CloudWatchLoggingOptions",
3183                    "traits": {
3184                        "smithy.api#documentation": "<p>The CloudWatch logging options for your delivery stream.</p>"
3185                    }
3186                }
3187            },
3188            "traits": {
3189                "smithy.api#documentation": "<p>Describes the configuration of a destination in Amazon Redshift.</p>"
3190            }
3191        },
3192        "com.amazonaws.firehose#RedshiftDestinationDescription": {
3193            "type": "structure",
3194            "members": {
3195                "RoleARN": {
3196                    "target": "com.amazonaws.firehose#RoleARN",
3197                    "traits": {
3198                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the AWS credentials. For more information, see\n            <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
3199                        "smithy.api#required": {}
3200                    }
3201                },
3202                "ClusterJDBCURL": {
3203                    "target": "com.amazonaws.firehose#ClusterJDBCURL",
3204                    "traits": {
3205                        "smithy.api#documentation": "<p>The database connection string.</p>",
3206                        "smithy.api#required": {}
3207                    }
3208                },
3209                "CopyCommand": {
3210                    "target": "com.amazonaws.firehose#CopyCommand",
3211                    "traits": {
3212                        "smithy.api#documentation": "<p>The <code>COPY</code> command.</p>",
3213                        "smithy.api#required": {}
3214                    }
3215                },
3216                "Username": {
3217                    "target": "com.amazonaws.firehose#Username",
3218                    "traits": {
3219                        "smithy.api#documentation": "<p>The name of the user.</p>",
3220                        "smithy.api#required": {}
3221                    }
3222                },
3223                "RetryOptions": {
3224                    "target": "com.amazonaws.firehose#RedshiftRetryOptions",
3225                    "traits": {
3226                        "smithy.api#documentation": "<p>The retry behavior in case Kinesis Data Firehose is unable to deliver documents to\n         Amazon Redshift. Default value is 3600 (60 minutes).</p>"
3227                    }
3228                },
3229                "S3DestinationDescription": {
3230                    "target": "com.amazonaws.firehose#S3DestinationDescription",
3231                    "traits": {
3232                        "smithy.api#documentation": "<p>The Amazon S3 destination.</p>",
3233                        "smithy.api#required": {}
3234                    }
3235                },
3236                "ProcessingConfiguration": {
3237                    "target": "com.amazonaws.firehose#ProcessingConfiguration",
3238                    "traits": {
3239                        "smithy.api#documentation": "<p>The data processing configuration.</p>"
3240                    }
3241                },
3242                "S3BackupMode": {
3243                    "target": "com.amazonaws.firehose#RedshiftS3BackupMode",
3244                    "traits": {
3245                        "smithy.api#documentation": "<p>The Amazon S3 backup mode.</p>"
3246                    }
3247                },
3248                "S3BackupDescription": {
3249                    "target": "com.amazonaws.firehose#S3DestinationDescription",
3250                    "traits": {
3251                        "smithy.api#documentation": "<p>The configuration for backup in Amazon S3.</p>"
3252                    }
3253                },
3254                "CloudWatchLoggingOptions": {
3255                    "target": "com.amazonaws.firehose#CloudWatchLoggingOptions",
3256                    "traits": {
3257                        "smithy.api#documentation": "<p>The Amazon CloudWatch logging options for your delivery stream.</p>"
3258                    }
3259                }
3260            },
3261            "traits": {
3262                "smithy.api#documentation": "<p>Describes a destination in Amazon Redshift.</p>"
3263            }
3264        },
3265        "com.amazonaws.firehose#RedshiftDestinationUpdate": {
3266            "type": "structure",
3267            "members": {
3268                "RoleARN": {
3269                    "target": "com.amazonaws.firehose#RoleARN",
3270                    "traits": {
3271                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the AWS credentials. For more information, see\n            <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>"
3272                    }
3273                },
3274                "ClusterJDBCURL": {
3275                    "target": "com.amazonaws.firehose#ClusterJDBCURL",
3276                    "traits": {
3277                        "smithy.api#documentation": "<p>The database connection string.</p>"
3278                    }
3279                },
3280                "CopyCommand": {
3281                    "target": "com.amazonaws.firehose#CopyCommand",
3282                    "traits": {
3283                        "smithy.api#documentation": "<p>The <code>COPY</code> command.</p>"
3284                    }
3285                },
3286                "Username": {
3287                    "target": "com.amazonaws.firehose#Username",
3288                    "traits": {
3289                        "smithy.api#documentation": "<p>The name of the user.</p>"
3290                    }
3291                },
3292                "Password": {
3293                    "target": "com.amazonaws.firehose#Password",
3294                    "traits": {
3295                        "smithy.api#documentation": "<p>The user password.</p>"
3296                    }
3297                },
3298                "RetryOptions": {
3299                    "target": "com.amazonaws.firehose#RedshiftRetryOptions",
3300                    "traits": {
3301                        "smithy.api#documentation": "<p>The retry behavior in case Kinesis Data Firehose is unable to deliver documents to\n         Amazon Redshift. Default value is 3600 (60 minutes).</p>"
3302                    }
3303                },
3304                "S3Update": {
3305                    "target": "com.amazonaws.firehose#S3DestinationUpdate",
3306                    "traits": {
3307                        "smithy.api#documentation": "<p>The Amazon S3 destination.</p>\n         <p>The compression formats <code>SNAPPY</code> or <code>ZIP</code> cannot be specified\n         in <code>RedshiftDestinationUpdate.S3Update</code> because the Amazon Redshift\n            <code>COPY</code> operation that reads from the S3 bucket doesn't support these\n         compression formats.</p>"
3308                    }
3309                },
3310                "ProcessingConfiguration": {
3311                    "target": "com.amazonaws.firehose#ProcessingConfiguration",
3312                    "traits": {
3313                        "smithy.api#documentation": "<p>The data processing configuration.</p>"
3314                    }
3315                },
3316                "S3BackupMode": {
3317                    "target": "com.amazonaws.firehose#RedshiftS3BackupMode",
3318                    "traits": {
3319                        "smithy.api#documentation": "<p>You can update a delivery stream to enable Amazon S3 backup if it is disabled. If\n         backup is enabled, you can't update the delivery stream to disable it. </p>"
3320                    }
3321                },
3322                "S3BackupUpdate": {
3323                    "target": "com.amazonaws.firehose#S3DestinationUpdate",
3324                    "traits": {
3325                        "smithy.api#documentation": "<p>The Amazon S3 destination for backup.</p>"
3326                    }
3327                },
3328                "CloudWatchLoggingOptions": {
3329                    "target": "com.amazonaws.firehose#CloudWatchLoggingOptions",
3330                    "traits": {
3331                        "smithy.api#documentation": "<p>The Amazon CloudWatch logging options for your delivery stream.</p>"
3332                    }
3333                }
3334            },
3335            "traits": {
3336                "smithy.api#documentation": "<p>Describes an update for a destination in Amazon Redshift.</p>"
3337            }
3338        },
3339        "com.amazonaws.firehose#RedshiftRetryDurationInSeconds": {
3340            "type": "integer",
3341            "traits": {
3342                "smithy.api#box": {},
3343                "smithy.api#range": {
3344                    "min": 0,
3345                    "max": 7200
3346                }
3347            }
3348        },
3349        "com.amazonaws.firehose#RedshiftRetryOptions": {
3350            "type": "structure",
3351            "members": {
3352                "DurationInSeconds": {
3353                    "target": "com.amazonaws.firehose#RedshiftRetryDurationInSeconds",
3354                    "traits": {
3355                        "smithy.api#documentation": "<p>The length of time during which Kinesis Data Firehose retries delivery after a\n         failure, starting from the initial request and including the first attempt. The default\n         value is 3600 seconds (60 minutes). Kinesis Data Firehose does not retry if the value of\n            <code>DurationInSeconds</code> is 0 (zero) or if the first delivery attempt takes longer\n         than the current value.</p>"
3356                    }
3357                }
3358            },
3359            "traits": {
3360                "smithy.api#documentation": "<p>Configures retry behavior in case Kinesis Data Firehose is unable to deliver\n         documents to Amazon Redshift.</p>"
3361            }
3362        },
3363        "com.amazonaws.firehose#RedshiftS3BackupMode": {
3364            "type": "string",
3365            "traits": {
3366                "smithy.api#enum": [
3367                    {
3368                        "value": "Disabled",
3369                        "name": "Disabled"
3370                    },
3371                    {
3372                        "value": "Enabled",
3373                        "name": "Enabled"
3374                    }
3375                ]
3376            }
3377        },
3378        "com.amazonaws.firehose#ResourceInUseException": {
3379            "type": "structure",
3380            "members": {
3381                "message": {
3382                    "target": "com.amazonaws.firehose#ErrorMessage",
3383                    "traits": {
3384                        "smithy.api#documentation": "<p>A message that provides information about the error.</p>"
3385                    }
3386                }
3387            },
3388            "traits": {
3389                "smithy.api#documentation": "<p>The resource is already in use and not available for this operation.</p>",
3390                "smithy.api#error": "client"
3391            }
3392        },
3393        "com.amazonaws.firehose#ResourceNotFoundException": {
3394            "type": "structure",
3395            "members": {
3396                "message": {
3397                    "target": "com.amazonaws.firehose#ErrorMessage",
3398                    "traits": {
3399                        "smithy.api#documentation": "<p>A message that provides information about the error.</p>"
3400                    }
3401                }
3402            },
3403            "traits": {
3404                "smithy.api#documentation": "<p>The specified resource could not be found.</p>",
3405                "smithy.api#error": "client"
3406            }
3407        },
3408        "com.amazonaws.firehose#RoleARN": {
3409            "type": "string",
3410            "traits": {
3411                "smithy.api#length": {
3412                    "min": 1,
3413                    "max": 512
3414                },
3415                "smithy.api#pattern": "arn:.*"
3416            }
3417        },
3418        "com.amazonaws.firehose#S3BackupMode": {
3419            "type": "string",
3420            "traits": {
3421                "smithy.api#enum": [
3422                    {
3423                        "value": "Disabled",
3424                        "name": "Disabled"
3425                    },
3426                    {
3427                        "value": "Enabled",
3428                        "name": "Enabled"
3429                    }
3430                ]
3431            }
3432        },
3433        "com.amazonaws.firehose#S3DestinationConfiguration": {
3434            "type": "structure",
3435            "members": {
3436                "RoleARN": {
3437                    "target": "com.amazonaws.firehose#RoleARN",
3438                    "traits": {
3439                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the AWS credentials. For more information, see\n            <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
3440                        "smithy.api#required": {}
3441                    }
3442                },
3443                "BucketARN": {
3444                    "target": "com.amazonaws.firehose#BucketARN",
3445                    "traits": {
3446                        "smithy.api#documentation": "<p>The ARN of the S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon\n            Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
3447                        "smithy.api#required": {}
3448                    }
3449                },
3450                "Prefix": {
3451                    "target": "com.amazonaws.firehose#Prefix",
3452                    "traits": {
3453                        "smithy.api#documentation": "<p>The \"YYYY/MM/DD/HH\" time format prefix is automatically used for delivered Amazon S3\n         files. You can also specify a custom prefix, as described in <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html\">Custom Prefixes\n            for Amazon S3 Objects</a>.</p>"
3454                    }
3455                },
3456                "ErrorOutputPrefix": {
3457                    "target": "com.amazonaws.firehose#ErrorOutputPrefix",
3458                    "traits": {
3459                        "smithy.api#documentation": "<p>A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing\n         them to S3. This prefix appears immediately following the bucket name. For information\n         about how to specify this prefix, see <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html\">Custom Prefixes\n            for Amazon S3 Objects</a>.</p>"
3460                    }
3461                },
3462                "BufferingHints": {
3463                    "target": "com.amazonaws.firehose#BufferingHints",
3464                    "traits": {
3465                        "smithy.api#documentation": "<p>The buffering option. If no value is specified, <code>BufferingHints</code> object\n         default values are used.</p>"
3466                    }
3467                },
3468                "CompressionFormat": {
3469                    "target": "com.amazonaws.firehose#CompressionFormat",
3470                    "traits": {
3471                        "smithy.api#documentation": "<p>The compression format. If no value is specified, the default is\n            <code>UNCOMPRESSED</code>.</p>\n         <p>The compression formats <code>SNAPPY</code> or <code>ZIP</code> cannot be specified\n         for Amazon Redshift destinations because they are not supported by the Amazon Redshift\n            <code>COPY</code> operation that reads from the S3 bucket.</p>"
3472                    }
3473                },
3474                "EncryptionConfiguration": {
3475                    "target": "com.amazonaws.firehose#EncryptionConfiguration",
3476                    "traits": {
3477                        "smithy.api#documentation": "<p>The encryption configuration. If no value is specified, the default is no\n         encryption.</p>"
3478                    }
3479                },
3480                "CloudWatchLoggingOptions": {
3481                    "target": "com.amazonaws.firehose#CloudWatchLoggingOptions",
3482                    "traits": {
3483                        "smithy.api#documentation": "<p>The CloudWatch logging options for your delivery stream.</p>"
3484                    }
3485                }
3486            },
3487            "traits": {
3488                "smithy.api#documentation": "<p>Describes the configuration of a destination in Amazon S3.</p>"
3489            }
3490        },
3491        "com.amazonaws.firehose#S3DestinationDescription": {
3492            "type": "structure",
3493            "members": {
3494                "RoleARN": {
3495                    "target": "com.amazonaws.firehose#RoleARN",
3496                    "traits": {
3497                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the AWS credentials. For more information, see\n            <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
3498                        "smithy.api#required": {}
3499                    }
3500                },
3501                "BucketARN": {
3502                    "target": "com.amazonaws.firehose#BucketARN",
3503                    "traits": {
3504                        "smithy.api#documentation": "<p>The ARN of the S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon\n            Resource Names (ARNs) and AWS Service Namespaces</a>.</p>",
3505                        "smithy.api#required": {}
3506                    }
3507                },
3508                "Prefix": {
3509                    "target": "com.amazonaws.firehose#Prefix",
3510                    "traits": {
3511                        "smithy.api#documentation": "<p>The \"YYYY/MM/DD/HH\" time format prefix is automatically used for delivered Amazon S3\n         files. You can also specify a custom prefix, as described in <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html\">Custom Prefixes\n            for Amazon S3 Objects</a>.</p>"
3512                    }
3513                },
3514                "ErrorOutputPrefix": {
3515                    "target": "com.amazonaws.firehose#ErrorOutputPrefix",
3516                    "traits": {
3517                        "smithy.api#documentation": "<p>A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing\n         them to S3. This prefix appears immediately following the bucket name. For information\n         about how to specify this prefix, see <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html\">Custom Prefixes\n            for Amazon S3 Objects</a>.</p>"
3518                    }
3519                },
3520                "BufferingHints": {
3521                    "target": "com.amazonaws.firehose#BufferingHints",
3522                    "traits": {
3523                        "smithy.api#documentation": "<p>The buffering option. If no value is specified, <code>BufferingHints</code> object\n         default values are used.</p>",
3524                        "smithy.api#required": {}
3525                    }
3526                },
3527                "CompressionFormat": {
3528                    "target": "com.amazonaws.firehose#CompressionFormat",
3529                    "traits": {
3530                        "smithy.api#documentation": "<p>The compression format. If no value is specified, the default is\n            <code>UNCOMPRESSED</code>.</p>",
3531                        "smithy.api#required": {}
3532                    }
3533                },
3534                "EncryptionConfiguration": {
3535                    "target": "com.amazonaws.firehose#EncryptionConfiguration",
3536                    "traits": {
3537                        "smithy.api#documentation": "<p>The encryption configuration. If no value is specified, the default is no\n         encryption.</p>",
3538                        "smithy.api#required": {}
3539                    }
3540                },
3541                "CloudWatchLoggingOptions": {
3542                    "target": "com.amazonaws.firehose#CloudWatchLoggingOptions",
3543                    "traits": {
3544                        "smithy.api#documentation": "<p>The Amazon CloudWatch logging options for your delivery stream.</p>"
3545                    }
3546                }
3547            },
3548            "traits": {
3549                "smithy.api#documentation": "<p>Describes a destination in Amazon S3.</p>"
3550            }
3551        },
3552        "com.amazonaws.firehose#S3DestinationUpdate": {
3553            "type": "structure",
3554            "members": {
3555                "RoleARN": {
3556                    "target": "com.amazonaws.firehose#RoleARN",
3557                    "traits": {
3558                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the AWS credentials. For more information, see\n            <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>"
3559                    }
3560                },
3561                "BucketARN": {
3562                    "target": "com.amazonaws.firehose#BucketARN",
3563                    "traits": {
3564                        "smithy.api#documentation": "<p>The ARN of the S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon\n            Resource Names (ARNs) and AWS Service Namespaces</a>.</p>"
3565                    }
3566                },
3567                "Prefix": {
3568                    "target": "com.amazonaws.firehose#Prefix",
3569                    "traits": {
3570                        "smithy.api#documentation": "<p>The \"YYYY/MM/DD/HH\" time format prefix is automatically used for delivered Amazon S3\n         files. You can also specify a custom prefix, as described in <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html\">Custom Prefixes\n            for Amazon S3 Objects</a>.</p>"
3571                    }
3572                },
3573                "ErrorOutputPrefix": {
3574                    "target": "com.amazonaws.firehose#ErrorOutputPrefix",
3575                    "traits": {
3576                        "smithy.api#documentation": "<p>A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing\n         them to S3. This prefix appears immediately following the bucket name. For information\n         about how to specify this prefix, see <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html\">Custom Prefixes\n            for Amazon S3 Objects</a>.</p>"
3577                    }
3578                },
3579                "BufferingHints": {
3580                    "target": "com.amazonaws.firehose#BufferingHints",
3581                    "traits": {
3582                        "smithy.api#documentation": "<p>The buffering option. If no value is specified, <code>BufferingHints</code> object\n         default values are used.</p>"
3583                    }
3584                },
3585                "CompressionFormat": {
3586                    "target": "com.amazonaws.firehose#CompressionFormat",
3587                    "traits": {
3588                        "smithy.api#documentation": "<p>The compression format. If no value is specified, the default is\n            <code>UNCOMPRESSED</code>.</p>\n         <p>The compression formats <code>SNAPPY</code> or <code>ZIP</code> cannot be specified\n         for Amazon Redshift destinations because they are not supported by the Amazon Redshift\n            <code>COPY</code> operation that reads from the S3 bucket.</p>"
3589                    }
3590                },
3591                "EncryptionConfiguration": {
3592                    "target": "com.amazonaws.firehose#EncryptionConfiguration",
3593                    "traits": {
3594                        "smithy.api#documentation": "<p>The encryption configuration. If no value is specified, the default is no\n         encryption.</p>"
3595                    }
3596                },
3597                "CloudWatchLoggingOptions": {
3598                    "target": "com.amazonaws.firehose#CloudWatchLoggingOptions",
3599                    "traits": {
3600                        "smithy.api#documentation": "<p>The CloudWatch logging options for your delivery stream.</p>"
3601                    }
3602                }
3603            },
3604            "traits": {
3605                "smithy.api#documentation": "<p>Describes an update for a destination in Amazon S3.</p>"
3606            }
3607        },
3608        "com.amazonaws.firehose#SchemaConfiguration": {
3609            "type": "structure",
3610            "members": {
3611                "RoleARN": {
3612                    "target": "com.amazonaws.firehose#NonEmptyStringWithoutWhitespace",
3613                    "traits": {
3614                        "smithy.api#documentation": "<p>The role that Kinesis Data Firehose can use to access AWS Glue. This role must be in\n         the same account you use for Kinesis Data Firehose. Cross-account roles aren't\n         allowed.</p>"
3615                    }
3616                },
3617                "CatalogId": {
3618                    "target": "com.amazonaws.firehose#NonEmptyStringWithoutWhitespace",
3619                    "traits": {
3620                        "smithy.api#documentation": "<p>The ID of the AWS Glue Data Catalog. If you don't supply this, the AWS account ID is\n         used by default.</p>"
3621                    }
3622                },
3623                "DatabaseName": {
3624                    "target": "com.amazonaws.firehose#NonEmptyStringWithoutWhitespace",
3625                    "traits": {
3626                        "smithy.api#documentation": "<p>Specifies the name of the AWS Glue database that contains the schema for the output\n         data.</p>"
3627                    }
3628                },
3629                "TableName": {
3630                    "target": "com.amazonaws.firehose#NonEmptyStringWithoutWhitespace",
3631                    "traits": {
3632                        "smithy.api#documentation": "<p>Specifies the AWS Glue table that contains the column information that constitutes your\n         data schema.</p>"
3633                    }
3634                },
3635                "Region": {
3636                    "target": "com.amazonaws.firehose#NonEmptyStringWithoutWhitespace",
3637                    "traits": {
3638                        "smithy.api#documentation": "<p>If you don't specify an AWS Region, the default is the current Region.</p>"
3639                    }
3640                },
3641                "VersionId": {
3642                    "target": "com.amazonaws.firehose#NonEmptyStringWithoutWhitespace",
3643                    "traits": {
3644                        "smithy.api#documentation": "<p>Specifies the table version for the output data schema. If you don't specify this\n         version ID, or if you set it to <code>LATEST</code>, Kinesis Data Firehose uses the most\n         recent version. This means that any updates to the table are automatically picked\n         up.</p>"
3645                    }
3646                }
3647            },
3648            "traits": {
3649                "smithy.api#documentation": "<p>Specifies the schema to which you want Kinesis Data Firehose to configure your data\n         before it writes it to Amazon S3. This parameter is required if <code>Enabled</code> is set\n         to true.</p>"
3650            }
3651        },
3652        "com.amazonaws.firehose#SecurityGroupIdList": {
3653            "type": "list",
3654            "member": {
3655                "target": "com.amazonaws.firehose#NonEmptyStringWithoutWhitespace"
3656            },
3657            "traits": {
3658                "smithy.api#length": {
3659                    "min": 1,
3660                    "max": 5
3661                }
3662            }
3663        },
3664        "com.amazonaws.firehose#Serializer": {
3665            "type": "structure",
3666            "members": {
3667                "ParquetSerDe": {
3668                    "target": "com.amazonaws.firehose#ParquetSerDe",
3669                    "traits": {
3670                        "smithy.api#documentation": "<p>A serializer to use for converting data to the Parquet format before storing it in\n         Amazon S3. For more information, see <a href=\"https://parquet.apache.org/documentation/latest/\">Apache Parquet</a>.</p>"
3671                    }
3672                },
3673                "OrcSerDe": {
3674                    "target": "com.amazonaws.firehose#OrcSerDe",
3675                    "traits": {
3676                        "smithy.api#documentation": "<p>A serializer to use for converting data to the ORC format before storing it in Amazon\n         S3. For more information, see <a href=\"https://orc.apache.org/docs/\">Apache\n         ORC</a>.</p>"
3677                    }
3678                }
3679            },
3680            "traits": {
3681                "smithy.api#documentation": "<p>The serializer that you want Kinesis Data Firehose to use to convert data to the target\n         format before writing it to Amazon S3. Kinesis Data Firehose supports two types of\n         serializers: the <a href=\"https://hive.apache.org/javadocs/r1.2.2/api/org/apache/hadoop/hive/ql/io/orc/OrcSerde.html\">ORC SerDe</a> and the <a href=\"https://hive.apache.org/javadocs/r1.2.2/api/org/apache/hadoop/hive/ql/io/parquet/serde/ParquetHiveSerDe.html\">Parquet SerDe</a>.</p>"
3682            }
3683        },
3684        "com.amazonaws.firehose#ServiceUnavailableException": {
3685            "type": "structure",
3686            "members": {
3687                "message": {
3688                    "target": "com.amazonaws.firehose#ErrorMessage",
3689                    "traits": {
3690                        "smithy.api#documentation": "<p>A message that provides information about the error.</p>"
3691                    }
3692                }
3693            },
3694            "traits": {
3695                "smithy.api#documentation": "<p>The service is unavailable. Back off and retry the operation. If you continue to see\n         the exception, throughput limits for the delivery stream may have been exceeded. For more\n         information about limits and how to request an increase, see <a href=\"https://docs.aws.amazon.com/firehose/latest/dev/limits.html\">Amazon Kinesis Data Firehose\n         Limits</a>.</p>",
3696                "smithy.api#error": "server",
3697                "smithy.api#httpError": 503
3698            }
3699        },
3700        "com.amazonaws.firehose#SizeInMBs": {
3701            "type": "integer",
3702            "traits": {
3703                "smithy.api#box": {},
3704                "smithy.api#range": {
3705                    "min": 1,
3706                    "max": 128
3707                }
3708            }
3709        },
3710        "com.amazonaws.firehose#SourceDescription": {
3711            "type": "structure",
3712            "members": {
3713                "KinesisStreamSourceDescription": {
3714                    "target": "com.amazonaws.firehose#KinesisStreamSourceDescription",
3715                    "traits": {
3716                        "smithy.api#documentation": "<p>The <a>KinesisStreamSourceDescription</a> value for the source Kinesis\n         data stream.</p>"
3717                    }
3718                }
3719            },
3720            "traits": {
3721                "smithy.api#documentation": "<p>Details about a Kinesis data stream used as the source for a Kinesis Data Firehose\n         delivery stream.</p>"
3722            }
3723        },
3724        "com.amazonaws.firehose#SplunkDestinationConfiguration": {
3725            "type": "structure",
3726            "members": {
3727                "HECEndpoint": {
3728                    "target": "com.amazonaws.firehose#HECEndpoint",
3729                    "traits": {
3730                        "smithy.api#documentation": "<p>The HTTP Event Collector (HEC) endpoint to which Kinesis Data Firehose sends your\n         data.</p>",
3731                        "smithy.api#required": {}
3732                    }
3733                },
3734                "HECEndpointType": {
3735                    "target": "com.amazonaws.firehose#HECEndpointType",
3736                    "traits": {
3737                        "smithy.api#documentation": "<p>This type can be either \"Raw\" or \"Event.\"</p>",
3738                        "smithy.api#required": {}
3739                    }
3740                },
3741                "HECToken": {
3742                    "target": "com.amazonaws.firehose#HECToken",
3743                    "traits": {
3744                        "smithy.api#documentation": "<p>This is a GUID that you obtain from your Splunk cluster when you create a new HEC\n         endpoint.</p>",
3745                        "smithy.api#required": {}
3746                    }
3747                },
3748                "HECAcknowledgmentTimeoutInSeconds": {
3749                    "target": "com.amazonaws.firehose#HECAcknowledgmentTimeoutInSeconds",
3750                    "traits": {
3751                        "smithy.api#documentation": "<p>The amount of time that Kinesis Data Firehose waits to receive an acknowledgment from\n         Splunk after it sends it data. At the end of the timeout period, Kinesis Data Firehose\n         either tries to send the data again or considers it an error, based on your retry\n         settings.</p>"
3752                    }
3753                },
3754                "RetryOptions": {
3755                    "target": "com.amazonaws.firehose#SplunkRetryOptions",
3756                    "traits": {
3757                        "smithy.api#documentation": "<p>The retry behavior in case Kinesis Data Firehose is unable to deliver data to Splunk,\n         or if it doesn't receive an acknowledgment of receipt from Splunk.</p>"
3758                    }
3759                },
3760                "S3BackupMode": {
3761                    "target": "com.amazonaws.firehose#SplunkS3BackupMode",
3762                    "traits": {
3763                        "smithy.api#documentation": "<p>Defines how documents should be delivered to Amazon S3. When set to\n            <code>FailedEventsOnly</code>, Kinesis Data Firehose writes any data that could not be\n         indexed to the configured Amazon S3 destination. When set to <code>AllEvents</code>,\n         Kinesis Data Firehose delivers all incoming records to Amazon S3, and also writes failed\n         documents to Amazon S3. The default value is <code>FailedEventsOnly</code>.</p>\n         <p>You can update this backup mode from <code>FailedEventsOnly</code> to\n            <code>AllEvents</code>. You can't update it from <code>AllEvents</code> to\n            <code>FailedEventsOnly</code>.</p>"
3764                    }
3765                },
3766                "S3Configuration": {
3767                    "target": "com.amazonaws.firehose#S3DestinationConfiguration",
3768                    "traits": {
3769                        "smithy.api#documentation": "<p>The configuration for the backup Amazon S3 location.</p>",
3770                        "smithy.api#required": {}
3771                    }
3772                },
3773                "ProcessingConfiguration": {
3774                    "target": "com.amazonaws.firehose#ProcessingConfiguration",
3775                    "traits": {
3776                        "smithy.api#documentation": "<p>The data processing configuration.</p>"
3777                    }
3778                },
3779                "CloudWatchLoggingOptions": {
3780                    "target": "com.amazonaws.firehose#CloudWatchLoggingOptions",
3781                    "traits": {
3782                        "smithy.api#documentation": "<p>The Amazon CloudWatch logging options for your delivery stream.</p>"
3783                    }
3784                }
3785            },
3786            "traits": {
3787                "smithy.api#documentation": "<p>Describes the configuration of a destination in Splunk.</p>"
3788            }
3789        },
3790        "com.amazonaws.firehose#SplunkDestinationDescription": {
3791            "type": "structure",
3792            "members": {
3793                "HECEndpoint": {
3794                    "target": "com.amazonaws.firehose#HECEndpoint",
3795                    "traits": {
3796                        "smithy.api#documentation": "<p>The HTTP Event Collector (HEC) endpoint to which Kinesis Data Firehose sends your\n         data.</p>"
3797                    }
3798                },
3799                "HECEndpointType": {
3800                    "target": "com.amazonaws.firehose#HECEndpointType",
3801                    "traits": {
3802                        "smithy.api#documentation": "<p>This type can be either \"Raw\" or \"Event.\"</p>"
3803                    }
3804                },
3805                "HECToken": {
3806                    "target": "com.amazonaws.firehose#HECToken",
3807                    "traits": {
3808                        "smithy.api#documentation": "<p>A GUID you obtain from your Splunk cluster when you create a new HEC\n         endpoint.</p>"
3809                    }
3810                },
3811                "HECAcknowledgmentTimeoutInSeconds": {
3812                    "target": "com.amazonaws.firehose#HECAcknowledgmentTimeoutInSeconds",
3813                    "traits": {
3814                        "smithy.api#documentation": "<p>The amount of time that Kinesis Data Firehose waits to receive an acknowledgment from\n         Splunk after it sends it data. At the end of the timeout period, Kinesis Data Firehose\n         either tries to send the data again or considers it an error, based on your retry\n         settings.</p>"
3815                    }
3816                },
3817                "RetryOptions": {
3818                    "target": "com.amazonaws.firehose#SplunkRetryOptions",
3819                    "traits": {
3820                        "smithy.api#documentation": "<p>The retry behavior in case Kinesis Data Firehose is unable to deliver data to Splunk\n         or if it doesn't receive an acknowledgment of receipt from Splunk.</p>"
3821                    }
3822                },
3823                "S3BackupMode": {
3824                    "target": "com.amazonaws.firehose#SplunkS3BackupMode",
3825                    "traits": {
3826                        "smithy.api#documentation": "<p>Defines how documents should be delivered to Amazon S3. When set to\n            <code>FailedDocumentsOnly</code>, Kinesis Data Firehose writes any data that could not\n         be indexed to the configured Amazon S3 destination. When set to <code>AllDocuments</code>,\n         Kinesis Data Firehose delivers all incoming records to Amazon S3, and also writes failed\n         documents to Amazon S3. Default value is <code>FailedDocumentsOnly</code>. </p>"
3827                    }
3828                },
3829                "S3DestinationDescription": {
3830                    "target": "com.amazonaws.firehose#S3DestinationDescription",
3831                    "traits": {
3832                        "smithy.api#documentation": "<p>The Amazon S3 destination.></p>"
3833                    }
3834                },
3835                "ProcessingConfiguration": {
3836                    "target": "com.amazonaws.firehose#ProcessingConfiguration",
3837                    "traits": {
3838                        "smithy.api#documentation": "<p>The data processing configuration.</p>"
3839                    }
3840                },
3841                "CloudWatchLoggingOptions": {
3842                    "target": "com.amazonaws.firehose#CloudWatchLoggingOptions",
3843                    "traits": {
3844                        "smithy.api#documentation": "<p>The Amazon CloudWatch logging options for your delivery stream.</p>"
3845                    }
3846                }
3847            },
3848            "traits": {
3849                "smithy.api#documentation": "<p>Describes a destination in Splunk.</p>"
3850            }
3851        },
3852        "com.amazonaws.firehose#SplunkDestinationUpdate": {
3853            "type": "structure",
3854            "members": {
3855                "HECEndpoint": {
3856                    "target": "com.amazonaws.firehose#HECEndpoint",
3857                    "traits": {
3858                        "smithy.api#documentation": "<p>The HTTP Event Collector (HEC) endpoint to which Kinesis Data Firehose sends your\n         data.</p>"
3859                    }
3860                },
3861                "HECEndpointType": {
3862                    "target": "com.amazonaws.firehose#HECEndpointType",
3863                    "traits": {
3864                        "smithy.api#documentation": "<p>This type can be either \"Raw\" or \"Event.\"</p>"
3865                    }
3866                },
3867                "HECToken": {
3868                    "target": "com.amazonaws.firehose#HECToken",
3869                    "traits": {
3870                        "smithy.api#documentation": "<p>A GUID that you obtain from your Splunk cluster when you create a new HEC\n         endpoint.</p>"
3871                    }
3872                },
3873                "HECAcknowledgmentTimeoutInSeconds": {
3874                    "target": "com.amazonaws.firehose#HECAcknowledgmentTimeoutInSeconds",
3875                    "traits": {
3876                        "smithy.api#documentation": "<p>The amount of time that Kinesis Data Firehose waits to receive an acknowledgment from\n         Splunk after it sends data. At the end of the timeout period, Kinesis Data Firehose either\n         tries to send the data again or considers it an error, based on your retry\n         settings.</p>"
3877                    }
3878                },
3879                "RetryOptions": {
3880                    "target": "com.amazonaws.firehose#SplunkRetryOptions",
3881                    "traits": {
3882                        "smithy.api#documentation": "<p>The retry behavior in case Kinesis Data Firehose is unable to deliver data to Splunk\n         or if it doesn't receive an acknowledgment of receipt from Splunk.</p>"
3883                    }
3884                },
3885                "S3BackupMode": {
3886                    "target": "com.amazonaws.firehose#SplunkS3BackupMode",
3887                    "traits": {
3888                        "smithy.api#documentation": "<p>Specifies how you want Kinesis Data Firehose to back up documents to Amazon S3. When\n         set to <code>FailedDocumentsOnly</code>, Kinesis Data Firehose writes any data that could\n         not be indexed to the configured Amazon S3 destination. When set to <code>AllEvents</code>,\n         Kinesis Data Firehose delivers all incoming records to Amazon S3, and also writes failed\n         documents to Amazon S3. The default value is <code>FailedEventsOnly</code>.</p>\n         <p>You can update this backup mode from <code>FailedEventsOnly</code> to\n            <code>AllEvents</code>. You can't update it from <code>AllEvents</code> to\n            <code>FailedEventsOnly</code>.</p>"
3889                    }
3890                },
3891                "S3Update": {
3892                    "target": "com.amazonaws.firehose#S3DestinationUpdate",
3893                    "traits": {
3894                        "smithy.api#documentation": "<p>Your update to the configuration of the backup Amazon S3 location.</p>"
3895                    }
3896                },
3897                "ProcessingConfiguration": {
3898                    "target": "com.amazonaws.firehose#ProcessingConfiguration",
3899                    "traits": {
3900                        "smithy.api#documentation": "<p>The data processing configuration.</p>"
3901                    }
3902                },
3903                "CloudWatchLoggingOptions": {
3904                    "target": "com.amazonaws.firehose#CloudWatchLoggingOptions",
3905                    "traits": {
3906                        "smithy.api#documentation": "<p>The Amazon CloudWatch logging options for your delivery stream.</p>"
3907                    }
3908                }
3909            },
3910            "traits": {
3911                "smithy.api#documentation": "<p>Describes an update for a destination in Splunk.</p>"
3912            }
3913        },
3914        "com.amazonaws.firehose#SplunkRetryDurationInSeconds": {
3915            "type": "integer",
3916            "traits": {
3917                "smithy.api#box": {},
3918                "smithy.api#range": {
3919                    "min": 0,
3920                    "max": 7200
3921                }
3922            }
3923        },
3924        "com.amazonaws.firehose#SplunkRetryOptions": {
3925            "type": "structure",
3926            "members": {
3927                "DurationInSeconds": {
3928                    "target": "com.amazonaws.firehose#SplunkRetryDurationInSeconds",
3929                    "traits": {
3930                        "smithy.api#documentation": "<p>The total amount of time that Kinesis Data Firehose spends on retries. This duration\n         starts after the initial attempt to send data to Splunk fails. It doesn't include the\n         periods during which Kinesis Data Firehose waits for acknowledgment from Splunk after each\n         attempt.</p>"
3931                    }
3932                }
3933            },
3934            "traits": {
3935                "smithy.api#documentation": "<p>Configures retry behavior in case Kinesis Data Firehose is unable to deliver\n         documents to Splunk, or if it doesn't receive an acknowledgment from Splunk.</p>"
3936            }
3937        },
3938        "com.amazonaws.firehose#SplunkS3BackupMode": {
3939            "type": "string",
3940            "traits": {
3941                "smithy.api#enum": [
3942                    {
3943                        "value": "FailedEventsOnly",
3944                        "name": "FailedEventsOnly"
3945                    },
3946                    {
3947                        "value": "AllEvents",
3948                        "name": "AllEvents"
3949                    }
3950                ]
3951            }
3952        },
3953        "com.amazonaws.firehose#StartDeliveryStreamEncryption": {
3954            "type": "operation",
3955            "input": {
3956                "target": "com.amazonaws.firehose#StartDeliveryStreamEncryptionInput"
3957            },
3958            "output": {
3959                "target": "com.amazonaws.firehose#StartDeliveryStreamEncryptionOutput"
3960            },
3961            "errors": [
3962                {
3963                    "target": "com.amazonaws.firehose#InvalidArgumentException"
3964                },
3965                {
3966                    "target": "com.amazonaws.firehose#InvalidKMSResourceException"
3967                },
3968                {
3969                    "target": "com.amazonaws.firehose#LimitExceededException"
3970                },
3971                {
3972                    "target": "com.amazonaws.firehose#ResourceInUseException"
3973                },
3974                {
3975                    "target": "com.amazonaws.firehose#ResourceNotFoundException"
3976                }
3977            ],
3978            "traits": {
3979                "smithy.api#documentation": "<p>Enables server-side encryption (SSE) for the delivery stream. </p>\n         <p>This operation is asynchronous. It returns immediately. When you invoke it, Kinesis Data\n         Firehose first sets the encryption status of the stream to <code>ENABLING</code>, and then\n         to <code>ENABLED</code>. The encryption status of a delivery stream is the\n            <code>Status</code> property in <a>DeliveryStreamEncryptionConfiguration</a>.\n         If the operation fails, the encryption status changes to <code>ENABLING_FAILED</code>. You\n         can continue to read and write data to your delivery stream while the encryption status is\n            <code>ENABLING</code>, but the data is not encrypted. It can take up to 5 seconds after\n         the encryption status changes to <code>ENABLED</code> before all records written to the\n         delivery stream are encrypted. To find out whether a record or a batch of records was\n         encrypted, check the response elements <a>PutRecordOutput$Encrypted</a> and\n            <a>PutRecordBatchOutput$Encrypted</a>, respectively.</p>\n         <p>To check the encryption status of a delivery stream, use <a>DescribeDeliveryStream</a>.</p>\n         <p>Even if encryption is currently enabled for a delivery stream, you can still invoke this\n         operation on it to change the ARN of the CMK or both its type and ARN. If you invoke this\n         method to change the CMK, and the old CMK is of type <code>CUSTOMER_MANAGED_CMK</code>,\n         Kinesis Data Firehose schedules the grant it had on the old CMK for retirement. If the new\n         CMK is of type <code>CUSTOMER_MANAGED_CMK</code>, Kinesis Data Firehose creates a grant\n         that enables it to use the new CMK to encrypt and decrypt data and to manage the\n         grant.</p>\n         <p>If a delivery stream already has encryption enabled and then you invoke this operation\n         to change the ARN of the CMK or both its type and ARN and you get\n            <code>ENABLING_FAILED</code>, this only means that the attempt to change the CMK failed.\n         In this case, encryption remains enabled with the old CMK.</p>\n         <p>If the encryption status of your delivery stream is <code>ENABLING_FAILED</code>, you\n         can invoke this operation again with a valid CMK. The CMK must be enabled and the key\n         policy mustn't explicitly deny the permission for Kinesis Data Firehose to invoke KMS\n         encrypt and decrypt operations.</p>\n         <p>You can enable SSE for a delivery stream only if it's a delivery stream that uses\n            <code>DirectPut</code> as its source. </p>\n         <p>The <code>StartDeliveryStreamEncryption</code> and\n            <code>StopDeliveryStreamEncryption</code> operations have a combined limit of 25 calls\n         per delivery stream per 24 hours. For example, you reach the limit if you call\n            <code>StartDeliveryStreamEncryption</code> 13 times and\n            <code>StopDeliveryStreamEncryption</code> 12 times for the same delivery stream in a\n         24-hour period.</p>"
3980            }
3981        },
3982        "com.amazonaws.firehose#StartDeliveryStreamEncryptionInput": {
3983            "type": "structure",
3984            "members": {
3985                "DeliveryStreamName": {
3986                    "target": "com.amazonaws.firehose#DeliveryStreamName",
3987                    "traits": {
3988                        "smithy.api#documentation": "<p>The name of the delivery stream for which you want to enable server-side encryption\n         (SSE).</p>",
3989                        "smithy.api#required": {}
3990                    }
3991                },
3992                "DeliveryStreamEncryptionConfigurationInput": {
3993                    "target": "com.amazonaws.firehose#DeliveryStreamEncryptionConfigurationInput",
3994                    "traits": {
3995                        "smithy.api#documentation": "<p>Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for\n         Server-Side Encryption (SSE).</p>"
3996                    }
3997                }
3998            }
3999        },
4000        "com.amazonaws.firehose#StartDeliveryStreamEncryptionOutput": {
4001            "type": "structure",
4002            "members": {}
4003        },
4004        "com.amazonaws.firehose#StopDeliveryStreamEncryption": {
4005            "type": "operation",
4006            "input": {
4007                "target": "com.amazonaws.firehose#StopDeliveryStreamEncryptionInput"
4008            },
4009            "output": {
4010                "target": "com.amazonaws.firehose#StopDeliveryStreamEncryptionOutput"
4011            },
4012            "errors": [
4013                {
4014                    "target": "com.amazonaws.firehose#InvalidArgumentException"
4015                },
4016                {
4017                    "target": "com.amazonaws.firehose#LimitExceededException"
4018                },
4019                {
4020                    "target": "com.amazonaws.firehose#ResourceInUseException"
4021                },
4022                {
4023                    "target": "com.amazonaws.firehose#ResourceNotFoundException"
4024                }
4025            ],
4026            "traits": {
4027                "smithy.api#documentation": "<p>Disables server-side encryption (SSE) for the delivery stream. </p>\n         <p>This operation is asynchronous. It returns immediately. When you invoke it, Kinesis Data\n         Firehose first sets the encryption status of the stream to <code>DISABLING</code>, and then\n         to <code>DISABLED</code>. You can continue to read and write data to your stream while its\n         status is <code>DISABLING</code>. It can take up to 5 seconds after the encryption status\n         changes to <code>DISABLED</code> before all records written to the delivery stream are no\n         longer subject to encryption. To find out whether a record or a batch of records was\n         encrypted, check the response elements <a>PutRecordOutput$Encrypted</a> and\n            <a>PutRecordBatchOutput$Encrypted</a>, respectively.</p>\n         <p>To check the encryption state of a delivery stream, use <a>DescribeDeliveryStream</a>. </p>\n         <p>If SSE is enabled using a customer managed CMK and then you invoke\n            <code>StopDeliveryStreamEncryption</code>, Kinesis Data Firehose schedules the related\n         KMS grant for retirement and then retires it after it ensures that it is finished\n         delivering records to the destination.</p>\n         <p>The <code>StartDeliveryStreamEncryption</code> and\n            <code>StopDeliveryStreamEncryption</code> operations have a combined limit of 25 calls\n         per delivery stream per 24 hours. For example, you reach the limit if you call\n            <code>StartDeliveryStreamEncryption</code> 13 times and\n            <code>StopDeliveryStreamEncryption</code> 12 times for the same delivery stream in a\n         24-hour period.</p>"
4028            }
4029        },
4030        "com.amazonaws.firehose#StopDeliveryStreamEncryptionInput": {
4031            "type": "structure",
4032            "members": {
4033                "DeliveryStreamName": {
4034                    "target": "com.amazonaws.firehose#DeliveryStreamName",
4035                    "traits": {
4036                        "smithy.api#documentation": "<p>The name of the delivery stream for which you want to disable server-side encryption\n         (SSE).</p>",
4037                        "smithy.api#required": {}
4038                    }
4039                }
4040            }
4041        },
4042        "com.amazonaws.firehose#StopDeliveryStreamEncryptionOutput": {
4043            "type": "structure",
4044            "members": {}
4045        },
4046        "com.amazonaws.firehose#SubnetIdList": {
4047            "type": "list",
4048            "member": {
4049                "target": "com.amazonaws.firehose#NonEmptyStringWithoutWhitespace"
4050            },
4051            "traits": {
4052                "smithy.api#length": {
4053                    "min": 1,
4054                    "max": 16
4055                }
4056            }
4057        },
4058        "com.amazonaws.firehose#Tag": {
4059            "type": "structure",
4060            "members": {
4061                "Key": {
4062                    "target": "com.amazonaws.firehose#TagKey",
4063                    "traits": {
4064                        "smithy.api#documentation": "<p>A unique identifier for the tag. Maximum length: 128 characters. Valid characters:\n         Unicode letters, digits, white space, _ . / = + - % @</p>",
4065                        "smithy.api#required": {}
4066                    }
4067                },
4068                "Value": {
4069                    "target": "com.amazonaws.firehose#TagValue",
4070                    "traits": {
4071                        "smithy.api#documentation": "<p>An optional string, which you can use to describe or define the tag. Maximum length:\n         256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - %\n         @</p>"
4072                    }
4073                }
4074            },
4075            "traits": {
4076                "smithy.api#documentation": "<p>Metadata that you can assign to a delivery stream, consisting of a key-value\n         pair.</p>"
4077            }
4078        },
4079        "com.amazonaws.firehose#TagDeliveryStream": {
4080            "type": "operation",
4081            "input": {
4082                "target": "com.amazonaws.firehose#TagDeliveryStreamInput"
4083            },
4084            "output": {
4085                "target": "com.amazonaws.firehose#TagDeliveryStreamOutput"
4086            },
4087            "errors": [
4088                {
4089                    "target": "com.amazonaws.firehose#InvalidArgumentException"
4090                },
4091                {
4092                    "target": "com.amazonaws.firehose#LimitExceededException"
4093                },
4094                {
4095                    "target": "com.amazonaws.firehose#ResourceInUseException"
4096                },
4097                {
4098                    "target": "com.amazonaws.firehose#ResourceNotFoundException"
4099                }
4100            ],
4101            "traits": {
4102                "smithy.api#documentation": "<p>Adds or updates tags for the specified delivery stream. A tag is a key-value pair\n         that you can define and assign to AWS resources. If you specify a tag that already exists,\n         the tag value is replaced with the value that you specify in the request. Tags are\n         metadata. For example, you can add friendly names and descriptions or other types of\n         information that can help you distinguish the delivery stream. For more information about\n         tags, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html\">Using Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management\n            User Guide</i>. </p>\n         <p>Each delivery stream can have up to 50 tags. </p>\n         <p>This operation has a limit of five transactions per second per account. </p>"
4103            }
4104        },
4105        "com.amazonaws.firehose#TagDeliveryStreamInput": {
4106            "type": "structure",
4107            "members": {
4108                "DeliveryStreamName": {
4109                    "target": "com.amazonaws.firehose#DeliveryStreamName",
4110                    "traits": {
4111                        "smithy.api#documentation": "<p>The name of the delivery stream to which you want to add the tags.</p>",
4112                        "smithy.api#required": {}
4113                    }
4114                },
4115                "Tags": {
4116                    "target": "com.amazonaws.firehose#TagDeliveryStreamInputTagList",
4117                    "traits": {
4118                        "smithy.api#documentation": "<p>A set of key-value pairs to use to create the tags.</p>",
4119                        "smithy.api#required": {}
4120                    }
4121                }
4122            }
4123        },
4124        "com.amazonaws.firehose#TagDeliveryStreamInputTagList": {
4125            "type": "list",
4126            "member": {
4127                "target": "com.amazonaws.firehose#Tag"
4128            },
4129            "traits": {
4130                "smithy.api#length": {
4131                    "min": 1,
4132                    "max": 50
4133                }
4134            }
4135        },
4136        "com.amazonaws.firehose#TagDeliveryStreamOutput": {
4137            "type": "structure",
4138            "members": {}
4139        },
4140        "com.amazonaws.firehose#TagKey": {
4141            "type": "string",
4142            "traits": {
4143                "smithy.api#length": {
4144                    "min": 1,
4145                    "max": 128
4146                },
4147                "smithy.api#pattern": "^(?!aws:)[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@%]*$"
4148            }
4149        },
4150        "com.amazonaws.firehose#TagKeyList": {
4151            "type": "list",
4152            "member": {
4153                "target": "com.amazonaws.firehose#TagKey"
4154            },
4155            "traits": {
4156                "smithy.api#length": {
4157                    "min": 1,
4158                    "max": 50
4159                }
4160            }
4161        },
4162        "com.amazonaws.firehose#TagValue": {
4163            "type": "string",
4164            "traits": {
4165                "smithy.api#length": {
4166                    "min": 0,
4167                    "max": 256
4168                },
4169                "smithy.api#pattern": "^[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@%]*$"
4170            }
4171        },
4172        "com.amazonaws.firehose#Timestamp": {
4173            "type": "timestamp"
4174        },
4175        "com.amazonaws.firehose#UntagDeliveryStream": {
4176            "type": "operation",
4177            "input": {
4178                "target": "com.amazonaws.firehose#UntagDeliveryStreamInput"
4179            },
4180            "output": {
4181                "target": "com.amazonaws.firehose#UntagDeliveryStreamOutput"
4182            },
4183            "errors": [
4184                {
4185                    "target": "com.amazonaws.firehose#InvalidArgumentException"
4186                },
4187                {
4188                    "target": "com.amazonaws.firehose#LimitExceededException"
4189                },
4190                {
4191                    "target": "com.amazonaws.firehose#ResourceInUseException"
4192                },
4193                {
4194                    "target": "com.amazonaws.firehose#ResourceNotFoundException"
4195                }
4196            ],
4197            "traits": {
4198                "smithy.api#documentation": "<p>Removes tags from the specified delivery stream. Removed tags are deleted, and you\n         can't recover them after this operation successfully completes.</p>\n         <p>If you specify a tag that doesn't exist, the operation ignores it.</p>\n         <p>This operation has a limit of five transactions per second per account. </p>"
4199            }
4200        },
4201        "com.amazonaws.firehose#UntagDeliveryStreamInput": {
4202            "type": "structure",
4203            "members": {
4204                "DeliveryStreamName": {
4205                    "target": "com.amazonaws.firehose#DeliveryStreamName",
4206                    "traits": {
4207                        "smithy.api#documentation": "<p>The name of the delivery stream.</p>",
4208                        "smithy.api#required": {}
4209                    }
4210                },
4211                "TagKeys": {
4212                    "target": "com.amazonaws.firehose#TagKeyList",
4213                    "traits": {
4214                        "smithy.api#documentation": "<p>A list of tag keys. Each corresponding tag is removed from the delivery\n         stream.</p>",
4215                        "smithy.api#required": {}
4216                    }
4217                }
4218            }
4219        },
4220        "com.amazonaws.firehose#UntagDeliveryStreamOutput": {
4221            "type": "structure",
4222            "members": {}
4223        },
4224        "com.amazonaws.firehose#UpdateDestination": {
4225            "type": "operation",
4226            "input": {
4227                "target": "com.amazonaws.firehose#UpdateDestinationInput"
4228            },
4229            "output": {
4230                "target": "com.amazonaws.firehose#UpdateDestinationOutput"
4231            },
4232            "errors": [
4233                {
4234                    "target": "com.amazonaws.firehose#ConcurrentModificationException"
4235                },
4236                {
4237                    "target": "com.amazonaws.firehose#InvalidArgumentException"
4238                },
4239                {
4240                    "target": "com.amazonaws.firehose#ResourceInUseException"
4241                },
4242                {
4243                    "target": "com.amazonaws.firehose#ResourceNotFoundException"
4244                }
4245            ],
4246            "traits": {
4247                "smithy.api#documentation": "<p>Updates the specified destination of the specified delivery stream.</p>\n\n         <p>Use this operation to change the destination type (for example, to replace the Amazon\n         S3 destination with Amazon Redshift) or change the parameters associated with a destination\n         (for example, to change the bucket name of the Amazon S3 destination). The update might not\n         occur immediately. The target delivery stream remains active while the configurations are\n         updated, so data writes to the delivery stream can continue during this process. The\n         updated configurations are usually effective within a few minutes.</p>\n         <p>Switching between Amazon ES and other services is not supported. For an Amazon ES\n         destination, you can only update to another Amazon ES destination.</p>\n         <p>If the destination type is the same, Kinesis Data Firehose merges the configuration\n         parameters specified with the destination configuration that already exists on the delivery\n         stream. If any of the parameters are not specified in the call, the existing values are\n         retained. For example, in the Amazon S3 destination, if <a>EncryptionConfiguration</a> is not specified, then the existing\n            <code>EncryptionConfiguration</code> is maintained on the destination.</p>\n         <p>If the destination type is not the same, for example, changing the destination from\n         Amazon S3 to Amazon Redshift, Kinesis Data Firehose does not merge any parameters. In this\n         case, all parameters must be specified.</p>\n\n         <p>Kinesis Data Firehose uses <code>CurrentDeliveryStreamVersionId</code> to avoid race\n         conditions and conflicting merges. This is a required field, and the service updates the\n         configuration only if the existing configuration has a version ID that matches. After the\n         update is applied successfully, the version ID is updated, and can be retrieved using <a>DescribeDeliveryStream</a>. Use the new version ID to set\n            <code>CurrentDeliveryStreamVersionId</code> in the next call.</p>"
4248            }
4249        },
4250        "com.amazonaws.firehose#UpdateDestinationInput": {
4251            "type": "structure",
4252            "members": {
4253                "DeliveryStreamName": {
4254                    "target": "com.amazonaws.firehose#DeliveryStreamName",
4255                    "traits": {
4256                        "smithy.api#documentation": "<p>The name of the delivery stream.</p>",
4257                        "smithy.api#required": {}
4258                    }
4259                },
4260                "CurrentDeliveryStreamVersionId": {
4261                    "target": "com.amazonaws.firehose#DeliveryStreamVersionId",
4262                    "traits": {
4263                        "smithy.api#documentation": "<p>Obtain this value from the <code>VersionId</code> result of <a>DeliveryStreamDescription</a>. This value is required, and helps the service\n         perform conditional operations. For example, if there is an interleaving update and this\n         value is null, then the update destination fails. After the update is successful, the\n            <code>VersionId</code> value is updated. The service then performs a merge of the old\n         configuration with the new configuration.</p>",
4264                        "smithy.api#required": {}
4265                    }
4266                },
4267                "DestinationId": {
4268                    "target": "com.amazonaws.firehose#DestinationId",
4269                    "traits": {
4270                        "smithy.api#documentation": "<p>The ID of the destination.</p>",
4271                        "smithy.api#required": {}
4272                    }
4273                },
4274                "S3DestinationUpdate": {
4275                    "target": "com.amazonaws.firehose#S3DestinationUpdate",
4276                    "traits": {
4277                        "smithy.api#deprecated": {},
4278                        "smithy.api#documentation": "<p>[Deprecated] Describes an update for a destination in Amazon S3.</p>"
4279                    }
4280                },
4281                "ExtendedS3DestinationUpdate": {
4282                    "target": "com.amazonaws.firehose#ExtendedS3DestinationUpdate",
4283                    "traits": {
4284                        "smithy.api#documentation": "<p>Describes an update for a destination in Amazon S3.</p>"
4285                    }
4286                },
4287                "RedshiftDestinationUpdate": {
4288                    "target": "com.amazonaws.firehose#RedshiftDestinationUpdate",
4289                    "traits": {
4290                        "smithy.api#documentation": "<p>Describes an update for a destination in Amazon Redshift.</p>"
4291                    }
4292                },
4293                "ElasticsearchDestinationUpdate": {
4294                    "target": "com.amazonaws.firehose#ElasticsearchDestinationUpdate",
4295                    "traits": {
4296                        "smithy.api#documentation": "<p>Describes an update for a destination in Amazon ES.</p>"
4297                    }
4298                },
4299                "SplunkDestinationUpdate": {
4300                    "target": "com.amazonaws.firehose#SplunkDestinationUpdate",
4301                    "traits": {
4302                        "smithy.api#documentation": "<p>Describes an update for a destination in Splunk.</p>"
4303                    }
4304                },
4305                "HttpEndpointDestinationUpdate": {
4306                    "target": "com.amazonaws.firehose#HttpEndpointDestinationUpdate",
4307                    "traits": {
4308                        "smithy.api#documentation": "<p>Describes an update to the specified HTTP endpoint destination.</p>"
4309                    }
4310                }
4311            }
4312        },
4313        "com.amazonaws.firehose#UpdateDestinationOutput": {
4314            "type": "structure",
4315            "members": {}
4316        },
4317        "com.amazonaws.firehose#Username": {
4318            "type": "string",
4319            "traits": {
4320                "smithy.api#length": {
4321                    "min": 1,
4322                    "max": 512
4323                },
4324                "smithy.api#pattern": ".*",
4325                "smithy.api#sensitive": {}
4326            }
4327        },
4328        "com.amazonaws.firehose#VpcConfiguration": {
4329            "type": "structure",
4330            "members": {
4331                "SubnetIds": {
4332                    "target": "com.amazonaws.firehose#SubnetIdList",
4333                    "traits": {
4334                        "smithy.api#documentation": "<p>The IDs of the subnets that you want Kinesis Data Firehose to use to create ENIs in the\n         VPC of the Amazon ES destination. Make sure that the routing tables and inbound and\n         outbound rules allow traffic to flow from the subnets whose IDs are specified here to the\n         subnets that have the destination Amazon ES endpoints. Kinesis Data Firehose creates at\n         least one ENI in each of the subnets that are specified here. Do not delete or modify these\n         ENIs.</p>\n         <p>The number of ENIs that Kinesis Data Firehose creates in the subnets specified here\n         scales up and down automatically based on throughput. To enable Kinesis Data Firehose to\n         scale up the number of ENIs to match throughput, ensure that you have sufficient quota. To\n         help you calculate the quota you need, assume that Kinesis Data Firehose can create up to\n         three ENIs for this delivery stream for each of the subnets specified here. For more\n         information about ENI quota, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html#vpc-limits-enis\">Network Interfaces </a> in the Amazon VPC Quotas topic.</p>",
4335                        "smithy.api#required": {}
4336                    }
4337                },
4338                "RoleARN": {
4339                    "target": "com.amazonaws.firehose#RoleARN",
4340                    "traits": {
4341                        "smithy.api#documentation": "<p>The ARN of the IAM role that you want the delivery stream to use to create endpoints in\n         the destination VPC. You can use your existing Kinesis Data Firehose delivery role or you\n         can specify a new role. In either case, make sure that the role trusts the Kinesis Data\n         Firehose service principal and that it grants the following permissions:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>ec2:DescribeVpcs</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>ec2:DescribeVpcAttribute</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>ec2:DescribeSubnets</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>ec2:DescribeSecurityGroups</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>ec2:DescribeNetworkInterfaces</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>ec2:CreateNetworkInterface</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>ec2:CreateNetworkInterfacePermission</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>ec2:DeleteNetworkInterface</code>\n               </p>\n            </li>\n         </ul>\n         <p>If you revoke these permissions after you create the delivery stream, Kinesis Data\n         Firehose can't scale out by creating more ENIs when necessary. You might therefore see a\n         degradation in performance.</p>",
4342                        "smithy.api#required": {}
4343                    }
4344                },
4345                "SecurityGroupIds": {
4346                    "target": "com.amazonaws.firehose#SecurityGroupIdList",
4347                    "traits": {
4348                        "smithy.api#documentation": "<p>The IDs of the security groups that you want Kinesis Data Firehose to use when it\n         creates ENIs in the VPC of the Amazon ES destination. You can use the same security group\n         that the Amazon ES domain uses or different ones. If you specify different security groups\n         here, ensure that they allow outbound HTTPS traffic to the Amazon ES domain's security\n         group. Also ensure that the Amazon ES domain's security group allows HTTPS traffic from the\n         security groups specified here. If you use the same security group for both your delivery\n         stream and the Amazon ES domain, make sure the security group inbound rule allows HTTPS\n         traffic. For more information about security group rules, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html#SecurityGroupRules\">Security group rules</a> in the Amazon VPC documentation.</p>",
4349                        "smithy.api#required": {}
4350                    }
4351                }
4352            },
4353            "traits": {
4354                "smithy.api#documentation": "<p>The details of the VPC of the Amazon ES destination.</p>"
4355            }
4356        },
4357        "com.amazonaws.firehose#VpcConfigurationDescription": {
4358            "type": "structure",
4359            "members": {
4360                "SubnetIds": {
4361                    "target": "com.amazonaws.firehose#SubnetIdList",
4362                    "traits": {
4363                        "smithy.api#documentation": "<p>The IDs of the subnets that Kinesis Data Firehose uses to create ENIs in the VPC of the\n         Amazon ES destination. Make sure that the routing tables and inbound and outbound rules\n         allow traffic to flow from the subnets whose IDs are specified here to the subnets that\n         have the destination Amazon ES endpoints. Kinesis Data Firehose creates at least one ENI in\n         each of the subnets that are specified here. Do not delete or modify these ENIs.</p>\n         <p>The number of ENIs that Kinesis Data Firehose creates in the subnets specified here\n         scales up and down automatically based on throughput. To enable Kinesis Data Firehose to\n         scale up the number of ENIs to match throughput, ensure that you have sufficient quota. To\n         help you calculate the quota you need, assume that Kinesis Data Firehose can create up to\n         three ENIs for this delivery stream for each of the subnets specified here. For more\n         information about ENI quota, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html#vpc-limits-enis\">Network Interfaces </a> in the Amazon VPC Quotas topic.</p>",
4364                        "smithy.api#required": {}
4365                    }
4366                },
4367                "RoleARN": {
4368                    "target": "com.amazonaws.firehose#RoleARN",
4369                    "traits": {
4370                        "smithy.api#documentation": "<p>The ARN of the IAM role that the delivery stream uses to create endpoints in the\n         destination VPC. You can use your existing Kinesis Data Firehose delivery role or you can\n         specify a new role. In either case, make sure that the role trusts the Kinesis Data\n         Firehose service principal and that it grants the following permissions:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>ec2:DescribeVpcs</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>ec2:DescribeVpcAttribute</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>ec2:DescribeSubnets</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>ec2:DescribeSecurityGroups</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>ec2:DescribeNetworkInterfaces</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>ec2:CreateNetworkInterface</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>ec2:CreateNetworkInterfacePermission</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>ec2:DeleteNetworkInterface</code>\n               </p>\n            </li>\n         </ul>\n         <p>If you revoke these permissions after you create the delivery stream, Kinesis Data\n         Firehose can't scale out by creating more ENIs when necessary. You might therefore see a\n         degradation in performance.</p>",
4371                        "smithy.api#required": {}
4372                    }
4373                },
4374                "SecurityGroupIds": {
4375                    "target": "com.amazonaws.firehose#SecurityGroupIdList",
4376                    "traits": {
4377                        "smithy.api#documentation": "<p>The IDs of the security groups that Kinesis Data Firehose uses when it creates ENIs in\n         the VPC of the Amazon ES destination. You can use the same security group that the Amazon\n         ES domain uses or different ones. If you specify different security groups, ensure that\n         they allow outbound HTTPS traffic to the Amazon ES domain's security group. Also ensure\n         that the Amazon ES domain's security group allows HTTPS traffic from the security groups\n         specified here. If you use the same security group for both your delivery stream and the\n         Amazon ES domain, make sure the security group inbound rule allows HTTPS traffic. For more\n         information about security group rules, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html#SecurityGroupRules\">Security group rules</a> in the Amazon VPC documentation.</p>",
4378                        "smithy.api#required": {}
4379                    }
4380                },
4381                "VpcId": {
4382                    "target": "com.amazonaws.firehose#NonEmptyStringWithoutWhitespace",
4383                    "traits": {
4384                        "smithy.api#documentation": "<p>The ID of the Amazon ES destination's VPC.</p>",
4385                        "smithy.api#required": {}
4386                    }
4387                }
4388            },
4389            "traits": {
4390                "smithy.api#documentation": "<p>The details of the VPC of the Amazon ES destination.</p>"
4391            }
4392        }
4393    }
4394}
4395