|
644 | 644 | "shape":"UpsolverMetadata",
|
645 | 645 | "documentation":"<p> The connector metadata specific to Upsolver. </p>"
|
646 | 646 | },
|
647 |
| - "CustomerProfiles":{"shape":"CustomerProfilesMetadata"}, |
648 |
| - "Honeycode":{"shape":"HoneycodeMetadata"} |
| 647 | + "CustomerProfiles":{ |
| 648 | + "shape":"CustomerProfilesMetadata", |
| 649 | + "documentation":"<p> The connector metadata specific to Amazon Connect Customer Profiles. </p>" |
| 650 | + }, |
| 651 | + "Honeycode":{ |
| 652 | + "shape":"HoneycodeMetadata", |
| 653 | + "documentation":"<p> The connector metadata specific to Amazon Honeycode. </p>" |
| 654 | + } |
649 | 655 | },
|
650 | 656 | "documentation":"<p> A structure to specify connector-specific metadata such as <code>oAuthScopes</code>, <code>supportedRegions</code>, <code>privateLinkServiceUrl</code>, and so on. </p>"
|
651 | 657 | },
|
|
805 | 811 | "shape":"GoogleAnalyticsConnectorProfileCredentials",
|
806 | 812 | "documentation":"<p> The connector-specific credentials required when using Google Analytics. </p>"
|
807 | 813 | },
|
808 |
| - "Honeycode":{"shape":"HoneycodeConnectorProfileCredentials"}, |
| 814 | + "Honeycode":{ |
| 815 | + "shape":"HoneycodeConnectorProfileCredentials", |
| 816 | + "documentation":"<p> The connector-specific credentials required when using Amazon Honeycode. </p>" |
| 817 | + }, |
809 | 818 | "InforNexus":{
|
810 | 819 | "shape":"InforNexusConnectorProfileCredentials",
|
811 | 820 | "documentation":"<p> The connector-specific credentials required when using Infor Nexus. </p>"
|
|
887 | 896 | "shape":"GoogleAnalyticsConnectorProfileProperties",
|
888 | 897 | "documentation":"<p> The connector-specific properties required Google Analytics. </p>"
|
889 | 898 | },
|
890 |
| - "Honeycode":{"shape":"HoneycodeConnectorProfileProperties"}, |
| 899 | + "Honeycode":{ |
| 900 | + "shape":"HoneycodeConnectorProfileProperties", |
| 901 | + "documentation":"<p> The connector-specific properties required by Amazon Honeycode. </p>" |
| 902 | + }, |
891 | 903 | "InforNexus":{
|
892 | 904 | "shape":"InforNexusConnectorProfileProperties",
|
893 | 905 | "documentation":"<p> The connector-specific properties required by Infor Nexus. </p>"
|
|
1082 | 1094 | "type":"structure",
|
1083 | 1095 | "required":["domainName"],
|
1084 | 1096 | "members":{
|
1085 |
| - "domainName":{"shape":"DomainName"}, |
1086 |
| - "objectTypeName":{"shape":"ObjectTypeName"} |
1087 |
| - } |
| 1097 | + "domainName":{ |
| 1098 | + "shape":"DomainName", |
| 1099 | + "documentation":"<p> The unique name of the Amazon Connect Customer Profiles domain. </p>" |
| 1100 | + }, |
| 1101 | + "objectTypeName":{ |
| 1102 | + "shape":"ObjectTypeName", |
| 1103 | + "documentation":"<p> The object specified in the Amazon Connect Customer Profiles flow destination. </p>" |
| 1104 | + } |
| 1105 | + }, |
| 1106 | + "documentation":"<p> The properties that are applied when Amazon Connect Customer Profiles is used as a destination. </p>" |
1088 | 1107 | },
|
1089 | 1108 | "CustomerProfilesMetadata":{
|
1090 | 1109 | "type":"structure",
|
1091 | 1110 | "members":{
|
1092 |
| - } |
| 1111 | + }, |
| 1112 | + "documentation":"<p> The connector metadata specific to Amazon Connect Customer Profiles. </p>" |
1093 | 1113 | },
|
1094 | 1114 | "DataPullMode":{
|
1095 | 1115 | "type":"string",
|
|
1280 | 1300 | "members":{
|
1281 | 1301 | "connectorTypes":{
|
1282 | 1302 | "shape":"ConnectorTypeList",
|
1283 |
| - "documentation":"<p> The type of connector, such as Salesforce, Amplitude, and so on. </p> <note> <p> <i>Locke</i> refers to a new destination known as Amazon Connect Customer Profiles. At this time, we recommend that you do not use this destination. </p> </note>" |
| 1303 | + "documentation":"<p> The type of connector, such as Salesforce, Amplitude, and so on. </p>" |
1284 | 1304 | },
|
1285 | 1305 | "nextToken":{
|
1286 | 1306 | "shape":"NextToken",
|
|
1439 | 1459 | "shape":"EventBridgeDestinationProperties",
|
1440 | 1460 | "documentation":"<p> The properties required to query Amazon EventBridge. </p>"
|
1441 | 1461 | },
|
1442 |
| - "LookoutMetrics":{"shape":"LookoutMetricsDestinationProperties"}, |
| 1462 | + "LookoutMetrics":{ |
| 1463 | + "shape":"LookoutMetricsDestinationProperties", |
| 1464 | + "documentation":"<p> The properties required to query Amazon Lookout for Metrics. </p>" |
| 1465 | + }, |
1443 | 1466 | "Upsolver":{
|
1444 | 1467 | "shape":"UpsolverDestinationProperties",
|
1445 | 1468 | "documentation":"<p> The properties required to query Upsolver. </p>"
|
1446 | 1469 | },
|
1447 |
| - "Honeycode":{"shape":"HoneycodeDestinationProperties"}, |
1448 |
| - "CustomerProfiles":{"shape":"CustomerProfilesDestinationProperties"} |
| 1470 | + "Honeycode":{ |
| 1471 | + "shape":"HoneycodeDestinationProperties", |
| 1472 | + "documentation":"<p> The properties required to query Amazon Honeycode. </p>" |
| 1473 | + }, |
| 1474 | + "CustomerProfiles":{ |
| 1475 | + "shape":"CustomerProfilesDestinationProperties", |
| 1476 | + "documentation":"<p> The properties required to query Amazon Connect Customer Profiles. </p>" |
| 1477 | + } |
1449 | 1478 | },
|
1450 | 1479 | "documentation":"<p> This stores the information that is required to query a particular connector. </p>"
|
1451 | 1480 | },
|
|
1926 | 1955 | "HoneycodeConnectorProfileCredentials":{
|
1927 | 1956 | "type":"structure",
|
1928 | 1957 | "members":{
|
1929 |
| - "accessToken":{"shape":"AccessToken"}, |
1930 |
| - "refreshToken":{"shape":"RefreshToken"}, |
| 1958 | + "accessToken":{ |
| 1959 | + "shape":"AccessToken", |
| 1960 | + "documentation":"<p> The credentials used to access protected Amazon Honeycode resources. </p>" |
| 1961 | + }, |
| 1962 | + "refreshToken":{ |
| 1963 | + "shape":"RefreshToken", |
| 1964 | + "documentation":"<p> The credentials used to acquire new access tokens. </p>" |
| 1965 | + }, |
1931 | 1966 | "oAuthRequest":{"shape":"ConnectorOAuthRequest"}
|
1932 |
| - } |
| 1967 | + }, |
| 1968 | + "documentation":"<p> The connector-specific credentials required when using Amazon Honeycode. </p>" |
1933 | 1969 | },
|
1934 | 1970 | "HoneycodeConnectorProfileProperties":{
|
1935 | 1971 | "type":"structure",
|
1936 | 1972 | "members":{
|
1937 |
| - } |
| 1973 | + }, |
| 1974 | + "documentation":"<p> The connector-specific properties required when using Amazon Honeycode. </p>" |
1938 | 1975 | },
|
1939 | 1976 | "HoneycodeDestinationProperties":{
|
1940 | 1977 | "type":"structure",
|
1941 | 1978 | "required":["object"],
|
1942 | 1979 | "members":{
|
1943 |
| - "object":{"shape":"Object"}, |
| 1980 | + "object":{ |
| 1981 | + "shape":"Object", |
| 1982 | + "documentation":"<p> The object specified in the Amazon Honeycode flow destination. </p>" |
| 1983 | + }, |
1944 | 1984 | "errorHandlingConfig":{"shape":"ErrorHandlingConfig"}
|
1945 |
| - } |
| 1985 | + }, |
| 1986 | + "documentation":"<p> The properties that are applied when Amazon Honeycode is used as a destination. </p>" |
1946 | 1987 | },
|
1947 | 1988 | "HoneycodeMetadata":{
|
1948 | 1989 | "type":"structure",
|
1949 | 1990 | "members":{
|
1950 |
| - "oAuthScopes":{"shape":"OAuthScopeList"} |
1951 |
| - } |
| 1991 | + "oAuthScopes":{ |
| 1992 | + "shape":"OAuthScopeList", |
| 1993 | + "documentation":"<p> The desired authorization scope for the Amazon Honeycode account. </p>" |
| 1994 | + } |
| 1995 | + }, |
| 1996 | + "documentation":"<p> The connector metadata specific to Amazon Honeycode. </p>" |
1952 | 1997 | },
|
1953 | 1998 | "IdFieldNameList":{
|
1954 | 1999 | "type":"list",
|
|
2156 | 2201 | "LookoutMetricsDestinationProperties":{
|
2157 | 2202 | "type":"structure",
|
2158 | 2203 | "members":{
|
2159 |
| - } |
| 2204 | + }, |
| 2205 | + "documentation":"<p> The properties that are applied when Amazon Lookout for Metrics is used as a destination. </p>" |
2160 | 2206 | },
|
2161 | 2207 | "MarketoConnectorOperator":{
|
2162 | 2208 | "type":"string",
|
|
2328 | 2374 | "members":{
|
2329 | 2375 | "prefixType":{
|
2330 | 2376 | "shape":"PrefixType",
|
2331 |
| - "documentation":"<p> Determines the level of granularity that's included in the prefix. </p>" |
| 2377 | + "documentation":"<p> Determines the format of the prefix, and whether it applies to the file name, file path, or both. </p>" |
2332 | 2378 | },
|
2333 | 2379 | "prefixFormat":{
|
2334 | 2380 | "shape":"PrefixFormat",
|
2335 |
| - "documentation":"<p> Determines the format of the prefix, and whether it applies to the file name, file path, or both. </p>" |
| 2381 | + "documentation":"<p> Determines the level of granularity that's included in the prefix. </p>" |
2336 | 2382 | }
|
2337 | 2383 | },
|
2338 | 2384 | "documentation":"<p> Determines the prefix that Amazon AppFlow applies to the destination folder name. You can name your destination folders according to the flow frequency and date. </p>"
|
|
2716 | 2762 | "documentation":"<p> Specifies the optional offset that is added to the time interval for a schedule-triggered flow. </p>",
|
2717 | 2763 | "box":true
|
2718 | 2764 | },
|
2719 |
| - "firstExecutionFrom":{"shape":"Date"} |
| 2765 | + "firstExecutionFrom":{ |
| 2766 | + "shape":"Date", |
| 2767 | + "documentation":"<p> Specifies the date range for the records to import from the connector in the first flow run. </p>" |
| 2768 | + } |
2720 | 2769 | },
|
2721 | 2770 | "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>"
|
2722 | 2771 | },
|
|
0 commit comments