aws-sdk-appflow 1.22.0 → 1.23.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b9defbc15921b2c702f958a05a4d6e3e91d77b5d6b7a450e6cf7cf7393eadcdb
4
- data.tar.gz: 713869f0c87da856773da3ddbff2e4347868a7f404843bf91270ff34637f14f3
3
+ metadata.gz: e46b615f68bc54eaa180498c2a30045639358b3ee8dee376f19621094714d298
4
+ data.tar.gz: 1c277c0939cce8acf1e0628d1ffd484f87b78e3f1ccfd2dc10af5e9fed9c5cfe
5
5
  SHA512:
6
- metadata.gz: 69c0a4477dbc90540cf1cb455016fbeeba837f3b30f40e13ddf97f519c78e8724c0dfca9412cf3457dcf6b167b2e9d2ca390dbfff939ea63627c77b97d422fdf
7
- data.tar.gz: dbe19837895305dba1c2cc6be862b5574b255778eb353112d898f82c266b7718398f341f91abf139996a107dd423b20051cdea8e773d3eccc42b4eaabf1a0c3d
6
+ metadata.gz: 56e897a718c6e6c6ee47dd1336fbb3c5173504a95dc760159b0f72469241eb80d1943e6d6afd6df093692f5bec9c5f722180cd50d584d80d2dca0bef1d0b041e
7
+ data.tar.gz: 3c51c6a1409e51664acb86e4fd4e009837ac4c6621238b1c8551d377ef591e3c6435e7b2558b27f037ba49de4b42d3a1c39ef46cf4d6e27c82a7ba4dea50aa95
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.23.0 (2022-02-14)
5
+ ------------------
6
+
7
+ * Feature - Launching Amazon AppFlow SAP as a destination connector SDK.
8
+
4
9
  1.22.0 (2022-02-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.22.0
1
+ 1.23.0
@@ -869,6 +869,20 @@ module Aws::Appflow
869
869
  # "CustomPropertyKey" => "CustomPropertyValue",
870
870
  # },
871
871
  # },
872
+ # sapo_data: {
873
+ # object_path: "Object", # required
874
+ # success_response_handling_config: {
875
+ # bucket_prefix: "BucketPrefix",
876
+ # bucket_name: "BucketName",
877
+ # },
878
+ # id_field_names: ["Name"],
879
+ # error_handling_config: {
880
+ # fail_on_first_destination_error: false,
881
+ # bucket_prefix: "BucketPrefix",
882
+ # bucket_name: "BucketName",
883
+ # },
884
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
885
+ # },
872
886
  # },
873
887
  # },
874
888
  # ],
@@ -894,7 +908,7 @@ module Aws::Appflow
894
908
  # 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
895
909
  # },
896
910
  # destination_field: "DestinationField",
897
- # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Truncate, Validate
911
+ # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Passthrough, Truncate, Validate
898
912
  # task_properties: {
899
913
  # "VALUE" => "Property",
900
914
  # },
@@ -1528,6 +1542,15 @@ module Aws::Appflow
1528
1542
  # resp.destination_flow_config_list[0].destination_connector_properties.custom_connector.id_field_names[0] #=> String
1529
1543
  # resp.destination_flow_config_list[0].destination_connector_properties.custom_connector.custom_properties #=> Hash
1530
1544
  # resp.destination_flow_config_list[0].destination_connector_properties.custom_connector.custom_properties["CustomPropertyKey"] #=> String
1545
+ # resp.destination_flow_config_list[0].destination_connector_properties.sapo_data.object_path #=> String
1546
+ # resp.destination_flow_config_list[0].destination_connector_properties.sapo_data.success_response_handling_config.bucket_prefix #=> String
1547
+ # resp.destination_flow_config_list[0].destination_connector_properties.sapo_data.success_response_handling_config.bucket_name #=> String
1548
+ # resp.destination_flow_config_list[0].destination_connector_properties.sapo_data.id_field_names #=> Array
1549
+ # resp.destination_flow_config_list[0].destination_connector_properties.sapo_data.id_field_names[0] #=> String
1550
+ # resp.destination_flow_config_list[0].destination_connector_properties.sapo_data.error_handling_config.fail_on_first_destination_error #=> Boolean
1551
+ # resp.destination_flow_config_list[0].destination_connector_properties.sapo_data.error_handling_config.bucket_prefix #=> String
1552
+ # resp.destination_flow_config_list[0].destination_connector_properties.sapo_data.error_handling_config.bucket_name #=> String
1553
+ # resp.destination_flow_config_list[0].destination_connector_properties.sapo_data.write_operation_type #=> String, one of "INSERT", "UPSERT", "UPDATE", "DELETE"
1531
1554
  # resp.last_run_execution_details.most_recent_execution_message #=> String
1532
1555
  # resp.last_run_execution_details.most_recent_execution_time #=> Time
1533
1556
  # resp.last_run_execution_details.most_recent_execution_status #=> String, one of "InProgress", "Successful", "Error"
@@ -1559,7 +1582,7 @@ module Aws::Appflow
1559
1582
  # resp.tasks[0].connector_operator.sapo_data #=> String, one of "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"
1560
1583
  # resp.tasks[0].connector_operator.custom_connector #=> String, one of "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"
1561
1584
  # resp.tasks[0].destination_field #=> String
1562
- # resp.tasks[0].task_type #=> String, one of "Arithmetic", "Filter", "Map", "Map_all", "Mask", "Merge", "Truncate", "Validate"
1585
+ # resp.tasks[0].task_type #=> String, one of "Arithmetic", "Filter", "Map", "Map_all", "Mask", "Merge", "Passthrough", "Truncate", "Validate"
1563
1586
  # resp.tasks[0].task_properties #=> Hash
1564
1587
  # resp.tasks[0].task_properties["OperatorPropertiesKeys"] #=> String
1565
1588
  # resp.created_at #=> Time
@@ -2504,6 +2527,20 @@ module Aws::Appflow
2504
2527
  # "CustomPropertyKey" => "CustomPropertyValue",
2505
2528
  # },
2506
2529
  # },
2530
+ # sapo_data: {
2531
+ # object_path: "Object", # required
2532
+ # success_response_handling_config: {
2533
+ # bucket_prefix: "BucketPrefix",
2534
+ # bucket_name: "BucketName",
2535
+ # },
2536
+ # id_field_names: ["Name"],
2537
+ # error_handling_config: {
2538
+ # fail_on_first_destination_error: false,
2539
+ # bucket_prefix: "BucketPrefix",
2540
+ # bucket_name: "BucketName",
2541
+ # },
2542
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
2543
+ # },
2507
2544
  # },
2508
2545
  # },
2509
2546
  # ],
@@ -2529,7 +2566,7 @@ module Aws::Appflow
2529
2566
  # 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
2530
2567
  # },
2531
2568
  # destination_field: "DestinationField",
2532
- # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Truncate, Validate
2569
+ # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Passthrough, Truncate, Validate
2533
2570
  # task_properties: {
2534
2571
  # "VALUE" => "Property",
2535
2572
  # },
@@ -2563,7 +2600,7 @@ module Aws::Appflow
2563
2600
  params: params,
2564
2601
  config: config)
2565
2602
  context[:gem_name] = 'aws-sdk-appflow'
2566
- context[:gem_version] = '1.22.0'
2603
+ context[:gem_version] = '1.23.0'
2567
2604
  Seahorse::Client::Request.new(handlers, context)
2568
2605
  end
2569
2606
 
@@ -273,6 +273,7 @@ module Aws::Appflow
273
273
  SAPODataConnectorOperator = Shapes::StringShape.new(name: 'SAPODataConnectorOperator')
274
274
  SAPODataConnectorProfileCredentials = Shapes::StructureShape.new(name: 'SAPODataConnectorProfileCredentials')
275
275
  SAPODataConnectorProfileProperties = Shapes::StructureShape.new(name: 'SAPODataConnectorProfileProperties')
276
+ SAPODataDestinationProperties = Shapes::StructureShape.new(name: 'SAPODataDestinationProperties')
276
277
  SAPODataMetadata = Shapes::StructureShape.new(name: 'SAPODataMetadata')
277
278
  SAPODataSourceProperties = Shapes::StructureShape.new(name: 'SAPODataSourceProperties')
278
279
  SalesforceConnectorOperator = Shapes::StringShape.new(name: 'SalesforceConnectorOperator')
@@ -317,6 +318,7 @@ module Aws::Appflow
317
318
  StopFlowRequest = Shapes::StructureShape.new(name: 'StopFlowRequest')
318
319
  StopFlowResponse = Shapes::StructureShape.new(name: 'StopFlowResponse')
319
320
  String = Shapes::StringShape.new(name: 'String')
321
+ SuccessResponseHandlingConfig = Shapes::StructureShape.new(name: 'SuccessResponseHandlingConfig')
320
322
  SupportedApiVersion = Shapes::StringShape.new(name: 'SupportedApiVersion')
321
323
  SupportedApiVersionList = Shapes::ListShape.new(name: 'SupportedApiVersionList')
322
324
  SupportedFieldTypeDetails = Shapes::StructureShape.new(name: 'SupportedFieldTypeDetails')
@@ -800,6 +802,7 @@ module Aws::Appflow
800
802
  DestinationConnectorProperties.add_member(:customer_profiles, Shapes::ShapeRef.new(shape: CustomerProfilesDestinationProperties, location_name: "CustomerProfiles"))
801
803
  DestinationConnectorProperties.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskDestinationProperties, location_name: "Zendesk"))
802
804
  DestinationConnectorProperties.add_member(:custom_connector, Shapes::ShapeRef.new(shape: CustomConnectorDestinationProperties, location_name: "CustomConnector"))
805
+ DestinationConnectorProperties.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataDestinationProperties, location_name: "SAPOData"))
803
806
  DestinationConnectorProperties.struct_class = Types::DestinationConnectorProperties
804
807
 
805
808
  DestinationFieldProperties.add_member(:is_creatable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isCreatable"))
@@ -1111,6 +1114,13 @@ module Aws::Appflow
1111
1114
  SAPODataConnectorProfileProperties.add_member(:o_auth_properties, Shapes::ShapeRef.new(shape: OAuthProperties, location_name: "oAuthProperties"))
1112
1115
  SAPODataConnectorProfileProperties.struct_class = Types::SAPODataConnectorProfileProperties
1113
1116
 
1117
+ SAPODataDestinationProperties.add_member(:object_path, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "objectPath"))
1118
+ SAPODataDestinationProperties.add_member(:success_response_handling_config, Shapes::ShapeRef.new(shape: SuccessResponseHandlingConfig, location_name: "successResponseHandlingConfig"))
1119
+ SAPODataDestinationProperties.add_member(:id_field_names, Shapes::ShapeRef.new(shape: IdFieldNameList, location_name: "idFieldNames"))
1120
+ SAPODataDestinationProperties.add_member(:error_handling_config, Shapes::ShapeRef.new(shape: ErrorHandlingConfig, location_name: "errorHandlingConfig"))
1121
+ SAPODataDestinationProperties.add_member(:write_operation_type, Shapes::ShapeRef.new(shape: WriteOperationType, location_name: "writeOperationType"))
1122
+ SAPODataDestinationProperties.struct_class = Types::SAPODataDestinationProperties
1123
+
1114
1124
  SAPODataMetadata.struct_class = Types::SAPODataMetadata
1115
1125
 
1116
1126
  SAPODataSourceProperties.add_member(:object_path, Shapes::ShapeRef.new(shape: Object, location_name: "objectPath"))
@@ -1260,6 +1270,10 @@ module Aws::Appflow
1260
1270
  StopFlowResponse.add_member(:flow_status, Shapes::ShapeRef.new(shape: FlowStatus, location_name: "flowStatus"))
1261
1271
  StopFlowResponse.struct_class = Types::StopFlowResponse
1262
1272
 
1273
+ SuccessResponseHandlingConfig.add_member(:bucket_prefix, Shapes::ShapeRef.new(shape: BucketPrefix, location_name: "bucketPrefix"))
1274
+ SuccessResponseHandlingConfig.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, location_name: "bucketName"))
1275
+ SuccessResponseHandlingConfig.struct_class = Types::SuccessResponseHandlingConfig
1276
+
1263
1277
  SupportedApiVersionList.member = Shapes::ShapeRef.new(shape: SupportedApiVersion)
1264
1278
 
1265
1279
  SupportedFieldTypeDetails.add_member(:v1, Shapes::ShapeRef.new(shape: FieldTypeDetails, required: true, location_name: "v1"))
@@ -2156,6 +2156,20 @@ module Aws::Appflow
2156
2156
  # "CustomPropertyKey" => "CustomPropertyValue",
2157
2157
  # },
2158
2158
  # },
2159
+ # sapo_data: {
2160
+ # object_path: "Object", # required
2161
+ # success_response_handling_config: {
2162
+ # bucket_prefix: "BucketPrefix",
2163
+ # bucket_name: "BucketName",
2164
+ # },
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
+ # },
2159
2173
  # },
2160
2174
  # },
2161
2175
  # ],
@@ -2181,7 +2195,7 @@ module Aws::Appflow
2181
2195
  # 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
2182
2196
  # },
2183
2197
  # destination_field: "DestinationField",
2184
- # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Truncate, Validate
2198
+ # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Passthrough, Truncate, Validate
2185
2199
  # task_properties: {
2186
2200
  # "VALUE" => "Property",
2187
2201
  # },
@@ -3176,6 +3190,20 @@ module Aws::Appflow
3176
3190
  # "CustomPropertyKey" => "CustomPropertyValue",
3177
3191
  # },
3178
3192
  # },
3193
+ # sapo_data: {
3194
+ # object_path: "Object", # required
3195
+ # success_response_handling_config: {
3196
+ # bucket_prefix: "BucketPrefix",
3197
+ # bucket_name: "BucketName",
3198
+ # },
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
+ # },
3179
3207
  # }
3180
3208
  #
3181
3209
  # @!attribute [rw] redshift
@@ -3222,6 +3250,10 @@ module Aws::Appflow
3222
3250
  # The properties that are required to query the custom Connector.
3223
3251
  # @return [Types::CustomConnectorDestinationProperties]
3224
3252
  #
3253
+ # @!attribute [rw] sapo_data
3254
+ # The properties required to query SAPOData.
3255
+ # @return [Types::SAPODataDestinationProperties]
3256
+ #
3225
3257
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/DestinationConnectorProperties AWS API Documentation
3226
3258
  #
3227
3259
  class DestinationConnectorProperties < Struct.new(
@@ -3235,7 +3267,8 @@ module Aws::Appflow
3235
3267
  :honeycode,
3236
3268
  :customer_profiles,
3237
3269
  :zendesk,
3238
- :custom_connector)
3270
+ :custom_connector,
3271
+ :sapo_data)
3239
3272
  SENSITIVE = []
3240
3273
  include Aws::Structure
3241
3274
  end
@@ -3401,6 +3434,20 @@ module Aws::Appflow
3401
3434
  # "CustomPropertyKey" => "CustomPropertyValue",
3402
3435
  # },
3403
3436
  # },
3437
+ # sapo_data: {
3438
+ # object_path: "Object", # required
3439
+ # success_response_handling_config: {
3440
+ # bucket_prefix: "BucketPrefix",
3441
+ # bucket_name: "BucketName",
3442
+ # },
3443
+ # id_field_names: ["Name"],
3444
+ # error_handling_config: {
3445
+ # fail_on_first_destination_error: false,
3446
+ # bucket_prefix: "BucketPrefix",
3447
+ # bucket_name: "BucketName",
3448
+ # },
3449
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
3450
+ # },
3404
3451
  # },
3405
3452
  # }
3406
3453
  #
@@ -5187,6 +5234,71 @@ module Aws::Appflow
5187
5234
  include Aws::Structure
5188
5235
  end
5189
5236
 
5237
+ # The properties that are applied when using SAPOData as a flow
5238
+ # destination
5239
+ #
5240
+ # @note When making an API call, you may pass SAPODataDestinationProperties
5241
+ # data as a hash:
5242
+ #
5243
+ # {
5244
+ # object_path: "Object", # required
5245
+ # success_response_handling_config: {
5246
+ # bucket_prefix: "BucketPrefix",
5247
+ # bucket_name: "BucketName",
5248
+ # },
5249
+ # id_field_names: ["Name"],
5250
+ # error_handling_config: {
5251
+ # fail_on_first_destination_error: false,
5252
+ # bucket_prefix: "BucketPrefix",
5253
+ # bucket_name: "BucketName",
5254
+ # },
5255
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
5256
+ # }
5257
+ #
5258
+ # @!attribute [rw] object_path
5259
+ # The object path specified in the SAPOData flow destination.
5260
+ # @return [String]
5261
+ #
5262
+ # @!attribute [rw] success_response_handling_config
5263
+ # Determines how Amazon AppFlow handles the success response that it
5264
+ # gets from the connector after placing data.
5265
+ #
5266
+ # For example, this setting would determine where to write the
5267
+ # response from a destination connector upon a successful insert
5268
+ # operation.
5269
+ # @return [Types::SuccessResponseHandlingConfig]
5270
+ #
5271
+ # @!attribute [rw] id_field_names
5272
+ # A list of field names that can be used as an ID field when
5273
+ # performing a write operation.
5274
+ # @return [Array<String>]
5275
+ #
5276
+ # @!attribute [rw] error_handling_config
5277
+ # The settings that determine how Amazon AppFlow handles an error when
5278
+ # placing data in the destination. For example, this setting would
5279
+ # determine if the flow should fail after one insertion error, or
5280
+ # continue and attempt to insert every record regardless of the
5281
+ # initial failure. `ErrorHandlingConfig` is a part of the destination
5282
+ # connector details.
5283
+ # @return [Types::ErrorHandlingConfig]
5284
+ #
5285
+ # @!attribute [rw] write_operation_type
5286
+ # The possible write operations in the destination connector. When
5287
+ # this value is not provided, this defaults to the `INSERT` operation.
5288
+ # @return [String]
5289
+ #
5290
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SAPODataDestinationProperties AWS API Documentation
5291
+ #
5292
+ class SAPODataDestinationProperties < Struct.new(
5293
+ :object_path,
5294
+ :success_response_handling_config,
5295
+ :id_field_names,
5296
+ :error_handling_config,
5297
+ :write_operation_type)
5298
+ SENSITIVE = []
5299
+ include Aws::Structure
5300
+ end
5301
+
5190
5302
  # The connector metadata specific to SAPOData.
5191
5303
  #
5192
5304
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SAPODataMetadata AWS API Documentation
@@ -6245,6 +6357,37 @@ module Aws::Appflow
6245
6357
  include Aws::Structure
6246
6358
  end
6247
6359
 
6360
+ # Determines how Amazon AppFlow handles the success response that it
6361
+ # gets from the connector after placing data.
6362
+ #
6363
+ # For example, this setting would determine where to write the response
6364
+ # from the destination connector upon a successful insert operation.
6365
+ #
6366
+ # @note When making an API call, you may pass SuccessResponseHandlingConfig
6367
+ # data as a hash:
6368
+ #
6369
+ # {
6370
+ # bucket_prefix: "BucketPrefix",
6371
+ # bucket_name: "BucketName",
6372
+ # }
6373
+ #
6374
+ # @!attribute [rw] bucket_prefix
6375
+ # The Amazon S3 bucket prefix.
6376
+ # @return [String]
6377
+ #
6378
+ # @!attribute [rw] bucket_name
6379
+ # The name of the Amazon S3 bucket.
6380
+ # @return [String]
6381
+ #
6382
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SuccessResponseHandlingConfig AWS API Documentation
6383
+ #
6384
+ class SuccessResponseHandlingConfig < Struct.new(
6385
+ :bucket_prefix,
6386
+ :bucket_name)
6387
+ SENSITIVE = []
6388
+ include Aws::Structure
6389
+ end
6390
+
6248
6391
  # Contains details regarding all the supported `FieldTypes` and their
6249
6392
  # corresponding `filterOperators` and `supportedValues`.
6250
6393
  #
@@ -6319,7 +6462,7 @@ module Aws::Appflow
6319
6462
  # 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
6320
6463
  # },
6321
6464
  # destination_field: "DestinationField",
6322
- # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Truncate, Validate
6465
+ # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Passthrough, Truncate, Validate
6323
6466
  # task_properties: {
6324
6467
  # "VALUE" => "Property",
6325
6468
  # },
@@ -7042,6 +7185,20 @@ module Aws::Appflow
7042
7185
  # "CustomPropertyKey" => "CustomPropertyValue",
7043
7186
  # },
7044
7187
  # },
7188
+ # sapo_data: {
7189
+ # object_path: "Object", # required
7190
+ # success_response_handling_config: {
7191
+ # bucket_prefix: "BucketPrefix",
7192
+ # bucket_name: "BucketName",
7193
+ # },
7194
+ # id_field_names: ["Name"],
7195
+ # error_handling_config: {
7196
+ # fail_on_first_destination_error: false,
7197
+ # bucket_prefix: "BucketPrefix",
7198
+ # bucket_name: "BucketName",
7199
+ # },
7200
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
7201
+ # },
7045
7202
  # },
7046
7203
  # },
7047
7204
  # ],
@@ -7067,7 +7224,7 @@ module Aws::Appflow
7067
7224
  # 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
7068
7225
  # },
7069
7226
  # destination_field: "DestinationField",
7070
- # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Truncate, Validate
7227
+ # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Passthrough, Truncate, Validate
7071
7228
  # task_properties: {
7072
7229
  # "VALUE" => "Property",
7073
7230
  # },
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-appflow/customizations'
48
48
  # @!group service
49
49
  module Aws::Appflow
50
50
 
51
- GEM_VERSION = '1.22.0'
51
+ GEM_VERSION = '1.23.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.0
4
+ version: 1.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-03 00:00:00.000000000 Z
11
+ date: 2022-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core