aws-sdk-appflow 1.31.0 → 1.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,14 +26,6 @@ module Aws::Appflow
26
26
  # The aggregation settings that you can use to customize the output
27
27
  # format of your flow data.
28
28
  #
29
- # @note When making an API call, you may pass AggregationConfig
30
- # data as a hash:
31
- #
32
- # {
33
- # aggregation_type: "None", # accepts None, SingleFile
34
- # target_file_size: 1,
35
- # }
36
- #
37
29
  # @!attribute [rw] aggregation_type
38
30
  # Specifies whether Amazon AppFlow aggregates the flow records into a
39
31
  # single file, or leave them unaggregated.
@@ -58,14 +50,6 @@ module Aws::Appflow
58
50
 
59
51
  # The connector-specific credentials required when using Amplitude.
60
52
  #
61
- # @note When making an API call, you may pass AmplitudeConnectorProfileCredentials
62
- # data as a hash:
63
- #
64
- # {
65
- # api_key: "ApiKey", # required
66
- # secret_key: "SecretKey", # required
67
- # }
68
- #
69
53
  # @!attribute [rw] api_key
70
54
  # A unique alphanumeric identifier used to authenticate a user,
71
55
  # developer, or calling program to your API.
@@ -102,13 +86,6 @@ module Aws::Appflow
102
86
  # The properties that are applied when Amplitude is being used as a
103
87
  # source.
104
88
  #
105
- # @note When making an API call, you may pass AmplitudeSourceProperties
106
- # data as a hash:
107
- #
108
- # {
109
- # object: "Object", # required
110
- # }
111
- #
112
89
  # @!attribute [rw] object
113
90
  # The object specified in the Amplitude flow source.
114
91
  # @return [String]
@@ -123,14 +100,6 @@ module Aws::Appflow
123
100
 
124
101
  # The API key credentials required for API key authentication.
125
102
  #
126
- # @note When making an API call, you may pass ApiKeyCredentials
127
- # data as a hash:
128
- #
129
- # {
130
- # api_key: "ApiKey", # required
131
- # api_secret_key: "ApiSecretKey",
132
- # }
133
- #
134
103
  # @!attribute [rw] api_key
135
104
  # The API key required for API key authentication.
136
105
  # @return [String]
@@ -235,14 +204,6 @@ module Aws::Appflow
235
204
 
236
205
  # The basic auth credentials required for basic authentication.
237
206
  #
238
- # @note When making an API call, you may pass BasicAuthCredentials
239
- # data as a hash:
240
- #
241
- # {
242
- # username: "Username", # required
243
- # password: "Password", # required
244
- # }
245
- #
246
207
  # @!attribute [rw] username
247
208
  # The username to use to connect to a resource.
248
209
  # @return [String]
@@ -713,14 +674,6 @@ module Aws::Appflow
713
674
  # Used by select connectors for which the OAuth workflow is supported,
714
675
  # such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
715
676
  #
716
- # @note When making an API call, you may pass ConnectorOAuthRequest
717
- # data as a hash:
718
- #
719
- # {
720
- # auth_code: "AuthCode",
721
- # redirect_uri: "RedirectUri",
722
- # }
723
- #
724
677
  # @!attribute [rw] auth_code
725
678
  # The code provided by the connector when it has been authenticated
726
679
  # via the connected app.
@@ -742,28 +695,6 @@ module Aws::Appflow
742
695
 
743
696
  # The operation to be performed on the provided source fields.
744
697
  #
745
- # @note When making an API call, you may pass ConnectorOperator
746
- # data as a hash:
747
- #
748
- # {
749
- # amplitude: "BETWEEN", # accepts BETWEEN
750
- # datadog: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
751
- # dynatrace: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
752
- # google_analytics: "PROJECTION", # accepts PROJECTION, BETWEEN
753
- # infor_nexus: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
754
- # marketo: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
755
- # s3: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
756
- # salesforce: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
757
- # service_now: "PROJECTION", # accepts PROJECTION, CONTAINS, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
758
- # singular: "PROJECTION", # accepts PROJECTION, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
759
- # slack: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
760
- # trendmicro: "PROJECTION", # accepts PROJECTION, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
761
- # veeva: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, CONTAINS, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
762
- # zendesk: "PROJECTION", # accepts PROJECTION, GREATER_THAN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
763
- # sapo_data: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
764
- # custom_connector: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, CONTAINS, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
765
- # }
766
- #
767
698
  # @!attribute [rw] amplitude
768
699
  # The operation to be performed on the provided Amplitude source
769
700
  # fields.
@@ -929,230 +860,6 @@ module Aws::Appflow
929
860
  # Defines the connector-specific configuration and credentials for the
930
861
  # connector profile.
931
862
  #
932
- # @note When making an API call, you may pass ConnectorProfileConfig
933
- # data as a hash:
934
- #
935
- # {
936
- # connector_profile_properties: { # required
937
- # amplitude: {
938
- # },
939
- # datadog: {
940
- # instance_url: "InstanceUrl", # required
941
- # },
942
- # dynatrace: {
943
- # instance_url: "InstanceUrl", # required
944
- # },
945
- # google_analytics: {
946
- # },
947
- # honeycode: {
948
- # },
949
- # infor_nexus: {
950
- # instance_url: "InstanceUrl", # required
951
- # },
952
- # marketo: {
953
- # instance_url: "InstanceUrl", # required
954
- # },
955
- # redshift: {
956
- # database_url: "DatabaseUrl", # required
957
- # bucket_name: "BucketName", # required
958
- # bucket_prefix: "BucketPrefix",
959
- # role_arn: "RoleArn", # required
960
- # },
961
- # salesforce: {
962
- # instance_url: "InstanceUrl",
963
- # is_sandbox_environment: false,
964
- # },
965
- # service_now: {
966
- # instance_url: "InstanceUrl", # required
967
- # },
968
- # singular: {
969
- # },
970
- # slack: {
971
- # instance_url: "InstanceUrl", # required
972
- # },
973
- # snowflake: {
974
- # warehouse: "Warehouse", # required
975
- # stage: "Stage", # required
976
- # bucket_name: "BucketName", # required
977
- # bucket_prefix: "BucketPrefix",
978
- # private_link_service_name: "PrivateLinkServiceName",
979
- # account_name: "AccountName",
980
- # region: "Region",
981
- # },
982
- # trendmicro: {
983
- # },
984
- # veeva: {
985
- # instance_url: "InstanceUrl", # required
986
- # },
987
- # zendesk: {
988
- # instance_url: "InstanceUrl", # required
989
- # },
990
- # sapo_data: {
991
- # application_host_url: "ApplicationHostUrl", # required
992
- # application_service_path: "ApplicationServicePath", # required
993
- # port_number: 1, # required
994
- # client_number: "ClientNumber", # required
995
- # logon_language: "LogonLanguage",
996
- # private_link_service_name: "PrivateLinkServiceName",
997
- # o_auth_properties: {
998
- # token_url: "TokenUrl", # required
999
- # auth_code_url: "AuthCodeUrl", # required
1000
- # o_auth_scopes: ["OAuthScope"], # required
1001
- # },
1002
- # },
1003
- # custom_connector: {
1004
- # profile_properties: {
1005
- # "ProfilePropertyKey" => "ProfilePropertyValue",
1006
- # },
1007
- # o_auth_2_properties: {
1008
- # token_url: "TokenUrl", # required
1009
- # o_auth_2_grant_type: "CLIENT_CREDENTIALS", # required, accepts CLIENT_CREDENTIALS, AUTHORIZATION_CODE
1010
- # token_url_custom_properties: {
1011
- # "CustomPropertyKey" => "CustomPropertyValue",
1012
- # },
1013
- # },
1014
- # },
1015
- # },
1016
- # connector_profile_credentials: { # required
1017
- # amplitude: {
1018
- # api_key: "ApiKey", # required
1019
- # secret_key: "SecretKey", # required
1020
- # },
1021
- # datadog: {
1022
- # api_key: "ApiKey", # required
1023
- # application_key: "ApplicationKey", # required
1024
- # },
1025
- # dynatrace: {
1026
- # api_token: "ApiToken", # required
1027
- # },
1028
- # google_analytics: {
1029
- # client_id: "ClientId", # required
1030
- # client_secret: "ClientSecret", # required
1031
- # access_token: "AccessToken",
1032
- # refresh_token: "RefreshToken",
1033
- # o_auth_request: {
1034
- # auth_code: "AuthCode",
1035
- # redirect_uri: "RedirectUri",
1036
- # },
1037
- # },
1038
- # honeycode: {
1039
- # access_token: "AccessToken",
1040
- # refresh_token: "RefreshToken",
1041
- # o_auth_request: {
1042
- # auth_code: "AuthCode",
1043
- # redirect_uri: "RedirectUri",
1044
- # },
1045
- # },
1046
- # infor_nexus: {
1047
- # access_key_id: "AccessKeyId", # required
1048
- # user_id: "Username", # required
1049
- # secret_access_key: "Key", # required
1050
- # datakey: "Key", # required
1051
- # },
1052
- # marketo: {
1053
- # client_id: "ClientId", # required
1054
- # client_secret: "ClientSecret", # required
1055
- # access_token: "AccessToken",
1056
- # o_auth_request: {
1057
- # auth_code: "AuthCode",
1058
- # redirect_uri: "RedirectUri",
1059
- # },
1060
- # },
1061
- # redshift: {
1062
- # username: "Username", # required
1063
- # password: "Password", # required
1064
- # },
1065
- # salesforce: {
1066
- # access_token: "AccessToken",
1067
- # refresh_token: "RefreshToken",
1068
- # o_auth_request: {
1069
- # auth_code: "AuthCode",
1070
- # redirect_uri: "RedirectUri",
1071
- # },
1072
- # client_credentials_arn: "ClientCredentialsArn",
1073
- # },
1074
- # service_now: {
1075
- # username: "Username", # required
1076
- # password: "Password", # required
1077
- # },
1078
- # singular: {
1079
- # api_key: "ApiKey", # required
1080
- # },
1081
- # slack: {
1082
- # client_id: "ClientId", # required
1083
- # client_secret: "ClientSecret", # required
1084
- # access_token: "AccessToken",
1085
- # o_auth_request: {
1086
- # auth_code: "AuthCode",
1087
- # redirect_uri: "RedirectUri",
1088
- # },
1089
- # },
1090
- # snowflake: {
1091
- # username: "Username", # required
1092
- # password: "Password", # required
1093
- # },
1094
- # trendmicro: {
1095
- # api_secret_key: "ApiSecretKey", # required
1096
- # },
1097
- # veeva: {
1098
- # username: "Username", # required
1099
- # password: "Password", # required
1100
- # },
1101
- # zendesk: {
1102
- # client_id: "ClientId", # required
1103
- # client_secret: "ClientSecret", # required
1104
- # access_token: "AccessToken",
1105
- # o_auth_request: {
1106
- # auth_code: "AuthCode",
1107
- # redirect_uri: "RedirectUri",
1108
- # },
1109
- # },
1110
- # sapo_data: {
1111
- # basic_auth_credentials: {
1112
- # username: "Username", # required
1113
- # password: "Password", # required
1114
- # },
1115
- # o_auth_credentials: {
1116
- # client_id: "ClientId", # required
1117
- # client_secret: "ClientSecret", # required
1118
- # access_token: "AccessToken",
1119
- # refresh_token: "RefreshToken",
1120
- # o_auth_request: {
1121
- # auth_code: "AuthCode",
1122
- # redirect_uri: "RedirectUri",
1123
- # },
1124
- # },
1125
- # },
1126
- # custom_connector: {
1127
- # authentication_type: "OAUTH2", # required, accepts OAUTH2, APIKEY, BASIC, CUSTOM
1128
- # basic: {
1129
- # username: "Username", # required
1130
- # password: "Password", # required
1131
- # },
1132
- # oauth2: {
1133
- # client_id: "ClientId",
1134
- # client_secret: "ClientSecret",
1135
- # access_token: "AccessToken",
1136
- # refresh_token: "RefreshToken",
1137
- # o_auth_request: {
1138
- # auth_code: "AuthCode",
1139
- # redirect_uri: "RedirectUri",
1140
- # },
1141
- # },
1142
- # api_key: {
1143
- # api_key: "ApiKey", # required
1144
- # api_secret_key: "ApiSecretKey",
1145
- # },
1146
- # custom: {
1147
- # custom_authentication_type: "CustomAuthenticationType", # required
1148
- # credentials_map: {
1149
- # "CredentialsMapKey" => "CredentialsMapValue",
1150
- # },
1151
- # },
1152
- # },
1153
- # },
1154
- # }
1155
- #
1156
863
  # @!attribute [rw] connector_profile_properties
1157
864
  # The connector-specific properties of the profile configuration.
1158
865
  # @return [Types::ConnectorProfileProperties]
@@ -1172,148 +879,6 @@ module Aws::Appflow
1172
879
 
1173
880
  # The connector-specific credentials required by a connector.
1174
881
  #
1175
- # @note When making an API call, you may pass ConnectorProfileCredentials
1176
- # data as a hash:
1177
- #
1178
- # {
1179
- # amplitude: {
1180
- # api_key: "ApiKey", # required
1181
- # secret_key: "SecretKey", # required
1182
- # },
1183
- # datadog: {
1184
- # api_key: "ApiKey", # required
1185
- # application_key: "ApplicationKey", # required
1186
- # },
1187
- # dynatrace: {
1188
- # api_token: "ApiToken", # required
1189
- # },
1190
- # google_analytics: {
1191
- # client_id: "ClientId", # required
1192
- # client_secret: "ClientSecret", # required
1193
- # access_token: "AccessToken",
1194
- # refresh_token: "RefreshToken",
1195
- # o_auth_request: {
1196
- # auth_code: "AuthCode",
1197
- # redirect_uri: "RedirectUri",
1198
- # },
1199
- # },
1200
- # honeycode: {
1201
- # access_token: "AccessToken",
1202
- # refresh_token: "RefreshToken",
1203
- # o_auth_request: {
1204
- # auth_code: "AuthCode",
1205
- # redirect_uri: "RedirectUri",
1206
- # },
1207
- # },
1208
- # infor_nexus: {
1209
- # access_key_id: "AccessKeyId", # required
1210
- # user_id: "Username", # required
1211
- # secret_access_key: "Key", # required
1212
- # datakey: "Key", # required
1213
- # },
1214
- # marketo: {
1215
- # client_id: "ClientId", # required
1216
- # client_secret: "ClientSecret", # required
1217
- # access_token: "AccessToken",
1218
- # o_auth_request: {
1219
- # auth_code: "AuthCode",
1220
- # redirect_uri: "RedirectUri",
1221
- # },
1222
- # },
1223
- # redshift: {
1224
- # username: "Username", # required
1225
- # password: "Password", # required
1226
- # },
1227
- # salesforce: {
1228
- # access_token: "AccessToken",
1229
- # refresh_token: "RefreshToken",
1230
- # o_auth_request: {
1231
- # auth_code: "AuthCode",
1232
- # redirect_uri: "RedirectUri",
1233
- # },
1234
- # client_credentials_arn: "ClientCredentialsArn",
1235
- # },
1236
- # service_now: {
1237
- # username: "Username", # required
1238
- # password: "Password", # required
1239
- # },
1240
- # singular: {
1241
- # api_key: "ApiKey", # required
1242
- # },
1243
- # slack: {
1244
- # client_id: "ClientId", # required
1245
- # client_secret: "ClientSecret", # required
1246
- # access_token: "AccessToken",
1247
- # o_auth_request: {
1248
- # auth_code: "AuthCode",
1249
- # redirect_uri: "RedirectUri",
1250
- # },
1251
- # },
1252
- # snowflake: {
1253
- # username: "Username", # required
1254
- # password: "Password", # required
1255
- # },
1256
- # trendmicro: {
1257
- # api_secret_key: "ApiSecretKey", # required
1258
- # },
1259
- # veeva: {
1260
- # username: "Username", # required
1261
- # password: "Password", # required
1262
- # },
1263
- # zendesk: {
1264
- # client_id: "ClientId", # required
1265
- # client_secret: "ClientSecret", # required
1266
- # access_token: "AccessToken",
1267
- # o_auth_request: {
1268
- # auth_code: "AuthCode",
1269
- # redirect_uri: "RedirectUri",
1270
- # },
1271
- # },
1272
- # sapo_data: {
1273
- # basic_auth_credentials: {
1274
- # username: "Username", # required
1275
- # password: "Password", # required
1276
- # },
1277
- # o_auth_credentials: {
1278
- # client_id: "ClientId", # required
1279
- # client_secret: "ClientSecret", # required
1280
- # access_token: "AccessToken",
1281
- # refresh_token: "RefreshToken",
1282
- # o_auth_request: {
1283
- # auth_code: "AuthCode",
1284
- # redirect_uri: "RedirectUri",
1285
- # },
1286
- # },
1287
- # },
1288
- # custom_connector: {
1289
- # authentication_type: "OAUTH2", # required, accepts OAUTH2, APIKEY, BASIC, CUSTOM
1290
- # basic: {
1291
- # username: "Username", # required
1292
- # password: "Password", # required
1293
- # },
1294
- # oauth2: {
1295
- # client_id: "ClientId",
1296
- # client_secret: "ClientSecret",
1297
- # access_token: "AccessToken",
1298
- # refresh_token: "RefreshToken",
1299
- # o_auth_request: {
1300
- # auth_code: "AuthCode",
1301
- # redirect_uri: "RedirectUri",
1302
- # },
1303
- # },
1304
- # api_key: {
1305
- # api_key: "ApiKey", # required
1306
- # api_secret_key: "ApiSecretKey",
1307
- # },
1308
- # custom: {
1309
- # custom_authentication_type: "CustomAuthenticationType", # required
1310
- # credentials_map: {
1311
- # "CredentialsMapKey" => "CredentialsMapValue",
1312
- # },
1313
- # },
1314
- # },
1315
- # }
1316
- #
1317
882
  # @!attribute [rw] amplitude
1318
883
  # The connector-specific credentials required when using Amplitude.
1319
884
  # @return [Types::AmplitudeConnectorProfileCredentials]
@@ -1418,90 +983,6 @@ module Aws::Appflow
1418
983
 
1419
984
  # The connector-specific profile properties required by each connector.
1420
985
  #
1421
- # @note When making an API call, you may pass ConnectorProfileProperties
1422
- # data as a hash:
1423
- #
1424
- # {
1425
- # amplitude: {
1426
- # },
1427
- # datadog: {
1428
- # instance_url: "InstanceUrl", # required
1429
- # },
1430
- # dynatrace: {
1431
- # instance_url: "InstanceUrl", # required
1432
- # },
1433
- # google_analytics: {
1434
- # },
1435
- # honeycode: {
1436
- # },
1437
- # infor_nexus: {
1438
- # instance_url: "InstanceUrl", # required
1439
- # },
1440
- # marketo: {
1441
- # instance_url: "InstanceUrl", # required
1442
- # },
1443
- # redshift: {
1444
- # database_url: "DatabaseUrl", # required
1445
- # bucket_name: "BucketName", # required
1446
- # bucket_prefix: "BucketPrefix",
1447
- # role_arn: "RoleArn", # required
1448
- # },
1449
- # salesforce: {
1450
- # instance_url: "InstanceUrl",
1451
- # is_sandbox_environment: false,
1452
- # },
1453
- # service_now: {
1454
- # instance_url: "InstanceUrl", # required
1455
- # },
1456
- # singular: {
1457
- # },
1458
- # slack: {
1459
- # instance_url: "InstanceUrl", # required
1460
- # },
1461
- # snowflake: {
1462
- # warehouse: "Warehouse", # required
1463
- # stage: "Stage", # required
1464
- # bucket_name: "BucketName", # required
1465
- # bucket_prefix: "BucketPrefix",
1466
- # private_link_service_name: "PrivateLinkServiceName",
1467
- # account_name: "AccountName",
1468
- # region: "Region",
1469
- # },
1470
- # trendmicro: {
1471
- # },
1472
- # veeva: {
1473
- # instance_url: "InstanceUrl", # required
1474
- # },
1475
- # zendesk: {
1476
- # instance_url: "InstanceUrl", # required
1477
- # },
1478
- # sapo_data: {
1479
- # application_host_url: "ApplicationHostUrl", # required
1480
- # application_service_path: "ApplicationServicePath", # required
1481
- # port_number: 1, # required
1482
- # client_number: "ClientNumber", # required
1483
- # logon_language: "LogonLanguage",
1484
- # private_link_service_name: "PrivateLinkServiceName",
1485
- # o_auth_properties: {
1486
- # token_url: "TokenUrl", # required
1487
- # auth_code_url: "AuthCodeUrl", # required
1488
- # o_auth_scopes: ["OAuthScope"], # required
1489
- # },
1490
- # },
1491
- # custom_connector: {
1492
- # profile_properties: {
1493
- # "ProfilePropertyKey" => "ProfilePropertyValue",
1494
- # },
1495
- # o_auth_2_properties: {
1496
- # token_url: "TokenUrl", # required
1497
- # o_auth_2_grant_type: "CLIENT_CREDENTIALS", # required, accepts CLIENT_CREDENTIALS, AUTHORIZATION_CODE
1498
- # token_url_custom_properties: {
1499
- # "CustomPropertyKey" => "CustomPropertyValue",
1500
- # },
1501
- # },
1502
- # },
1503
- # }
1504
- #
1505
986
  # @!attribute [rw] amplitude
1506
987
  # The connector-specific properties required by Amplitude.
1507
988
  # @return [Types::AmplitudeConnectorProfileProperties]
@@ -1603,15 +1084,6 @@ module Aws::Appflow
1603
1084
  # Contains information about the configuration of the connector being
1604
1085
  # registered.
1605
1086
  #
1606
- # @note When making an API call, you may pass ConnectorProvisioningConfig
1607
- # data as a hash:
1608
- #
1609
- # {
1610
- # lambda: {
1611
- # lambda_arn: "ARN", # required
1612
- # },
1613
- # }
1614
- #
1615
1087
  # @!attribute [rw] lambda
1616
1088
  # Contains information about the configuration of the lambda which is
1617
1089
  # being registered as the connector.
@@ -1684,237 +1156,6 @@ module Aws::Appflow
1684
1156
  include Aws::Structure
1685
1157
  end
1686
1158
 
1687
- # @note When making an API call, you may pass CreateConnectorProfileRequest
1688
- # data as a hash:
1689
- #
1690
- # {
1691
- # connector_profile_name: "ConnectorProfileName", # required
1692
- # kms_arn: "KMSArn",
1693
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
1694
- # connector_label: "ConnectorLabel",
1695
- # connection_mode: "Public", # required, accepts Public, Private
1696
- # connector_profile_config: { # required
1697
- # connector_profile_properties: { # required
1698
- # amplitude: {
1699
- # },
1700
- # datadog: {
1701
- # instance_url: "InstanceUrl", # required
1702
- # },
1703
- # dynatrace: {
1704
- # instance_url: "InstanceUrl", # required
1705
- # },
1706
- # google_analytics: {
1707
- # },
1708
- # honeycode: {
1709
- # },
1710
- # infor_nexus: {
1711
- # instance_url: "InstanceUrl", # required
1712
- # },
1713
- # marketo: {
1714
- # instance_url: "InstanceUrl", # required
1715
- # },
1716
- # redshift: {
1717
- # database_url: "DatabaseUrl", # required
1718
- # bucket_name: "BucketName", # required
1719
- # bucket_prefix: "BucketPrefix",
1720
- # role_arn: "RoleArn", # required
1721
- # },
1722
- # salesforce: {
1723
- # instance_url: "InstanceUrl",
1724
- # is_sandbox_environment: false,
1725
- # },
1726
- # service_now: {
1727
- # instance_url: "InstanceUrl", # required
1728
- # },
1729
- # singular: {
1730
- # },
1731
- # slack: {
1732
- # instance_url: "InstanceUrl", # required
1733
- # },
1734
- # snowflake: {
1735
- # warehouse: "Warehouse", # required
1736
- # stage: "Stage", # required
1737
- # bucket_name: "BucketName", # required
1738
- # bucket_prefix: "BucketPrefix",
1739
- # private_link_service_name: "PrivateLinkServiceName",
1740
- # account_name: "AccountName",
1741
- # region: "Region",
1742
- # },
1743
- # trendmicro: {
1744
- # },
1745
- # veeva: {
1746
- # instance_url: "InstanceUrl", # required
1747
- # },
1748
- # zendesk: {
1749
- # instance_url: "InstanceUrl", # required
1750
- # },
1751
- # sapo_data: {
1752
- # application_host_url: "ApplicationHostUrl", # required
1753
- # application_service_path: "ApplicationServicePath", # required
1754
- # port_number: 1, # required
1755
- # client_number: "ClientNumber", # required
1756
- # logon_language: "LogonLanguage",
1757
- # private_link_service_name: "PrivateLinkServiceName",
1758
- # o_auth_properties: {
1759
- # token_url: "TokenUrl", # required
1760
- # auth_code_url: "AuthCodeUrl", # required
1761
- # o_auth_scopes: ["OAuthScope"], # required
1762
- # },
1763
- # },
1764
- # custom_connector: {
1765
- # profile_properties: {
1766
- # "ProfilePropertyKey" => "ProfilePropertyValue",
1767
- # },
1768
- # o_auth_2_properties: {
1769
- # token_url: "TokenUrl", # required
1770
- # o_auth_2_grant_type: "CLIENT_CREDENTIALS", # required, accepts CLIENT_CREDENTIALS, AUTHORIZATION_CODE
1771
- # token_url_custom_properties: {
1772
- # "CustomPropertyKey" => "CustomPropertyValue",
1773
- # },
1774
- # },
1775
- # },
1776
- # },
1777
- # connector_profile_credentials: { # required
1778
- # amplitude: {
1779
- # api_key: "ApiKey", # required
1780
- # secret_key: "SecretKey", # required
1781
- # },
1782
- # datadog: {
1783
- # api_key: "ApiKey", # required
1784
- # application_key: "ApplicationKey", # required
1785
- # },
1786
- # dynatrace: {
1787
- # api_token: "ApiToken", # required
1788
- # },
1789
- # google_analytics: {
1790
- # client_id: "ClientId", # required
1791
- # client_secret: "ClientSecret", # required
1792
- # access_token: "AccessToken",
1793
- # refresh_token: "RefreshToken",
1794
- # o_auth_request: {
1795
- # auth_code: "AuthCode",
1796
- # redirect_uri: "RedirectUri",
1797
- # },
1798
- # },
1799
- # honeycode: {
1800
- # access_token: "AccessToken",
1801
- # refresh_token: "RefreshToken",
1802
- # o_auth_request: {
1803
- # auth_code: "AuthCode",
1804
- # redirect_uri: "RedirectUri",
1805
- # },
1806
- # },
1807
- # infor_nexus: {
1808
- # access_key_id: "AccessKeyId", # required
1809
- # user_id: "Username", # required
1810
- # secret_access_key: "Key", # required
1811
- # datakey: "Key", # required
1812
- # },
1813
- # marketo: {
1814
- # client_id: "ClientId", # required
1815
- # client_secret: "ClientSecret", # required
1816
- # access_token: "AccessToken",
1817
- # o_auth_request: {
1818
- # auth_code: "AuthCode",
1819
- # redirect_uri: "RedirectUri",
1820
- # },
1821
- # },
1822
- # redshift: {
1823
- # username: "Username", # required
1824
- # password: "Password", # required
1825
- # },
1826
- # salesforce: {
1827
- # access_token: "AccessToken",
1828
- # refresh_token: "RefreshToken",
1829
- # o_auth_request: {
1830
- # auth_code: "AuthCode",
1831
- # redirect_uri: "RedirectUri",
1832
- # },
1833
- # client_credentials_arn: "ClientCredentialsArn",
1834
- # },
1835
- # service_now: {
1836
- # username: "Username", # required
1837
- # password: "Password", # required
1838
- # },
1839
- # singular: {
1840
- # api_key: "ApiKey", # required
1841
- # },
1842
- # slack: {
1843
- # client_id: "ClientId", # required
1844
- # client_secret: "ClientSecret", # required
1845
- # access_token: "AccessToken",
1846
- # o_auth_request: {
1847
- # auth_code: "AuthCode",
1848
- # redirect_uri: "RedirectUri",
1849
- # },
1850
- # },
1851
- # snowflake: {
1852
- # username: "Username", # required
1853
- # password: "Password", # required
1854
- # },
1855
- # trendmicro: {
1856
- # api_secret_key: "ApiSecretKey", # required
1857
- # },
1858
- # veeva: {
1859
- # username: "Username", # required
1860
- # password: "Password", # required
1861
- # },
1862
- # zendesk: {
1863
- # client_id: "ClientId", # required
1864
- # client_secret: "ClientSecret", # required
1865
- # access_token: "AccessToken",
1866
- # o_auth_request: {
1867
- # auth_code: "AuthCode",
1868
- # redirect_uri: "RedirectUri",
1869
- # },
1870
- # },
1871
- # sapo_data: {
1872
- # basic_auth_credentials: {
1873
- # username: "Username", # required
1874
- # password: "Password", # required
1875
- # },
1876
- # o_auth_credentials: {
1877
- # client_id: "ClientId", # required
1878
- # client_secret: "ClientSecret", # required
1879
- # access_token: "AccessToken",
1880
- # refresh_token: "RefreshToken",
1881
- # o_auth_request: {
1882
- # auth_code: "AuthCode",
1883
- # redirect_uri: "RedirectUri",
1884
- # },
1885
- # },
1886
- # },
1887
- # custom_connector: {
1888
- # authentication_type: "OAUTH2", # required, accepts OAUTH2, APIKEY, BASIC, CUSTOM
1889
- # basic: {
1890
- # username: "Username", # required
1891
- # password: "Password", # required
1892
- # },
1893
- # oauth2: {
1894
- # client_id: "ClientId",
1895
- # client_secret: "ClientSecret",
1896
- # access_token: "AccessToken",
1897
- # refresh_token: "RefreshToken",
1898
- # o_auth_request: {
1899
- # auth_code: "AuthCode",
1900
- # redirect_uri: "RedirectUri",
1901
- # },
1902
- # },
1903
- # api_key: {
1904
- # api_key: "ApiKey", # required
1905
- # api_secret_key: "ApiSecretKey",
1906
- # },
1907
- # custom: {
1908
- # custom_authentication_type: "CustomAuthenticationType", # required
1909
- # credentials_map: {
1910
- # "CredentialsMapKey" => "CredentialsMapValue",
1911
- # },
1912
- # },
1913
- # },
1914
- # },
1915
- # },
1916
- # }
1917
- #
1918
1159
  # @!attribute [rw] connector_profile_name
1919
1160
  # The name of the connector profile. The name is unique for each
1920
1161
  # `ConnectorProfile` in your Amazon Web Services account.
@@ -1974,280 +1215,6 @@ module Aws::Appflow
1974
1215
  include Aws::Structure
1975
1216
  end
1976
1217
 
1977
- # @note When making an API call, you may pass CreateFlowRequest
1978
- # data as a hash:
1979
- #
1980
- # {
1981
- # flow_name: "FlowName", # required
1982
- # description: "FlowDescription",
1983
- # kms_arn: "KMSArn",
1984
- # trigger_config: { # required
1985
- # trigger_type: "Scheduled", # required, accepts Scheduled, Event, OnDemand
1986
- # trigger_properties: {
1987
- # scheduled: {
1988
- # schedule_expression: "ScheduleExpression", # required
1989
- # data_pull_mode: "Incremental", # accepts Incremental, Complete
1990
- # schedule_start_time: Time.now,
1991
- # schedule_end_time: Time.now,
1992
- # timezone: "Timezone",
1993
- # schedule_offset: 1,
1994
- # first_execution_from: Time.now,
1995
- # flow_error_deactivation_threshold: 1,
1996
- # },
1997
- # },
1998
- # },
1999
- # source_flow_config: { # required
2000
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
2001
- # api_version: "ApiVersion",
2002
- # connector_profile_name: "ConnectorProfileName",
2003
- # source_connector_properties: { # required
2004
- # amplitude: {
2005
- # object: "Object", # required
2006
- # },
2007
- # datadog: {
2008
- # object: "Object", # required
2009
- # },
2010
- # dynatrace: {
2011
- # object: "Object", # required
2012
- # },
2013
- # google_analytics: {
2014
- # object: "Object", # required
2015
- # },
2016
- # infor_nexus: {
2017
- # object: "Object", # required
2018
- # },
2019
- # marketo: {
2020
- # object: "Object", # required
2021
- # },
2022
- # s3: {
2023
- # bucket_name: "BucketName", # required
2024
- # bucket_prefix: "BucketPrefix",
2025
- # s3_input_format_config: {
2026
- # s3_input_file_type: "CSV", # accepts CSV, JSON
2027
- # },
2028
- # },
2029
- # salesforce: {
2030
- # object: "Object", # required
2031
- # enable_dynamic_field_update: false,
2032
- # include_deleted_records: false,
2033
- # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
2034
- # },
2035
- # service_now: {
2036
- # object: "Object", # required
2037
- # },
2038
- # singular: {
2039
- # object: "Object", # required
2040
- # },
2041
- # slack: {
2042
- # object: "Object", # required
2043
- # },
2044
- # trendmicro: {
2045
- # object: "Object", # required
2046
- # },
2047
- # veeva: {
2048
- # object: "Object", # required
2049
- # document_type: "DocumentType",
2050
- # include_source_files: false,
2051
- # include_renditions: false,
2052
- # include_all_versions: false,
2053
- # },
2054
- # zendesk: {
2055
- # object: "Object", # required
2056
- # },
2057
- # sapo_data: {
2058
- # object_path: "Object",
2059
- # },
2060
- # custom_connector: {
2061
- # entity_name: "EntityName", # required
2062
- # custom_properties: {
2063
- # "CustomPropertyKey" => "CustomPropertyValue",
2064
- # },
2065
- # },
2066
- # },
2067
- # incremental_pull_config: {
2068
- # datetime_type_field_name: "DatetimeTypeFieldName",
2069
- # },
2070
- # },
2071
- # destination_flow_config_list: [ # required
2072
- # {
2073
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
2074
- # api_version: "ApiVersion",
2075
- # connector_profile_name: "ConnectorProfileName",
2076
- # destination_connector_properties: { # required
2077
- # redshift: {
2078
- # object: "Object", # required
2079
- # intermediate_bucket_name: "BucketName", # required
2080
- # bucket_prefix: "BucketPrefix",
2081
- # error_handling_config: {
2082
- # fail_on_first_destination_error: false,
2083
- # bucket_prefix: "BucketPrefix",
2084
- # bucket_name: "BucketName",
2085
- # },
2086
- # },
2087
- # s3: {
2088
- # bucket_name: "BucketName", # required
2089
- # bucket_prefix: "BucketPrefix",
2090
- # s3_output_format_config: {
2091
- # file_type: "CSV", # accepts CSV, JSON, PARQUET
2092
- # prefix_config: {
2093
- # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
2094
- # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
2095
- # path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
2096
- # },
2097
- # aggregation_config: {
2098
- # aggregation_type: "None", # accepts None, SingleFile
2099
- # target_file_size: 1,
2100
- # },
2101
- # preserve_source_data_typing: false,
2102
- # },
2103
- # },
2104
- # salesforce: {
2105
- # object: "Object", # required
2106
- # id_field_names: ["Name"],
2107
- # error_handling_config: {
2108
- # fail_on_first_destination_error: false,
2109
- # bucket_prefix: "BucketPrefix",
2110
- # bucket_name: "BucketName",
2111
- # },
2112
- # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
2113
- # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
2114
- # },
2115
- # snowflake: {
2116
- # object: "Object", # required
2117
- # intermediate_bucket_name: "BucketName", # required
2118
- # bucket_prefix: "BucketPrefix",
2119
- # error_handling_config: {
2120
- # fail_on_first_destination_error: false,
2121
- # bucket_prefix: "BucketPrefix",
2122
- # bucket_name: "BucketName",
2123
- # },
2124
- # },
2125
- # event_bridge: {
2126
- # object: "Object", # required
2127
- # error_handling_config: {
2128
- # fail_on_first_destination_error: false,
2129
- # bucket_prefix: "BucketPrefix",
2130
- # bucket_name: "BucketName",
2131
- # },
2132
- # },
2133
- # lookout_metrics: {
2134
- # },
2135
- # upsolver: {
2136
- # bucket_name: "UpsolverBucketName", # required
2137
- # bucket_prefix: "BucketPrefix",
2138
- # s3_output_format_config: { # required
2139
- # file_type: "CSV", # accepts CSV, JSON, PARQUET
2140
- # prefix_config: { # required
2141
- # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
2142
- # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
2143
- # path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
2144
- # },
2145
- # aggregation_config: {
2146
- # aggregation_type: "None", # accepts None, SingleFile
2147
- # target_file_size: 1,
2148
- # },
2149
- # },
2150
- # },
2151
- # honeycode: {
2152
- # object: "Object", # required
2153
- # error_handling_config: {
2154
- # fail_on_first_destination_error: false,
2155
- # bucket_prefix: "BucketPrefix",
2156
- # bucket_name: "BucketName",
2157
- # },
2158
- # },
2159
- # customer_profiles: {
2160
- # domain_name: "DomainName", # required
2161
- # object_type_name: "ObjectTypeName",
2162
- # },
2163
- # zendesk: {
2164
- # object: "Object", # required
2165
- # id_field_names: ["Name"],
2166
- # error_handling_config: {
2167
- # fail_on_first_destination_error: false,
2168
- # bucket_prefix: "BucketPrefix",
2169
- # bucket_name: "BucketName",
2170
- # },
2171
- # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
2172
- # },
2173
- # marketo: {
2174
- # object: "Object", # required
2175
- # error_handling_config: {
2176
- # fail_on_first_destination_error: false,
2177
- # bucket_prefix: "BucketPrefix",
2178
- # bucket_name: "BucketName",
2179
- # },
2180
- # },
2181
- # custom_connector: {
2182
- # entity_name: "EntityName", # required
2183
- # error_handling_config: {
2184
- # fail_on_first_destination_error: false,
2185
- # bucket_prefix: "BucketPrefix",
2186
- # bucket_name: "BucketName",
2187
- # },
2188
- # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
2189
- # id_field_names: ["Name"],
2190
- # custom_properties: {
2191
- # "CustomPropertyKey" => "CustomPropertyValue",
2192
- # },
2193
- # },
2194
- # sapo_data: {
2195
- # object_path: "Object", # required
2196
- # success_response_handling_config: {
2197
- # bucket_prefix: "BucketPrefix",
2198
- # bucket_name: "BucketName",
2199
- # },
2200
- # id_field_names: ["Name"],
2201
- # error_handling_config: {
2202
- # fail_on_first_destination_error: false,
2203
- # bucket_prefix: "BucketPrefix",
2204
- # bucket_name: "BucketName",
2205
- # },
2206
- # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
2207
- # },
2208
- # },
2209
- # },
2210
- # ],
2211
- # tasks: [ # required
2212
- # {
2213
- # source_fields: ["String"], # required
2214
- # connector_operator: {
2215
- # amplitude: "BETWEEN", # accepts BETWEEN
2216
- # datadog: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
2217
- # dynatrace: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
2218
- # google_analytics: "PROJECTION", # accepts PROJECTION, BETWEEN
2219
- # infor_nexus: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
2220
- # marketo: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
2221
- # s3: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
2222
- # salesforce: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
2223
- # service_now: "PROJECTION", # accepts PROJECTION, CONTAINS, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
2224
- # singular: "PROJECTION", # accepts PROJECTION, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
2225
- # slack: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
2226
- # trendmicro: "PROJECTION", # accepts PROJECTION, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
2227
- # veeva: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, CONTAINS, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
2228
- # zendesk: "PROJECTION", # accepts PROJECTION, GREATER_THAN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
2229
- # sapo_data: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
2230
- # custom_connector: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, CONTAINS, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
2231
- # },
2232
- # destination_field: "DestinationField",
2233
- # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Passthrough, Truncate, Validate, Partition
2234
- # task_properties: {
2235
- # "VALUE" => "Property",
2236
- # },
2237
- # },
2238
- # ],
2239
- # tags: {
2240
- # "TagKey" => "TagValue",
2241
- # },
2242
- # metadata_catalog_config: {
2243
- # glue_data_catalog: {
2244
- # role_arn: "GlueDataCatalogIAMRole", # required
2245
- # database_name: "GlueDataCatalogDatabaseName", # required
2246
- # table_prefix: "GlueDataCatalogTablePrefix", # required
2247
- # },
2248
- # },
2249
- # }
2250
- #
2251
1218
  # @!attribute [rw] flow_name
2252
1219
  # The specified name of the flow. Spaces are not allowed. Use
2253
1220
  # underscores (\_) or hyphens (-) only.
@@ -2350,16 +1317,6 @@ module Aws::Appflow
2350
1317
 
2351
1318
  # The custom credentials required for custom authentication.
2352
1319
  #
2353
- # @note When making an API call, you may pass CustomAuthCredentials
2354
- # data as a hash:
2355
- #
2356
- # {
2357
- # custom_authentication_type: "CustomAuthenticationType", # required
2358
- # credentials_map: {
2359
- # "CredentialsMapKey" => "CredentialsMapValue",
2360
- # },
2361
- # }
2362
- #
2363
1320
  # @!attribute [rw] custom_authentication_type
2364
1321
  # The custom authentication type that the connector uses.
2365
1322
  # @return [String]
@@ -2380,23 +1337,6 @@ module Aws::Appflow
2380
1337
  # The properties that are applied when the custom connector is being
2381
1338
  # used as a destination.
2382
1339
  #
2383
- # @note When making an API call, you may pass CustomConnectorDestinationProperties
2384
- # data as a hash:
2385
- #
2386
- # {
2387
- # entity_name: "EntityName", # required
2388
- # error_handling_config: {
2389
- # fail_on_first_destination_error: false,
2390
- # bucket_prefix: "BucketPrefix",
2391
- # bucket_name: "BucketName",
2392
- # },
2393
- # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
2394
- # id_field_names: ["Name"],
2395
- # custom_properties: {
2396
- # "CustomPropertyKey" => "CustomPropertyValue",
2397
- # },
2398
- # }
2399
- #
2400
1340
  # @!attribute [rw] entity_name
2401
1341
  # The entity specified in the custom connector as a destination in the
2402
1342
  # flow.
@@ -2437,37 +1377,6 @@ module Aws::Appflow
2437
1377
  # The connector-specific profile credentials that are required when
2438
1378
  # using the custom connector.
2439
1379
  #
2440
- # @note When making an API call, you may pass CustomConnectorProfileCredentials
2441
- # data as a hash:
2442
- #
2443
- # {
2444
- # authentication_type: "OAUTH2", # required, accepts OAUTH2, APIKEY, BASIC, CUSTOM
2445
- # basic: {
2446
- # username: "Username", # required
2447
- # password: "Password", # required
2448
- # },
2449
- # oauth2: {
2450
- # client_id: "ClientId",
2451
- # client_secret: "ClientSecret",
2452
- # access_token: "AccessToken",
2453
- # refresh_token: "RefreshToken",
2454
- # o_auth_request: {
2455
- # auth_code: "AuthCode",
2456
- # redirect_uri: "RedirectUri",
2457
- # },
2458
- # },
2459
- # api_key: {
2460
- # api_key: "ApiKey", # required
2461
- # api_secret_key: "ApiSecretKey",
2462
- # },
2463
- # custom: {
2464
- # custom_authentication_type: "CustomAuthenticationType", # required
2465
- # credentials_map: {
2466
- # "CredentialsMapKey" => "CredentialsMapValue",
2467
- # },
2468
- # },
2469
- # }
2470
- #
2471
1380
  # @!attribute [rw] authentication_type
2472
1381
  # The authentication type that the custom connector uses for
2473
1382
  # authenticating while creating a connector profile.
@@ -2506,22 +1415,6 @@ module Aws::Appflow
2506
1415
 
2507
1416
  # The profile properties required by the custom connector.
2508
1417
  #
2509
- # @note When making an API call, you may pass CustomConnectorProfileProperties
2510
- # data as a hash:
2511
- #
2512
- # {
2513
- # profile_properties: {
2514
- # "ProfilePropertyKey" => "ProfilePropertyValue",
2515
- # },
2516
- # o_auth_2_properties: {
2517
- # token_url: "TokenUrl", # required
2518
- # o_auth_2_grant_type: "CLIENT_CREDENTIALS", # required, accepts CLIENT_CREDENTIALS, AUTHORIZATION_CODE
2519
- # token_url_custom_properties: {
2520
- # "CustomPropertyKey" => "CustomPropertyValue",
2521
- # },
2522
- # },
2523
- # }
2524
- #
2525
1418
  # @!attribute [rw] profile_properties
2526
1419
  # A map of properties that are required to create a profile for the
2527
1420
  # custom connector.
@@ -2543,16 +1436,6 @@ module Aws::Appflow
2543
1436
  # The properties that are applied when the custom connector is being
2544
1437
  # used as a source.
2545
1438
  #
2546
- # @note When making an API call, you may pass CustomConnectorSourceProperties
2547
- # data as a hash:
2548
- #
2549
- # {
2550
- # entity_name: "EntityName", # required
2551
- # custom_properties: {
2552
- # "CustomPropertyKey" => "CustomPropertyValue",
2553
- # },
2554
- # }
2555
- #
2556
1439
  # @!attribute [rw] entity_name
2557
1440
  # The entity specified in the custom connector as a source in the
2558
1441
  # flow.
@@ -2575,14 +1458,6 @@ module Aws::Appflow
2575
1458
  # The properties that are applied when Amazon Connect Customer Profiles
2576
1459
  # is used as a destination.
2577
1460
  #
2578
- # @note When making an API call, you may pass CustomerProfilesDestinationProperties
2579
- # data as a hash:
2580
- #
2581
- # {
2582
- # domain_name: "DomainName", # required
2583
- # object_type_name: "ObjectTypeName",
2584
- # }
2585
- #
2586
1461
  # @!attribute [rw] domain_name
2587
1462
  # The unique name of the Amazon Connect Customer Profiles domain.
2588
1463
  # @return [String]
@@ -2609,14 +1484,6 @@ module Aws::Appflow
2609
1484
 
2610
1485
  # The connector-specific credentials required by Datadog.
2611
1486
  #
2612
- # @note When making an API call, you may pass DatadogConnectorProfileCredentials
2613
- # data as a hash:
2614
- #
2615
- # {
2616
- # api_key: "ApiKey", # required
2617
- # application_key: "ApplicationKey", # required
2618
- # }
2619
- #
2620
1487
  # @!attribute [rw] api_key
2621
1488
  # A unique alphanumeric identifier used to authenticate a user,
2622
1489
  # developer, or calling program to your API.
@@ -2640,13 +1507,6 @@ module Aws::Appflow
2640
1507
 
2641
1508
  # The connector-specific profile properties required by Datadog.
2642
1509
  #
2643
- # @note When making an API call, you may pass DatadogConnectorProfileProperties
2644
- # data as a hash:
2645
- #
2646
- # {
2647
- # instance_url: "InstanceUrl", # required
2648
- # }
2649
- #
2650
1510
  # @!attribute [rw] instance_url
2651
1511
  # The location of the Datadog resource.
2652
1512
  # @return [String]
@@ -2668,13 +1528,6 @@ module Aws::Appflow
2668
1528
  # The properties that are applied when Datadog is being used as a
2669
1529
  # source.
2670
1530
  #
2671
- # @note When making an API call, you may pass DatadogSourceProperties
2672
- # data as a hash:
2673
- #
2674
- # {
2675
- # object: "Object", # required
2676
- # }
2677
- #
2678
1531
  # @!attribute [rw] object
2679
1532
  # The object specified in the Datadog flow source.
2680
1533
  # @return [String]
@@ -2687,14 +1540,6 @@ module Aws::Appflow
2687
1540
  include Aws::Structure
2688
1541
  end
2689
1542
 
2690
- # @note When making an API call, you may pass DeleteConnectorProfileRequest
2691
- # data as a hash:
2692
- #
2693
- # {
2694
- # connector_profile_name: "ConnectorProfileName", # required
2695
- # force_delete: false,
2696
- # }
2697
- #
2698
1543
  # @!attribute [rw] connector_profile_name
2699
1544
  # The name of the connector profile. The name is unique for each
2700
1545
  # `ConnectorProfile` in your account.
@@ -2718,14 +1563,6 @@ module Aws::Appflow
2718
1563
  #
2719
1564
  class DeleteConnectorProfileResponse < Aws::EmptyStructure; end
2720
1565
 
2721
- # @note When making an API call, you may pass DeleteFlowRequest
2722
- # data as a hash:
2723
- #
2724
- # {
2725
- # flow_name: "FlowName", # required
2726
- # force_delete: false,
2727
- # }
2728
- #
2729
1566
  # @!attribute [rw] flow_name
2730
1567
  # The specified name of the flow. Spaces are not allowed. Use
2731
1568
  # underscores (\_) or hyphens (-) only.
@@ -2749,16 +1586,6 @@ module Aws::Appflow
2749
1586
  #
2750
1587
  class DeleteFlowResponse < Aws::EmptyStructure; end
2751
1588
 
2752
- # @note When making an API call, you may pass DescribeConnectorEntityRequest
2753
- # data as a hash:
2754
- #
2755
- # {
2756
- # connector_entity_name: "EntityName", # required
2757
- # connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
2758
- # connector_profile_name: "ConnectorProfileName",
2759
- # api_version: "ApiVersion",
2760
- # }
2761
- #
2762
1589
  # @!attribute [rw] connector_entity_name
2763
1590
  # The entity name for that connector.
2764
1591
  # @return [String]
@@ -2802,17 +1629,6 @@ module Aws::Appflow
2802
1629
  include Aws::Structure
2803
1630
  end
2804
1631
 
2805
- # @note When making an API call, you may pass DescribeConnectorProfilesRequest
2806
- # data as a hash:
2807
- #
2808
- # {
2809
- # connector_profile_names: ["ConnectorProfileName"],
2810
- # connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
2811
- # connector_label: "ConnectorLabel",
2812
- # max_results: 1,
2813
- # next_token: "NextToken",
2814
- # }
2815
- #
2816
1632
  # @!attribute [rw] connector_profile_names
2817
1633
  # The name of the connector profile. The name is unique for each
2818
1634
  # `ConnectorProfile` in the Amazon Web Services account.
@@ -2869,14 +1685,6 @@ module Aws::Appflow
2869
1685
  include Aws::Structure
2870
1686
  end
2871
1687
 
2872
- # @note When making an API call, you may pass DescribeConnectorRequest
2873
- # data as a hash:
2874
- #
2875
- # {
2876
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
2877
- # connector_label: "ConnectorLabel",
2878
- # }
2879
- #
2880
1688
  # @!attribute [rw] connector_type
2881
1689
  # The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo.
2882
1690
  # Please choose CUSTOMCONNECTOR for Lambda based custom connectors.
@@ -2909,15 +1717,6 @@ module Aws::Appflow
2909
1717
  include Aws::Structure
2910
1718
  end
2911
1719
 
2912
- # @note When making an API call, you may pass DescribeConnectorsRequest
2913
- # data as a hash:
2914
- #
2915
- # {
2916
- # connector_types: ["Salesforce"], # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
2917
- # max_results: 1,
2918
- # next_token: "NextToken",
2919
- # }
2920
- #
2921
1720
  # @!attribute [rw] connector_types
2922
1721
  # The type of connector, such as Salesforce, Amplitude, and so on.
2923
1722
  # @return [Array<String>]
@@ -2964,15 +1763,6 @@ module Aws::Appflow
2964
1763
  include Aws::Structure
2965
1764
  end
2966
1765
 
2967
- # @note When making an API call, you may pass DescribeFlowExecutionRecordsRequest
2968
- # data as a hash:
2969
- #
2970
- # {
2971
- # flow_name: "FlowName", # required
2972
- # max_results: 1,
2973
- # next_token: "NextToken",
2974
- # }
2975
- #
2976
1766
  # @!attribute [rw] flow_name
2977
1767
  # The specified name of the flow. Spaces are not allowed. Use
2978
1768
  # underscores (\_) or hyphens (-) only.
@@ -3015,13 +1805,6 @@ module Aws::Appflow
3015
1805
  include Aws::Structure
3016
1806
  end
3017
1807
 
3018
- # @note When making an API call, you may pass DescribeFlowRequest
3019
- # data as a hash:
3020
- #
3021
- # {
3022
- # flow_name: "FlowName", # required
3023
- # }
3024
- #
3025
1808
  # @!attribute [rw] flow_name
3026
1809
  # The specified name of the flow. Spaces are not allowed. Use
3027
1810
  # underscores (\_) or hyphens (-) only.
@@ -3163,143 +1946,6 @@ module Aws::Appflow
3163
1946
  # This stores the information that is required to query a particular
3164
1947
  # connector.
3165
1948
  #
3166
- # @note When making an API call, you may pass DestinationConnectorProperties
3167
- # data as a hash:
3168
- #
3169
- # {
3170
- # redshift: {
3171
- # object: "Object", # required
3172
- # intermediate_bucket_name: "BucketName", # required
3173
- # bucket_prefix: "BucketPrefix",
3174
- # error_handling_config: {
3175
- # fail_on_first_destination_error: false,
3176
- # bucket_prefix: "BucketPrefix",
3177
- # bucket_name: "BucketName",
3178
- # },
3179
- # },
3180
- # s3: {
3181
- # bucket_name: "BucketName", # required
3182
- # bucket_prefix: "BucketPrefix",
3183
- # s3_output_format_config: {
3184
- # file_type: "CSV", # accepts CSV, JSON, PARQUET
3185
- # prefix_config: {
3186
- # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
3187
- # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
3188
- # path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
3189
- # },
3190
- # aggregation_config: {
3191
- # aggregation_type: "None", # accepts None, SingleFile
3192
- # target_file_size: 1,
3193
- # },
3194
- # preserve_source_data_typing: false,
3195
- # },
3196
- # },
3197
- # salesforce: {
3198
- # object: "Object", # required
3199
- # id_field_names: ["Name"],
3200
- # error_handling_config: {
3201
- # fail_on_first_destination_error: false,
3202
- # bucket_prefix: "BucketPrefix",
3203
- # bucket_name: "BucketName",
3204
- # },
3205
- # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
3206
- # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
3207
- # },
3208
- # snowflake: {
3209
- # object: "Object", # required
3210
- # intermediate_bucket_name: "BucketName", # required
3211
- # bucket_prefix: "BucketPrefix",
3212
- # error_handling_config: {
3213
- # fail_on_first_destination_error: false,
3214
- # bucket_prefix: "BucketPrefix",
3215
- # bucket_name: "BucketName",
3216
- # },
3217
- # },
3218
- # event_bridge: {
3219
- # object: "Object", # required
3220
- # error_handling_config: {
3221
- # fail_on_first_destination_error: false,
3222
- # bucket_prefix: "BucketPrefix",
3223
- # bucket_name: "BucketName",
3224
- # },
3225
- # },
3226
- # lookout_metrics: {
3227
- # },
3228
- # upsolver: {
3229
- # bucket_name: "UpsolverBucketName", # required
3230
- # bucket_prefix: "BucketPrefix",
3231
- # s3_output_format_config: { # required
3232
- # file_type: "CSV", # accepts CSV, JSON, PARQUET
3233
- # prefix_config: { # required
3234
- # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
3235
- # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
3236
- # path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
3237
- # },
3238
- # aggregation_config: {
3239
- # aggregation_type: "None", # accepts None, SingleFile
3240
- # target_file_size: 1,
3241
- # },
3242
- # },
3243
- # },
3244
- # honeycode: {
3245
- # object: "Object", # required
3246
- # error_handling_config: {
3247
- # fail_on_first_destination_error: false,
3248
- # bucket_prefix: "BucketPrefix",
3249
- # bucket_name: "BucketName",
3250
- # },
3251
- # },
3252
- # customer_profiles: {
3253
- # domain_name: "DomainName", # required
3254
- # object_type_name: "ObjectTypeName",
3255
- # },
3256
- # zendesk: {
3257
- # object: "Object", # required
3258
- # id_field_names: ["Name"],
3259
- # error_handling_config: {
3260
- # fail_on_first_destination_error: false,
3261
- # bucket_prefix: "BucketPrefix",
3262
- # bucket_name: "BucketName",
3263
- # },
3264
- # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
3265
- # },
3266
- # marketo: {
3267
- # object: "Object", # required
3268
- # error_handling_config: {
3269
- # fail_on_first_destination_error: false,
3270
- # bucket_prefix: "BucketPrefix",
3271
- # bucket_name: "BucketName",
3272
- # },
3273
- # },
3274
- # custom_connector: {
3275
- # entity_name: "EntityName", # required
3276
- # error_handling_config: {
3277
- # fail_on_first_destination_error: false,
3278
- # bucket_prefix: "BucketPrefix",
3279
- # bucket_name: "BucketName",
3280
- # },
3281
- # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
3282
- # id_field_names: ["Name"],
3283
- # custom_properties: {
3284
- # "CustomPropertyKey" => "CustomPropertyValue",
3285
- # },
3286
- # },
3287
- # sapo_data: {
3288
- # object_path: "Object", # required
3289
- # success_response_handling_config: {
3290
- # bucket_prefix: "BucketPrefix",
3291
- # bucket_name: "BucketName",
3292
- # },
3293
- # id_field_names: ["Name"],
3294
- # error_handling_config: {
3295
- # fail_on_first_destination_error: false,
3296
- # bucket_prefix: "BucketPrefix",
3297
- # bucket_name: "BucketName",
3298
- # },
3299
- # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
3300
- # },
3301
- # }
3302
- #
3303
1949
  # @!attribute [rw] redshift
3304
1950
  # The properties required to query Amazon Redshift.
3305
1951
  # @return [Types::RedshiftDestinationProperties]
@@ -3422,148 +2068,6 @@ module Aws::Appflow
3422
2068
  # Contains information about the configuration of destination connectors
3423
2069
  # present in the flow.
3424
2070
  #
3425
- # @note When making an API call, you may pass DestinationFlowConfig
3426
- # data as a hash:
3427
- #
3428
- # {
3429
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
3430
- # api_version: "ApiVersion",
3431
- # connector_profile_name: "ConnectorProfileName",
3432
- # destination_connector_properties: { # required
3433
- # redshift: {
3434
- # object: "Object", # required
3435
- # intermediate_bucket_name: "BucketName", # required
3436
- # bucket_prefix: "BucketPrefix",
3437
- # error_handling_config: {
3438
- # fail_on_first_destination_error: false,
3439
- # bucket_prefix: "BucketPrefix",
3440
- # bucket_name: "BucketName",
3441
- # },
3442
- # },
3443
- # s3: {
3444
- # bucket_name: "BucketName", # required
3445
- # bucket_prefix: "BucketPrefix",
3446
- # s3_output_format_config: {
3447
- # file_type: "CSV", # accepts CSV, JSON, PARQUET
3448
- # prefix_config: {
3449
- # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
3450
- # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
3451
- # path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
3452
- # },
3453
- # aggregation_config: {
3454
- # aggregation_type: "None", # accepts None, SingleFile
3455
- # target_file_size: 1,
3456
- # },
3457
- # preserve_source_data_typing: false,
3458
- # },
3459
- # },
3460
- # salesforce: {
3461
- # object: "Object", # required
3462
- # id_field_names: ["Name"],
3463
- # error_handling_config: {
3464
- # fail_on_first_destination_error: false,
3465
- # bucket_prefix: "BucketPrefix",
3466
- # bucket_name: "BucketName",
3467
- # },
3468
- # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
3469
- # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
3470
- # },
3471
- # snowflake: {
3472
- # object: "Object", # required
3473
- # intermediate_bucket_name: "BucketName", # required
3474
- # bucket_prefix: "BucketPrefix",
3475
- # error_handling_config: {
3476
- # fail_on_first_destination_error: false,
3477
- # bucket_prefix: "BucketPrefix",
3478
- # bucket_name: "BucketName",
3479
- # },
3480
- # },
3481
- # event_bridge: {
3482
- # object: "Object", # required
3483
- # error_handling_config: {
3484
- # fail_on_first_destination_error: false,
3485
- # bucket_prefix: "BucketPrefix",
3486
- # bucket_name: "BucketName",
3487
- # },
3488
- # },
3489
- # lookout_metrics: {
3490
- # },
3491
- # upsolver: {
3492
- # bucket_name: "UpsolverBucketName", # required
3493
- # bucket_prefix: "BucketPrefix",
3494
- # s3_output_format_config: { # required
3495
- # file_type: "CSV", # accepts CSV, JSON, PARQUET
3496
- # prefix_config: { # required
3497
- # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
3498
- # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
3499
- # path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
3500
- # },
3501
- # aggregation_config: {
3502
- # aggregation_type: "None", # accepts None, SingleFile
3503
- # target_file_size: 1,
3504
- # },
3505
- # },
3506
- # },
3507
- # honeycode: {
3508
- # object: "Object", # required
3509
- # error_handling_config: {
3510
- # fail_on_first_destination_error: false,
3511
- # bucket_prefix: "BucketPrefix",
3512
- # bucket_name: "BucketName",
3513
- # },
3514
- # },
3515
- # customer_profiles: {
3516
- # domain_name: "DomainName", # required
3517
- # object_type_name: "ObjectTypeName",
3518
- # },
3519
- # zendesk: {
3520
- # object: "Object", # required
3521
- # id_field_names: ["Name"],
3522
- # error_handling_config: {
3523
- # fail_on_first_destination_error: false,
3524
- # bucket_prefix: "BucketPrefix",
3525
- # bucket_name: "BucketName",
3526
- # },
3527
- # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
3528
- # },
3529
- # marketo: {
3530
- # object: "Object", # required
3531
- # error_handling_config: {
3532
- # fail_on_first_destination_error: false,
3533
- # bucket_prefix: "BucketPrefix",
3534
- # bucket_name: "BucketName",
3535
- # },
3536
- # },
3537
- # custom_connector: {
3538
- # entity_name: "EntityName", # required
3539
- # error_handling_config: {
3540
- # fail_on_first_destination_error: false,
3541
- # bucket_prefix: "BucketPrefix",
3542
- # bucket_name: "BucketName",
3543
- # },
3544
- # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
3545
- # id_field_names: ["Name"],
3546
- # custom_properties: {
3547
- # "CustomPropertyKey" => "CustomPropertyValue",
3548
- # },
3549
- # },
3550
- # sapo_data: {
3551
- # object_path: "Object", # required
3552
- # success_response_handling_config: {
3553
- # bucket_prefix: "BucketPrefix",
3554
- # bucket_name: "BucketName",
3555
- # },
3556
- # id_field_names: ["Name"],
3557
- # error_handling_config: {
3558
- # fail_on_first_destination_error: false,
3559
- # bucket_prefix: "BucketPrefix",
3560
- # bucket_name: "BucketName",
3561
- # },
3562
- # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
3563
- # },
3564
- # },
3565
- # }
3566
- #
3567
2071
  # @!attribute [rw] connector_type
3568
2072
  # The type of connector, such as Salesforce, Amplitude, and so on.
3569
2073
  # @return [String]
@@ -3595,13 +2099,6 @@ module Aws::Appflow
3595
2099
 
3596
2100
  # The connector-specific profile credentials required by Dynatrace.
3597
2101
  #
3598
- # @note When making an API call, you may pass DynatraceConnectorProfileCredentials
3599
- # data as a hash:
3600
- #
3601
- # {
3602
- # api_token: "ApiToken", # required
3603
- # }
3604
- #
3605
2102
  # @!attribute [rw] api_token
3606
2103
  # The API tokens used by Dynatrace API to authenticate various API
3607
2104
  # calls.
@@ -3617,13 +2114,6 @@ module Aws::Appflow
3617
2114
 
3618
2115
  # The connector-specific profile properties required by Dynatrace.
3619
2116
  #
3620
- # @note When making an API call, you may pass DynatraceConnectorProfileProperties
3621
- # data as a hash:
3622
- #
3623
- # {
3624
- # instance_url: "InstanceUrl", # required
3625
- # }
3626
- #
3627
2117
  # @!attribute [rw] instance_url
3628
2118
  # The location of the Dynatrace resource.
3629
2119
  # @return [String]
@@ -3645,13 +2135,6 @@ module Aws::Appflow
3645
2135
  # The properties that are applied when Dynatrace is being used as a
3646
2136
  # source.
3647
2137
  #
3648
- # @note When making an API call, you may pass DynatraceSourceProperties
3649
- # data as a hash:
3650
- #
3651
- # {
3652
- # object: "Object", # required
3653
- # }
3654
- #
3655
2138
  # @!attribute [rw] object
3656
2139
  # The object specified in the Dynatrace flow source.
3657
2140
  # @return [String]
@@ -3671,15 +2154,6 @@ module Aws::Appflow
3671
2154
  # failure. `ErrorHandlingConfig` is a part of the destination connector
3672
2155
  # details.
3673
2156
  #
3674
- # @note When making an API call, you may pass ErrorHandlingConfig
3675
- # data as a hash:
3676
- #
3677
- # {
3678
- # fail_on_first_destination_error: false,
3679
- # bucket_prefix: "BucketPrefix",
3680
- # bucket_name: "BucketName",
3681
- # }
3682
- #
3683
2157
  # @!attribute [rw] fail_on_first_destination_error
3684
2158
  # Specifies if the flow should fail after the first instance of a
3685
2159
  # failure when attempting to place data in the destination.
@@ -3726,18 +2200,6 @@ module Aws::Appflow
3726
2200
  # The properties that are applied when Amazon EventBridge is being used
3727
2201
  # as a destination.
3728
2202
  #
3729
- # @note When making an API call, you may pass EventBridgeDestinationProperties
3730
- # data as a hash:
3731
- #
3732
- # {
3733
- # object: "Object", # required
3734
- # error_handling_config: {
3735
- # fail_on_first_destination_error: false,
3736
- # bucket_prefix: "BucketPrefix",
3737
- # bucket_name: "BucketName",
3738
- # },
3739
- # }
3740
- #
3741
2203
  # @!attribute [rw] object
3742
2204
  # The object specified in the Amazon EventBridge flow destination.
3743
2205
  # @return [String]
@@ -4020,15 +2482,6 @@ module Aws::Appflow
4020
2482
  #
4021
2483
  # </note>
4022
2484
  #
4023
- # @note When making an API call, you may pass GlueDataCatalogConfig
4024
- # data as a hash:
4025
- #
4026
- # {
4027
- # role_arn: "GlueDataCatalogIAMRole", # required
4028
- # database_name: "GlueDataCatalogDatabaseName", # required
4029
- # table_prefix: "GlueDataCatalogTablePrefix", # required
4030
- # }
4031
- #
4032
2485
  # @!attribute [rw] role_arn
4033
2486
  # The Amazon Resource Name (ARN) of an IAM role that grants Amazon
4034
2487
  # AppFlow the permissions it needs to create Data Catalog tables,
@@ -4073,20 +2526,6 @@ module Aws::Appflow
4073
2526
  # The connector-specific profile credentials required by Google
4074
2527
  # Analytics.
4075
2528
  #
4076
- # @note When making an API call, you may pass GoogleAnalyticsConnectorProfileCredentials
4077
- # data as a hash:
4078
- #
4079
- # {
4080
- # client_id: "ClientId", # required
4081
- # client_secret: "ClientSecret", # required
4082
- # access_token: "AccessToken",
4083
- # refresh_token: "RefreshToken",
4084
- # o_auth_request: {
4085
- # auth_code: "AuthCode",
4086
- # redirect_uri: "RedirectUri",
4087
- # },
4088
- # }
4089
- #
4090
2529
  # @!attribute [rw] client_id
4091
2530
  # The identifier for the desired client.
4092
2531
  # @return [String]
@@ -4149,13 +2588,6 @@ module Aws::Appflow
4149
2588
  # The properties that are applied when Google Analytics is being used as
4150
2589
  # a source.
4151
2590
  #
4152
- # @note When making an API call, you may pass GoogleAnalyticsSourceProperties
4153
- # data as a hash:
4154
- #
4155
- # {
4156
- # object: "Object", # required
4157
- # }
4158
- #
4159
2591
  # @!attribute [rw] object
4160
2592
  # The object specified in the Google Analytics flow source.
4161
2593
  # @return [String]
@@ -4171,18 +2603,6 @@ module Aws::Appflow
4171
2603
  # The connector-specific credentials required when using Amazon
4172
2604
  # Honeycode.
4173
2605
  #
4174
- # @note When making an API call, you may pass HoneycodeConnectorProfileCredentials
4175
- # data as a hash:
4176
- #
4177
- # {
4178
- # access_token: "AccessToken",
4179
- # refresh_token: "RefreshToken",
4180
- # o_auth_request: {
4181
- # auth_code: "AuthCode",
4182
- # redirect_uri: "RedirectUri",
4183
- # },
4184
- # }
4185
- #
4186
2606
  # @!attribute [rw] access_token
4187
2607
  # The credentials used to access protected Amazon Honeycode resources.
4188
2608
  # @return [String]
@@ -4218,18 +2638,6 @@ module Aws::Appflow
4218
2638
  # The properties that are applied when Amazon Honeycode is used as a
4219
2639
  # destination.
4220
2640
  #
4221
- # @note When making an API call, you may pass HoneycodeDestinationProperties
4222
- # data as a hash:
4223
- #
4224
- # {
4225
- # object: "Object", # required
4226
- # error_handling_config: {
4227
- # fail_on_first_destination_error: false,
4228
- # bucket_prefix: "BucketPrefix",
4229
- # bucket_name: "BucketName",
4230
- # },
4231
- # }
4232
- #
4233
2641
  # @!attribute [rw] object
4234
2642
  # The object specified in the Amazon Honeycode flow destination.
4235
2643
  # @return [String]
@@ -4269,13 +2677,6 @@ module Aws::Appflow
4269
2677
  # Specifies the configuration used when importing incremental records
4270
2678
  # from the source.
4271
2679
  #
4272
- # @note When making an API call, you may pass IncrementalPullConfig
4273
- # data as a hash:
4274
- #
4275
- # {
4276
- # datetime_type_field_name: "DatetimeTypeFieldName",
4277
- # }
4278
- #
4279
2680
  # @!attribute [rw] datetime_type_field_name
4280
2681
  # A field that specifies the date time or timestamp field as the
4281
2682
  # criteria to use when importing incremental records from the source.
@@ -4291,16 +2692,6 @@ module Aws::Appflow
4291
2692
 
4292
2693
  # The connector-specific profile credentials required by Infor Nexus.
4293
2694
  #
4294
- # @note When making an API call, you may pass InforNexusConnectorProfileCredentials
4295
- # data as a hash:
4296
- #
4297
- # {
4298
- # access_key_id: "AccessKeyId", # required
4299
- # user_id: "Username", # required
4300
- # secret_access_key: "Key", # required
4301
- # datakey: "Key", # required
4302
- # }
4303
- #
4304
2695
  # @!attribute [rw] access_key_id
4305
2696
  # The Access Key portion of the credentials.
4306
2697
  # @return [String]
@@ -4330,13 +2721,6 @@ module Aws::Appflow
4330
2721
 
4331
2722
  # The connector-specific profile properties required by Infor Nexus.
4332
2723
  #
4333
- # @note When making an API call, you may pass InforNexusConnectorProfileProperties
4334
- # data as a hash:
4335
- #
4336
- # {
4337
- # instance_url: "InstanceUrl", # required
4338
- # }
4339
- #
4340
2724
  # @!attribute [rw] instance_url
4341
2725
  # The location of the Infor Nexus resource.
4342
2726
  # @return [String]
@@ -4358,13 +2742,6 @@ module Aws::Appflow
4358
2742
  # The properties that are applied when Infor Nexus is being used as a
4359
2743
  # source.
4360
2744
  #
4361
- # @note When making an API call, you may pass InforNexusSourceProperties
4362
- # data as a hash:
4363
- #
4364
- # {
4365
- # object: "Object", # required
4366
- # }
4367
- #
4368
2745
  # @!attribute [rw] object
4369
2746
  # The object specified in the Infor Nexus flow source.
4370
2747
  # @return [String]
@@ -4394,13 +2771,6 @@ module Aws::Appflow
4394
2771
  # Contains information about the configuration of the lambda which is
4395
2772
  # being registered as the connector.
4396
2773
  #
4397
- # @note When making an API call, you may pass LambdaConnectorProvisioningConfig
4398
- # data as a hash:
4399
- #
4400
- # {
4401
- # lambda_arn: "ARN", # required
4402
- # }
4403
- #
4404
2774
  # @!attribute [rw] lambda_arn
4405
2775
  # Lambda ARN of the connector being registered.
4406
2776
  # @return [String]
@@ -4413,16 +2783,6 @@ module Aws::Appflow
4413
2783
  include Aws::Structure
4414
2784
  end
4415
2785
 
4416
- # @note When making an API call, you may pass ListConnectorEntitiesRequest
4417
- # data as a hash:
4418
- #
4419
- # {
4420
- # connector_profile_name: "ConnectorProfileName",
4421
- # connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
4422
- # entities_path: "EntitiesPath",
4423
- # api_version: "ApiVersion",
4424
- # }
4425
- #
4426
2786
  # @!attribute [rw] connector_profile_name
4427
2787
  # The name of the connector profile. The name is unique for each
4428
2788
  # `ConnectorProfile` in the Amazon Web Services account, and is used
@@ -4447,13 +2807,26 @@ module Aws::Appflow
4447
2807
  # The version of the API that's used by the connector.
4448
2808
  # @return [String]
4449
2809
  #
2810
+ # @!attribute [rw] max_results
2811
+ # The maximum number of items that the operation returns in the
2812
+ # response.
2813
+ # @return [Integer]
2814
+ #
2815
+ # @!attribute [rw] next_token
2816
+ # A token that was provided by your prior `ListConnectorEntities`
2817
+ # operation if the response was too big for the page size. You specify
2818
+ # this token to get the next page of results in paginated response.
2819
+ # @return [String]
2820
+ #
4450
2821
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ListConnectorEntitiesRequest AWS API Documentation
4451
2822
  #
4452
2823
  class ListConnectorEntitiesRequest < Struct.new(
4453
2824
  :connector_profile_name,
4454
2825
  :connector_type,
4455
2826
  :entities_path,
4456
- :api_version)
2827
+ :api_version,
2828
+ :max_results,
2829
+ :next_token)
4457
2830
  SENSITIVE = []
4458
2831
  include Aws::Structure
4459
2832
  end
@@ -4464,22 +2837,22 @@ module Aws::Appflow
4464
2837
  # contains the list of entities belonging to that group.
4465
2838
  # @return [Hash<String,Array<Types::ConnectorEntity>>]
4466
2839
  #
2840
+ # @!attribute [rw] next_token
2841
+ # A token that you specify in your next `ListConnectorEntities`
2842
+ # operation to get the next page of results in paginated response. The
2843
+ # `ListConnectorEntities` operation provides this token if the
2844
+ # response is too big for the page size.
2845
+ # @return [String]
2846
+ #
4467
2847
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ListConnectorEntitiesResponse AWS API Documentation
4468
2848
  #
4469
2849
  class ListConnectorEntitiesResponse < Struct.new(
4470
- :connector_entity_map)
2850
+ :connector_entity_map,
2851
+ :next_token)
4471
2852
  SENSITIVE = []
4472
2853
  include Aws::Structure
4473
2854
  end
4474
2855
 
4475
- # @note When making an API call, you may pass ListConnectorsRequest
4476
- # data as a hash:
4477
- #
4478
- # {
4479
- # max_results: 1,
4480
- # next_token: "NextToken",
4481
- # }
4482
- #
4483
2856
  # @!attribute [rw] max_results
4484
2857
  # Specifies the maximum number of items that should be returned in the
4485
2858
  # result set. The default for `maxResults` is 20 (for all paginated
@@ -4518,14 +2891,6 @@ module Aws::Appflow
4518
2891
  include Aws::Structure
4519
2892
  end
4520
2893
 
4521
- # @note When making an API call, you may pass ListFlowsRequest
4522
- # data as a hash:
4523
- #
4524
- # {
4525
- # max_results: 1,
4526
- # next_token: "NextToken",
4527
- # }
4528
- #
4529
2894
  # @!attribute [rw] max_results
4530
2895
  # Specifies the maximum number of items that should be returned in the
4531
2896
  # result set.
@@ -4561,13 +2926,6 @@ module Aws::Appflow
4561
2926
  include Aws::Structure
4562
2927
  end
4563
2928
 
4564
- # @note When making an API call, you may pass ListTagsForResourceRequest
4565
- # data as a hash:
4566
- #
4567
- # {
4568
- # resource_arn: "ARN", # required
4569
- # }
4570
- #
4571
2929
  # @!attribute [rw] resource_arn
4572
2930
  # The Amazon Resource Name (ARN) of the specified flow.
4573
2931
  # @return [String]
@@ -4603,19 +2961,6 @@ module Aws::Appflow
4603
2961
 
4604
2962
  # The connector-specific profile credentials required by Marketo.
4605
2963
  #
4606
- # @note When making an API call, you may pass MarketoConnectorProfileCredentials
4607
- # data as a hash:
4608
- #
4609
- # {
4610
- # client_id: "ClientId", # required
4611
- # client_secret: "ClientSecret", # required
4612
- # access_token: "AccessToken",
4613
- # o_auth_request: {
4614
- # auth_code: "AuthCode",
4615
- # redirect_uri: "RedirectUri",
4616
- # },
4617
- # }
4618
- #
4619
2964
  # @!attribute [rw] client_id
4620
2965
  # The identifier for the desired client.
4621
2966
  # @return [String]
@@ -4647,13 +2992,6 @@ module Aws::Appflow
4647
2992
 
4648
2993
  # The connector-specific profile properties required when using Marketo.
4649
2994
  #
4650
- # @note When making an API call, you may pass MarketoConnectorProfileProperties
4651
- # data as a hash:
4652
- #
4653
- # {
4654
- # instance_url: "InstanceUrl", # required
4655
- # }
4656
- #
4657
2995
  # @!attribute [rw] instance_url
4658
2996
  # The location of the Marketo resource.
4659
2997
  # @return [String]
@@ -4669,18 +3007,6 @@ module Aws::Appflow
4669
3007
  # The properties that Amazon AppFlow applies when you use Marketo as a
4670
3008
  # flow destination.
4671
3009
  #
4672
- # @note When making an API call, you may pass MarketoDestinationProperties
4673
- # data as a hash:
4674
- #
4675
- # {
4676
- # object: "Object", # required
4677
- # error_handling_config: {
4678
- # fail_on_first_destination_error: false,
4679
- # bucket_prefix: "BucketPrefix",
4680
- # bucket_name: "BucketName",
4681
- # },
4682
- # }
4683
- #
4684
3010
  # @!attribute [rw] object
4685
3011
  # The object specified in the Marketo flow destination.
4686
3012
  # @return [String]
@@ -4712,13 +3038,6 @@ module Aws::Appflow
4712
3038
  # The properties that are applied when Marketo is being used as a
4713
3039
  # source.
4714
3040
  #
4715
- # @note When making an API call, you may pass MarketoSourceProperties
4716
- # data as a hash:
4717
- #
4718
- # {
4719
- # object: "Object", # required
4720
- # }
4721
- #
4722
3041
  # @!attribute [rw] object
4723
3042
  # The object specified in the Marketo flow source.
4724
3043
  # @return [String]
@@ -4735,17 +3054,6 @@ module Aws::Appflow
4735
3054
  # your data. When Amazon AppFlow catalogs your data, it stores metadata
4736
3055
  # in a data catalog.
4737
3056
  #
4738
- # @note When making an API call, you may pass MetadataCatalogConfig
4739
- # data as a hash:
4740
- #
4741
- # {
4742
- # glue_data_catalog: {
4743
- # role_arn: "GlueDataCatalogIAMRole", # required
4744
- # database_name: "GlueDataCatalogDatabaseName", # required
4745
- # table_prefix: "GlueDataCatalogTablePrefix", # required
4746
- # },
4747
- # }
4748
- #
4749
3057
  # @!attribute [rw] glue_data_catalog
4750
3058
  # Specifies the configuration that Amazon AppFlow uses when it
4751
3059
  # catalogs your data with the Glue Data Catalog.
@@ -4806,20 +3114,6 @@ module Aws::Appflow
4806
3114
 
4807
3115
  # The OAuth 2.0 credentials required for OAuth 2.0 authentication.
4808
3116
  #
4809
- # @note When making an API call, you may pass OAuth2Credentials
4810
- # data as a hash:
4811
- #
4812
- # {
4813
- # client_id: "ClientId",
4814
- # client_secret: "ClientSecret",
4815
- # access_token: "AccessToken",
4816
- # refresh_token: "RefreshToken",
4817
- # o_auth_request: {
4818
- # auth_code: "AuthCode",
4819
- # redirect_uri: "RedirectUri",
4820
- # },
4821
- # }
4822
- #
4823
3117
  # @!attribute [rw] client_id
4824
3118
  # The identifier for the desired client.
4825
3119
  # @return [String]
@@ -4939,17 +3233,6 @@ module Aws::Appflow
4939
3233
 
4940
3234
  # The OAuth 2.0 properties required for OAuth 2.0 authentication.
4941
3235
  #
4942
- # @note When making an API call, you may pass OAuth2Properties
4943
- # data as a hash:
4944
- #
4945
- # {
4946
- # token_url: "TokenUrl", # required
4947
- # o_auth_2_grant_type: "CLIENT_CREDENTIALS", # required, accepts CLIENT_CREDENTIALS, AUTHORIZATION_CODE
4948
- # token_url_custom_properties: {
4949
- # "CustomPropertyKey" => "CustomPropertyValue",
4950
- # },
4951
- # }
4952
- #
4953
3236
  # @!attribute [rw] token_url
4954
3237
  # The token URL required for OAuth 2.0 authentication.
4955
3238
  # @return [String]
@@ -4977,20 +3260,6 @@ module Aws::Appflow
4977
3260
 
4978
3261
  # The OAuth credentials required for OAuth type authentication.
4979
3262
  #
4980
- # @note When making an API call, you may pass OAuthCredentials
4981
- # data as a hash:
4982
- #
4983
- # {
4984
- # client_id: "ClientId", # required
4985
- # client_secret: "ClientSecret", # required
4986
- # access_token: "AccessToken",
4987
- # refresh_token: "RefreshToken",
4988
- # o_auth_request: {
4989
- # auth_code: "AuthCode",
4990
- # redirect_uri: "RedirectUri",
4991
- # },
4992
- # }
4993
- #
4994
3263
  # @!attribute [rw] client_id
4995
3264
  # The identifier for the desired client.
4996
3265
  # @return [String]
@@ -5027,15 +3296,6 @@ module Aws::Appflow
5027
3296
 
5028
3297
  # The OAuth properties required for OAuth type authentication.
5029
3298
  #
5030
- # @note When making an API call, you may pass OAuthProperties
5031
- # data as a hash:
5032
- #
5033
- # {
5034
- # token_url: "TokenUrl", # required
5035
- # auth_code_url: "AuthCodeUrl", # required
5036
- # o_auth_scopes: ["OAuthScope"], # required
5037
- # }
5038
- #
5039
3299
  # @!attribute [rw] token_url
5040
3300
  # The token url required to fetch access/refresh tokens using
5041
3301
  # authorization code and also to refresh expired access token using
@@ -5064,15 +3324,6 @@ module Aws::Appflow
5064
3324
  # Specifies elements that Amazon AppFlow includes in the file and folder
5065
3325
  # names in the flow destination.
5066
3326
  #
5067
- # @note When making an API call, you may pass PrefixConfig
5068
- # data as a hash:
5069
- #
5070
- # {
5071
- # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
5072
- # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
5073
- # path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
5074
- # }
5075
- #
5076
3327
  # @!attribute [rw] prefix_type
5077
3328
  # Determines the format of the prefix, and whether it applies to the
5078
3329
  # file name, file path, or both.
@@ -5160,14 +3411,6 @@ module Aws::Appflow
5160
3411
  # The connector-specific profile credentials required when using Amazon
5161
3412
  # Redshift.
5162
3413
  #
5163
- # @note When making an API call, you may pass RedshiftConnectorProfileCredentials
5164
- # data as a hash:
5165
- #
5166
- # {
5167
- # username: "Username", # required
5168
- # password: "Password", # required
5169
- # }
5170
- #
5171
3414
  # @!attribute [rw] username
5172
3415
  # The name of the user.
5173
3416
  # @return [String]
@@ -5187,16 +3430,6 @@ module Aws::Appflow
5187
3430
 
5188
3431
  # The connector-specific profile properties when using Amazon Redshift.
5189
3432
  #
5190
- # @note When making an API call, you may pass RedshiftConnectorProfileProperties
5191
- # data as a hash:
5192
- #
5193
- # {
5194
- # database_url: "DatabaseUrl", # required
5195
- # bucket_name: "BucketName", # required
5196
- # bucket_prefix: "BucketPrefix",
5197
- # role_arn: "RoleArn", # required
5198
- # }
5199
- #
5200
3433
  # @!attribute [rw] database_url
5201
3434
  # The JDBC URL of the Amazon Redshift cluster.
5202
3435
  # @return [String]
@@ -5211,7 +3444,43 @@ module Aws::Appflow
5211
3444
  # @return [String]
5212
3445
  #
5213
3446
  # @!attribute [rw] role_arn
5214
- # The Amazon Resource Name (ARN) of the IAM role.
3447
+ # The Amazon Resource Name (ARN) of IAM role that grants Amazon
3448
+ # Redshift read-only access to Amazon S3. For more information, and
3449
+ # for the polices that you attach to this role, see [Allow Amazon
3450
+ # Redshift to access your Amazon AppFlow data in Amazon S3][1].
3451
+ #
3452
+ #
3453
+ #
3454
+ # [1]: https://docs.aws.amazon.com/appflow/latest/userguide/security_iam_service-role-policies.html#redshift-access-s3
3455
+ # @return [String]
3456
+ #
3457
+ # @!attribute [rw] data_api_role_arn
3458
+ # The Amazon Resource Name (ARN) of an IAM role that permits Amazon
3459
+ # AppFlow to access your Amazon Redshift database through the Data
3460
+ # API. For more information, and for the polices that you attach to
3461
+ # this role, see [Allow Amazon AppFlow to access Amazon Redshift
3462
+ # databases with the Data API][1].
3463
+ #
3464
+ #
3465
+ #
3466
+ # [1]: https://docs.aws.amazon.com/appflow/latest/userguide/security_iam_service-role-policies.html#access-redshift
3467
+ # @return [String]
3468
+ #
3469
+ # @!attribute [rw] is_redshift_serverless
3470
+ # Indicates whether the connector profile defines a connection to an
3471
+ # Amazon Redshift Serverless data warehouse.
3472
+ # @return [Boolean]
3473
+ #
3474
+ # @!attribute [rw] cluster_identifier
3475
+ # The unique ID that's assigned to an Amazon Redshift cluster.
3476
+ # @return [String]
3477
+ #
3478
+ # @!attribute [rw] workgroup_name
3479
+ # The name of an Amazon Redshift workgroup.
3480
+ # @return [String]
3481
+ #
3482
+ # @!attribute [rw] database_name
3483
+ # The name of an Amazon Redshift database.
5215
3484
  # @return [String]
5216
3485
  #
5217
3486
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/RedshiftConnectorProfileProperties AWS API Documentation
@@ -5220,7 +3489,12 @@ module Aws::Appflow
5220
3489
  :database_url,
5221
3490
  :bucket_name,
5222
3491
  :bucket_prefix,
5223
- :role_arn)
3492
+ :role_arn,
3493
+ :data_api_role_arn,
3494
+ :is_redshift_serverless,
3495
+ :cluster_identifier,
3496
+ :workgroup_name,
3497
+ :database_name)
5224
3498
  SENSITIVE = []
5225
3499
  include Aws::Structure
5226
3500
  end
@@ -5228,20 +3502,6 @@ module Aws::Appflow
5228
3502
  # The properties that are applied when Amazon Redshift is being used as
5229
3503
  # a destination.
5230
3504
  #
5231
- # @note When making an API call, you may pass RedshiftDestinationProperties
5232
- # data as a hash:
5233
- #
5234
- # {
5235
- # object: "Object", # required
5236
- # intermediate_bucket_name: "BucketName", # required
5237
- # bucket_prefix: "BucketPrefix",
5238
- # error_handling_config: {
5239
- # fail_on_first_destination_error: false,
5240
- # bucket_prefix: "BucketPrefix",
5241
- # bucket_name: "BucketName",
5242
- # },
5243
- # }
5244
- #
5245
3505
  # @!attribute [rw] object
5246
3506
  # The object specified in the Amazon Redshift flow destination.
5247
3507
  # @return [String]
@@ -5282,20 +3542,6 @@ module Aws::Appflow
5282
3542
  #
5283
3543
  class RedshiftMetadata < Aws::EmptyStructure; end
5284
3544
 
5285
- # @note When making an API call, you may pass RegisterConnectorRequest
5286
- # data as a hash:
5287
- #
5288
- # {
5289
- # connector_label: "ConnectorLabel",
5290
- # description: "Description",
5291
- # connector_provisioning_type: "LAMBDA", # accepts LAMBDA
5292
- # connector_provisioning_config: {
5293
- # lambda: {
5294
- # lambda_arn: "ARN", # required
5295
- # },
5296
- # },
5297
- # }
5298
- #
5299
3545
  # @!attribute [rw] connector_label
5300
3546
  # The name of the connector. The name is unique for each
5301
3547
  # `ConnectorRegistration` in your Amazon Web Services account.
@@ -5390,27 +3636,6 @@ module Aws::Appflow
5390
3636
  # The properties that are applied when Amazon S3 is used as a
5391
3637
  # destination.
5392
3638
  #
5393
- # @note When making an API call, you may pass S3DestinationProperties
5394
- # data as a hash:
5395
- #
5396
- # {
5397
- # bucket_name: "BucketName", # required
5398
- # bucket_prefix: "BucketPrefix",
5399
- # s3_output_format_config: {
5400
- # file_type: "CSV", # accepts CSV, JSON, PARQUET
5401
- # prefix_config: {
5402
- # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
5403
- # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
5404
- # path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
5405
- # },
5406
- # aggregation_config: {
5407
- # aggregation_type: "None", # accepts None, SingleFile
5408
- # target_file_size: 1,
5409
- # },
5410
- # preserve_source_data_typing: false,
5411
- # },
5412
- # }
5413
- #
5414
3639
  # @!attribute [rw] bucket_name
5415
3640
  # The Amazon S3 bucket name in which Amazon AppFlow places the
5416
3641
  # transferred data.
@@ -5439,13 +3664,6 @@ module Aws::Appflow
5439
3664
  # When you use Amazon S3 as the source, the configuration format that
5440
3665
  # you provide the flow input data.
5441
3666
  #
5442
- # @note When making an API call, you may pass S3InputFormatConfig
5443
- # data as a hash:
5444
- #
5445
- # {
5446
- # s3_input_file_type: "CSV", # accepts CSV, JSON
5447
- # }
5448
- #
5449
3667
  # @!attribute [rw] s3_input_file_type
5450
3668
  # The file type that Amazon AppFlow gets from your Amazon S3 bucket.
5451
3669
  # @return [String]
@@ -5467,23 +3685,6 @@ module Aws::Appflow
5467
3685
  # The configuration that determines how Amazon AppFlow should format the
5468
3686
  # flow output data when Amazon S3 is used as the destination.
5469
3687
  #
5470
- # @note When making an API call, you may pass S3OutputFormatConfig
5471
- # data as a hash:
5472
- #
5473
- # {
5474
- # file_type: "CSV", # accepts CSV, JSON, PARQUET
5475
- # prefix_config: {
5476
- # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
5477
- # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
5478
- # path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
5479
- # },
5480
- # aggregation_config: {
5481
- # aggregation_type: "None", # accepts None, SingleFile
5482
- # target_file_size: 1,
5483
- # },
5484
- # preserve_source_data_typing: false,
5485
- # }
5486
- #
5487
3688
  # @!attribute [rw] file_type
5488
3689
  # Indicates the file type that Amazon AppFlow places in the Amazon S3
5489
3690
  # bucket.
@@ -5528,17 +3729,6 @@ module Aws::Appflow
5528
3729
  # The properties that are applied when Amazon S3 is being used as the
5529
3730
  # flow source.
5530
3731
  #
5531
- # @note When making an API call, you may pass S3SourceProperties
5532
- # data as a hash:
5533
- #
5534
- # {
5535
- # bucket_name: "BucketName", # required
5536
- # bucket_prefix: "BucketPrefix",
5537
- # s3_input_format_config: {
5538
- # s3_input_file_type: "CSV", # accepts CSV, JSON
5539
- # },
5540
- # }
5541
- #
5542
3732
  # @!attribute [rw] bucket_name
5543
3733
  # The Amazon S3 bucket name where the source files are stored.
5544
3734
  # @return [String]
@@ -5566,26 +3756,6 @@ module Aws::Appflow
5566
3756
  # The connector-specific profile credentials required when using
5567
3757
  # SAPOData.
5568
3758
  #
5569
- # @note When making an API call, you may pass SAPODataConnectorProfileCredentials
5570
- # data as a hash:
5571
- #
5572
- # {
5573
- # basic_auth_credentials: {
5574
- # username: "Username", # required
5575
- # password: "Password", # required
5576
- # },
5577
- # o_auth_credentials: {
5578
- # client_id: "ClientId", # required
5579
- # client_secret: "ClientSecret", # required
5580
- # access_token: "AccessToken",
5581
- # refresh_token: "RefreshToken",
5582
- # o_auth_request: {
5583
- # auth_code: "AuthCode",
5584
- # redirect_uri: "RedirectUri",
5585
- # },
5586
- # },
5587
- # }
5588
- #
5589
3759
  # @!attribute [rw] basic_auth_credentials
5590
3760
  # The SAPOData basic authentication credentials.
5591
3761
  # @return [Types::BasicAuthCredentials]
@@ -5606,23 +3776,6 @@ module Aws::Appflow
5606
3776
  # The connector-specific profile properties required when using
5607
3777
  # SAPOData.
5608
3778
  #
5609
- # @note When making an API call, you may pass SAPODataConnectorProfileProperties
5610
- # data as a hash:
5611
- #
5612
- # {
5613
- # application_host_url: "ApplicationHostUrl", # required
5614
- # application_service_path: "ApplicationServicePath", # required
5615
- # port_number: 1, # required
5616
- # client_number: "ClientNumber", # required
5617
- # logon_language: "LogonLanguage",
5618
- # private_link_service_name: "PrivateLinkServiceName",
5619
- # o_auth_properties: {
5620
- # token_url: "TokenUrl", # required
5621
- # auth_code_url: "AuthCodeUrl", # required
5622
- # o_auth_scopes: ["OAuthScope"], # required
5623
- # },
5624
- # }
5625
- #
5626
3779
  # @!attribute [rw] application_host_url
5627
3780
  # The location of the SAPOData resource.
5628
3781
  # @return [String]
@@ -5670,24 +3823,6 @@ module Aws::Appflow
5670
3823
  # The properties that are applied when using SAPOData as a flow
5671
3824
  # destination
5672
3825
  #
5673
- # @note When making an API call, you may pass SAPODataDestinationProperties
5674
- # data as a hash:
5675
- #
5676
- # {
5677
- # object_path: "Object", # required
5678
- # success_response_handling_config: {
5679
- # bucket_prefix: "BucketPrefix",
5680
- # bucket_name: "BucketName",
5681
- # },
5682
- # id_field_names: ["Name"],
5683
- # error_handling_config: {
5684
- # fail_on_first_destination_error: false,
5685
- # bucket_prefix: "BucketPrefix",
5686
- # bucket_name: "BucketName",
5687
- # },
5688
- # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
5689
- # }
5690
- #
5691
3826
  # @!attribute [rw] object_path
5692
3827
  # The object path specified in the SAPOData flow destination.
5693
3828
  # @return [String]
@@ -5740,13 +3875,6 @@ module Aws::Appflow
5740
3875
 
5741
3876
  # The properties that are applied when using SAPOData as a flow source.
5742
3877
  #
5743
- # @note When making an API call, you may pass SAPODataSourceProperties
5744
- # data as a hash:
5745
- #
5746
- # {
5747
- # object_path: "Object",
5748
- # }
5749
- #
5750
3878
  # @!attribute [rw] object_path
5751
3879
  # The object path specified in the SAPOData flow source.
5752
3880
  # @return [String]
@@ -5762,19 +3890,6 @@ module Aws::Appflow
5762
3890
  # The connector-specific profile credentials required when using
5763
3891
  # Salesforce.
5764
3892
  #
5765
- # @note When making an API call, you may pass SalesforceConnectorProfileCredentials
5766
- # data as a hash:
5767
- #
5768
- # {
5769
- # access_token: "AccessToken",
5770
- # refresh_token: "RefreshToken",
5771
- # o_auth_request: {
5772
- # auth_code: "AuthCode",
5773
- # redirect_uri: "RedirectUri",
5774
- # },
5775
- # client_credentials_arn: "ClientCredentialsArn",
5776
- # }
5777
- #
5778
3893
  # @!attribute [rw] access_token
5779
3894
  # The credentials used to access protected Salesforce resources.
5780
3895
  # @return [String]
@@ -5807,14 +3922,6 @@ module Aws::Appflow
5807
3922
  # The connector-specific profile properties required when using
5808
3923
  # Salesforce.
5809
3924
  #
5810
- # @note When making an API call, you may pass SalesforceConnectorProfileProperties
5811
- # data as a hash:
5812
- #
5813
- # {
5814
- # instance_url: "InstanceUrl",
5815
- # is_sandbox_environment: false,
5816
- # }
5817
- #
5818
3925
  # @!attribute [rw] instance_url
5819
3926
  # The location of the Salesforce resource.
5820
3927
  # @return [String]
@@ -5836,21 +3943,6 @@ module Aws::Appflow
5836
3943
  # The properties that are applied when Salesforce is being used as a
5837
3944
  # destination.
5838
3945
  #
5839
- # @note When making an API call, you may pass SalesforceDestinationProperties
5840
- # data as a hash:
5841
- #
5842
- # {
5843
- # object: "Object", # required
5844
- # id_field_names: ["Name"],
5845
- # error_handling_config: {
5846
- # fail_on_first_destination_error: false,
5847
- # bucket_prefix: "BucketPrefix",
5848
- # bucket_name: "BucketName",
5849
- # },
5850
- # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
5851
- # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
5852
- # }
5853
- #
5854
3946
  # @!attribute [rw] object
5855
3947
  # The object specified in the Salesforce flow destination.
5856
3948
  # @return [String]
@@ -5958,16 +4050,6 @@ module Aws::Appflow
5958
4050
  # The properties that are applied when Salesforce is being used as a
5959
4051
  # source.
5960
4052
  #
5961
- # @note When making an API call, you may pass SalesforceSourceProperties
5962
- # data as a hash:
5963
- #
5964
- # {
5965
- # object: "Object", # required
5966
- # enable_dynamic_field_update: false,
5967
- # include_deleted_records: false,
5968
- # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
5969
- # }
5970
- #
5971
4053
  # @!attribute [rw] object
5972
4054
  # The object specified in the Salesforce flow source.
5973
4055
  # @return [String]
@@ -6045,20 +4127,6 @@ module Aws::Appflow
6045
4127
  # defined by the user. Currently, these settings only apply to the
6046
4128
  # `Scheduled` trigger type.
6047
4129
  #
6048
- # @note When making an API call, you may pass ScheduledTriggerProperties
6049
- # data as a hash:
6050
- #
6051
- # {
6052
- # schedule_expression: "ScheduleExpression", # required
6053
- # data_pull_mode: "Incremental", # accepts Incremental, Complete
6054
- # schedule_start_time: Time.now,
6055
- # schedule_end_time: Time.now,
6056
- # timezone: "Timezone",
6057
- # schedule_offset: 1,
6058
- # first_execution_from: Time.now,
6059
- # flow_error_deactivation_threshold: 1,
6060
- # }
6061
- #
6062
4130
  # @!attribute [rw] schedule_expression
6063
4131
  # The scheduling expression that determines the rate at which the
6064
4132
  # schedule will run, for example `rate(5minutes)`.
@@ -6126,14 +4194,6 @@ module Aws::Appflow
6126
4194
  # The connector-specific profile credentials required when using
6127
4195
  # ServiceNow.
6128
4196
  #
6129
- # @note When making an API call, you may pass ServiceNowConnectorProfileCredentials
6130
- # data as a hash:
6131
- #
6132
- # {
6133
- # username: "Username", # required
6134
- # password: "Password", # required
6135
- # }
6136
- #
6137
4197
  # @!attribute [rw] username
6138
4198
  # The name of the user.
6139
4199
  # @return [String]
@@ -6154,13 +4214,6 @@ module Aws::Appflow
6154
4214
  # The connector-specific profile properties required when using
6155
4215
  # ServiceNow.
6156
4216
  #
6157
- # @note When making an API call, you may pass ServiceNowConnectorProfileProperties
6158
- # data as a hash:
6159
- #
6160
- # {
6161
- # instance_url: "InstanceUrl", # required
6162
- # }
6163
- #
6164
4217
  # @!attribute [rw] instance_url
6165
4218
  # The location of the ServiceNow resource.
6166
4219
  # @return [String]
@@ -6182,13 +4235,6 @@ module Aws::Appflow
6182
4235
  # The properties that are applied when ServiceNow is being used as a
6183
4236
  # source.
6184
4237
  #
6185
- # @note When making an API call, you may pass ServiceNowSourceProperties
6186
- # data as a hash:
6187
- #
6188
- # {
6189
- # object: "Object", # required
6190
- # }
6191
- #
6192
4238
  # @!attribute [rw] object
6193
4239
  # The object specified in the ServiceNow flow source.
6194
4240
  # @return [String]
@@ -6218,13 +4264,6 @@ module Aws::Appflow
6218
4264
  # The connector-specific profile credentials required when using
6219
4265
  # Singular.
6220
4266
  #
6221
- # @note When making an API call, you may pass SingularConnectorProfileCredentials
6222
- # data as a hash:
6223
- #
6224
- # {
6225
- # api_key: "ApiKey", # required
6226
- # }
6227
- #
6228
4267
  # @!attribute [rw] api_key
6229
4268
  # A unique alphanumeric identifier used to authenticate a user,
6230
4269
  # developer, or calling program to your API.
@@ -6256,13 +4295,6 @@ module Aws::Appflow
6256
4295
  # The properties that are applied when Singular is being used as a
6257
4296
  # source.
6258
4297
  #
6259
- # @note When making an API call, you may pass SingularSourceProperties
6260
- # data as a hash:
6261
- #
6262
- # {
6263
- # object: "Object", # required
6264
- # }
6265
- #
6266
4298
  # @!attribute [rw] object
6267
4299
  # The object specified in the Singular flow source.
6268
4300
  # @return [String]
@@ -6277,19 +4309,6 @@ module Aws::Appflow
6277
4309
 
6278
4310
  # The connector-specific profile credentials required when using Slack.
6279
4311
  #
6280
- # @note When making an API call, you may pass SlackConnectorProfileCredentials
6281
- # data as a hash:
6282
- #
6283
- # {
6284
- # client_id: "ClientId", # required
6285
- # client_secret: "ClientSecret", # required
6286
- # access_token: "AccessToken",
6287
- # o_auth_request: {
6288
- # auth_code: "AuthCode",
6289
- # redirect_uri: "RedirectUri",
6290
- # },
6291
- # }
6292
- #
6293
4312
  # @!attribute [rw] client_id
6294
4313
  # The identifier for the client.
6295
4314
  # @return [String]
@@ -6321,13 +4340,6 @@ module Aws::Appflow
6321
4340
 
6322
4341
  # The connector-specific profile properties required when using Slack.
6323
4342
  #
6324
- # @note When making an API call, you may pass SlackConnectorProfileProperties
6325
- # data as a hash:
6326
- #
6327
- # {
6328
- # instance_url: "InstanceUrl", # required
6329
- # }
6330
- #
6331
4343
  # @!attribute [rw] instance_url
6332
4344
  # The location of the Slack resource.
6333
4345
  # @return [String]
@@ -6356,13 +4368,6 @@ module Aws::Appflow
6356
4368
 
6357
4369
  # The properties that are applied when Slack is being used as a source.
6358
4370
  #
6359
- # @note When making an API call, you may pass SlackSourceProperties
6360
- # data as a hash:
6361
- #
6362
- # {
6363
- # object: "Object", # required
6364
- # }
6365
- #
6366
4371
  # @!attribute [rw] object
6367
4372
  # The object specified in the Slack flow source.
6368
4373
  # @return [String]
@@ -6378,14 +4383,6 @@ module Aws::Appflow
6378
4383
  # The connector-specific profile credentials required when using
6379
4384
  # Snowflake.
6380
4385
  #
6381
- # @note When making an API call, you may pass SnowflakeConnectorProfileCredentials
6382
- # data as a hash:
6383
- #
6384
- # {
6385
- # username: "Username", # required
6386
- # password: "Password", # required
6387
- # }
6388
- #
6389
4386
  # @!attribute [rw] username
6390
4387
  # The name of the user.
6391
4388
  # @return [String]
@@ -6406,19 +4403,6 @@ module Aws::Appflow
6406
4403
  # The connector-specific profile properties required when using
6407
4404
  # Snowflake.
6408
4405
  #
6409
- # @note When making an API call, you may pass SnowflakeConnectorProfileProperties
6410
- # data as a hash:
6411
- #
6412
- # {
6413
- # warehouse: "Warehouse", # required
6414
- # stage: "Stage", # required
6415
- # bucket_name: "BucketName", # required
6416
- # bucket_prefix: "BucketPrefix",
6417
- # private_link_service_name: "PrivateLinkServiceName",
6418
- # account_name: "AccountName",
6419
- # region: "Region",
6420
- # }
6421
- #
6422
4406
  # @!attribute [rw] warehouse
6423
4407
  # The name of the Snowflake warehouse.
6424
4408
  # @return [String]
@@ -6469,20 +4453,6 @@ module Aws::Appflow
6469
4453
  # The properties that are applied when Snowflake is being used as a
6470
4454
  # destination.
6471
4455
  #
6472
- # @note When making an API call, you may pass SnowflakeDestinationProperties
6473
- # data as a hash:
6474
- #
6475
- # {
6476
- # object: "Object", # required
6477
- # intermediate_bucket_name: "BucketName", # required
6478
- # bucket_prefix: "BucketPrefix",
6479
- # error_handling_config: {
6480
- # fail_on_first_destination_error: false,
6481
- # bucket_prefix: "BucketPrefix",
6482
- # bucket_name: "BucketName",
6483
- # },
6484
- # }
6485
- #
6486
4456
  # @!attribute [rw] object
6487
4457
  # The object specified in the Snowflake flow destination.
6488
4458
  # @return [String]
@@ -6535,74 +4505,6 @@ module Aws::Appflow
6535
4505
  # Specifies the information that is required to query a particular
6536
4506
  # connector.
6537
4507
  #
6538
- # @note When making an API call, you may pass SourceConnectorProperties
6539
- # data as a hash:
6540
- #
6541
- # {
6542
- # amplitude: {
6543
- # object: "Object", # required
6544
- # },
6545
- # datadog: {
6546
- # object: "Object", # required
6547
- # },
6548
- # dynatrace: {
6549
- # object: "Object", # required
6550
- # },
6551
- # google_analytics: {
6552
- # object: "Object", # required
6553
- # },
6554
- # infor_nexus: {
6555
- # object: "Object", # required
6556
- # },
6557
- # marketo: {
6558
- # object: "Object", # required
6559
- # },
6560
- # s3: {
6561
- # bucket_name: "BucketName", # required
6562
- # bucket_prefix: "BucketPrefix",
6563
- # s3_input_format_config: {
6564
- # s3_input_file_type: "CSV", # accepts CSV, JSON
6565
- # },
6566
- # },
6567
- # salesforce: {
6568
- # object: "Object", # required
6569
- # enable_dynamic_field_update: false,
6570
- # include_deleted_records: false,
6571
- # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
6572
- # },
6573
- # service_now: {
6574
- # object: "Object", # required
6575
- # },
6576
- # singular: {
6577
- # object: "Object", # required
6578
- # },
6579
- # slack: {
6580
- # object: "Object", # required
6581
- # },
6582
- # trendmicro: {
6583
- # object: "Object", # required
6584
- # },
6585
- # veeva: {
6586
- # object: "Object", # required
6587
- # document_type: "DocumentType",
6588
- # include_source_files: false,
6589
- # include_renditions: false,
6590
- # include_all_versions: false,
6591
- # },
6592
- # zendesk: {
6593
- # object: "Object", # required
6594
- # },
6595
- # sapo_data: {
6596
- # object_path: "Object",
6597
- # },
6598
- # custom_connector: {
6599
- # entity_name: "EntityName", # required
6600
- # custom_properties: {
6601
- # "CustomPropertyKey" => "CustomPropertyValue",
6602
- # },
6603
- # },
6604
- # }
6605
- #
6606
4508
  # @!attribute [rw] amplitude
6607
4509
  # Specifies the information that is required for querying Amplitude.
6608
4510
  # @return [Types::AmplitudeSourceProperties]
@@ -6722,82 +4624,6 @@ module Aws::Appflow
6722
4624
  # Contains information about the configuration of the source connector
6723
4625
  # used in the flow.
6724
4626
  #
6725
- # @note When making an API call, you may pass SourceFlowConfig
6726
- # data as a hash:
6727
- #
6728
- # {
6729
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
6730
- # api_version: "ApiVersion",
6731
- # connector_profile_name: "ConnectorProfileName",
6732
- # source_connector_properties: { # required
6733
- # amplitude: {
6734
- # object: "Object", # required
6735
- # },
6736
- # datadog: {
6737
- # object: "Object", # required
6738
- # },
6739
- # dynatrace: {
6740
- # object: "Object", # required
6741
- # },
6742
- # google_analytics: {
6743
- # object: "Object", # required
6744
- # },
6745
- # infor_nexus: {
6746
- # object: "Object", # required
6747
- # },
6748
- # marketo: {
6749
- # object: "Object", # required
6750
- # },
6751
- # s3: {
6752
- # bucket_name: "BucketName", # required
6753
- # bucket_prefix: "BucketPrefix",
6754
- # s3_input_format_config: {
6755
- # s3_input_file_type: "CSV", # accepts CSV, JSON
6756
- # },
6757
- # },
6758
- # salesforce: {
6759
- # object: "Object", # required
6760
- # enable_dynamic_field_update: false,
6761
- # include_deleted_records: false,
6762
- # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
6763
- # },
6764
- # service_now: {
6765
- # object: "Object", # required
6766
- # },
6767
- # singular: {
6768
- # object: "Object", # required
6769
- # },
6770
- # slack: {
6771
- # object: "Object", # required
6772
- # },
6773
- # trendmicro: {
6774
- # object: "Object", # required
6775
- # },
6776
- # veeva: {
6777
- # object: "Object", # required
6778
- # document_type: "DocumentType",
6779
- # include_source_files: false,
6780
- # include_renditions: false,
6781
- # include_all_versions: false,
6782
- # },
6783
- # zendesk: {
6784
- # object: "Object", # required
6785
- # },
6786
- # sapo_data: {
6787
- # object_path: "Object",
6788
- # },
6789
- # custom_connector: {
6790
- # entity_name: "EntityName", # required
6791
- # custom_properties: {
6792
- # "CustomPropertyKey" => "CustomPropertyValue",
6793
- # },
6794
- # },
6795
- # },
6796
- # incremental_pull_config: {
6797
- # datetime_type_field_name: "DatetimeTypeFieldName",
6798
- # },
6799
- # }
6800
- #
6801
4627
  # @!attribute [rw] connector_type
6802
4628
  # The type of connector, such as Salesforce, Amplitude, and so on.
6803
4629
  # @return [String]
@@ -6835,13 +4661,6 @@ module Aws::Appflow
6835
4661
  include Aws::Structure
6836
4662
  end
6837
4663
 
6838
- # @note When making an API call, you may pass StartFlowRequest
6839
- # data as a hash:
6840
- #
6841
- # {
6842
- # flow_name: "FlowName", # required
6843
- # }
6844
- #
6845
4664
  # @!attribute [rw] flow_name
6846
4665
  # The specified name of the flow. Spaces are not allowed. Use
6847
4666
  # underscores (\_) or hyphens (-) only.
@@ -6879,13 +4698,6 @@ module Aws::Appflow
6879
4698
  include Aws::Structure
6880
4699
  end
6881
4700
 
6882
- # @note When making an API call, you may pass StopFlowRequest
6883
- # data as a hash:
6884
- #
6885
- # {
6886
- # flow_name: "FlowName", # required
6887
- # }
6888
- #
6889
4701
  # @!attribute [rw] flow_name
6890
4702
  # The specified name of the flow. Spaces are not allowed. Use
6891
4703
  # underscores (\_) or hyphens (-) only.
@@ -6922,14 +4734,6 @@ module Aws::Appflow
6922
4734
  # For example, this setting would determine where to write the response
6923
4735
  # from the destination connector upon a successful insert operation.
6924
4736
  #
6925
- # @note When making an API call, you may pass SuccessResponseHandlingConfig
6926
- # data as a hash:
6927
- #
6928
- # {
6929
- # bucket_prefix: "BucketPrefix",
6930
- # bucket_name: "BucketName",
6931
- # }
6932
- #
6933
4737
  # @!attribute [rw] bucket_prefix
6934
4738
  # The Amazon S3 bucket prefix.
6935
4739
  # @return [String]
@@ -6963,16 +4767,6 @@ module Aws::Appflow
6963
4767
  include Aws::Structure
6964
4768
  end
6965
4769
 
6966
- # @note When making an API call, you may pass TagResourceRequest
6967
- # data as a hash:
6968
- #
6969
- # {
6970
- # resource_arn: "ARN", # required
6971
- # tags: { # required
6972
- # "TagKey" => "TagValue",
6973
- # },
6974
- # }
6975
- #
6976
4770
  # @!attribute [rw] resource_arn
6977
4771
  # The Amazon Resource Name (ARN) of the flow that you want to tag.
6978
4772
  # @return [String]
@@ -6997,36 +4791,6 @@ module Aws::Appflow
6997
4791
  # A class for modeling different type of tasks. Task implementation
6998
4792
  # varies based on the `TaskType`.
6999
4793
  #
7000
- # @note When making an API call, you may pass Task
7001
- # data as a hash:
7002
- #
7003
- # {
7004
- # source_fields: ["String"], # required
7005
- # connector_operator: {
7006
- # amplitude: "BETWEEN", # accepts BETWEEN
7007
- # datadog: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7008
- # dynatrace: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7009
- # google_analytics: "PROJECTION", # accepts PROJECTION, BETWEEN
7010
- # infor_nexus: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7011
- # marketo: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7012
- # s3: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7013
- # salesforce: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7014
- # service_now: "PROJECTION", # accepts PROJECTION, CONTAINS, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7015
- # singular: "PROJECTION", # accepts PROJECTION, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7016
- # slack: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7017
- # trendmicro: "PROJECTION", # accepts PROJECTION, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7018
- # veeva: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, CONTAINS, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7019
- # zendesk: "PROJECTION", # accepts PROJECTION, GREATER_THAN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7020
- # sapo_data: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7021
- # custom_connector: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, CONTAINS, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7022
- # },
7023
- # destination_field: "DestinationField",
7024
- # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Passthrough, Truncate, Validate, Partition
7025
- # task_properties: {
7026
- # "VALUE" => "Property",
7027
- # },
7028
- # }
7029
- #
7030
4794
  # @!attribute [rw] source_fields
7031
4795
  # The source fields to which a particular task is applied.
7032
4796
  # @return [Array<String>]
@@ -7079,13 +4843,6 @@ module Aws::Appflow
7079
4843
  # The connector-specific profile credentials required when using Trend
7080
4844
  # Micro.
7081
4845
  #
7082
- # @note When making an API call, you may pass TrendmicroConnectorProfileCredentials
7083
- # data as a hash:
7084
- #
7085
- # {
7086
- # api_secret_key: "ApiSecretKey", # required
7087
- # }
7088
- #
7089
4846
  # @!attribute [rw] api_secret_key
7090
4847
  # The Secret Access Key portion of the credentials.
7091
4848
  # @return [String]
@@ -7116,13 +4873,6 @@ module Aws::Appflow
7116
4873
  # The properties that are applied when using Trend Micro as a flow
7117
4874
  # source.
7118
4875
  #
7119
- # @note When making an API call, you may pass TrendmicroSourceProperties
7120
- # data as a hash:
7121
- #
7122
- # {
7123
- # object: "Object", # required
7124
- # }
7125
- #
7126
4876
  # @!attribute [rw] object
7127
4877
  # The object specified in the Trend Micro flow source.
7128
4878
  # @return [String]
@@ -7138,25 +4888,6 @@ module Aws::Appflow
7138
4888
  # The trigger settings that determine how and when Amazon AppFlow runs
7139
4889
  # the specified flow.
7140
4890
  #
7141
- # @note When making an API call, you may pass TriggerConfig
7142
- # data as a hash:
7143
- #
7144
- # {
7145
- # trigger_type: "Scheduled", # required, accepts Scheduled, Event, OnDemand
7146
- # trigger_properties: {
7147
- # scheduled: {
7148
- # schedule_expression: "ScheduleExpression", # required
7149
- # data_pull_mode: "Incremental", # accepts Incremental, Complete
7150
- # schedule_start_time: Time.now,
7151
- # schedule_end_time: Time.now,
7152
- # timezone: "Timezone",
7153
- # schedule_offset: 1,
7154
- # first_execution_from: Time.now,
7155
- # flow_error_deactivation_threshold: 1,
7156
- # },
7157
- # },
7158
- # }
7159
- #
7160
4891
  # @!attribute [rw] trigger_type
7161
4892
  # Specifies the type of flow trigger. This can be `OnDemand`,
7162
4893
  # `Scheduled`, or `Event`.
@@ -7181,22 +4912,6 @@ module Aws::Appflow
7181
4912
  # flow. Currently, these settings only apply to the `Scheduled` trigger
7182
4913
  # type.
7183
4914
  #
7184
- # @note When making an API call, you may pass TriggerProperties
7185
- # data as a hash:
7186
- #
7187
- # {
7188
- # scheduled: {
7189
- # schedule_expression: "ScheduleExpression", # required
7190
- # data_pull_mode: "Incremental", # accepts Incremental, Complete
7191
- # schedule_start_time: Time.now,
7192
- # schedule_end_time: Time.now,
7193
- # timezone: "Timezone",
7194
- # schedule_offset: 1,
7195
- # first_execution_from: Time.now,
7196
- # flow_error_deactivation_threshold: 1,
7197
- # },
7198
- # }
7199
- #
7200
4915
  # @!attribute [rw] scheduled
7201
4916
  # Specifies the configuration details of a schedule-triggered flow as
7202
4917
  # defined by the user.
@@ -7210,14 +4925,6 @@ module Aws::Appflow
7210
4925
  include Aws::Structure
7211
4926
  end
7212
4927
 
7213
- # @note When making an API call, you may pass UnregisterConnectorRequest
7214
- # data as a hash:
7215
- #
7216
- # {
7217
- # connector_label: "ConnectorLabel", # required
7218
- # force_delete: false,
7219
- # }
7220
- #
7221
4928
  # @!attribute [rw] connector_label
7222
4929
  # The label of the connector. The label is unique for each
7223
4930
  # `ConnectorRegistration` in your Amazon Web Services account.
@@ -7255,14 +4962,6 @@ module Aws::Appflow
7255
4962
  include Aws::Structure
7256
4963
  end
7257
4964
 
7258
- # @note When making an API call, you may pass UntagResourceRequest
7259
- # data as a hash:
7260
- #
7261
- # {
7262
- # resource_arn: "ARN", # required
7263
- # tag_keys: ["TagKey"], # required
7264
- # }
7265
- #
7266
4965
  # @!attribute [rw] resource_arn
7267
4966
  # The Amazon Resource Name (ARN) of the flow that you want to untag.
7268
4967
  # @return [String]
@@ -7285,234 +4984,6 @@ module Aws::Appflow
7285
4984
  #
7286
4985
  class UntagResourceResponse < Aws::EmptyStructure; end
7287
4986
 
7288
- # @note When making an API call, you may pass UpdateConnectorProfileRequest
7289
- # data as a hash:
7290
- #
7291
- # {
7292
- # connector_profile_name: "ConnectorProfileName", # required
7293
- # connection_mode: "Public", # required, accepts Public, Private
7294
- # connector_profile_config: { # required
7295
- # connector_profile_properties: { # required
7296
- # amplitude: {
7297
- # },
7298
- # datadog: {
7299
- # instance_url: "InstanceUrl", # required
7300
- # },
7301
- # dynatrace: {
7302
- # instance_url: "InstanceUrl", # required
7303
- # },
7304
- # google_analytics: {
7305
- # },
7306
- # honeycode: {
7307
- # },
7308
- # infor_nexus: {
7309
- # instance_url: "InstanceUrl", # required
7310
- # },
7311
- # marketo: {
7312
- # instance_url: "InstanceUrl", # required
7313
- # },
7314
- # redshift: {
7315
- # database_url: "DatabaseUrl", # required
7316
- # bucket_name: "BucketName", # required
7317
- # bucket_prefix: "BucketPrefix",
7318
- # role_arn: "RoleArn", # required
7319
- # },
7320
- # salesforce: {
7321
- # instance_url: "InstanceUrl",
7322
- # is_sandbox_environment: false,
7323
- # },
7324
- # service_now: {
7325
- # instance_url: "InstanceUrl", # required
7326
- # },
7327
- # singular: {
7328
- # },
7329
- # slack: {
7330
- # instance_url: "InstanceUrl", # required
7331
- # },
7332
- # snowflake: {
7333
- # warehouse: "Warehouse", # required
7334
- # stage: "Stage", # required
7335
- # bucket_name: "BucketName", # required
7336
- # bucket_prefix: "BucketPrefix",
7337
- # private_link_service_name: "PrivateLinkServiceName",
7338
- # account_name: "AccountName",
7339
- # region: "Region",
7340
- # },
7341
- # trendmicro: {
7342
- # },
7343
- # veeva: {
7344
- # instance_url: "InstanceUrl", # required
7345
- # },
7346
- # zendesk: {
7347
- # instance_url: "InstanceUrl", # required
7348
- # },
7349
- # sapo_data: {
7350
- # application_host_url: "ApplicationHostUrl", # required
7351
- # application_service_path: "ApplicationServicePath", # required
7352
- # port_number: 1, # required
7353
- # client_number: "ClientNumber", # required
7354
- # logon_language: "LogonLanguage",
7355
- # private_link_service_name: "PrivateLinkServiceName",
7356
- # o_auth_properties: {
7357
- # token_url: "TokenUrl", # required
7358
- # auth_code_url: "AuthCodeUrl", # required
7359
- # o_auth_scopes: ["OAuthScope"], # required
7360
- # },
7361
- # },
7362
- # custom_connector: {
7363
- # profile_properties: {
7364
- # "ProfilePropertyKey" => "ProfilePropertyValue",
7365
- # },
7366
- # o_auth_2_properties: {
7367
- # token_url: "TokenUrl", # required
7368
- # o_auth_2_grant_type: "CLIENT_CREDENTIALS", # required, accepts CLIENT_CREDENTIALS, AUTHORIZATION_CODE
7369
- # token_url_custom_properties: {
7370
- # "CustomPropertyKey" => "CustomPropertyValue",
7371
- # },
7372
- # },
7373
- # },
7374
- # },
7375
- # connector_profile_credentials: { # required
7376
- # amplitude: {
7377
- # api_key: "ApiKey", # required
7378
- # secret_key: "SecretKey", # required
7379
- # },
7380
- # datadog: {
7381
- # api_key: "ApiKey", # required
7382
- # application_key: "ApplicationKey", # required
7383
- # },
7384
- # dynatrace: {
7385
- # api_token: "ApiToken", # required
7386
- # },
7387
- # google_analytics: {
7388
- # client_id: "ClientId", # required
7389
- # client_secret: "ClientSecret", # required
7390
- # access_token: "AccessToken",
7391
- # refresh_token: "RefreshToken",
7392
- # o_auth_request: {
7393
- # auth_code: "AuthCode",
7394
- # redirect_uri: "RedirectUri",
7395
- # },
7396
- # },
7397
- # honeycode: {
7398
- # access_token: "AccessToken",
7399
- # refresh_token: "RefreshToken",
7400
- # o_auth_request: {
7401
- # auth_code: "AuthCode",
7402
- # redirect_uri: "RedirectUri",
7403
- # },
7404
- # },
7405
- # infor_nexus: {
7406
- # access_key_id: "AccessKeyId", # required
7407
- # user_id: "Username", # required
7408
- # secret_access_key: "Key", # required
7409
- # datakey: "Key", # required
7410
- # },
7411
- # marketo: {
7412
- # client_id: "ClientId", # required
7413
- # client_secret: "ClientSecret", # required
7414
- # access_token: "AccessToken",
7415
- # o_auth_request: {
7416
- # auth_code: "AuthCode",
7417
- # redirect_uri: "RedirectUri",
7418
- # },
7419
- # },
7420
- # redshift: {
7421
- # username: "Username", # required
7422
- # password: "Password", # required
7423
- # },
7424
- # salesforce: {
7425
- # access_token: "AccessToken",
7426
- # refresh_token: "RefreshToken",
7427
- # o_auth_request: {
7428
- # auth_code: "AuthCode",
7429
- # redirect_uri: "RedirectUri",
7430
- # },
7431
- # client_credentials_arn: "ClientCredentialsArn",
7432
- # },
7433
- # service_now: {
7434
- # username: "Username", # required
7435
- # password: "Password", # required
7436
- # },
7437
- # singular: {
7438
- # api_key: "ApiKey", # required
7439
- # },
7440
- # slack: {
7441
- # client_id: "ClientId", # required
7442
- # client_secret: "ClientSecret", # required
7443
- # access_token: "AccessToken",
7444
- # o_auth_request: {
7445
- # auth_code: "AuthCode",
7446
- # redirect_uri: "RedirectUri",
7447
- # },
7448
- # },
7449
- # snowflake: {
7450
- # username: "Username", # required
7451
- # password: "Password", # required
7452
- # },
7453
- # trendmicro: {
7454
- # api_secret_key: "ApiSecretKey", # required
7455
- # },
7456
- # veeva: {
7457
- # username: "Username", # required
7458
- # password: "Password", # required
7459
- # },
7460
- # zendesk: {
7461
- # client_id: "ClientId", # required
7462
- # client_secret: "ClientSecret", # required
7463
- # access_token: "AccessToken",
7464
- # o_auth_request: {
7465
- # auth_code: "AuthCode",
7466
- # redirect_uri: "RedirectUri",
7467
- # },
7468
- # },
7469
- # sapo_data: {
7470
- # basic_auth_credentials: {
7471
- # username: "Username", # required
7472
- # password: "Password", # required
7473
- # },
7474
- # o_auth_credentials: {
7475
- # client_id: "ClientId", # required
7476
- # client_secret: "ClientSecret", # required
7477
- # access_token: "AccessToken",
7478
- # refresh_token: "RefreshToken",
7479
- # o_auth_request: {
7480
- # auth_code: "AuthCode",
7481
- # redirect_uri: "RedirectUri",
7482
- # },
7483
- # },
7484
- # },
7485
- # custom_connector: {
7486
- # authentication_type: "OAUTH2", # required, accepts OAUTH2, APIKEY, BASIC, CUSTOM
7487
- # basic: {
7488
- # username: "Username", # required
7489
- # password: "Password", # required
7490
- # },
7491
- # oauth2: {
7492
- # client_id: "ClientId",
7493
- # client_secret: "ClientSecret",
7494
- # access_token: "AccessToken",
7495
- # refresh_token: "RefreshToken",
7496
- # o_auth_request: {
7497
- # auth_code: "AuthCode",
7498
- # redirect_uri: "RedirectUri",
7499
- # },
7500
- # },
7501
- # api_key: {
7502
- # api_key: "ApiKey", # required
7503
- # api_secret_key: "ApiSecretKey",
7504
- # },
7505
- # custom: {
7506
- # custom_authentication_type: "CustomAuthenticationType", # required
7507
- # credentials_map: {
7508
- # "CredentialsMapKey" => "CredentialsMapValue",
7509
- # },
7510
- # },
7511
- # },
7512
- # },
7513
- # },
7514
- # }
7515
- #
7516
4987
  # @!attribute [rw] connector_profile_name
7517
4988
  # The name of the connector profile and is unique for each
7518
4989
  # `ConnectorProfile` in the Amazon Web Services account.
@@ -7549,19 +5020,6 @@ module Aws::Appflow
7549
5020
  include Aws::Structure
7550
5021
  end
7551
5022
 
7552
- # @note When making an API call, you may pass UpdateConnectorRegistrationRequest
7553
- # data as a hash:
7554
- #
7555
- # {
7556
- # connector_label: "ConnectorLabel", # required
7557
- # description: "Description",
7558
- # connector_provisioning_config: {
7559
- # lambda: {
7560
- # lambda_arn: "ARN", # required
7561
- # },
7562
- # },
7563
- # }
7564
- #
7565
5023
  # @!attribute [rw] connector_label
7566
5024
  # The name of the connector. The name is unique for each connector
7567
5025
  # registration in your AWS account.
@@ -7599,276 +5057,6 @@ module Aws::Appflow
7599
5057
  include Aws::Structure
7600
5058
  end
7601
5059
 
7602
- # @note When making an API call, you may pass UpdateFlowRequest
7603
- # data as a hash:
7604
- #
7605
- # {
7606
- # flow_name: "FlowName", # required
7607
- # description: "FlowDescription",
7608
- # trigger_config: { # required
7609
- # trigger_type: "Scheduled", # required, accepts Scheduled, Event, OnDemand
7610
- # trigger_properties: {
7611
- # scheduled: {
7612
- # schedule_expression: "ScheduleExpression", # required
7613
- # data_pull_mode: "Incremental", # accepts Incremental, Complete
7614
- # schedule_start_time: Time.now,
7615
- # schedule_end_time: Time.now,
7616
- # timezone: "Timezone",
7617
- # schedule_offset: 1,
7618
- # first_execution_from: Time.now,
7619
- # flow_error_deactivation_threshold: 1,
7620
- # },
7621
- # },
7622
- # },
7623
- # source_flow_config: { # required
7624
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
7625
- # api_version: "ApiVersion",
7626
- # connector_profile_name: "ConnectorProfileName",
7627
- # source_connector_properties: { # required
7628
- # amplitude: {
7629
- # object: "Object", # required
7630
- # },
7631
- # datadog: {
7632
- # object: "Object", # required
7633
- # },
7634
- # dynatrace: {
7635
- # object: "Object", # required
7636
- # },
7637
- # google_analytics: {
7638
- # object: "Object", # required
7639
- # },
7640
- # infor_nexus: {
7641
- # object: "Object", # required
7642
- # },
7643
- # marketo: {
7644
- # object: "Object", # required
7645
- # },
7646
- # s3: {
7647
- # bucket_name: "BucketName", # required
7648
- # bucket_prefix: "BucketPrefix",
7649
- # s3_input_format_config: {
7650
- # s3_input_file_type: "CSV", # accepts CSV, JSON
7651
- # },
7652
- # },
7653
- # salesforce: {
7654
- # object: "Object", # required
7655
- # enable_dynamic_field_update: false,
7656
- # include_deleted_records: false,
7657
- # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
7658
- # },
7659
- # service_now: {
7660
- # object: "Object", # required
7661
- # },
7662
- # singular: {
7663
- # object: "Object", # required
7664
- # },
7665
- # slack: {
7666
- # object: "Object", # required
7667
- # },
7668
- # trendmicro: {
7669
- # object: "Object", # required
7670
- # },
7671
- # veeva: {
7672
- # object: "Object", # required
7673
- # document_type: "DocumentType",
7674
- # include_source_files: false,
7675
- # include_renditions: false,
7676
- # include_all_versions: false,
7677
- # },
7678
- # zendesk: {
7679
- # object: "Object", # required
7680
- # },
7681
- # sapo_data: {
7682
- # object_path: "Object",
7683
- # },
7684
- # custom_connector: {
7685
- # entity_name: "EntityName", # required
7686
- # custom_properties: {
7687
- # "CustomPropertyKey" => "CustomPropertyValue",
7688
- # },
7689
- # },
7690
- # },
7691
- # incremental_pull_config: {
7692
- # datetime_type_field_name: "DatetimeTypeFieldName",
7693
- # },
7694
- # },
7695
- # destination_flow_config_list: [ # required
7696
- # {
7697
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
7698
- # api_version: "ApiVersion",
7699
- # connector_profile_name: "ConnectorProfileName",
7700
- # destination_connector_properties: { # required
7701
- # redshift: {
7702
- # object: "Object", # required
7703
- # intermediate_bucket_name: "BucketName", # required
7704
- # bucket_prefix: "BucketPrefix",
7705
- # error_handling_config: {
7706
- # fail_on_first_destination_error: false,
7707
- # bucket_prefix: "BucketPrefix",
7708
- # bucket_name: "BucketName",
7709
- # },
7710
- # },
7711
- # s3: {
7712
- # bucket_name: "BucketName", # required
7713
- # bucket_prefix: "BucketPrefix",
7714
- # s3_output_format_config: {
7715
- # file_type: "CSV", # accepts CSV, JSON, PARQUET
7716
- # prefix_config: {
7717
- # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
7718
- # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
7719
- # path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
7720
- # },
7721
- # aggregation_config: {
7722
- # aggregation_type: "None", # accepts None, SingleFile
7723
- # target_file_size: 1,
7724
- # },
7725
- # preserve_source_data_typing: false,
7726
- # },
7727
- # },
7728
- # salesforce: {
7729
- # object: "Object", # required
7730
- # id_field_names: ["Name"],
7731
- # error_handling_config: {
7732
- # fail_on_first_destination_error: false,
7733
- # bucket_prefix: "BucketPrefix",
7734
- # bucket_name: "BucketName",
7735
- # },
7736
- # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
7737
- # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
7738
- # },
7739
- # snowflake: {
7740
- # object: "Object", # required
7741
- # intermediate_bucket_name: "BucketName", # required
7742
- # bucket_prefix: "BucketPrefix",
7743
- # error_handling_config: {
7744
- # fail_on_first_destination_error: false,
7745
- # bucket_prefix: "BucketPrefix",
7746
- # bucket_name: "BucketName",
7747
- # },
7748
- # },
7749
- # event_bridge: {
7750
- # object: "Object", # required
7751
- # error_handling_config: {
7752
- # fail_on_first_destination_error: false,
7753
- # bucket_prefix: "BucketPrefix",
7754
- # bucket_name: "BucketName",
7755
- # },
7756
- # },
7757
- # lookout_metrics: {
7758
- # },
7759
- # upsolver: {
7760
- # bucket_name: "UpsolverBucketName", # required
7761
- # bucket_prefix: "BucketPrefix",
7762
- # s3_output_format_config: { # required
7763
- # file_type: "CSV", # accepts CSV, JSON, PARQUET
7764
- # prefix_config: { # required
7765
- # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
7766
- # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
7767
- # path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
7768
- # },
7769
- # aggregation_config: {
7770
- # aggregation_type: "None", # accepts None, SingleFile
7771
- # target_file_size: 1,
7772
- # },
7773
- # },
7774
- # },
7775
- # honeycode: {
7776
- # object: "Object", # required
7777
- # error_handling_config: {
7778
- # fail_on_first_destination_error: false,
7779
- # bucket_prefix: "BucketPrefix",
7780
- # bucket_name: "BucketName",
7781
- # },
7782
- # },
7783
- # customer_profiles: {
7784
- # domain_name: "DomainName", # required
7785
- # object_type_name: "ObjectTypeName",
7786
- # },
7787
- # zendesk: {
7788
- # object: "Object", # required
7789
- # id_field_names: ["Name"],
7790
- # error_handling_config: {
7791
- # fail_on_first_destination_error: false,
7792
- # bucket_prefix: "BucketPrefix",
7793
- # bucket_name: "BucketName",
7794
- # },
7795
- # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
7796
- # },
7797
- # marketo: {
7798
- # object: "Object", # required
7799
- # error_handling_config: {
7800
- # fail_on_first_destination_error: false,
7801
- # bucket_prefix: "BucketPrefix",
7802
- # bucket_name: "BucketName",
7803
- # },
7804
- # },
7805
- # custom_connector: {
7806
- # entity_name: "EntityName", # required
7807
- # error_handling_config: {
7808
- # fail_on_first_destination_error: false,
7809
- # bucket_prefix: "BucketPrefix",
7810
- # bucket_name: "BucketName",
7811
- # },
7812
- # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
7813
- # id_field_names: ["Name"],
7814
- # custom_properties: {
7815
- # "CustomPropertyKey" => "CustomPropertyValue",
7816
- # },
7817
- # },
7818
- # sapo_data: {
7819
- # object_path: "Object", # required
7820
- # success_response_handling_config: {
7821
- # bucket_prefix: "BucketPrefix",
7822
- # bucket_name: "BucketName",
7823
- # },
7824
- # id_field_names: ["Name"],
7825
- # error_handling_config: {
7826
- # fail_on_first_destination_error: false,
7827
- # bucket_prefix: "BucketPrefix",
7828
- # bucket_name: "BucketName",
7829
- # },
7830
- # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
7831
- # },
7832
- # },
7833
- # },
7834
- # ],
7835
- # tasks: [ # required
7836
- # {
7837
- # source_fields: ["String"], # required
7838
- # connector_operator: {
7839
- # amplitude: "BETWEEN", # accepts BETWEEN
7840
- # datadog: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7841
- # dynatrace: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7842
- # google_analytics: "PROJECTION", # accepts PROJECTION, BETWEEN
7843
- # infor_nexus: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7844
- # marketo: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7845
- # s3: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7846
- # salesforce: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7847
- # service_now: "PROJECTION", # accepts PROJECTION, CONTAINS, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7848
- # singular: "PROJECTION", # accepts PROJECTION, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7849
- # slack: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7850
- # trendmicro: "PROJECTION", # accepts PROJECTION, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7851
- # veeva: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, CONTAINS, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7852
- # zendesk: "PROJECTION", # accepts PROJECTION, GREATER_THAN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7853
- # sapo_data: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7854
- # custom_connector: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, CONTAINS, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
7855
- # },
7856
- # destination_field: "DestinationField",
7857
- # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Passthrough, Truncate, Validate, Partition
7858
- # task_properties: {
7859
- # "VALUE" => "Property",
7860
- # },
7861
- # },
7862
- # ],
7863
- # metadata_catalog_config: {
7864
- # glue_data_catalog: {
7865
- # role_arn: "GlueDataCatalogIAMRole", # required
7866
- # database_name: "GlueDataCatalogDatabaseName", # required
7867
- # table_prefix: "GlueDataCatalogTablePrefix", # required
7868
- # },
7869
- # },
7870
- # }
7871
- #
7872
5060
  # @!attribute [rw] flow_name
7873
5061
  # The specified name of the flow. Spaces are not allowed. Use
7874
5062
  # underscores (\_) or hyphens (-) only.
@@ -7933,26 +5121,6 @@ module Aws::Appflow
7933
5121
  # The properties that are applied when Upsolver is used as a
7934
5122
  # destination.
7935
5123
  #
7936
- # @note When making an API call, you may pass UpsolverDestinationProperties
7937
- # data as a hash:
7938
- #
7939
- # {
7940
- # bucket_name: "UpsolverBucketName", # required
7941
- # bucket_prefix: "BucketPrefix",
7942
- # s3_output_format_config: { # required
7943
- # file_type: "CSV", # accepts CSV, JSON, PARQUET
7944
- # prefix_config: { # required
7945
- # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
7946
- # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
7947
- # path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
7948
- # },
7949
- # aggregation_config: {
7950
- # aggregation_type: "None", # accepts None, SingleFile
7951
- # target_file_size: 1,
7952
- # },
7953
- # },
7954
- # }
7955
- #
7956
5124
  # @!attribute [rw] bucket_name
7957
5125
  # The Upsolver Amazon S3 bucket name in which Amazon AppFlow places
7958
5126
  # the transferred data.
@@ -7987,22 +5155,6 @@ module Aws::Appflow
7987
5155
  # The configuration that determines how Amazon AppFlow formats the flow
7988
5156
  # output data when Upsolver is used as the destination.
7989
5157
  #
7990
- # @note When making an API call, you may pass UpsolverS3OutputFormatConfig
7991
- # data as a hash:
7992
- #
7993
- # {
7994
- # file_type: "CSV", # accepts CSV, JSON, PARQUET
7995
- # prefix_config: { # required
7996
- # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
7997
- # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
7998
- # path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
7999
- # },
8000
- # aggregation_config: {
8001
- # aggregation_type: "None", # accepts None, SingleFile
8002
- # target_file_size: 1,
8003
- # },
8004
- # }
8005
- #
8006
5158
  # @!attribute [rw] file_type
8007
5159
  # Indicates the file type that Amazon AppFlow places in the Upsolver
8008
5160
  # Amazon S3 bucket.
@@ -8043,14 +5195,6 @@ module Aws::Appflow
8043
5195
 
8044
5196
  # The connector-specific profile credentials required when using Veeva.
8045
5197
  #
8046
- # @note When making an API call, you may pass VeevaConnectorProfileCredentials
8047
- # data as a hash:
8048
- #
8049
- # {
8050
- # username: "Username", # required
8051
- # password: "Password", # required
8052
- # }
8053
- #
8054
5198
  # @!attribute [rw] username
8055
5199
  # The name of the user.
8056
5200
  # @return [String]
@@ -8070,13 +5214,6 @@ module Aws::Appflow
8070
5214
 
8071
5215
  # The connector-specific profile properties required when using Veeva.
8072
5216
  #
8073
- # @note When making an API call, you may pass VeevaConnectorProfileProperties
8074
- # data as a hash:
8075
- #
8076
- # {
8077
- # instance_url: "InstanceUrl", # required
8078
- # }
8079
- #
8080
5217
  # @!attribute [rw] instance_url
8081
5218
  # The location of the Veeva resource.
8082
5219
  # @return [String]
@@ -8097,17 +5234,6 @@ module Aws::Appflow
8097
5234
 
8098
5235
  # The properties that are applied when using Veeva as a flow source.
8099
5236
  #
8100
- # @note When making an API call, you may pass VeevaSourceProperties
8101
- # data as a hash:
8102
- #
8103
- # {
8104
- # object: "Object", # required
8105
- # document_type: "DocumentType",
8106
- # include_source_files: false,
8107
- # include_renditions: false,
8108
- # include_all_versions: false,
8109
- # }
8110
- #
8111
5237
  # @!attribute [rw] object
8112
5238
  # The object specified in the Veeva flow source.
8113
5239
  # @return [String]
@@ -8146,19 +5272,6 @@ module Aws::Appflow
8146
5272
  # The connector-specific profile credentials required when using
8147
5273
  # Zendesk.
8148
5274
  #
8149
- # @note When making an API call, you may pass ZendeskConnectorProfileCredentials
8150
- # data as a hash:
8151
- #
8152
- # {
8153
- # client_id: "ClientId", # required
8154
- # client_secret: "ClientSecret", # required
8155
- # access_token: "AccessToken",
8156
- # o_auth_request: {
8157
- # auth_code: "AuthCode",
8158
- # redirect_uri: "RedirectUri",
8159
- # },
8160
- # }
8161
- #
8162
5275
  # @!attribute [rw] client_id
8163
5276
  # The identifier for the desired client.
8164
5277
  # @return [String]
@@ -8190,13 +5303,6 @@ module Aws::Appflow
8190
5303
 
8191
5304
  # The connector-specific profile properties required when using Zendesk.
8192
5305
  #
8193
- # @note When making an API call, you may pass ZendeskConnectorProfileProperties
8194
- # data as a hash:
8195
- #
8196
- # {
8197
- # instance_url: "InstanceUrl", # required
8198
- # }
8199
- #
8200
5306
  # @!attribute [rw] instance_url
8201
5307
  # The location of the Zendesk resource.
8202
5308
  # @return [String]
@@ -8211,20 +5317,6 @@ module Aws::Appflow
8211
5317
 
8212
5318
  # The properties that are applied when Zendesk is used as a destination.
8213
5319
  #
8214
- # @note When making an API call, you may pass ZendeskDestinationProperties
8215
- # data as a hash:
8216
- #
8217
- # {
8218
- # object: "Object", # required
8219
- # id_field_names: ["Name"],
8220
- # error_handling_config: {
8221
- # fail_on_first_destination_error: false,
8222
- # bucket_prefix: "BucketPrefix",
8223
- # bucket_name: "BucketName",
8224
- # },
8225
- # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
8226
- # }
8227
- #
8228
5320
  # @!attribute [rw] object
8229
5321
  # The object specified in the Zendesk flow destination.
8230
5322
  # @return [String]
@@ -8275,13 +5367,6 @@ module Aws::Appflow
8275
5367
 
8276
5368
  # The properties that are applied when using Zendesk as a flow source.
8277
5369
  #
8278
- # @note When making an API call, you may pass ZendeskSourceProperties
8279
- # data as a hash:
8280
- #
8281
- # {
8282
- # object: "Object", # required
8283
- # }
8284
- #
8285
5370
  # @!attribute [rw] object
8286
5371
  # The object specified in the Zendesk flow source.
8287
5372
  # @return [String]