@aws-sdk/client-appflow 3.99.0 → 3.105.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.
@@ -21,8 +21,8 @@ export declare enum AggregationType {
21
21
  */
22
22
  export interface AggregationConfig {
23
23
  /**
24
- * <p> Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave
25
- * them unaggregated. </p>
24
+ * <p> Specifies whether Amazon AppFlow aggregates the flow records into a single file, or
25
+ * leave them unaggregated. </p>
26
26
  */
27
27
  aggregationType?: AggregationType | string;
28
28
  }
@@ -987,9 +987,10 @@ export declare namespace ConnectorDetail {
987
987
  const filterSensitiveLog: (obj: ConnectorDetail) => any;
988
988
  }
989
989
  /**
990
- * <p> The high-level entity that can be queried in Amazon AppFlow. For example, a Salesforce
991
- * entity might be an <i>Account</i> or <i>Opportunity</i>, whereas a
992
- * ServiceNow entity might be an <i>Incident</i>. </p>
990
+ * <p> The high-level entity that can be queried in Amazon AppFlow. For example, a
991
+ * Salesforce entity might be an <i>Account</i> or
992
+ * <i>Opportunity</i>, whereas a ServiceNow entity might be an
993
+ * <i>Incident</i>. </p>
993
994
  */
994
995
  export interface ConnectorEntity {
995
996
  /**
@@ -1231,9 +1232,7 @@ export interface ConnectorEntityField {
1231
1232
  /**
1232
1233
  * <p>A map that has specific properties related to the ConnectorEntityField.</p>
1233
1234
  */
1234
- customProperties?: {
1235
- [key: string]: string;
1236
- };
1235
+ customProperties?: Record<string, string>;
1237
1236
  }
1238
1237
  export declare namespace ConnectorEntityField {
1239
1238
  /**
@@ -1607,13 +1606,11 @@ export interface OAuth2Properties {
1607
1606
  */
1608
1607
  oAuth2GrantType: OAuth2GrantType | string | undefined;
1609
1608
  /**
1610
- * <p>Associates your token URL with a map of properties that you define. Use this parameter
1611
- * to provide any additional details that the connector requires to authenticate your
1609
+ * <p>Associates your token URL with a map of properties that you define. Use this parameter to
1610
+ * provide any additional details that the connector requires to authenticate your
1612
1611
  * request.</p>
1613
1612
  */
1614
- tokenUrlCustomProperties?: {
1615
- [key: string]: string;
1616
- };
1613
+ tokenUrlCustomProperties?: Record<string, string>;
1617
1614
  }
1618
1615
  export declare namespace OAuth2Properties {
1619
1616
  /**
@@ -1628,9 +1625,7 @@ export interface CustomConnectorProfileProperties {
1628
1625
  /**
1629
1626
  * <p>A map of properties that are required to create a profile for the custom connector.</p>
1630
1627
  */
1631
- profileProperties?: {
1632
- [key: string]: string;
1633
- };
1628
+ profileProperties?: Record<string, string>;
1634
1629
  /**
1635
1630
  * <p>The OAuth 2.0 properties required for OAuth 2.0 authentication.</p>
1636
1631
  */
@@ -1886,9 +1881,8 @@ export interface SnowflakeConnectorProfileProperties {
1886
1881
  */
1887
1882
  warehouse: string | undefined;
1888
1883
  /**
1889
- * <p> The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in
1890
- * the Snowflake account. This is written in the following format: < Database><
1891
- * Schema><Stage Name>. </p>
1884
+ * <p> The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account. This is written in the following format: <
1885
+ * Database>< Schema><Stage Name>. </p>
1892
1886
  */
1893
1887
  stage: string | undefined;
1894
1888
  /**
@@ -1896,7 +1890,8 @@ export interface SnowflakeConnectorProfileProperties {
1896
1890
  */
1897
1891
  bucketName: string | undefined;
1898
1892
  /**
1899
- * <p> The bucket path that refers to the Amazon S3 bucket associated with Snowflake. </p>
1893
+ * <p> The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
1894
+ * </p>
1900
1895
  */
1901
1896
  bucketPrefix?: string;
1902
1897
  /**
@@ -2144,9 +2139,7 @@ export interface CustomAuthCredentials {
2144
2139
  /**
2145
2140
  * <p>A map that holds custom authentication credentials.</p>
2146
2141
  */
2147
- credentialsMap?: {
2148
- [key: string]: string;
2149
- };
2142
+ credentialsMap?: Record<string, string>;
2150
2143
  }
2151
2144
  export declare namespace CustomAuthCredentials {
2152
2145
  /**
@@ -2373,7 +2366,8 @@ export declare namespace MarketoConnectorProfileCredentials {
2373
2366
  const filterSensitiveLog: (obj: MarketoConnectorProfileCredentials) => any;
2374
2367
  }
2375
2368
  /**
2376
- * <p> The connector-specific profile credentials required when using Amazon Redshift. </p>
2369
+ * <p> The connector-specific profile credentials required when using Amazon Redshift.
2370
+ * </p>
2377
2371
  */
2378
2372
  export interface RedshiftConnectorProfileCredentials {
2379
2373
  /**
@@ -2741,9 +2735,8 @@ export interface CreateConnectorProfileRequest {
2741
2735
  connectorProfileName: string | undefined;
2742
2736
  /**
2743
2737
  * <p> The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for
2744
- * encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If
2745
- * you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
2746
- * </p>
2738
+ * encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS
2739
+ * key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key. </p>
2747
2740
  */
2748
2741
  kmsArn?: string;
2749
2742
  /**
@@ -2821,9 +2814,9 @@ export declare class ValidationException extends __BaseException {
2821
2814
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
2822
2815
  }
2823
2816
  /**
2824
- * <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
2825
- * destination. For example, this setting would determine if the flow should fail after one
2826
- * insertion error, or continue and attempt to insert every record regardless of the initial
2817
+ * <p> The settings that determine how Amazon AppFlow handles an error when placing data
2818
+ * in the destination. For example, this setting would determine if the flow should fail after
2819
+ * one insertion error, or continue and attempt to insert every record regardless of the initial
2827
2820
  * failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
2828
2821
  * </p>
2829
2822
  */
@@ -2858,8 +2851,8 @@ export interface CustomConnectorDestinationProperties {
2858
2851
  */
2859
2852
  entityName: string | undefined;
2860
2853
  /**
2861
- * <p>The settings that determine how Amazon AppFlow handles an error when placing data in the
2862
- * custom connector as destination.</p>
2854
+ * <p>The settings that determine how Amazon AppFlow handles an error when placing data in
2855
+ * the custom connector as destination.</p>
2863
2856
  */
2864
2857
  errorHandlingConfig?: ErrorHandlingConfig;
2865
2858
  /**
@@ -2868,17 +2861,15 @@ export interface CustomConnectorDestinationProperties {
2868
2861
  */
2869
2862
  writeOperationType?: WriteOperationType | string;
2870
2863
  /**
2871
- * <p>The name of the field that Amazon AppFlow uses as an ID when performing a write operation
2872
- * such as update, delete, or upsert.</p>
2864
+ * <p>The name of the field that Amazon AppFlow uses as an ID when performing a write
2865
+ * operation such as update, delete, or upsert.</p>
2873
2866
  */
2874
2867
  idFieldNames?: string[];
2875
2868
  /**
2876
2869
  * <p>The custom properties that are specific to the connector when it's used as a destination
2877
2870
  * in the flow.</p>
2878
2871
  */
2879
- customProperties?: {
2880
- [key: string]: string;
2881
- };
2872
+ customProperties?: Record<string, string>;
2882
2873
  }
2883
2874
  export declare namespace CustomConnectorDestinationProperties {
2884
2875
  /**
@@ -2896,7 +2887,8 @@ export interface CustomerProfilesDestinationProperties {
2896
2887
  */
2897
2888
  domainName: string | undefined;
2898
2889
  /**
2899
- * <p> The object specified in the Amazon Connect Customer Profiles flow destination. </p>
2890
+ * <p> The object specified in the Amazon Connect Customer Profiles flow destination.
2891
+ * </p>
2900
2892
  */
2901
2893
  objectTypeName?: string;
2902
2894
  }
@@ -2907,8 +2899,8 @@ export declare namespace CustomerProfilesDestinationProperties {
2907
2899
  const filterSensitiveLog: (obj: CustomerProfilesDestinationProperties) => any;
2908
2900
  }
2909
2901
  /**
2910
- * <p> The properties that are applied when Amazon EventBridge is being used as a destination.
2911
- * </p>
2902
+ * <p> The properties that are applied when Amazon EventBridge is being used as a
2903
+ * destination. </p>
2912
2904
  */
2913
2905
  export interface EventBridgeDestinationProperties {
2914
2906
  /**
@@ -2916,9 +2908,9 @@ export interface EventBridgeDestinationProperties {
2916
2908
  */
2917
2909
  object: string | undefined;
2918
2910
  /**
2919
- * <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
2920
- * destination. For example, this setting would determine if the flow should fail after one
2921
- * insertion error, or continue and attempt to insert every record regardless of the initial
2911
+ * <p> The settings that determine how Amazon AppFlow handles an error when placing data
2912
+ * in the destination. For example, this setting would determine if the flow should fail after
2913
+ * one insertion error, or continue and attempt to insert every record regardless of the initial
2922
2914
  * failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
2923
2915
  * </p>
2924
2916
  */
@@ -2939,9 +2931,9 @@ export interface HoneycodeDestinationProperties {
2939
2931
  */
2940
2932
  object: string | undefined;
2941
2933
  /**
2942
- * <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
2943
- * destination. For example, this setting would determine if the flow should fail after one
2944
- * insertion error, or continue and attempt to insert every record regardless of the initial
2934
+ * <p> The settings that determine how Amazon AppFlow handles an error when placing data
2935
+ * in the destination. For example, this setting would determine if the flow should fail after
2936
+ * one insertion error, or continue and attempt to insert every record regardless of the initial
2945
2937
  * failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
2946
2938
  * </p>
2947
2939
  */
@@ -2966,7 +2958,8 @@ export declare namespace LookoutMetricsDestinationProperties {
2966
2958
  const filterSensitiveLog: (obj: LookoutMetricsDestinationProperties) => any;
2967
2959
  }
2968
2960
  /**
2969
- * <p>The properties that Amazon AppFlow applies when you use Marketo as a flow destination.</p>
2961
+ * <p>The properties that Amazon AppFlow applies when you use Marketo as a flow
2962
+ * destination.</p>
2970
2963
  */
2971
2964
  export interface MarketoDestinationProperties {
2972
2965
  /**
@@ -2974,9 +2967,9 @@ export interface MarketoDestinationProperties {
2974
2967
  */
2975
2968
  object: string | undefined;
2976
2969
  /**
2977
- * <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
2978
- * destination. For example, this setting would determine if the flow should fail after one
2979
- * insertion error, or continue and attempt to insert every record regardless of the initial
2970
+ * <p> The settings that determine how Amazon AppFlow handles an error when placing data
2971
+ * in the destination. For example, this setting would determine if the flow should fail after
2972
+ * one insertion error, or continue and attempt to insert every record regardless of the initial
2980
2973
  * failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
2981
2974
  * </p>
2982
2975
  */
@@ -2998,8 +2991,7 @@ export interface RedshiftDestinationProperties {
2998
2991
  */
2999
2992
  object: string | undefined;
3000
2993
  /**
3001
- * <p> The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.
3002
- * </p>
2994
+ * <p> The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift. </p>
3003
2995
  */
3004
2996
  intermediateBucketName: string | undefined;
3005
2997
  /**
@@ -3008,11 +3000,11 @@ export interface RedshiftDestinationProperties {
3008
3000
  */
3009
3001
  bucketPrefix?: string;
3010
3002
  /**
3011
- * <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
3012
- * Amazon Redshift destination. For example, this setting would determine if the flow should fail
3013
- * after one insertion error, or continue and attempt to insert every record regardless of the
3014
- * initial failure. <code>ErrorHandlingConfig</code> is a part of the destination connector
3015
- * details. </p>
3003
+ * <p> The settings that determine how Amazon AppFlow handles an error when placing data
3004
+ * in the Amazon Redshift destination. For example, this setting would determine if the flow
3005
+ * should fail after one insertion error, or continue and attempt to insert every record
3006
+ * regardless of the initial failure. <code>ErrorHandlingConfig</code> is a part of the
3007
+ * destination connector details. </p>
3016
3008
  */
3017
3009
  errorHandlingConfig?: ErrorHandlingConfig;
3018
3010
  }
@@ -3040,8 +3032,8 @@ export declare enum PrefixType {
3040
3032
  PATH_AND_FILENAME = "PATH_AND_FILENAME"
3041
3033
  }
3042
3034
  /**
3043
- * <p> Determines the prefix that Amazon AppFlow applies to the destination folder name. You can
3044
- * name your destination folders according to the flow frequency and date. </p>
3035
+ * <p> Determines the prefix that Amazon AppFlow applies to the destination folder name.
3036
+ * You can name your destination folders according to the flow frequency and date. </p>
3045
3037
  */
3046
3038
  export interface PrefixConfig {
3047
3039
  /**
@@ -3061,17 +3053,17 @@ export declare namespace PrefixConfig {
3061
3053
  const filterSensitiveLog: (obj: PrefixConfig) => any;
3062
3054
  }
3063
3055
  /**
3064
- * <p> The configuration that determines how Amazon AppFlow should format the flow output data
3065
- * when Amazon S3 is used as the destination. </p>
3056
+ * <p> The configuration that determines how Amazon AppFlow should format the flow output
3057
+ * data when Amazon S3 is used as the destination. </p>
3066
3058
  */
3067
3059
  export interface S3OutputFormatConfig {
3068
3060
  /**
3069
- * <p> Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket. </p>
3061
+ * <p> Indicates the file type that Amazon AppFlow places in the Amazon S3
3062
+ * bucket. </p>
3070
3063
  */
3071
3064
  fileType?: FileType | string;
3072
3065
  /**
3073
- * <p> Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3
3074
- * bucket. You can name folders according to the flow frequency and date. </p>
3066
+ * <p> Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date. </p>
3075
3067
  */
3076
3068
  prefixConfig?: PrefixConfig;
3077
3069
  /**
@@ -3079,6 +3071,24 @@ export interface S3OutputFormatConfig {
3079
3071
  * data. </p>
3080
3072
  */
3081
3073
  aggregationConfig?: AggregationConfig;
3074
+ /**
3075
+ * <p>If your file output format is Parquet, use this parameter to set whether Amazon AppFlow preserves the data types in your source data when it writes the output to Amazon S3. </p>
3076
+ * <ul>
3077
+ * <li>
3078
+ * <p>
3079
+ * <code>true</code>: Amazon AppFlow preserves the data types when it writes to
3080
+ * Amazon S3. For example, an integer or <code>1</code> in your source data is
3081
+ * still an integer in your output.</p>
3082
+ * </li>
3083
+ * <li>
3084
+ * <p>
3085
+ * <code>false</code>: Amazon AppFlow converts all of the source data into strings
3086
+ * when it writes to Amazon S3. For example, an integer of <code>1</code> in your
3087
+ * source data becomes the string <code>"1"</code> in the output.</p>
3088
+ * </li>
3089
+ * </ul>
3090
+ */
3091
+ preserveSourceDataTyping?: boolean;
3082
3092
  }
3083
3093
  export declare namespace S3OutputFormatConfig {
3084
3094
  /**
@@ -3091,7 +3101,8 @@ export declare namespace S3OutputFormatConfig {
3091
3101
  */
3092
3102
  export interface S3DestinationProperties {
3093
3103
  /**
3094
- * <p> The Amazon S3 bucket name in which Amazon AppFlow places the transferred data. </p>
3104
+ * <p> The Amazon S3 bucket name in which Amazon AppFlow places the transferred
3105
+ * data. </p>
3095
3106
  */
3096
3107
  bucketName: string | undefined;
3097
3108
  /**
@@ -3100,8 +3111,8 @@ export interface S3DestinationProperties {
3100
3111
  */
3101
3112
  bucketPrefix?: string;
3102
3113
  /**
3103
- * <p> The configuration that determines how Amazon AppFlow should format the flow output data
3104
- * when Amazon S3 is used as the destination. </p>
3114
+ * <p> The configuration that determines how Amazon AppFlow should format the flow output
3115
+ * data when Amazon S3 is used as the destination. </p>
3105
3116
  */
3106
3117
  s3OutputFormatConfig?: S3OutputFormatConfig;
3107
3118
  }
@@ -3120,15 +3131,15 @@ export interface SalesforceDestinationProperties {
3120
3131
  */
3121
3132
  object: string | undefined;
3122
3133
  /**
3123
- * <p> The name of the field that Amazon AppFlow uses as an ID when performing a write operation
3124
- * such as update or delete. </p>
3134
+ * <p> The name of the field that Amazon AppFlow uses as an ID when performing a write
3135
+ * operation such as update or delete. </p>
3125
3136
  */
3126
3137
  idFieldNames?: string[];
3127
3138
  /**
3128
- * <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
3129
- * Salesforce destination. For example, this setting would determine if the flow should fail
3130
- * after one insertion error, or continue and attempt to insert every record regardless of the
3131
- * initial failure. <code>ErrorHandlingConfig</code> is a part of the destination connector
3139
+ * <p> The settings that determine how Amazon AppFlow handles an error when placing data
3140
+ * in the Salesforce destination. For example, this setting would determine if the flow should
3141
+ * fail after one insertion error, or continue and attempt to insert every record regardless of
3142
+ * the initial failure. <code>ErrorHandlingConfig</code> is a part of the destination connector
3132
3143
  * details. </p>
3133
3144
  */
3134
3145
  errorHandlingConfig?: ErrorHandlingConfig;
@@ -3145,11 +3156,10 @@ export declare namespace SalesforceDestinationProperties {
3145
3156
  const filterSensitiveLog: (obj: SalesforceDestinationProperties) => any;
3146
3157
  }
3147
3158
  /**
3148
- * <p>Determines how Amazon AppFlow handles the success response that it gets
3149
- * from the connector after placing data.</p>
3150
- * <p>For example, this setting would determine
3151
- * where to write the response from the destination connector upon a successful insert
3152
- * operation.</p>
3159
+ * <p>Determines how Amazon AppFlow handles the success response that it gets from the
3160
+ * connector after placing data.</p>
3161
+ * <p>For example, this setting would determine where to write the response from the destination
3162
+ * connector upon a successful insert operation.</p>
3153
3163
  */
3154
3164
  export interface SuccessResponseHandlingConfig {
3155
3165
  /**
@@ -3176,8 +3186,8 @@ export interface SAPODataDestinationProperties {
3176
3186
  */
3177
3187
  objectPath: string | undefined;
3178
3188
  /**
3179
- * <p>Determines how Amazon AppFlow handles the success response that it gets
3180
- * from the connector after placing data.</p>
3189
+ * <p>Determines how Amazon AppFlow handles the success response that it gets from the
3190
+ * connector after placing data.</p>
3181
3191
  * <p>For example, this setting would determine where to write the response from a destination
3182
3192
  * connector upon a successful insert operation.</p>
3183
3193
  */
@@ -3188,9 +3198,9 @@ export interface SAPODataDestinationProperties {
3188
3198
  */
3189
3199
  idFieldNames?: string[];
3190
3200
  /**
3191
- * <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
3192
- * destination. For example, this setting would determine if the flow should fail after one
3193
- * insertion error, or continue and attempt to insert every record regardless of the initial
3201
+ * <p> The settings that determine how Amazon AppFlow handles an error when placing data
3202
+ * in the destination. For example, this setting would determine if the flow should fail after
3203
+ * one insertion error, or continue and attempt to insert every record regardless of the initial
3194
3204
  * failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
3195
3205
  * </p>
3196
3206
  */
@@ -3216,7 +3226,8 @@ export interface SnowflakeDestinationProperties {
3216
3226
  */
3217
3227
  object: string | undefined;
3218
3228
  /**
3219
- * <p> The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake. </p>
3229
+ * <p> The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.
3230
+ * </p>
3220
3231
  */
3221
3232
  intermediateBucketName: string | undefined;
3222
3233
  /**
@@ -3225,11 +3236,11 @@ export interface SnowflakeDestinationProperties {
3225
3236
  */
3226
3237
  bucketPrefix?: string;
3227
3238
  /**
3228
- * <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
3229
- * Snowflake destination. For example, this setting would determine if the flow should fail after
3230
- * one insertion error, or continue and attempt to insert every record regardless of the initial
3231
- * failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
3232
- * </p>
3239
+ * <p> The settings that determine how Amazon AppFlow handles an error when placing data
3240
+ * in the Snowflake destination. For example, this setting would determine if the flow should
3241
+ * fail after one insertion error, or continue and attempt to insert every record regardless of
3242
+ * the initial failure. <code>ErrorHandlingConfig</code> is a part of the destination connector
3243
+ * details. </p>
3233
3244
  */
3234
3245
  errorHandlingConfig?: ErrorHandlingConfig;
3235
3246
  }
@@ -3240,18 +3251,17 @@ export declare namespace SnowflakeDestinationProperties {
3240
3251
  const filterSensitiveLog: (obj: SnowflakeDestinationProperties) => any;
3241
3252
  }
3242
3253
  /**
3243
- * <p> The configuration that determines how Amazon AppFlow formats the flow output data when
3244
- * Upsolver is used as the destination. </p>
3254
+ * <p> The configuration that determines how Amazon AppFlow formats the flow output data
3255
+ * when Upsolver is used as the destination. </p>
3245
3256
  */
3246
3257
  export interface UpsolverS3OutputFormatConfig {
3247
3258
  /**
3248
- * <p> Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
3249
- * </p>
3259
+ * <p> Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket. </p>
3250
3260
  */
3251
3261
  fileType?: FileType | string;
3252
3262
  /**
3253
- * <p> Determines the prefix that Amazon AppFlow applies to the destination folder name. You can
3254
- * name your destination folders according to the flow frequency and date. </p>
3263
+ * <p> Determines the prefix that Amazon AppFlow applies to the destination folder name.
3264
+ * You can name your destination folders according to the flow frequency and date. </p>
3255
3265
  */
3256
3266
  prefixConfig: PrefixConfig | undefined;
3257
3267
  /**
@@ -3271,13 +3281,12 @@ export declare namespace UpsolverS3OutputFormatConfig {
3271
3281
  */
3272
3282
  export interface UpsolverDestinationProperties {
3273
3283
  /**
3274
- * <p> The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
3275
- * </p>
3284
+ * <p> The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the
3285
+ * transferred data. </p>
3276
3286
  */
3277
3287
  bucketName: string | undefined;
3278
3288
  /**
3279
- * <p> The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow
3280
- * places the files. </p>
3289
+ * <p> The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files. </p>
3281
3290
  */
3282
3291
  bucketPrefix?: string;
3283
3292
  /**
@@ -3306,9 +3315,9 @@ export interface ZendeskDestinationProperties {
3306
3315
  */
3307
3316
  idFieldNames?: string[];
3308
3317
  /**
3309
- * <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
3310
- * destination. For example, this setting would determine if the flow should fail after one
3311
- * insertion error, or continue and attempt to insert every record regardless of the initial
3318
+ * <p> The settings that determine how Amazon AppFlow handles an error when placing data
3319
+ * in the destination. For example, this setting would determine if the flow should fail after
3320
+ * one insertion error, or continue and attempt to insert every record regardless of the initial
3312
3321
  * failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
3313
3322
  * </p>
3314
3323
  */
@@ -3446,9 +3455,7 @@ export interface CustomConnectorSourceProperties {
3446
3455
  /**
3447
3456
  * <p>Custom properties that are required to use the custom connector as a source.</p>
3448
3457
  */
3449
- customProperties?: {
3450
- [key: string]: string;
3451
- };
3458
+ customProperties?: Record<string, string>;
3452
3459
  }
3453
3460
  export declare namespace CustomConnectorSourceProperties {
3454
3461
  /**
@@ -3536,7 +3543,8 @@ export declare enum S3InputFileType {
3536
3543
  JSON = "JSON"
3537
3544
  }
3538
3545
  /**
3539
- * <p> When you use Amazon S3 as the source, the configuration format that you provide the flow input data. </p>
3546
+ * <p> When you use Amazon S3 as the source, the configuration format that you provide
3547
+ * the flow input data. </p>
3540
3548
  */
3541
3549
  export interface S3InputFormatConfig {
3542
3550
  /**
@@ -3551,7 +3559,8 @@ export declare namespace S3InputFormatConfig {
3551
3559
  const filterSensitiveLog: (obj: S3InputFormatConfig) => any;
3552
3560
  }
3553
3561
  /**
3554
- * <p> The properties that are applied when Amazon S3 is being used as the flow source. </p>
3562
+ * <p> The properties that are applied when Amazon S3 is being used as the flow source.
3563
+ * </p>
3555
3564
  */
3556
3565
  export interface S3SourceProperties {
3557
3566
  /**
@@ -3559,11 +3568,13 @@ export interface S3SourceProperties {
3559
3568
  */
3560
3569
  bucketName: string | undefined;
3561
3570
  /**
3562
- * <p> The object key for the Amazon S3 bucket in which the source files are stored. </p>
3571
+ * <p> The object key for the Amazon S3 bucket in which the source files are stored.
3572
+ * </p>
3563
3573
  */
3564
3574
  bucketPrefix?: string;
3565
3575
  /**
3566
- * <p> When you use Amazon S3 as the source, the configuration format that you provide the flow input data. </p>
3576
+ * <p> When you use Amazon S3 as the source, the configuration format that you provide
3577
+ * the flow input data. </p>
3567
3578
  */
3568
3579
  s3InputFormatConfig?: S3InputFormatConfig;
3569
3580
  }
@@ -3884,9 +3895,7 @@ export interface Task {
3884
3895
  * <p> A map used to store task-related information. The execution service looks for particular
3885
3896
  * information based on the <code>TaskType</code>. </p>
3886
3897
  */
3887
- taskProperties?: {
3888
- [key: string]: string;
3889
- };
3898
+ taskProperties?: Record<string, string>;
3890
3899
  }
3891
3900
  export declare namespace Task {
3892
3901
  /**
@@ -3914,16 +3923,22 @@ export interface ScheduledTriggerProperties {
3914
3923
  */
3915
3924
  dataPullMode?: DataPullMode | string;
3916
3925
  /**
3917
- * <p> Specifies the scheduled start time for a schedule-triggered flow. </p>
3926
+ * <p>The time at which the scheduled flow starts. The time is formatted as a timestamp that
3927
+ * follows the ISO 8601 standard, such as <code>2022-04-26T13:00:00-07:00</code>.</p>
3918
3928
  */
3919
3929
  scheduleStartTime?: Date;
3920
3930
  /**
3921
- * <p> Specifies the scheduled end time for a schedule-triggered flow. </p>
3931
+ * <p>The time at which the scheduled flow ends. The time is formatted as a timestamp that
3932
+ * follows the ISO 8601 standard, such as <code>2022-04-27T13:00:00-07:00</code>.</p>
3922
3933
  */
3923
3934
  scheduleEndTime?: Date;
3924
3935
  /**
3925
- * <p> Specifies the time zone used when referring to the date and time of a scheduled-triggered
3926
- * flow, such as <code>America/New_York</code>. </p>
3936
+ * <p>Specifies the time zone used when referring to the dates and times of a scheduled flow,
3937
+ * such as <code>America/New_York</code>. This time zone is only a descriptive label. It doesn't affect how
3938
+ * Amazon AppFlow interprets the timestamps that you specify to schedule the flow.</p>
3939
+ * <p>If you want to schedule a flow by using times in a particular time zone, indicate the time zone as a UTC
3940
+ * offset in your timestamps. For example, the UTC offsets for the <code>America/New_York</code> timezone are
3941
+ * <code>-04:00</code> EDT and <code>-05:00 EST</code>.</p>
3927
3942
  */
3928
3943
  timezone?: string;
3929
3944
  /**
@@ -3936,6 +3951,11 @@ export interface ScheduledTriggerProperties {
3936
3951
  * run. </p>
3937
3952
  */
3938
3953
  firstExecutionFrom?: Date;
3954
+ /**
3955
+ * <p>Defines how many times a scheduled flow fails consecutively before Amazon AppFlow
3956
+ * deactivates it.</p>
3957
+ */
3958
+ flowErrorDeactivationThreshold?: number;
3939
3959
  }
3940
3960
  export declare namespace ScheduledTriggerProperties {
3941
3961
  /**
@@ -3961,8 +3981,8 @@ export declare namespace TriggerProperties {
3961
3981
  const filterSensitiveLog: (obj: TriggerProperties) => any;
3962
3982
  }
3963
3983
  /**
3964
- * <p> The trigger settings that determine how and when Amazon AppFlow runs the specified flow.
3965
- * </p>
3984
+ * <p> The trigger settings that determine how and when Amazon AppFlow runs the specified
3985
+ * flow. </p>
3966
3986
  */
3967
3987
  export interface TriggerConfig {
3968
3988
  /**
@@ -3994,9 +4014,8 @@ export interface CreateFlowRequest {
3994
4014
  description?: string;
3995
4015
  /**
3996
4016
  * <p> The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for
3997
- * encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If
3998
- * you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
3999
- * </p>
4017
+ * encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS
4018
+ * key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key. </p>
4000
4019
  */
4001
4020
  kmsArn?: string;
4002
4021
  /**
@@ -4014,16 +4033,14 @@ export interface CreateFlowRequest {
4014
4033
  */
4015
4034
  destinationFlowConfigList: DestinationFlowConfig[] | undefined;
4016
4035
  /**
4017
- * <p> A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
4018
- * </p>
4036
+ * <p> A list of tasks that Amazon AppFlow performs while transferring the data in the
4037
+ * flow run. </p>
4019
4038
  */
4020
4039
  tasks: Task[] | undefined;
4021
4040
  /**
4022
4041
  * <p> The tags used to organize, track, or control access for your flow. </p>
4023
4042
  */
4024
- tags?: {
4025
- [key: string]: string;
4026
- };
4043
+ tags?: Record<string, string>;
4027
4044
  }
4028
4045
  export declare namespace CreateFlowRequest {
4029
4046
  /**
@@ -4074,8 +4091,8 @@ export interface DeleteConnectorProfileRequest {
4074
4091
  */
4075
4092
  connectorProfileName: string | undefined;
4076
4093
  /**
4077
- * <p> Indicates whether Amazon AppFlow should delete the profile, even if it is currently in
4078
- * use in one or more flows. </p>
4094
+ * <p> Indicates whether Amazon AppFlow should delete the profile, even if it is currently
4095
+ * in use in one or more flows. </p>
4079
4096
  */
4080
4097
  forceDelete?: boolean;
4081
4098
  }
@@ -4100,8 +4117,8 @@ export interface DeleteFlowRequest {
4100
4117
  */
4101
4118
  flowName: string | undefined;
4102
4119
  /**
4103
- * <p> Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.
4104
- * </p>
4120
+ * <p> Indicates whether Amazon AppFlow should delete the flow, even if it is currently in
4121
+ * use. </p>
4105
4122
  */
4106
4123
  forceDelete?: boolean;
4107
4124
  }
@@ -4263,9 +4280,7 @@ export interface DescribeConnectorsResponse {
4263
4280
  /**
4264
4281
  * <p> The configuration that is applied to the connectors used in the flow. </p>
4265
4282
  */
4266
- connectorConfigurations?: {
4267
- [key: string]: ConnectorConfiguration;
4268
- };
4283
+ connectorConfigurations?: Record<string, ConnectorConfiguration>;
4269
4284
  /**
4270
4285
  * <p>Information about the connectors supported in Amazon AppFlow.</p>
4271
4286
  */
@@ -4339,9 +4354,8 @@ export interface DescribeFlowResponse {
4339
4354
  flowName?: string;
4340
4355
  /**
4341
4356
  * <p> The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for
4342
- * encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If
4343
- * you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
4344
- * </p>
4357
+ * encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS
4358
+ * key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key. </p>
4345
4359
  */
4346
4360
  kmsArn?: string;
4347
4361
  /**
@@ -4359,8 +4373,8 @@ export interface DescribeFlowResponse {
4359
4373
  */
4360
4374
  sourceFlowConfig?: SourceFlowConfig;
4361
4375
  /**
4362
- * <p> The configuration that controls how Amazon AppFlow transfers data to the destination
4363
- * connector. </p>
4376
+ * <p> The configuration that controls how Amazon AppFlow transfers data to the
4377
+ * destination connector. </p>
4364
4378
  */
4365
4379
  destinationFlowConfigList?: DestinationFlowConfig[];
4366
4380
  /**
@@ -4372,8 +4386,8 @@ export interface DescribeFlowResponse {
4372
4386
  */
4373
4387
  triggerConfig?: TriggerConfig;
4374
4388
  /**
4375
- * <p> A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
4376
- * </p>
4389
+ * <p> A list of tasks that Amazon AppFlow performs while transferring the data in the
4390
+ * flow run. </p>
4377
4391
  */
4378
4392
  tasks?: Task[];
4379
4393
  /**
@@ -4395,9 +4409,7 @@ export interface DescribeFlowResponse {
4395
4409
  /**
4396
4410
  * <p> The tags used to organize, track, or control access for your flow. </p>
4397
4411
  */
4398
- tags?: {
4399
- [key: string]: string;
4400
- };
4412
+ tags?: Record<string, string>;
4401
4413
  }
4402
4414
  export declare namespace DescribeFlowResponse {
4403
4415
  /**
@@ -4555,8 +4567,8 @@ export interface FlowDefinition {
4555
4567
  */
4556
4568
  flowStatus?: FlowStatus | string;
4557
4569
  /**
4558
- * <p> Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
4559
- * </p>
4570
+ * <p> Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude,
4571
+ * and so on. </p>
4560
4572
  */
4561
4573
  sourceConnectorType?: ConnectorType | string;
4562
4574
  /**
@@ -4564,8 +4576,8 @@ export interface FlowDefinition {
4564
4576
  */
4565
4577
  sourceConnectorLabel?: string;
4566
4578
  /**
4567
- * <p> Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and
4568
- * so on. </p>
4579
+ * <p> Specifies the destination connector type, such as Salesforce, Amazon S3,
4580
+ * Amplitude, and so on. </p>
4569
4581
  */
4570
4582
  destinationConnectorType?: ConnectorType | string;
4571
4583
  /**
@@ -4596,9 +4608,7 @@ export interface FlowDefinition {
4596
4608
  /**
4597
4609
  * <p> The tags used to organize, track, or control access for your flow. </p>
4598
4610
  */
4599
- tags?: {
4600
- [key: string]: string;
4601
- };
4611
+ tags?: Record<string, string>;
4602
4612
  /**
4603
4613
  * <p> Describes the details of the most recent flow run. </p>
4604
4614
  */
@@ -4646,9 +4656,7 @@ export interface ListConnectorEntitiesResponse {
4646
4656
  * This map's key represents the group name, and its value contains the list of entities
4647
4657
  * belonging to that group. </p>
4648
4658
  */
4649
- connectorEntityMap: {
4650
- [key: string]: ConnectorEntity[];
4651
- } | undefined;
4659
+ connectorEntityMap: Record<string, ConnectorEntity[]> | undefined;
4652
4660
  }
4653
4661
  export declare namespace ListConnectorEntitiesResponse {
4654
4662
  /**
@@ -4738,9 +4746,7 @@ export interface ListTagsForResourceResponse {
4738
4746
  /**
4739
4747
  * <p> The tags used to organize, track, or control access for your flow. </p>
4740
4748
  */
4741
- tags?: {
4742
- [key: string]: string;
4743
- };
4749
+ tags?: Record<string, string>;
4744
4750
  }
4745
4751
  export declare namespace ListTagsForResourceResponse {
4746
4752
  /**
@@ -4881,9 +4887,7 @@ export interface TagResourceRequest {
4881
4887
  /**
4882
4888
  * <p> The tags used to organize, track, or control access for your flow. </p>
4883
4889
  */
4884
- tags: {
4885
- [key: string]: string;
4886
- } | undefined;
4890
+ tags: Record<string, string> | undefined;
4887
4891
  }
4888
4892
  export declare namespace TagResourceRequest {
4889
4893
  /**
@@ -4906,8 +4910,8 @@ export interface UnregisterConnectorRequest {
4906
4910
  */
4907
4911
  connectorLabel: string | undefined;
4908
4912
  /**
4909
- * <p>Indicates whether Amazon AppFlow should unregister the connector, even if it is currently
4910
- * in use in one or more connector profiles. The default value is false.</p>
4913
+ * <p>Indicates whether Amazon AppFlow should unregister the connector, even if it is
4914
+ * currently in use in one or more connector profiles. The default value is false.</p>
4911
4915
  */
4912
4916
  forceDelete?: boolean;
4913
4917
  }
@@ -5002,13 +5006,13 @@ export interface UpdateFlowRequest {
5002
5006
  */
5003
5007
  sourceFlowConfig: SourceFlowConfig | undefined;
5004
5008
  /**
5005
- * <p> The configuration that controls how Amazon AppFlow transfers data to the destination
5006
- * connector. </p>
5009
+ * <p> The configuration that controls how Amazon AppFlow transfers data to the
5010
+ * destination connector. </p>
5007
5011
  */
5008
5012
  destinationFlowConfigList: DestinationFlowConfig[] | undefined;
5009
5013
  /**
5010
- * <p> A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
5011
- * </p>
5014
+ * <p> A list of tasks that Amazon AppFlow performs while transferring the data in the
5015
+ * flow run. </p>
5012
5016
  */
5013
5017
  tasks: Task[] | undefined;
5014
5018
  }