aws-sdk-appflow 1.12.0 → 1.16.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 +125 -31
- data/lib/aws-sdk-appflow/client_api.rb +70 -1
- data/lib/aws-sdk-appflow/types.rb +511 -32
- 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')
|
@@ -192,6 +206,11 @@ module Aws::Appflow
|
|
192
206
|
S3Metadata = Shapes::StructureShape.new(name: 'S3Metadata')
|
193
207
|
S3OutputFormatConfig = Shapes::StructureShape.new(name: 'S3OutputFormatConfig')
|
194
208
|
S3SourceProperties = Shapes::StructureShape.new(name: 'S3SourceProperties')
|
209
|
+
SAPODataConnectorOperator = Shapes::StringShape.new(name: 'SAPODataConnectorOperator')
|
210
|
+
SAPODataConnectorProfileCredentials = Shapes::StructureShape.new(name: 'SAPODataConnectorProfileCredentials')
|
211
|
+
SAPODataConnectorProfileProperties = Shapes::StructureShape.new(name: 'SAPODataConnectorProfileProperties')
|
212
|
+
SAPODataMetadata = Shapes::StructureShape.new(name: 'SAPODataMetadata')
|
213
|
+
SAPODataSourceProperties = Shapes::StructureShape.new(name: 'SAPODataSourceProperties')
|
195
214
|
SalesforceConnectorOperator = Shapes::StringShape.new(name: 'SalesforceConnectorOperator')
|
196
215
|
SalesforceConnectorProfileCredentials = Shapes::StructureShape.new(name: 'SalesforceConnectorProfileCredentials')
|
197
216
|
SalesforceConnectorProfileProperties = Shapes::StructureShape.new(name: 'SalesforceConnectorProfileProperties')
|
@@ -248,6 +267,7 @@ module Aws::Appflow
|
|
248
267
|
TaskType = Shapes::StringShape.new(name: 'TaskType')
|
249
268
|
Tasks = Shapes::ListShape.new(name: 'Tasks')
|
250
269
|
Timezone = Shapes::StringShape.new(name: 'Timezone')
|
270
|
+
TokenUrl = Shapes::StringShape.new(name: 'TokenUrl')
|
251
271
|
TrendmicroConnectorOperator = Shapes::StringShape.new(name: 'TrendmicroConnectorOperator')
|
252
272
|
TrendmicroConnectorProfileCredentials = Shapes::StructureShape.new(name: 'TrendmicroConnectorProfileCredentials')
|
253
273
|
TrendmicroConnectorProfileProperties = Shapes::StructureShape.new(name: 'TrendmicroConnectorProfileProperties')
|
@@ -300,6 +320,10 @@ module Aws::Appflow
|
|
300
320
|
AmplitudeSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
|
301
321
|
AmplitudeSourceProperties.struct_class = Types::AmplitudeSourceProperties
|
302
322
|
|
323
|
+
BasicAuthCredentials.add_member(:username, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "username"))
|
324
|
+
BasicAuthCredentials.add_member(:password, Shapes::ShapeRef.new(shape: Password, required: true, location_name: "password"))
|
325
|
+
BasicAuthCredentials.struct_class = Types::BasicAuthCredentials
|
326
|
+
|
303
327
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
304
328
|
ConflictException.struct_class = Types::ConflictException
|
305
329
|
|
@@ -359,6 +383,7 @@ module Aws::Appflow
|
|
359
383
|
ConnectorMetadata.add_member(:upsolver, Shapes::ShapeRef.new(shape: UpsolverMetadata, location_name: "Upsolver"))
|
360
384
|
ConnectorMetadata.add_member(:customer_profiles, Shapes::ShapeRef.new(shape: CustomerProfilesMetadata, location_name: "CustomerProfiles"))
|
361
385
|
ConnectorMetadata.add_member(:honeycode, Shapes::ShapeRef.new(shape: HoneycodeMetadata, location_name: "Honeycode"))
|
386
|
+
ConnectorMetadata.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataMetadata, location_name: "SAPOData"))
|
362
387
|
ConnectorMetadata.struct_class = Types::ConnectorMetadata
|
363
388
|
|
364
389
|
ConnectorOAuthRequest.add_member(:auth_code, Shapes::ShapeRef.new(shape: AuthCode, location_name: "authCode"))
|
@@ -379,6 +404,7 @@ module Aws::Appflow
|
|
379
404
|
ConnectorOperator.add_member(:trendmicro, Shapes::ShapeRef.new(shape: TrendmicroConnectorOperator, location_name: "Trendmicro"))
|
380
405
|
ConnectorOperator.add_member(:veeva, Shapes::ShapeRef.new(shape: VeevaConnectorOperator, location_name: "Veeva"))
|
381
406
|
ConnectorOperator.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorOperator, location_name: "Zendesk"))
|
407
|
+
ConnectorOperator.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataConnectorOperator, location_name: "SAPOData"))
|
382
408
|
ConnectorOperator.struct_class = Types::ConnectorOperator
|
383
409
|
|
384
410
|
ConnectorProfile.add_member(:connector_profile_arn, Shapes::ShapeRef.new(shape: ConnectorProfileArn, location_name: "connectorProfileArn"))
|
@@ -389,6 +415,7 @@ module Aws::Appflow
|
|
389
415
|
ConnectorProfile.add_member(:connector_profile_properties, Shapes::ShapeRef.new(shape: ConnectorProfileProperties, location_name: "connectorProfileProperties"))
|
390
416
|
ConnectorProfile.add_member(:created_at, Shapes::ShapeRef.new(shape: Date, location_name: "createdAt"))
|
391
417
|
ConnectorProfile.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Date, location_name: "lastUpdatedAt"))
|
418
|
+
ConnectorProfile.add_member(:private_connection_provisioning_state, Shapes::ShapeRef.new(shape: PrivateConnectionProvisioningState, location_name: "privateConnectionProvisioningState"))
|
392
419
|
ConnectorProfile.struct_class = Types::ConnectorProfile
|
393
420
|
|
394
421
|
ConnectorProfileConfig.add_member(:connector_profile_properties, Shapes::ShapeRef.new(shape: ConnectorProfileProperties, required: true, location_name: "connectorProfileProperties"))
|
@@ -411,6 +438,7 @@ module Aws::Appflow
|
|
411
438
|
ConnectorProfileCredentials.add_member(:trendmicro, Shapes::ShapeRef.new(shape: TrendmicroConnectorProfileCredentials, location_name: "Trendmicro"))
|
412
439
|
ConnectorProfileCredentials.add_member(:veeva, Shapes::ShapeRef.new(shape: VeevaConnectorProfileCredentials, location_name: "Veeva"))
|
413
440
|
ConnectorProfileCredentials.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorProfileCredentials, location_name: "Zendesk"))
|
441
|
+
ConnectorProfileCredentials.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataConnectorProfileCredentials, location_name: "SAPOData"))
|
414
442
|
ConnectorProfileCredentials.struct_class = Types::ConnectorProfileCredentials
|
415
443
|
|
416
444
|
ConnectorProfileDetailList.member = Shapes::ShapeRef.new(shape: ConnectorProfile)
|
@@ -433,6 +461,7 @@ module Aws::Appflow
|
|
433
461
|
ConnectorProfileProperties.add_member(:trendmicro, Shapes::ShapeRef.new(shape: TrendmicroConnectorProfileProperties, location_name: "Trendmicro"))
|
434
462
|
ConnectorProfileProperties.add_member(:veeva, Shapes::ShapeRef.new(shape: VeevaConnectorProfileProperties, location_name: "Veeva"))
|
435
463
|
ConnectorProfileProperties.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorProfileProperties, location_name: "Zendesk"))
|
464
|
+
ConnectorProfileProperties.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataConnectorProfileProperties, location_name: "SAPOData"))
|
436
465
|
ConnectorProfileProperties.struct_class = Types::ConnectorProfileProperties
|
437
466
|
|
438
467
|
ConnectorServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
@@ -737,12 +766,29 @@ module Aws::Appflow
|
|
737
766
|
MarketoSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
|
738
767
|
MarketoSourceProperties.struct_class = Types::MarketoSourceProperties
|
739
768
|
|
769
|
+
OAuthCredentials.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "clientId"))
|
770
|
+
OAuthCredentials.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, required: true, location_name: "clientSecret"))
|
771
|
+
OAuthCredentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
|
772
|
+
OAuthCredentials.add_member(:refresh_token, Shapes::ShapeRef.new(shape: RefreshToken, location_name: "refreshToken"))
|
773
|
+
OAuthCredentials.add_member(:o_auth_request, Shapes::ShapeRef.new(shape: ConnectorOAuthRequest, location_name: "oAuthRequest"))
|
774
|
+
OAuthCredentials.struct_class = Types::OAuthCredentials
|
775
|
+
|
776
|
+
OAuthProperties.add_member(:token_url, Shapes::ShapeRef.new(shape: TokenUrl, required: true, location_name: "tokenUrl"))
|
777
|
+
OAuthProperties.add_member(:auth_code_url, Shapes::ShapeRef.new(shape: AuthCodeUrl, required: true, location_name: "authCodeUrl"))
|
778
|
+
OAuthProperties.add_member(:o_auth_scopes, Shapes::ShapeRef.new(shape: OAuthScopeList, required: true, location_name: "oAuthScopes"))
|
779
|
+
OAuthProperties.struct_class = Types::OAuthProperties
|
780
|
+
|
740
781
|
OAuthScopeList.member = Shapes::ShapeRef.new(shape: OAuthScope)
|
741
782
|
|
742
783
|
PrefixConfig.add_member(:prefix_type, Shapes::ShapeRef.new(shape: PrefixType, location_name: "prefixType"))
|
743
784
|
PrefixConfig.add_member(:prefix_format, Shapes::ShapeRef.new(shape: PrefixFormat, location_name: "prefixFormat"))
|
744
785
|
PrefixConfig.struct_class = Types::PrefixConfig
|
745
786
|
|
787
|
+
PrivateConnectionProvisioningState.add_member(:status, Shapes::ShapeRef.new(shape: PrivateConnectionProvisioningStatus, location_name: "status"))
|
788
|
+
PrivateConnectionProvisioningState.add_member(:failure_message, Shapes::ShapeRef.new(shape: PrivateConnectionProvisioningFailureMessage, location_name: "failureMessage"))
|
789
|
+
PrivateConnectionProvisioningState.add_member(:failure_cause, Shapes::ShapeRef.new(shape: PrivateConnectionProvisioningFailureCause, location_name: "failureCause"))
|
790
|
+
PrivateConnectionProvisioningState.struct_class = Types::PrivateConnectionProvisioningState
|
791
|
+
|
746
792
|
RedshiftConnectorProfileCredentials.add_member(:username, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "username"))
|
747
793
|
RedshiftConnectorProfileCredentials.add_member(:password, Shapes::ShapeRef.new(shape: Password, required: true, location_name: "password"))
|
748
794
|
RedshiftConnectorProfileCredentials.struct_class = Types::RedshiftConnectorProfileCredentials
|
@@ -782,6 +828,24 @@ module Aws::Appflow
|
|
782
828
|
S3SourceProperties.add_member(:bucket_prefix, Shapes::ShapeRef.new(shape: BucketPrefix, location_name: "bucketPrefix"))
|
783
829
|
S3SourceProperties.struct_class = Types::S3SourceProperties
|
784
830
|
|
831
|
+
SAPODataConnectorProfileCredentials.add_member(:basic_auth_credentials, Shapes::ShapeRef.new(shape: BasicAuthCredentials, location_name: "basicAuthCredentials"))
|
832
|
+
SAPODataConnectorProfileCredentials.add_member(:o_auth_credentials, Shapes::ShapeRef.new(shape: OAuthCredentials, location_name: "oAuthCredentials"))
|
833
|
+
SAPODataConnectorProfileCredentials.struct_class = Types::SAPODataConnectorProfileCredentials
|
834
|
+
|
835
|
+
SAPODataConnectorProfileProperties.add_member(:application_host_url, Shapes::ShapeRef.new(shape: ApplicationHostUrl, required: true, location_name: "applicationHostUrl"))
|
836
|
+
SAPODataConnectorProfileProperties.add_member(:application_service_path, Shapes::ShapeRef.new(shape: ApplicationServicePath, required: true, location_name: "applicationServicePath"))
|
837
|
+
SAPODataConnectorProfileProperties.add_member(:port_number, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "portNumber", metadata: {"box"=>true}))
|
838
|
+
SAPODataConnectorProfileProperties.add_member(:client_number, Shapes::ShapeRef.new(shape: ClientNumber, required: true, location_name: "clientNumber"))
|
839
|
+
SAPODataConnectorProfileProperties.add_member(:logon_language, Shapes::ShapeRef.new(shape: LogonLanguage, location_name: "logonLanguage"))
|
840
|
+
SAPODataConnectorProfileProperties.add_member(:private_link_service_name, Shapes::ShapeRef.new(shape: PrivateLinkServiceName, location_name: "privateLinkServiceName"))
|
841
|
+
SAPODataConnectorProfileProperties.add_member(:o_auth_properties, Shapes::ShapeRef.new(shape: OAuthProperties, location_name: "oAuthProperties"))
|
842
|
+
SAPODataConnectorProfileProperties.struct_class = Types::SAPODataConnectorProfileProperties
|
843
|
+
|
844
|
+
SAPODataMetadata.struct_class = Types::SAPODataMetadata
|
845
|
+
|
846
|
+
SAPODataSourceProperties.add_member(:object_path, Shapes::ShapeRef.new(shape: Object, location_name: "objectPath"))
|
847
|
+
SAPODataSourceProperties.struct_class = Types::SAPODataSourceProperties
|
848
|
+
|
785
849
|
SalesforceConnectorProfileCredentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
|
786
850
|
SalesforceConnectorProfileCredentials.add_member(:refresh_token, Shapes::ShapeRef.new(shape: RefreshToken, location_name: "refreshToken"))
|
787
851
|
SalesforceConnectorProfileCredentials.add_member(:o_auth_request, Shapes::ShapeRef.new(shape: ConnectorOAuthRequest, location_name: "oAuthRequest"))
|
@@ -893,6 +957,7 @@ module Aws::Appflow
|
|
893
957
|
SourceConnectorProperties.add_member(:trendmicro, Shapes::ShapeRef.new(shape: TrendmicroSourceProperties, location_name: "Trendmicro"))
|
894
958
|
SourceConnectorProperties.add_member(:veeva, Shapes::ShapeRef.new(shape: VeevaSourceProperties, location_name: "Veeva"))
|
895
959
|
SourceConnectorProperties.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskSourceProperties, location_name: "Zendesk"))
|
960
|
+
SourceConnectorProperties.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataSourceProperties, location_name: "SAPOData"))
|
896
961
|
SourceConnectorProperties.struct_class = Types::SourceConnectorProperties
|
897
962
|
|
898
963
|
SourceFieldProperties.add_member(:is_retrievable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isRetrievable"))
|
@@ -991,7 +1056,7 @@ module Aws::Appflow
|
|
991
1056
|
UpdateFlowRequest.add_member(:flow_name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "flowName"))
|
992
1057
|
UpdateFlowRequest.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescription, location_name: "description"))
|
993
1058
|
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"))
|
1059
|
+
UpdateFlowRequest.add_member(:source_flow_config, Shapes::ShapeRef.new(shape: SourceFlowConfig, required: true, location_name: "sourceFlowConfig"))
|
995
1060
|
UpdateFlowRequest.add_member(:destination_flow_config_list, Shapes::ShapeRef.new(shape: DestinationFlowConfigList, required: true, location_name: "destinationFlowConfigList"))
|
996
1061
|
UpdateFlowRequest.add_member(:tasks, Shapes::ShapeRef.new(shape: Tasks, required: true, location_name: "tasks"))
|
997
1062
|
UpdateFlowRequest.struct_class = Types::UpdateFlowRequest
|
@@ -1024,6 +1089,10 @@ module Aws::Appflow
|
|
1024
1089
|
VeevaMetadata.struct_class = Types::VeevaMetadata
|
1025
1090
|
|
1026
1091
|
VeevaSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
|
1092
|
+
VeevaSourceProperties.add_member(:document_type, Shapes::ShapeRef.new(shape: DocumentType, location_name: "documentType"))
|
1093
|
+
VeevaSourceProperties.add_member(:include_source_files, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeSourceFiles"))
|
1094
|
+
VeevaSourceProperties.add_member(:include_renditions, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeRenditions"))
|
1095
|
+
VeevaSourceProperties.add_member(:include_all_versions, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeAllVersions"))
|
1027
1096
|
VeevaSourceProperties.struct_class = Types::VeevaSourceProperties
|
1028
1097
|
|
1029
1098
|
ZendeskConnectorProfileCredentials.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "clientId"))
|