|
56 | 56 | ],
|
57 | 57 | "documentation":"<p>Describes the specified delivery stream and its status. For example, after your delivery stream is created, call <code>DescribeDeliveryStream</code> to see whether the delivery stream is <code>ACTIVE</code> and therefore ready for data to be sent to it. </p> <p>If the status of a delivery stream is <code>CREATING_FAILED</code>, this status doesn't change, and you can't invoke <a>CreateDeliveryStream</a> again on it. However, you can invoke the <a>DeleteDeliveryStream</a> operation to delete it. 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>"
|
58 | 58 | },
|
59 |
| - "GetKinesisStream":{ |
60 |
| - "name":"GetKinesisStream", |
61 |
| - "http":{ |
62 |
| - "method":"POST", |
63 |
| - "requestUri":"/" |
64 |
| - }, |
65 |
| - "input":{"shape":"GetKinesisStreamInput"}, |
66 |
| - "output":{"shape":"GetKinesisStreamOutput"}, |
67 |
| - "errors":[ |
68 |
| - {"shape":"ResourceNotFoundException"}, |
69 |
| - {"shape":"InvalidArgumentException"}, |
70 |
| - {"shape":"InvalidStreamTypeException"}, |
71 |
| - {"shape":"InvalidKMSResourceException"} |
72 |
| - ], |
73 |
| - "internalonly":true |
74 |
| - }, |
75 | 59 | "ListDeliveryStreams":{
|
76 | 60 | "name":"ListDeliveryStreams",
|
77 | 61 | "http":{
|
|
211 | 195 | {"shape":"ConcurrentModificationException"}
|
212 | 196 | ],
|
213 | 197 | "documentation":"<p>Updates the specified destination of the specified delivery stream.</p> <p>Use this operation to change the destination type (for example, to replace the Amazon S3 destination with Amazon Redshift) or change the parameters associated with a destination (for example, to change the bucket name of the Amazon S3 destination). The update might not occur immediately. The target delivery stream remains active while the configurations are updated, so data writes to the delivery stream can continue during this process. The updated configurations are usually effective within a few minutes.</p> <p>Switching between Amazon OpenSearch Service and other services is not supported. For an Amazon OpenSearch Service destination, you can only update to another Amazon OpenSearch Service destination.</p> <p>If the destination type is the same, Firehose merges the configuration parameters specified with the destination configuration that already exists on the delivery stream. If any of the parameters are not specified in the call, the existing values are retained. For example, in the Amazon S3 destination, if <a>EncryptionConfiguration</a> is not specified, then the existing <code>EncryptionConfiguration</code> is maintained on the destination.</p> <p>If the destination type is not the same, for example, changing the destination from Amazon S3 to Amazon Redshift, Firehose does not merge any parameters. In this case, all parameters must be specified.</p> <p>Firehose uses <code>CurrentDeliveryStreamVersionId</code> to avoid race conditions and conflicting merges. This is a required field, and the service updates the configuration only if the existing configuration has a version ID that matches. After the update is applied successfully, the version ID is updated, and can be retrieved using <a>DescribeDeliveryStream</a>. Use the new version ID to set <code>CurrentDeliveryStreamVersionId</code> in the next call.</p>"
|
214 |
| - }, |
215 |
| - "VerifyResourcesExistForTagris":{ |
216 |
| - "name":"VerifyResourcesExistForTagris", |
217 |
| - "http":{ |
218 |
| - "method":"POST", |
219 |
| - "requestUri":"/" |
220 |
| - }, |
221 |
| - "input":{"shape":"TagrisVerifyResourcesExistInput"}, |
222 |
| - "output":{"shape":"TagrisVerifyResourcesExistOutput"}, |
223 |
| - "errors":[ |
224 |
| - {"shape":"TagrisAccessDeniedException"}, |
225 |
| - {"shape":"TagrisInternalServiceException"}, |
226 |
| - {"shape":"TagrisInvalidArnException"}, |
227 |
| - {"shape":"TagrisInvalidParameterException"}, |
228 |
| - {"shape":"TagrisPartialResourcesExistResultsException"}, |
229 |
| - {"shape":"TagrisThrottledException"} |
230 |
| - ], |
231 |
| - "internalonly":true |
232 | 198 | }
|
233 | 199 | },
|
234 | 200 | "shapes":{
|
|
238 | 204 | "min":1,
|
239 | 205 | "pattern":"arn:.*"
|
240 | 206 | },
|
241 |
| - "AccessKeyId":{ |
242 |
| - "type":"string", |
243 |
| - "sensitive":true |
244 |
| - }, |
245 | 207 | "AmazonOpenSearchServerlessBufferingHints":{
|
246 | 208 | "type":"structure",
|
247 | 209 | "members":{
|
|
1726 | 1688 | "min":0,
|
1727 | 1689 | "pattern":"^$|\\.[0-9a-z!\\-_.*'()]+"
|
1728 | 1690 | },
|
1729 |
| - "FirehoseSource":{"type":"string"}, |
1730 |
| - "GetKinesisStreamInput":{ |
1731 |
| - "type":"structure", |
1732 |
| - "required":["DeliveryStreamARN"], |
1733 |
| - "members":{ |
1734 |
| - "DeliveryStreamARN":{"shape":"DeliveryStreamARN"} |
1735 |
| - } |
1736 |
| - }, |
1737 |
| - "GetKinesisStreamOutput":{ |
1738 |
| - "type":"structure", |
1739 |
| - "members":{ |
1740 |
| - "KinesisStreamARN":{"shape":"KinesisStreamARN"}, |
1741 |
| - "CredentialsForReadingKinesisStream":{"shape":"SessionCredentials"} |
1742 |
| - } |
1743 |
| - }, |
1744 | 1691 | "HECAcknowledgmentTimeoutInSeconds":{
|
1745 | 1692 | "type":"integer",
|
1746 | 1693 | "max":600,
|
|
2073 | 2020 | "documentation":"<p>Only requests from CloudWatch Logs are supported when CloudWatch Logs decompression is enabled.</p>",
|
2074 | 2021 | "exception":true
|
2075 | 2022 | },
|
2076 |
| - "InvalidStreamTypeException":{ |
2077 |
| - "type":"structure", |
2078 |
| - "members":{ |
2079 |
| - "message":{"shape":"ErrorMessage"}, |
2080 |
| - "source":{"shape":"FirehoseSource"} |
2081 |
| - }, |
2082 |
| - "exception":true |
2083 |
| - }, |
2084 | 2023 | "KMSEncryptionConfig":{
|
2085 | 2024 | "type":"structure",
|
2086 | 2025 | "required":["AWSKMSKeyARN"],
|
|
3082 | 3021 | },
|
3083 | 3022 | "documentation":"<p>Specifies the schema to which you want Firehose to configure your data before it writes it to Amazon S3. This parameter is required if <code>Enabled</code> is set to true.</p>"
|
3084 | 3023 | },
|
3085 |
| - "SecretAccessKey":{ |
3086 |
| - "type":"string", |
3087 |
| - "sensitive":true |
3088 |
| - }, |
3089 | 3024 | "SecurityGroupIdList":{
|
3090 | 3025 | "type":"list",
|
3091 | 3026 | "member":{"shape":"NonEmptyStringWithoutWhitespace"},
|
|
3118 | 3053 | "exception":true,
|
3119 | 3054 | "fault":true
|
3120 | 3055 | },
|
3121 |
| - "SessionCredentials":{ |
3122 |
| - "type":"structure", |
3123 |
| - "required":[ |
3124 |
| - "AccessKeyId", |
3125 |
| - "SecretAccessKey", |
3126 |
| - "SessionToken", |
3127 |
| - "Expiration" |
3128 |
| - ], |
3129 |
| - "members":{ |
3130 |
| - "AccessKeyId":{"shape":"AccessKeyId"}, |
3131 |
| - "SecretAccessKey":{"shape":"SecretAccessKey"}, |
3132 |
| - "SessionToken":{"shape":"SessionToken"}, |
3133 |
| - "Expiration":{"shape":"Timestamp"} |
3134 |
| - }, |
3135 |
| - "sensitive":true |
3136 |
| - }, |
3137 |
| - "SessionToken":{ |
3138 |
| - "type":"string", |
3139 |
| - "sensitive":true |
3140 |
| - }, |
3141 | 3056 | "SizeInMBs":{
|
3142 | 3057 | "type":"integer",
|
3143 | 3058 | "max":128,
|
|
3777 | 3692 | "min":0,
|
3778 | 3693 | "pattern":"^[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@%]*$"
|
3779 | 3694 | },
|
3780 |
| - "TagrisAccessDeniedException":{ |
3781 |
| - "type":"structure", |
3782 |
| - "members":{ |
3783 |
| - "message":{"shape":"TagrisExceptionMessage"} |
3784 |
| - }, |
3785 |
| - "exception":true |
3786 |
| - }, |
3787 |
| - "TagrisAccountId":{ |
3788 |
| - "type":"string", |
3789 |
| - "max":12, |
3790 |
| - "min":12 |
3791 |
| - }, |
3792 |
| - "TagrisAmazonResourceName":{ |
3793 |
| - "type":"string", |
3794 |
| - "max":1011, |
3795 |
| - "min":1 |
3796 |
| - }, |
3797 |
| - "TagrisExceptionMessage":{ |
3798 |
| - "type":"string", |
3799 |
| - "max":2048, |
3800 |
| - "min":0 |
3801 |
| - }, |
3802 |
| - "TagrisInternalId":{ |
3803 |
| - "type":"string", |
3804 |
| - "max":64, |
3805 |
| - "min":0 |
3806 |
| - }, |
3807 |
| - "TagrisInternalServiceException":{ |
3808 |
| - "type":"structure", |
3809 |
| - "members":{ |
3810 |
| - "message":{"shape":"TagrisExceptionMessage"} |
3811 |
| - }, |
3812 |
| - "exception":true, |
3813 |
| - "fault":true |
3814 |
| - }, |
3815 |
| - "TagrisInvalidArnException":{ |
3816 |
| - "type":"structure", |
3817 |
| - "members":{ |
3818 |
| - "message":{"shape":"TagrisExceptionMessage"}, |
3819 |
| - "sweepListItem":{"shape":"TagrisSweepListItem"} |
3820 |
| - }, |
3821 |
| - "exception":true |
3822 |
| - }, |
3823 |
| - "TagrisInvalidParameterException":{ |
3824 |
| - "type":"structure", |
3825 |
| - "members":{ |
3826 |
| - "message":{"shape":"TagrisExceptionMessage"} |
3827 |
| - }, |
3828 |
| - "exception":true |
3829 |
| - }, |
3830 |
| - "TagrisPartialResourcesExistResultsException":{ |
3831 |
| - "type":"structure", |
3832 |
| - "members":{ |
3833 |
| - "message":{"shape":"TagrisExceptionMessage"}, |
3834 |
| - "resourceExistenceInformation":{"shape":"TagrisSweepListResult"} |
3835 |
| - }, |
3836 |
| - "exception":true |
3837 |
| - }, |
3838 |
| - "TagrisStatus":{ |
3839 |
| - "type":"string", |
3840 |
| - "enum":[ |
3841 |
| - "ACTIVE", |
3842 |
| - "NOT_ACTIVE" |
3843 |
| - ] |
3844 |
| - }, |
3845 |
| - "TagrisSweepList":{ |
3846 |
| - "type":"list", |
3847 |
| - "member":{"shape":"TagrisSweepListItem"} |
3848 |
| - }, |
3849 |
| - "TagrisSweepListItem":{ |
3850 |
| - "type":"structure", |
3851 |
| - "members":{ |
3852 |
| - "TagrisAccountId":{"shape":"TagrisAccountId"}, |
3853 |
| - "TagrisAmazonResourceName":{"shape":"TagrisAmazonResourceName"}, |
3854 |
| - "TagrisInternalId":{"shape":"TagrisInternalId"}, |
3855 |
| - "TagrisVersion":{"shape":"TagrisVersion"} |
3856 |
| - } |
3857 |
| - }, |
3858 |
| - "TagrisSweepListResult":{ |
3859 |
| - "type":"map", |
3860 |
| - "key":{"shape":"TagrisAmazonResourceName"}, |
3861 |
| - "value":{"shape":"TagrisStatus"} |
3862 |
| - }, |
3863 |
| - "TagrisThrottledException":{ |
3864 |
| - "type":"structure", |
3865 |
| - "members":{ |
3866 |
| - "message":{"shape":"TagrisExceptionMessage"} |
3867 |
| - }, |
3868 |
| - "exception":true |
3869 |
| - }, |
3870 |
| - "TagrisVerifyResourcesExistInput":{ |
3871 |
| - "type":"structure", |
3872 |
| - "required":["TagrisSweepList"], |
3873 |
| - "members":{ |
3874 |
| - "TagrisSweepList":{"shape":"TagrisSweepList"} |
3875 |
| - } |
3876 |
| - }, |
3877 |
| - "TagrisVerifyResourcesExistOutput":{ |
3878 |
| - "type":"structure", |
3879 |
| - "required":["TagrisSweepListResult"], |
3880 |
| - "members":{ |
3881 |
| - "TagrisSweepListResult":{"shape":"TagrisSweepListResult"} |
3882 |
| - } |
3883 |
| - }, |
3884 |
| - "TagrisVersion":{"type":"long"}, |
3885 | 3695 | "Timestamp":{"type":"timestamp"},
|
3886 | 3696 | "TopicName":{
|
3887 | 3697 | "type":"string",
|
|
0 commit comments