aws-sdk-appflow 1.13.0 → 1.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appflow/client.rb +132 -31
- data/lib/aws-sdk-appflow/client_api.rb +76 -1
- data/lib/aws-sdk-appflow/types.rb +555 -33
- data/lib/aws-sdk-appflow.rb +1 -1
- metadata +5 -5
@@ -27,13 +27,18 @@ module Aws::Appflow
|
|
27
27
|
ApiKey = Shapes::StringShape.new(name: 'ApiKey')
|
28
28
|
ApiSecretKey = Shapes::StringShape.new(name: 'ApiSecretKey')
|
29
29
|
ApiToken = Shapes::StringShape.new(name: 'ApiToken')
|
30
|
+
ApplicationHostUrl = Shapes::StringShape.new(name: 'ApplicationHostUrl')
|
30
31
|
ApplicationKey = Shapes::StringShape.new(name: 'ApplicationKey')
|
32
|
+
ApplicationServicePath = Shapes::StringShape.new(name: 'ApplicationServicePath')
|
31
33
|
AuthCode = Shapes::StringShape.new(name: 'AuthCode')
|
34
|
+
AuthCodeUrl = Shapes::StringShape.new(name: 'AuthCodeUrl')
|
35
|
+
BasicAuthCredentials = Shapes::StructureShape.new(name: 'BasicAuthCredentials')
|
32
36
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
33
37
|
BucketName = Shapes::StringShape.new(name: 'BucketName')
|
34
38
|
BucketPrefix = Shapes::StringShape.new(name: 'BucketPrefix')
|
35
39
|
ClientCredentialsArn = Shapes::StringShape.new(name: 'ClientCredentialsArn')
|
36
40
|
ClientId = Shapes::StringShape.new(name: 'ClientId')
|
41
|
+
ClientNumber = Shapes::StringShape.new(name: 'ClientNumber')
|
37
42
|
ClientSecret = Shapes::StringShape.new(name: 'ClientSecret')
|
38
43
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
39
44
|
ConnectionMode = Shapes::StringShape.new(name: 'ConnectionMode')
|
@@ -95,6 +100,7 @@ module Aws::Appflow
|
|
95
100
|
DestinationFieldProperties = Shapes::StructureShape.new(name: 'DestinationFieldProperties')
|
96
101
|
DestinationFlowConfig = Shapes::StructureShape.new(name: 'DestinationFlowConfig')
|
97
102
|
DestinationFlowConfigList = Shapes::ListShape.new(name: 'DestinationFlowConfigList')
|
103
|
+
DocumentType = Shapes::StringShape.new(name: 'DocumentType')
|
98
104
|
DomainName = Shapes::StringShape.new(name: 'DomainName')
|
99
105
|
DynatraceConnectorOperator = Shapes::StringShape.new(name: 'DynatraceConnectorOperator')
|
100
106
|
DynatraceConnectorProfileCredentials = Shapes::StructureShape.new(name: 'DynatraceConnectorProfileCredentials')
|
@@ -154,6 +160,7 @@ module Aws::Appflow
|
|
154
160
|
ListFlowsResponse = Shapes::StructureShape.new(name: 'ListFlowsResponse')
|
155
161
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
156
162
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
163
|
+
LogonLanguage = Shapes::StringShape.new(name: 'LogonLanguage')
|
157
164
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
158
165
|
LookoutMetricsDestinationProperties = Shapes::StructureShape.new(name: 'LookoutMetricsDestinationProperties')
|
159
166
|
MarketoConnectorOperator = Shapes::StringShape.new(name: 'MarketoConnectorOperator')
|
@@ -165,6 +172,8 @@ module Aws::Appflow
|
|
165
172
|
MostRecentExecutionMessage = Shapes::StringShape.new(name: 'MostRecentExecutionMessage')
|
166
173
|
Name = Shapes::StringShape.new(name: 'Name')
|
167
174
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
175
|
+
OAuthCredentials = Shapes::StructureShape.new(name: 'OAuthCredentials')
|
176
|
+
OAuthProperties = Shapes::StructureShape.new(name: 'OAuthProperties')
|
168
177
|
OAuthScope = Shapes::StringShape.new(name: 'OAuthScope')
|
169
178
|
OAuthScopeList = Shapes::ListShape.new(name: 'OAuthScopeList')
|
170
179
|
Object = Shapes::StringShape.new(name: 'Object')
|
@@ -172,9 +181,14 @@ module Aws::Appflow
|
|
172
181
|
Operator = Shapes::StringShape.new(name: 'Operator')
|
173
182
|
OperatorPropertiesKeys = Shapes::StringShape.new(name: 'OperatorPropertiesKeys')
|
174
183
|
Password = Shapes::StringShape.new(name: 'Password')
|
184
|
+
PortNumber = Shapes::IntegerShape.new(name: 'PortNumber')
|
175
185
|
PrefixConfig = Shapes::StructureShape.new(name: 'PrefixConfig')
|
176
186
|
PrefixFormat = Shapes::StringShape.new(name: 'PrefixFormat')
|
177
187
|
PrefixType = Shapes::StringShape.new(name: 'PrefixType')
|
188
|
+
PrivateConnectionProvisioningFailureCause = Shapes::StringShape.new(name: 'PrivateConnectionProvisioningFailureCause')
|
189
|
+
PrivateConnectionProvisioningFailureMessage = Shapes::StringShape.new(name: 'PrivateConnectionProvisioningFailureMessage')
|
190
|
+
PrivateConnectionProvisioningState = Shapes::StructureShape.new(name: 'PrivateConnectionProvisioningState')
|
191
|
+
PrivateConnectionProvisioningStatus = Shapes::StringShape.new(name: 'PrivateConnectionProvisioningStatus')
|
178
192
|
PrivateLinkServiceName = Shapes::StringShape.new(name: 'PrivateLinkServiceName')
|
179
193
|
Property = Shapes::StringShape.new(name: 'Property')
|
180
194
|
RedirectUri = Shapes::StringShape.new(name: 'RedirectUri')
|
@@ -189,9 +203,16 @@ module Aws::Appflow
|
|
189
203
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
190
204
|
S3ConnectorOperator = Shapes::StringShape.new(name: 'S3ConnectorOperator')
|
191
205
|
S3DestinationProperties = Shapes::StructureShape.new(name: 'S3DestinationProperties')
|
206
|
+
S3InputFileType = Shapes::StringShape.new(name: 'S3InputFileType')
|
207
|
+
S3InputFormatConfig = Shapes::StructureShape.new(name: 'S3InputFormatConfig')
|
192
208
|
S3Metadata = Shapes::StructureShape.new(name: 'S3Metadata')
|
193
209
|
S3OutputFormatConfig = Shapes::StructureShape.new(name: 'S3OutputFormatConfig')
|
194
210
|
S3SourceProperties = Shapes::StructureShape.new(name: 'S3SourceProperties')
|
211
|
+
SAPODataConnectorOperator = Shapes::StringShape.new(name: 'SAPODataConnectorOperator')
|
212
|
+
SAPODataConnectorProfileCredentials = Shapes::StructureShape.new(name: 'SAPODataConnectorProfileCredentials')
|
213
|
+
SAPODataConnectorProfileProperties = Shapes::StructureShape.new(name: 'SAPODataConnectorProfileProperties')
|
214
|
+
SAPODataMetadata = Shapes::StructureShape.new(name: 'SAPODataMetadata')
|
215
|
+
SAPODataSourceProperties = Shapes::StructureShape.new(name: 'SAPODataSourceProperties')
|
195
216
|
SalesforceConnectorOperator = Shapes::StringShape.new(name: 'SalesforceConnectorOperator')
|
196
217
|
SalesforceConnectorProfileCredentials = Shapes::StructureShape.new(name: 'SalesforceConnectorProfileCredentials')
|
197
218
|
SalesforceConnectorProfileProperties = Shapes::StructureShape.new(name: 'SalesforceConnectorProfileProperties')
|
@@ -248,6 +269,7 @@ module Aws::Appflow
|
|
248
269
|
TaskType = Shapes::StringShape.new(name: 'TaskType')
|
249
270
|
Tasks = Shapes::ListShape.new(name: 'Tasks')
|
250
271
|
Timezone = Shapes::StringShape.new(name: 'Timezone')
|
272
|
+
TokenUrl = Shapes::StringShape.new(name: 'TokenUrl')
|
251
273
|
TrendmicroConnectorOperator = Shapes::StringShape.new(name: 'TrendmicroConnectorOperator')
|
252
274
|
TrendmicroConnectorProfileCredentials = Shapes::StructureShape.new(name: 'TrendmicroConnectorProfileCredentials')
|
253
275
|
TrendmicroConnectorProfileProperties = Shapes::StructureShape.new(name: 'TrendmicroConnectorProfileProperties')
|
@@ -300,6 +322,10 @@ module Aws::Appflow
|
|
300
322
|
AmplitudeSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
|
301
323
|
AmplitudeSourceProperties.struct_class = Types::AmplitudeSourceProperties
|
302
324
|
|
325
|
+
BasicAuthCredentials.add_member(:username, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "username"))
|
326
|
+
BasicAuthCredentials.add_member(:password, Shapes::ShapeRef.new(shape: Password, required: true, location_name: "password"))
|
327
|
+
BasicAuthCredentials.struct_class = Types::BasicAuthCredentials
|
328
|
+
|
303
329
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
304
330
|
ConflictException.struct_class = Types::ConflictException
|
305
331
|
|
@@ -359,6 +385,7 @@ module Aws::Appflow
|
|
359
385
|
ConnectorMetadata.add_member(:upsolver, Shapes::ShapeRef.new(shape: UpsolverMetadata, location_name: "Upsolver"))
|
360
386
|
ConnectorMetadata.add_member(:customer_profiles, Shapes::ShapeRef.new(shape: CustomerProfilesMetadata, location_name: "CustomerProfiles"))
|
361
387
|
ConnectorMetadata.add_member(:honeycode, Shapes::ShapeRef.new(shape: HoneycodeMetadata, location_name: "Honeycode"))
|
388
|
+
ConnectorMetadata.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataMetadata, location_name: "SAPOData"))
|
362
389
|
ConnectorMetadata.struct_class = Types::ConnectorMetadata
|
363
390
|
|
364
391
|
ConnectorOAuthRequest.add_member(:auth_code, Shapes::ShapeRef.new(shape: AuthCode, location_name: "authCode"))
|
@@ -379,6 +406,7 @@ module Aws::Appflow
|
|
379
406
|
ConnectorOperator.add_member(:trendmicro, Shapes::ShapeRef.new(shape: TrendmicroConnectorOperator, location_name: "Trendmicro"))
|
380
407
|
ConnectorOperator.add_member(:veeva, Shapes::ShapeRef.new(shape: VeevaConnectorOperator, location_name: "Veeva"))
|
381
408
|
ConnectorOperator.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorOperator, location_name: "Zendesk"))
|
409
|
+
ConnectorOperator.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataConnectorOperator, location_name: "SAPOData"))
|
382
410
|
ConnectorOperator.struct_class = Types::ConnectorOperator
|
383
411
|
|
384
412
|
ConnectorProfile.add_member(:connector_profile_arn, Shapes::ShapeRef.new(shape: ConnectorProfileArn, location_name: "connectorProfileArn"))
|
@@ -389,6 +417,7 @@ module Aws::Appflow
|
|
389
417
|
ConnectorProfile.add_member(:connector_profile_properties, Shapes::ShapeRef.new(shape: ConnectorProfileProperties, location_name: "connectorProfileProperties"))
|
390
418
|
ConnectorProfile.add_member(:created_at, Shapes::ShapeRef.new(shape: Date, location_name: "createdAt"))
|
391
419
|
ConnectorProfile.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Date, location_name: "lastUpdatedAt"))
|
420
|
+
ConnectorProfile.add_member(:private_connection_provisioning_state, Shapes::ShapeRef.new(shape: PrivateConnectionProvisioningState, location_name: "privateConnectionProvisioningState"))
|
392
421
|
ConnectorProfile.struct_class = Types::ConnectorProfile
|
393
422
|
|
394
423
|
ConnectorProfileConfig.add_member(:connector_profile_properties, Shapes::ShapeRef.new(shape: ConnectorProfileProperties, required: true, location_name: "connectorProfileProperties"))
|
@@ -411,6 +440,7 @@ module Aws::Appflow
|
|
411
440
|
ConnectorProfileCredentials.add_member(:trendmicro, Shapes::ShapeRef.new(shape: TrendmicroConnectorProfileCredentials, location_name: "Trendmicro"))
|
412
441
|
ConnectorProfileCredentials.add_member(:veeva, Shapes::ShapeRef.new(shape: VeevaConnectorProfileCredentials, location_name: "Veeva"))
|
413
442
|
ConnectorProfileCredentials.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorProfileCredentials, location_name: "Zendesk"))
|
443
|
+
ConnectorProfileCredentials.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataConnectorProfileCredentials, location_name: "SAPOData"))
|
414
444
|
ConnectorProfileCredentials.struct_class = Types::ConnectorProfileCredentials
|
415
445
|
|
416
446
|
ConnectorProfileDetailList.member = Shapes::ShapeRef.new(shape: ConnectorProfile)
|
@@ -433,6 +463,7 @@ module Aws::Appflow
|
|
433
463
|
ConnectorProfileProperties.add_member(:trendmicro, Shapes::ShapeRef.new(shape: TrendmicroConnectorProfileProperties, location_name: "Trendmicro"))
|
434
464
|
ConnectorProfileProperties.add_member(:veeva, Shapes::ShapeRef.new(shape: VeevaConnectorProfileProperties, location_name: "Veeva"))
|
435
465
|
ConnectorProfileProperties.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorProfileProperties, location_name: "Zendesk"))
|
466
|
+
ConnectorProfileProperties.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataConnectorProfileProperties, location_name: "SAPOData"))
|
436
467
|
ConnectorProfileProperties.struct_class = Types::ConnectorProfileProperties
|
437
468
|
|
438
469
|
ConnectorServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
@@ -737,12 +768,29 @@ module Aws::Appflow
|
|
737
768
|
MarketoSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
|
738
769
|
MarketoSourceProperties.struct_class = Types::MarketoSourceProperties
|
739
770
|
|
771
|
+
OAuthCredentials.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "clientId"))
|
772
|
+
OAuthCredentials.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, required: true, location_name: "clientSecret"))
|
773
|
+
OAuthCredentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
|
774
|
+
OAuthCredentials.add_member(:refresh_token, Shapes::ShapeRef.new(shape: RefreshToken, location_name: "refreshToken"))
|
775
|
+
OAuthCredentials.add_member(:o_auth_request, Shapes::ShapeRef.new(shape: ConnectorOAuthRequest, location_name: "oAuthRequest"))
|
776
|
+
OAuthCredentials.struct_class = Types::OAuthCredentials
|
777
|
+
|
778
|
+
OAuthProperties.add_member(:token_url, Shapes::ShapeRef.new(shape: TokenUrl, required: true, location_name: "tokenUrl"))
|
779
|
+
OAuthProperties.add_member(:auth_code_url, Shapes::ShapeRef.new(shape: AuthCodeUrl, required: true, location_name: "authCodeUrl"))
|
780
|
+
OAuthProperties.add_member(:o_auth_scopes, Shapes::ShapeRef.new(shape: OAuthScopeList, required: true, location_name: "oAuthScopes"))
|
781
|
+
OAuthProperties.struct_class = Types::OAuthProperties
|
782
|
+
|
740
783
|
OAuthScopeList.member = Shapes::ShapeRef.new(shape: OAuthScope)
|
741
784
|
|
742
785
|
PrefixConfig.add_member(:prefix_type, Shapes::ShapeRef.new(shape: PrefixType, location_name: "prefixType"))
|
743
786
|
PrefixConfig.add_member(:prefix_format, Shapes::ShapeRef.new(shape: PrefixFormat, location_name: "prefixFormat"))
|
744
787
|
PrefixConfig.struct_class = Types::PrefixConfig
|
745
788
|
|
789
|
+
PrivateConnectionProvisioningState.add_member(:status, Shapes::ShapeRef.new(shape: PrivateConnectionProvisioningStatus, location_name: "status"))
|
790
|
+
PrivateConnectionProvisioningState.add_member(:failure_message, Shapes::ShapeRef.new(shape: PrivateConnectionProvisioningFailureMessage, location_name: "failureMessage"))
|
791
|
+
PrivateConnectionProvisioningState.add_member(:failure_cause, Shapes::ShapeRef.new(shape: PrivateConnectionProvisioningFailureCause, location_name: "failureCause"))
|
792
|
+
PrivateConnectionProvisioningState.struct_class = Types::PrivateConnectionProvisioningState
|
793
|
+
|
746
794
|
RedshiftConnectorProfileCredentials.add_member(:username, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "username"))
|
747
795
|
RedshiftConnectorProfileCredentials.add_member(:password, Shapes::ShapeRef.new(shape: Password, required: true, location_name: "password"))
|
748
796
|
RedshiftConnectorProfileCredentials.struct_class = Types::RedshiftConnectorProfileCredentials
|
@@ -771,6 +819,9 @@ module Aws::Appflow
|
|
771
819
|
S3DestinationProperties.add_member(:s3_output_format_config, Shapes::ShapeRef.new(shape: S3OutputFormatConfig, location_name: "s3OutputFormatConfig"))
|
772
820
|
S3DestinationProperties.struct_class = Types::S3DestinationProperties
|
773
821
|
|
822
|
+
S3InputFormatConfig.add_member(:s3_input_file_type, Shapes::ShapeRef.new(shape: S3InputFileType, location_name: "s3InputFileType"))
|
823
|
+
S3InputFormatConfig.struct_class = Types::S3InputFormatConfig
|
824
|
+
|
774
825
|
S3Metadata.struct_class = Types::S3Metadata
|
775
826
|
|
776
827
|
S3OutputFormatConfig.add_member(:file_type, Shapes::ShapeRef.new(shape: FileType, location_name: "fileType"))
|
@@ -780,8 +831,27 @@ module Aws::Appflow
|
|
780
831
|
|
781
832
|
S3SourceProperties.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "bucketName"))
|
782
833
|
S3SourceProperties.add_member(:bucket_prefix, Shapes::ShapeRef.new(shape: BucketPrefix, location_name: "bucketPrefix"))
|
834
|
+
S3SourceProperties.add_member(:s3_input_format_config, Shapes::ShapeRef.new(shape: S3InputFormatConfig, location_name: "s3InputFormatConfig"))
|
783
835
|
S3SourceProperties.struct_class = Types::S3SourceProperties
|
784
836
|
|
837
|
+
SAPODataConnectorProfileCredentials.add_member(:basic_auth_credentials, Shapes::ShapeRef.new(shape: BasicAuthCredentials, location_name: "basicAuthCredentials"))
|
838
|
+
SAPODataConnectorProfileCredentials.add_member(:o_auth_credentials, Shapes::ShapeRef.new(shape: OAuthCredentials, location_name: "oAuthCredentials"))
|
839
|
+
SAPODataConnectorProfileCredentials.struct_class = Types::SAPODataConnectorProfileCredentials
|
840
|
+
|
841
|
+
SAPODataConnectorProfileProperties.add_member(:application_host_url, Shapes::ShapeRef.new(shape: ApplicationHostUrl, required: true, location_name: "applicationHostUrl"))
|
842
|
+
SAPODataConnectorProfileProperties.add_member(:application_service_path, Shapes::ShapeRef.new(shape: ApplicationServicePath, required: true, location_name: "applicationServicePath"))
|
843
|
+
SAPODataConnectorProfileProperties.add_member(:port_number, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "portNumber", metadata: {"box"=>true}))
|
844
|
+
SAPODataConnectorProfileProperties.add_member(:client_number, Shapes::ShapeRef.new(shape: ClientNumber, required: true, location_name: "clientNumber"))
|
845
|
+
SAPODataConnectorProfileProperties.add_member(:logon_language, Shapes::ShapeRef.new(shape: LogonLanguage, location_name: "logonLanguage"))
|
846
|
+
SAPODataConnectorProfileProperties.add_member(:private_link_service_name, Shapes::ShapeRef.new(shape: PrivateLinkServiceName, location_name: "privateLinkServiceName"))
|
847
|
+
SAPODataConnectorProfileProperties.add_member(:o_auth_properties, Shapes::ShapeRef.new(shape: OAuthProperties, location_name: "oAuthProperties"))
|
848
|
+
SAPODataConnectorProfileProperties.struct_class = Types::SAPODataConnectorProfileProperties
|
849
|
+
|
850
|
+
SAPODataMetadata.struct_class = Types::SAPODataMetadata
|
851
|
+
|
852
|
+
SAPODataSourceProperties.add_member(:object_path, Shapes::ShapeRef.new(shape: Object, location_name: "objectPath"))
|
853
|
+
SAPODataSourceProperties.struct_class = Types::SAPODataSourceProperties
|
854
|
+
|
785
855
|
SalesforceConnectorProfileCredentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
|
786
856
|
SalesforceConnectorProfileCredentials.add_member(:refresh_token, Shapes::ShapeRef.new(shape: RefreshToken, location_name: "refreshToken"))
|
787
857
|
SalesforceConnectorProfileCredentials.add_member(:o_auth_request, Shapes::ShapeRef.new(shape: ConnectorOAuthRequest, location_name: "oAuthRequest"))
|
@@ -893,6 +963,7 @@ module Aws::Appflow
|
|
893
963
|
SourceConnectorProperties.add_member(:trendmicro, Shapes::ShapeRef.new(shape: TrendmicroSourceProperties, location_name: "Trendmicro"))
|
894
964
|
SourceConnectorProperties.add_member(:veeva, Shapes::ShapeRef.new(shape: VeevaSourceProperties, location_name: "Veeva"))
|
895
965
|
SourceConnectorProperties.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskSourceProperties, location_name: "Zendesk"))
|
966
|
+
SourceConnectorProperties.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataSourceProperties, location_name: "SAPOData"))
|
896
967
|
SourceConnectorProperties.struct_class = Types::SourceConnectorProperties
|
897
968
|
|
898
969
|
SourceFieldProperties.add_member(:is_retrievable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isRetrievable"))
|
@@ -991,7 +1062,7 @@ module Aws::Appflow
|
|
991
1062
|
UpdateFlowRequest.add_member(:flow_name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "flowName"))
|
992
1063
|
UpdateFlowRequest.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescription, location_name: "description"))
|
993
1064
|
UpdateFlowRequest.add_member(:trigger_config, Shapes::ShapeRef.new(shape: TriggerConfig, required: true, location_name: "triggerConfig"))
|
994
|
-
UpdateFlowRequest.add_member(:source_flow_config, Shapes::ShapeRef.new(shape: SourceFlowConfig, location_name: "sourceFlowConfig"))
|
1065
|
+
UpdateFlowRequest.add_member(:source_flow_config, Shapes::ShapeRef.new(shape: SourceFlowConfig, required: true, location_name: "sourceFlowConfig"))
|
995
1066
|
UpdateFlowRequest.add_member(:destination_flow_config_list, Shapes::ShapeRef.new(shape: DestinationFlowConfigList, required: true, location_name: "destinationFlowConfigList"))
|
996
1067
|
UpdateFlowRequest.add_member(:tasks, Shapes::ShapeRef.new(shape: Tasks, required: true, location_name: "tasks"))
|
997
1068
|
UpdateFlowRequest.struct_class = Types::UpdateFlowRequest
|
@@ -1024,6 +1095,10 @@ module Aws::Appflow
|
|
1024
1095
|
VeevaMetadata.struct_class = Types::VeevaMetadata
|
1025
1096
|
|
1026
1097
|
VeevaSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
|
1098
|
+
VeevaSourceProperties.add_member(:document_type, Shapes::ShapeRef.new(shape: DocumentType, location_name: "documentType"))
|
1099
|
+
VeevaSourceProperties.add_member(:include_source_files, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeSourceFiles"))
|
1100
|
+
VeevaSourceProperties.add_member(:include_renditions, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeRenditions"))
|
1101
|
+
VeevaSourceProperties.add_member(:include_all_versions, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeAllVersions"))
|
1027
1102
|
VeevaSourceProperties.struct_class = Types::VeevaSourceProperties
|
1028
1103
|
|
1029
1104
|
ZendeskConnectorProfileCredentials.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "clientId"))
|