|
27 | 27 | {"shape":"ConnectorAuthenticationException"},
|
28 | 28 | {"shape":"InternalServerException"}
|
29 | 29 | ],
|
30 |
| - "documentation":"<p> Creates a new connector profile associated with your Amazon Web Services account. There is a soft quota of 100 connector profiles per Amazon Web Services account. If you need more connector profiles than this quota allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support channel. </p>" |
| 30 | + "documentation":"<p> Creates a new connector profile associated with your Amazon Web Services account. There is a soft quota of 100 connector profiles per Amazon Web Services account. If you need more connector profiles than this quota allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support channel. In each connector profile that you create, you can provide the credentials and properties for only one connector.</p>" |
31 | 31 | },
|
32 | 32 | "CreateFlow":{
|
33 | 33 | "name":"CreateFlow",
|
|
108 | 108 | {"shape":"ConnectorServerException"},
|
109 | 109 | {"shape":"InternalServerException"}
|
110 | 110 | ],
|
111 |
| - "documentation":"<p> Provides details regarding the entity used with the connector, with a description of the data model for each entity. </p>" |
| 111 | + "documentation":"<p> Provides details regarding the entity used with the connector, with a description of the data model for each field in that entity. </p>" |
112 | 112 | },
|
113 | 113 | "DescribeConnectorProfiles":{
|
114 | 114 | "name":"DescribeConnectorProfiles",
|
|
385 | 385 | },
|
386 | 386 | "AccessToken":{
|
387 | 387 | "type":"string",
|
388 |
| - "max":2048, |
| 388 | + "max":4096, |
389 | 389 | "pattern":"\\S+",
|
390 | 390 | "sensitive":true
|
391 | 391 | },
|
|
2610 | 2610 | "max":2048,
|
2611 | 2611 | "pattern":"[\\w!@#\\-.?,\\s]*"
|
2612 | 2612 | },
|
| 2613 | + "FlowErrorDeactivationThreshold":{ |
| 2614 | + "type":"integer", |
| 2615 | + "max":100, |
| 2616 | + "min":1 |
| 2617 | + }, |
2613 | 2618 | "FlowExecutionList":{
|
2614 | 2619 | "type":"list",
|
2615 | 2620 | "member":{"shape":"ExecutionRecord"}
|
|
2862 | 2867 | "error":{"httpStatusCode":500},
|
2863 | 2868 | "exception":true
|
2864 | 2869 | },
|
| 2870 | + "JavaBoolean":{"type":"boolean"}, |
2865 | 2871 | "KMSArn":{
|
2866 | 2872 | "type":"string",
|
2867 | 2873 | "max":2048,
|
|
3598 | 3604 | },
|
3599 | 3605 | "RefreshToken":{
|
3600 | 3606 | "type":"string",
|
3601 |
| - "max":1024, |
| 3607 | + "max":2048, |
3602 | 3608 | "pattern":"\\S+"
|
3603 | 3609 | },
|
3604 | 3610 | "Region":{
|
|
3734 | 3740 | "shape":"PrefixConfig",
|
3735 | 3741 | "documentation":"<p> Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date. </p>"
|
3736 | 3742 | },
|
3737 |
| - "aggregationConfig":{"shape":"AggregationConfig"} |
| 3743 | + "aggregationConfig":{"shape":"AggregationConfig"}, |
| 3744 | + "preserveSourceDataTyping":{ |
| 3745 | + "shape":"JavaBoolean", |
| 3746 | + "documentation":"<p>If your file output format is Parquet, use this parameter to set whether Amazon AppFlow preserves the data types in your source data when it writes the output to Amazon S3. </p> <ul> <li> <p> <code>true</code>: Amazon AppFlow preserves the data types when it writes to Amazon S3. For example, an integer or <code>1</code> in your source data is still an integer in your output.</p> </li> <li> <p> <code>false</code>: Amazon AppFlow converts all of the source data into strings when it writes to Amazon S3. For example, an integer of <code>1</code> in your source data becomes the string <code>\"1\"</code> in the output.</p> </li> </ul>" |
| 3747 | + } |
3738 | 3748 | },
|
3739 | 3749 | "documentation":"<p> The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination. </p>"
|
3740 | 3750 | },
|
|
4018 | 4028 | },
|
4019 | 4029 | "scheduleStartTime":{
|
4020 | 4030 | "shape":"Date",
|
4021 |
| - "documentation":"<p> Specifies the scheduled start time for a schedule-triggered flow. </p>" |
| 4031 | + "documentation":"<p>The time at which the scheduled flow starts. The time is formatted as a timestamp that follows the ISO 8601 standard, such as <code>2022-04-26T13:00:00-07:00</code>.</p>" |
4022 | 4032 | },
|
4023 | 4033 | "scheduleEndTime":{
|
4024 | 4034 | "shape":"Date",
|
4025 |
| - "documentation":"<p> Specifies the scheduled end time for a schedule-triggered flow. </p>" |
| 4035 | + "documentation":"<p>The time at which the scheduled flow ends. The time is formatted as a timestamp that follows the ISO 8601 standard, such as <code>2022-04-27T13:00:00-07:00</code>.</p>" |
4026 | 4036 | },
|
4027 | 4037 | "timezone":{
|
4028 | 4038 | "shape":"Timezone",
|
4029 |
| - "documentation":"<p> Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as <code>America/New_York</code>. </p>" |
| 4039 | + "documentation":"<p>Specifies the time zone used when referring to the dates and times of a scheduled flow, such as <code>America/New_York</code>. This time zone is only a descriptive label. It doesn't affect how Amazon AppFlow interprets the timestamps that you specify to schedule the flow.</p> <p>If you want to schedule a flow by using times in a particular time zone, indicate the time zone as a UTC offset in your timestamps. For example, the UTC offsets for the <code>America/New_York</code> timezone are <code>-04:00</code> EDT and <code>-05:00 EST</code>.</p>" |
4030 | 4040 | },
|
4031 | 4041 | "scheduleOffset":{
|
4032 | 4042 | "shape":"ScheduleOffset",
|
|
4036 | 4046 | "firstExecutionFrom":{
|
4037 | 4047 | "shape":"Date",
|
4038 | 4048 | "documentation":"<p> Specifies the date range for the records to import from the connector in the first flow run. </p>"
|
| 4049 | + }, |
| 4050 | + "flowErrorDeactivationThreshold":{ |
| 4051 | + "shape":"FlowErrorDeactivationThreshold", |
| 4052 | + "documentation":"<p>Defines how many times a scheduled flow fails consecutively before Amazon AppFlow deactivates it.</p>", |
| 4053 | + "box":true |
4039 | 4054 | }
|
4040 | 4055 | },
|
4041 | 4056 | "documentation":"<p> Specifies the configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the <code>Scheduled</code> trigger type. </p>"
|
|
0 commit comments