repo_name
stringlengths 1
52
| repo_creator
stringclasses 6
values | programming_language
stringclasses 4
values | code
stringlengths 0
9.68M
| num_lines
int64 1
234k
|
---|---|---|---|---|
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// A structure to specify connector-specific metadata such as <code>oAuthScopes</code>,
/// <code>supportedRegions</code>, <code>privateLinkServiceUrl</code>, and so on.
/// </summary>
public partial class ConnectorMetadata
{
private AmplitudeMetadata _amplitude;
private CustomerProfilesMetadata _customerProfiles;
private DatadogMetadata _datadog;
private DynatraceMetadata _dynatrace;
private EventBridgeMetadata _eventBridge;
private GoogleAnalyticsMetadata _googleAnalytics;
private HoneycodeMetadata _honeycode;
private InforNexusMetadata _inforNexus;
private MarketoMetadata _marketo;
private PardotMetadata _pardot;
private RedshiftMetadata _redshift;
private S3Metadata _s3;
private SalesforceMetadata _salesforce;
private SAPODataMetadata _sapoData;
private ServiceNowMetadata _serviceNow;
private SingularMetadata _singular;
private SlackMetadata _slack;
private SnowflakeMetadata _snowflake;
private TrendmicroMetadata _trendmicro;
private UpsolverMetadata _upsolver;
private VeevaMetadata _veeva;
private ZendeskMetadata _zendesk;
/// <summary>
/// Gets and sets the property Amplitude.
/// <para>
/// The connector metadata specific to Amplitude.
/// </para>
/// </summary>
public AmplitudeMetadata Amplitude
{
get { return this._amplitude; }
set { this._amplitude = value; }
}
// Check to see if Amplitude property is set
internal bool IsSetAmplitude()
{
return this._amplitude != null;
}
/// <summary>
/// Gets and sets the property CustomerProfiles.
/// <para>
/// The connector metadata specific to Amazon Connect Customer Profiles.
/// </para>
/// </summary>
public CustomerProfilesMetadata CustomerProfiles
{
get { return this._customerProfiles; }
set { this._customerProfiles = value; }
}
// Check to see if CustomerProfiles property is set
internal bool IsSetCustomerProfiles()
{
return this._customerProfiles != null;
}
/// <summary>
/// Gets and sets the property Datadog.
/// <para>
/// The connector metadata specific to Datadog.
/// </para>
/// </summary>
public DatadogMetadata Datadog
{
get { return this._datadog; }
set { this._datadog = value; }
}
// Check to see if Datadog property is set
internal bool IsSetDatadog()
{
return this._datadog != null;
}
/// <summary>
/// Gets and sets the property Dynatrace.
/// <para>
/// The connector metadata specific to Dynatrace.
/// </para>
/// </summary>
public DynatraceMetadata Dynatrace
{
get { return this._dynatrace; }
set { this._dynatrace = value; }
}
// Check to see if Dynatrace property is set
internal bool IsSetDynatrace()
{
return this._dynatrace != null;
}
/// <summary>
/// Gets and sets the property EventBridge.
/// <para>
/// The connector metadata specific to Amazon EventBridge.
/// </para>
/// </summary>
public EventBridgeMetadata EventBridge
{
get { return this._eventBridge; }
set { this._eventBridge = value; }
}
// Check to see if EventBridge property is set
internal bool IsSetEventBridge()
{
return this._eventBridge != null;
}
/// <summary>
/// Gets and sets the property GoogleAnalytics.
/// <para>
/// The connector metadata specific to Google Analytics.
/// </para>
/// </summary>
public GoogleAnalyticsMetadata GoogleAnalytics
{
get { return this._googleAnalytics; }
set { this._googleAnalytics = value; }
}
// Check to see if GoogleAnalytics property is set
internal bool IsSetGoogleAnalytics()
{
return this._googleAnalytics != null;
}
/// <summary>
/// Gets and sets the property Honeycode.
/// <para>
/// The connector metadata specific to Amazon Honeycode.
/// </para>
/// </summary>
public HoneycodeMetadata Honeycode
{
get { return this._honeycode; }
set { this._honeycode = value; }
}
// Check to see if Honeycode property is set
internal bool IsSetHoneycode()
{
return this._honeycode != null;
}
/// <summary>
/// Gets and sets the property InforNexus.
/// <para>
/// The connector metadata specific to Infor Nexus.
/// </para>
/// </summary>
public InforNexusMetadata InforNexus
{
get { return this._inforNexus; }
set { this._inforNexus = value; }
}
// Check to see if InforNexus property is set
internal bool IsSetInforNexus()
{
return this._inforNexus != null;
}
/// <summary>
/// Gets and sets the property Marketo.
/// <para>
/// The connector metadata specific to Marketo.
/// </para>
/// </summary>
public MarketoMetadata Marketo
{
get { return this._marketo; }
set { this._marketo = value; }
}
// Check to see if Marketo property is set
internal bool IsSetMarketo()
{
return this._marketo != null;
}
/// <summary>
/// Gets and sets the property Pardot.
/// <para>
/// The connector metadata specific to Salesforce Pardot.
/// </para>
/// </summary>
public PardotMetadata Pardot
{
get { return this._pardot; }
set { this._pardot = value; }
}
// Check to see if Pardot property is set
internal bool IsSetPardot()
{
return this._pardot != null;
}
/// <summary>
/// Gets and sets the property Redshift.
/// <para>
/// The connector metadata specific to Amazon Redshift.
/// </para>
/// </summary>
public RedshiftMetadata Redshift
{
get { return this._redshift; }
set { this._redshift = value; }
}
// Check to see if Redshift property is set
internal bool IsSetRedshift()
{
return this._redshift != null;
}
/// <summary>
/// Gets and sets the property S3.
/// <para>
/// The connector metadata specific to Amazon S3.
/// </para>
/// </summary>
public S3Metadata S3
{
get { return this._s3; }
set { this._s3 = value; }
}
// Check to see if S3 property is set
internal bool IsSetS3()
{
return this._s3 != null;
}
/// <summary>
/// Gets and sets the property Salesforce.
/// <para>
/// The connector metadata specific to Salesforce.
/// </para>
/// </summary>
public SalesforceMetadata Salesforce
{
get { return this._salesforce; }
set { this._salesforce = value; }
}
// Check to see if Salesforce property is set
internal bool IsSetSalesforce()
{
return this._salesforce != null;
}
/// <summary>
/// Gets and sets the property SAPOData.
/// </summary>
public SAPODataMetadata SAPOData
{
get { return this._sapoData; }
set { this._sapoData = value; }
}
// Check to see if SAPOData property is set
internal bool IsSetSAPOData()
{
return this._sapoData != null;
}
/// <summary>
/// Gets and sets the property ServiceNow.
/// <para>
/// The connector metadata specific to ServiceNow.
/// </para>
/// </summary>
public ServiceNowMetadata ServiceNow
{
get { return this._serviceNow; }
set { this._serviceNow = value; }
}
// Check to see if ServiceNow property is set
internal bool IsSetServiceNow()
{
return this._serviceNow != null;
}
/// <summary>
/// Gets and sets the property Singular.
/// <para>
/// The connector metadata specific to Singular.
/// </para>
/// </summary>
public SingularMetadata Singular
{
get { return this._singular; }
set { this._singular = value; }
}
// Check to see if Singular property is set
internal bool IsSetSingular()
{
return this._singular != null;
}
/// <summary>
/// Gets and sets the property Slack.
/// <para>
/// The connector metadata specific to Slack.
/// </para>
/// </summary>
public SlackMetadata Slack
{
get { return this._slack; }
set { this._slack = value; }
}
// Check to see if Slack property is set
internal bool IsSetSlack()
{
return this._slack != null;
}
/// <summary>
/// Gets and sets the property Snowflake.
/// <para>
/// The connector metadata specific to Snowflake.
/// </para>
/// </summary>
public SnowflakeMetadata Snowflake
{
get { return this._snowflake; }
set { this._snowflake = value; }
}
// Check to see if Snowflake property is set
internal bool IsSetSnowflake()
{
return this._snowflake != null;
}
/// <summary>
/// Gets and sets the property Trendmicro.
/// <para>
/// The connector metadata specific to Trend Micro.
/// </para>
/// </summary>
public TrendmicroMetadata Trendmicro
{
get { return this._trendmicro; }
set { this._trendmicro = value; }
}
// Check to see if Trendmicro property is set
internal bool IsSetTrendmicro()
{
return this._trendmicro != null;
}
/// <summary>
/// Gets and sets the property Upsolver.
/// <para>
/// The connector metadata specific to Upsolver.
/// </para>
/// </summary>
public UpsolverMetadata Upsolver
{
get { return this._upsolver; }
set { this._upsolver = value; }
}
// Check to see if Upsolver property is set
internal bool IsSetUpsolver()
{
return this._upsolver != null;
}
/// <summary>
/// Gets and sets the property Veeva.
/// <para>
/// The connector metadata specific to Veeva.
/// </para>
/// </summary>
public VeevaMetadata Veeva
{
get { return this._veeva; }
set { this._veeva = value; }
}
// Check to see if Veeva property is set
internal bool IsSetVeeva()
{
return this._veeva != null;
}
/// <summary>
/// Gets and sets the property Zendesk.
/// <para>
/// The connector metadata specific to Zendesk.
/// </para>
/// </summary>
public ZendeskMetadata Zendesk
{
get { return this._zendesk; }
set { this._zendesk = value; }
}
// Check to see if Zendesk property is set
internal bool IsSetZendesk()
{
return this._zendesk != null;
}
}
} | 454 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Used by select connectors for which the OAuth workflow is supported, such as Salesforce,
/// Google Analytics, Marketo, Zendesk, and Slack.
/// </summary>
public partial class ConnectorOAuthRequest
{
private string _authCode;
private string _redirectUri;
/// <summary>
/// Gets and sets the property AuthCode.
/// <para>
/// The code provided by the connector when it has been authenticated via the connected
/// app.
/// </para>
/// </summary>
[AWSProperty(Max=4096)]
public string AuthCode
{
get { return this._authCode; }
set { this._authCode = value; }
}
// Check to see if AuthCode property is set
internal bool IsSetAuthCode()
{
return this._authCode != null;
}
/// <summary>
/// Gets and sets the property RedirectUri.
/// <para>
/// The URL to which the authentication server redirects the browser after authorization
/// has been granted.
/// </para>
/// </summary>
[AWSProperty(Max=512)]
public string RedirectUri
{
get { return this._redirectUri; }
set { this._redirectUri = value; }
}
// Check to see if RedirectUri property is set
internal bool IsSetRedirectUri()
{
return this._redirectUri != null;
}
}
} | 81 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The operation to be performed on the provided source fields.
/// </summary>
public partial class ConnectorOperator
{
private AmplitudeConnectorOperator _amplitude;
private Operator _customConnector;
private DatadogConnectorOperator _datadog;
private DynatraceConnectorOperator _dynatrace;
private GoogleAnalyticsConnectorOperator _googleAnalytics;
private InforNexusConnectorOperator _inforNexus;
private MarketoConnectorOperator _marketo;
private PardotConnectorOperator _pardot;
private S3ConnectorOperator _s3;
private SalesforceConnectorOperator _salesforce;
private SAPODataConnectorOperator _sapoData;
private ServiceNowConnectorOperator _serviceNow;
private SingularConnectorOperator _singular;
private SlackConnectorOperator _slack;
private TrendmicroConnectorOperator _trendmicro;
private VeevaConnectorOperator _veeva;
private ZendeskConnectorOperator _zendesk;
/// <summary>
/// Gets and sets the property Amplitude.
/// <para>
/// The operation to be performed on the provided Amplitude source fields.
/// </para>
/// </summary>
public AmplitudeConnectorOperator Amplitude
{
get { return this._amplitude; }
set { this._amplitude = value; }
}
// Check to see if Amplitude property is set
internal bool IsSetAmplitude()
{
return this._amplitude != null;
}
/// <summary>
/// Gets and sets the property CustomConnector.
/// <para>
/// Operators supported by the custom connector.
/// </para>
/// </summary>
public Operator CustomConnector
{
get { return this._customConnector; }
set { this._customConnector = value; }
}
// Check to see if CustomConnector property is set
internal bool IsSetCustomConnector()
{
return this._customConnector != null;
}
/// <summary>
/// Gets and sets the property Datadog.
/// <para>
/// The operation to be performed on the provided Datadog source fields.
/// </para>
/// </summary>
public DatadogConnectorOperator Datadog
{
get { return this._datadog; }
set { this._datadog = value; }
}
// Check to see if Datadog property is set
internal bool IsSetDatadog()
{
return this._datadog != null;
}
/// <summary>
/// Gets and sets the property Dynatrace.
/// <para>
/// The operation to be performed on the provided Dynatrace source fields.
/// </para>
/// </summary>
public DynatraceConnectorOperator Dynatrace
{
get { return this._dynatrace; }
set { this._dynatrace = value; }
}
// Check to see if Dynatrace property is set
internal bool IsSetDynatrace()
{
return this._dynatrace != null;
}
/// <summary>
/// Gets and sets the property GoogleAnalytics.
/// <para>
/// The operation to be performed on the provided Google Analytics source fields.
/// </para>
/// </summary>
public GoogleAnalyticsConnectorOperator GoogleAnalytics
{
get { return this._googleAnalytics; }
set { this._googleAnalytics = value; }
}
// Check to see if GoogleAnalytics property is set
internal bool IsSetGoogleAnalytics()
{
return this._googleAnalytics != null;
}
/// <summary>
/// Gets and sets the property InforNexus.
/// <para>
/// The operation to be performed on the provided Infor Nexus source fields.
/// </para>
/// </summary>
public InforNexusConnectorOperator InforNexus
{
get { return this._inforNexus; }
set { this._inforNexus = value; }
}
// Check to see if InforNexus property is set
internal bool IsSetInforNexus()
{
return this._inforNexus != null;
}
/// <summary>
/// Gets and sets the property Marketo.
/// <para>
/// The operation to be performed on the provided Marketo source fields.
/// </para>
/// </summary>
public MarketoConnectorOperator Marketo
{
get { return this._marketo; }
set { this._marketo = value; }
}
// Check to see if Marketo property is set
internal bool IsSetMarketo()
{
return this._marketo != null;
}
/// <summary>
/// Gets and sets the property Pardot.
/// <para>
/// The operation to be performed on the provided Salesforce Pardot source fields.
/// </para>
/// </summary>
public PardotConnectorOperator Pardot
{
get { return this._pardot; }
set { this._pardot = value; }
}
// Check to see if Pardot property is set
internal bool IsSetPardot()
{
return this._pardot != null;
}
/// <summary>
/// Gets and sets the property S3.
/// <para>
/// The operation to be performed on the provided Amazon S3 source fields.
/// </para>
/// </summary>
public S3ConnectorOperator S3
{
get { return this._s3; }
set { this._s3 = value; }
}
// Check to see if S3 property is set
internal bool IsSetS3()
{
return this._s3 != null;
}
/// <summary>
/// Gets and sets the property Salesforce.
/// <para>
/// The operation to be performed on the provided Salesforce source fields.
/// </para>
/// </summary>
public SalesforceConnectorOperator Salesforce
{
get { return this._salesforce; }
set { this._salesforce = value; }
}
// Check to see if Salesforce property is set
internal bool IsSetSalesforce()
{
return this._salesforce != null;
}
/// <summary>
/// Gets and sets the property SAPOData.
/// <para>
/// The operation to be performed on the provided SAPOData source fields.
/// </para>
/// </summary>
public SAPODataConnectorOperator SAPOData
{
get { return this._sapoData; }
set { this._sapoData = value; }
}
// Check to see if SAPOData property is set
internal bool IsSetSAPOData()
{
return this._sapoData != null;
}
/// <summary>
/// Gets and sets the property ServiceNow.
/// <para>
/// The operation to be performed on the provided ServiceNow source fields.
/// </para>
/// </summary>
public ServiceNowConnectorOperator ServiceNow
{
get { return this._serviceNow; }
set { this._serviceNow = value; }
}
// Check to see if ServiceNow property is set
internal bool IsSetServiceNow()
{
return this._serviceNow != null;
}
/// <summary>
/// Gets and sets the property Singular.
/// <para>
/// The operation to be performed on the provided Singular source fields.
/// </para>
/// </summary>
public SingularConnectorOperator Singular
{
get { return this._singular; }
set { this._singular = value; }
}
// Check to see if Singular property is set
internal bool IsSetSingular()
{
return this._singular != null;
}
/// <summary>
/// Gets and sets the property Slack.
/// <para>
/// The operation to be performed on the provided Slack source fields.
/// </para>
/// </summary>
public SlackConnectorOperator Slack
{
get { return this._slack; }
set { this._slack = value; }
}
// Check to see if Slack property is set
internal bool IsSetSlack()
{
return this._slack != null;
}
/// <summary>
/// Gets and sets the property Trendmicro.
/// <para>
/// The operation to be performed on the provided Trend Micro source fields.
/// </para>
/// </summary>
public TrendmicroConnectorOperator Trendmicro
{
get { return this._trendmicro; }
set { this._trendmicro = value; }
}
// Check to see if Trendmicro property is set
internal bool IsSetTrendmicro()
{
return this._trendmicro != null;
}
/// <summary>
/// Gets and sets the property Veeva.
/// <para>
/// The operation to be performed on the provided Veeva source fields.
/// </para>
/// </summary>
public VeevaConnectorOperator Veeva
{
get { return this._veeva; }
set { this._veeva = value; }
}
// Check to see if Veeva property is set
internal bool IsSetVeeva()
{
return this._veeva != null;
}
/// <summary>
/// Gets and sets the property Zendesk.
/// <para>
/// The operation to be performed on the provided Zendesk source fields.
/// </para>
/// </summary>
public ZendeskConnectorOperator Zendesk
{
get { return this._zendesk; }
set { this._zendesk = value; }
}
// Check to see if Zendesk property is set
internal bool IsSetZendesk()
{
return this._zendesk != null;
}
}
} | 361 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Describes an instance of a connector. This includes the provided name, credentials
/// ARN, connection-mode, and so on. To keep the API intuitive and extensible, the fields
/// that are common to all types of connector profiles are explicitly specified at the
/// top level. The rest of the connector-specific properties are available via the <code>connectorProfileProperties</code>
/// field.
/// </summary>
public partial class ConnectorProfile
{
private ConnectionMode _connectionMode;
private string _connectorLabel;
private string _connectorProfileArn;
private string _connectorProfileName;
private ConnectorProfileProperties _connectorProfileProperties;
private ConnectorType _connectorType;
private DateTime? _createdAt;
private string _credentialsArn;
private DateTime? _lastUpdatedAt;
private PrivateConnectionProvisioningState _privateConnectionProvisioningState;
/// <summary>
/// Gets and sets the property ConnectionMode.
/// <para>
/// Indicates the connection mode and if it is public or private.
/// </para>
/// </summary>
public ConnectionMode ConnectionMode
{
get { return this._connectionMode; }
set { this._connectionMode = value; }
}
// Check to see if ConnectionMode property is set
internal bool IsSetConnectionMode()
{
return this._connectionMode != null;
}
/// <summary>
/// Gets and sets the property ConnectorLabel.
/// <para>
/// The label for the connector profile being created.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string ConnectorLabel
{
get { return this._connectorLabel; }
set { this._connectorLabel = value; }
}
// Check to see if ConnectorLabel property is set
internal bool IsSetConnectorLabel()
{
return this._connectorLabel != null;
}
/// <summary>
/// Gets and sets the property ConnectorProfileArn.
/// <para>
/// The Amazon Resource Name (ARN) of the connector profile.
/// </para>
/// </summary>
[AWSProperty(Max=512)]
public string ConnectorProfileArn
{
get { return this._connectorProfileArn; }
set { this._connectorProfileArn = value; }
}
// Check to see if ConnectorProfileArn property is set
internal bool IsSetConnectorProfileArn()
{
return this._connectorProfileArn != null;
}
/// <summary>
/// Gets and sets the property ConnectorProfileName.
/// <para>
/// The name of the connector profile. The name is unique for each <code>ConnectorProfile</code>
/// in the Amazon Web Services account.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string ConnectorProfileName
{
get { return this._connectorProfileName; }
set { this._connectorProfileName = value; }
}
// Check to see if ConnectorProfileName property is set
internal bool IsSetConnectorProfileName()
{
return this._connectorProfileName != null;
}
/// <summary>
/// Gets and sets the property ConnectorProfileProperties.
/// <para>
/// The connector-specific properties of the profile configuration.
/// </para>
/// </summary>
public ConnectorProfileProperties ConnectorProfileProperties
{
get { return this._connectorProfileProperties; }
set { this._connectorProfileProperties = value; }
}
// Check to see if ConnectorProfileProperties property is set
internal bool IsSetConnectorProfileProperties()
{
return this._connectorProfileProperties != null;
}
/// <summary>
/// Gets and sets the property ConnectorType.
/// <para>
/// The type of connector, such as Salesforce, Amplitude, and so on.
/// </para>
/// </summary>
public ConnectorType ConnectorType
{
get { return this._connectorType; }
set { this._connectorType = value; }
}
// Check to see if ConnectorType property is set
internal bool IsSetConnectorType()
{
return this._connectorType != null;
}
/// <summary>
/// Gets and sets the property CreatedAt.
/// <para>
/// Specifies when the connector profile was created.
/// </para>
/// </summary>
public DateTime CreatedAt
{
get { return this._createdAt.GetValueOrDefault(); }
set { this._createdAt = value; }
}
// Check to see if CreatedAt property is set
internal bool IsSetCreatedAt()
{
return this._createdAt.HasValue;
}
/// <summary>
/// Gets and sets the property CredentialsArn.
/// <para>
/// The Amazon Resource Name (ARN) of the connector profile credentials.
/// </para>
/// </summary>
[AWSProperty(Max=512)]
public string CredentialsArn
{
get { return this._credentialsArn; }
set { this._credentialsArn = value; }
}
// Check to see if CredentialsArn property is set
internal bool IsSetCredentialsArn()
{
return this._credentialsArn != null;
}
/// <summary>
/// Gets and sets the property LastUpdatedAt.
/// <para>
/// Specifies when the connector profile was last updated.
/// </para>
/// </summary>
public DateTime LastUpdatedAt
{
get { return this._lastUpdatedAt.GetValueOrDefault(); }
set { this._lastUpdatedAt = value; }
}
// Check to see if LastUpdatedAt property is set
internal bool IsSetLastUpdatedAt()
{
return this._lastUpdatedAt.HasValue;
}
/// <summary>
/// Gets and sets the property PrivateConnectionProvisioningState.
/// <para>
/// Specifies the private connection provisioning state.
/// </para>
/// </summary>
public PrivateConnectionProvisioningState PrivateConnectionProvisioningState
{
get { return this._privateConnectionProvisioningState; }
set { this._privateConnectionProvisioningState = value; }
}
// Check to see if PrivateConnectionProvisioningState property is set
internal bool IsSetPrivateConnectionProvisioningState()
{
return this._privateConnectionProvisioningState != null;
}
}
} | 237 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Defines the connector-specific configuration and credentials for the connector profile.
/// </summary>
public partial class ConnectorProfileConfig
{
private ConnectorProfileCredentials _connectorProfileCredentials;
private ConnectorProfileProperties _connectorProfileProperties;
/// <summary>
/// Gets and sets the property ConnectorProfileCredentials.
/// <para>
/// The connector-specific credentials required by each connector.
/// </para>
/// </summary>
public ConnectorProfileCredentials ConnectorProfileCredentials
{
get { return this._connectorProfileCredentials; }
set { this._connectorProfileCredentials = value; }
}
// Check to see if ConnectorProfileCredentials property is set
internal bool IsSetConnectorProfileCredentials()
{
return this._connectorProfileCredentials != null;
}
/// <summary>
/// Gets and sets the property ConnectorProfileProperties.
/// <para>
/// The connector-specific properties of the profile configuration.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public ConnectorProfileProperties ConnectorProfileProperties
{
get { return this._connectorProfileProperties; }
set { this._connectorProfileProperties = value; }
}
// Check to see if ConnectorProfileProperties property is set
internal bool IsSetConnectorProfileProperties()
{
return this._connectorProfileProperties != null;
}
}
} | 77 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector-specific credentials required by a connector.
/// </summary>
public partial class ConnectorProfileCredentials
{
private AmplitudeConnectorProfileCredentials _amplitude;
private CustomConnectorProfileCredentials _customConnector;
private DatadogConnectorProfileCredentials _datadog;
private DynatraceConnectorProfileCredentials _dynatrace;
private GoogleAnalyticsConnectorProfileCredentials _googleAnalytics;
private HoneycodeConnectorProfileCredentials _honeycode;
private InforNexusConnectorProfileCredentials _inforNexus;
private MarketoConnectorProfileCredentials _marketo;
private PardotConnectorProfileCredentials _pardot;
private RedshiftConnectorProfileCredentials _redshift;
private SalesforceConnectorProfileCredentials _salesforce;
private SAPODataConnectorProfileCredentials _sapoData;
private ServiceNowConnectorProfileCredentials _serviceNow;
private SingularConnectorProfileCredentials _singular;
private SlackConnectorProfileCredentials _slack;
private SnowflakeConnectorProfileCredentials _snowflake;
private TrendmicroConnectorProfileCredentials _trendmicro;
private VeevaConnectorProfileCredentials _veeva;
private ZendeskConnectorProfileCredentials _zendesk;
/// <summary>
/// Gets and sets the property Amplitude.
/// <para>
/// The connector-specific credentials required when using Amplitude.
/// </para>
/// </summary>
public AmplitudeConnectorProfileCredentials Amplitude
{
get { return this._amplitude; }
set { this._amplitude = value; }
}
// Check to see if Amplitude property is set
internal bool IsSetAmplitude()
{
return this._amplitude != null;
}
/// <summary>
/// Gets and sets the property CustomConnector.
/// </summary>
public CustomConnectorProfileCredentials CustomConnector
{
get { return this._customConnector; }
set { this._customConnector = value; }
}
// Check to see if CustomConnector property is set
internal bool IsSetCustomConnector()
{
return this._customConnector != null;
}
/// <summary>
/// Gets and sets the property Datadog.
/// <para>
/// The connector-specific credentials required when using Datadog.
/// </para>
/// </summary>
public DatadogConnectorProfileCredentials Datadog
{
get { return this._datadog; }
set { this._datadog = value; }
}
// Check to see if Datadog property is set
internal bool IsSetDatadog()
{
return this._datadog != null;
}
/// <summary>
/// Gets and sets the property Dynatrace.
/// <para>
/// The connector-specific credentials required when using Dynatrace.
/// </para>
/// </summary>
public DynatraceConnectorProfileCredentials Dynatrace
{
get { return this._dynatrace; }
set { this._dynatrace = value; }
}
// Check to see if Dynatrace property is set
internal bool IsSetDynatrace()
{
return this._dynatrace != null;
}
/// <summary>
/// Gets and sets the property GoogleAnalytics.
/// <para>
/// The connector-specific credentials required when using Google Analytics.
/// </para>
/// </summary>
public GoogleAnalyticsConnectorProfileCredentials GoogleAnalytics
{
get { return this._googleAnalytics; }
set { this._googleAnalytics = value; }
}
// Check to see if GoogleAnalytics property is set
internal bool IsSetGoogleAnalytics()
{
return this._googleAnalytics != null;
}
/// <summary>
/// Gets and sets the property Honeycode.
/// <para>
/// The connector-specific credentials required when using Amazon Honeycode.
/// </para>
/// </summary>
public HoneycodeConnectorProfileCredentials Honeycode
{
get { return this._honeycode; }
set { this._honeycode = value; }
}
// Check to see if Honeycode property is set
internal bool IsSetHoneycode()
{
return this._honeycode != null;
}
/// <summary>
/// Gets and sets the property InforNexus.
/// <para>
/// The connector-specific credentials required when using Infor Nexus.
/// </para>
/// </summary>
public InforNexusConnectorProfileCredentials InforNexus
{
get { return this._inforNexus; }
set { this._inforNexus = value; }
}
// Check to see if InforNexus property is set
internal bool IsSetInforNexus()
{
return this._inforNexus != null;
}
/// <summary>
/// Gets and sets the property Marketo.
/// <para>
/// The connector-specific credentials required when using Marketo.
/// </para>
/// </summary>
public MarketoConnectorProfileCredentials Marketo
{
get { return this._marketo; }
set { this._marketo = value; }
}
// Check to see if Marketo property is set
internal bool IsSetMarketo()
{
return this._marketo != null;
}
/// <summary>
/// Gets and sets the property Pardot.
/// <para>
/// The connector-specific credentials required when using Salesforce Pardot.
/// </para>
/// </summary>
public PardotConnectorProfileCredentials Pardot
{
get { return this._pardot; }
set { this._pardot = value; }
}
// Check to see if Pardot property is set
internal bool IsSetPardot()
{
return this._pardot != null;
}
/// <summary>
/// Gets and sets the property Redshift.
/// <para>
/// The connector-specific credentials required when using Amazon Redshift.
/// </para>
/// </summary>
public RedshiftConnectorProfileCredentials Redshift
{
get { return this._redshift; }
set { this._redshift = value; }
}
// Check to see if Redshift property is set
internal bool IsSetRedshift()
{
return this._redshift != null;
}
/// <summary>
/// Gets and sets the property Salesforce.
/// <para>
/// The connector-specific credentials required when using Salesforce.
/// </para>
/// </summary>
public SalesforceConnectorProfileCredentials Salesforce
{
get { return this._salesforce; }
set { this._salesforce = value; }
}
// Check to see if Salesforce property is set
internal bool IsSetSalesforce()
{
return this._salesforce != null;
}
/// <summary>
/// Gets and sets the property SAPOData.
/// </summary>
public SAPODataConnectorProfileCredentials SAPOData
{
get { return this._sapoData; }
set { this._sapoData = value; }
}
// Check to see if SAPOData property is set
internal bool IsSetSAPOData()
{
return this._sapoData != null;
}
/// <summary>
/// Gets and sets the property ServiceNow.
/// <para>
/// The connector-specific credentials required when using ServiceNow.
/// </para>
/// </summary>
public ServiceNowConnectorProfileCredentials ServiceNow
{
get { return this._serviceNow; }
set { this._serviceNow = value; }
}
// Check to see if ServiceNow property is set
internal bool IsSetServiceNow()
{
return this._serviceNow != null;
}
/// <summary>
/// Gets and sets the property Singular.
/// <para>
/// The connector-specific credentials required when using Singular.
/// </para>
/// </summary>
public SingularConnectorProfileCredentials Singular
{
get { return this._singular; }
set { this._singular = value; }
}
// Check to see if Singular property is set
internal bool IsSetSingular()
{
return this._singular != null;
}
/// <summary>
/// Gets and sets the property Slack.
/// <para>
/// The connector-specific credentials required when using Slack.
/// </para>
/// </summary>
public SlackConnectorProfileCredentials Slack
{
get { return this._slack; }
set { this._slack = value; }
}
// Check to see if Slack property is set
internal bool IsSetSlack()
{
return this._slack != null;
}
/// <summary>
/// Gets and sets the property Snowflake.
/// <para>
/// The connector-specific credentials required when using Snowflake.
/// </para>
/// </summary>
public SnowflakeConnectorProfileCredentials Snowflake
{
get { return this._snowflake; }
set { this._snowflake = value; }
}
// Check to see if Snowflake property is set
internal bool IsSetSnowflake()
{
return this._snowflake != null;
}
/// <summary>
/// Gets and sets the property Trendmicro.
/// <para>
/// The connector-specific credentials required when using Trend Micro.
/// </para>
/// </summary>
public TrendmicroConnectorProfileCredentials Trendmicro
{
get { return this._trendmicro; }
set { this._trendmicro = value; }
}
// Check to see if Trendmicro property is set
internal bool IsSetTrendmicro()
{
return this._trendmicro != null;
}
/// <summary>
/// Gets and sets the property Veeva.
/// <para>
/// The connector-specific credentials required when using Veeva.
/// </para>
/// </summary>
public VeevaConnectorProfileCredentials Veeva
{
get { return this._veeva; }
set { this._veeva = value; }
}
// Check to see if Veeva property is set
internal bool IsSetVeeva()
{
return this._veeva != null;
}
/// <summary>
/// Gets and sets the property Zendesk.
/// <para>
/// The connector-specific credentials required when using Zendesk.
/// </para>
/// </summary>
public ZendeskConnectorProfileCredentials Zendesk
{
get { return this._zendesk; }
set { this._zendesk = value; }
}
// Check to see if Zendesk property is set
internal bool IsSetZendesk()
{
return this._zendesk != null;
}
}
} | 393 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector-specific profile properties required by each connector.
/// </summary>
public partial class ConnectorProfileProperties
{
private AmplitudeConnectorProfileProperties _amplitude;
private CustomConnectorProfileProperties _customConnector;
private DatadogConnectorProfileProperties _datadog;
private DynatraceConnectorProfileProperties _dynatrace;
private GoogleAnalyticsConnectorProfileProperties _googleAnalytics;
private HoneycodeConnectorProfileProperties _honeycode;
private InforNexusConnectorProfileProperties _inforNexus;
private MarketoConnectorProfileProperties _marketo;
private PardotConnectorProfileProperties _pardot;
private RedshiftConnectorProfileProperties _redshift;
private SalesforceConnectorProfileProperties _salesforce;
private SAPODataConnectorProfileProperties _sapoData;
private ServiceNowConnectorProfileProperties _serviceNow;
private SingularConnectorProfileProperties _singular;
private SlackConnectorProfileProperties _slack;
private SnowflakeConnectorProfileProperties _snowflake;
private TrendmicroConnectorProfileProperties _trendmicro;
private VeevaConnectorProfileProperties _veeva;
private ZendeskConnectorProfileProperties _zendesk;
/// <summary>
/// Gets and sets the property Amplitude.
/// <para>
/// The connector-specific properties required by Amplitude.
/// </para>
/// </summary>
public AmplitudeConnectorProfileProperties Amplitude
{
get { return this._amplitude; }
set { this._amplitude = value; }
}
// Check to see if Amplitude property is set
internal bool IsSetAmplitude()
{
return this._amplitude != null;
}
/// <summary>
/// Gets and sets the property CustomConnector.
/// <para>
/// The properties required by the custom connector.
/// </para>
/// </summary>
public CustomConnectorProfileProperties CustomConnector
{
get { return this._customConnector; }
set { this._customConnector = value; }
}
// Check to see if CustomConnector property is set
internal bool IsSetCustomConnector()
{
return this._customConnector != null;
}
/// <summary>
/// Gets and sets the property Datadog.
/// <para>
/// The connector-specific properties required by Datadog.
/// </para>
/// </summary>
public DatadogConnectorProfileProperties Datadog
{
get { return this._datadog; }
set { this._datadog = value; }
}
// Check to see if Datadog property is set
internal bool IsSetDatadog()
{
return this._datadog != null;
}
/// <summary>
/// Gets and sets the property Dynatrace.
/// <para>
/// The connector-specific properties required by Dynatrace.
/// </para>
/// </summary>
public DynatraceConnectorProfileProperties Dynatrace
{
get { return this._dynatrace; }
set { this._dynatrace = value; }
}
// Check to see if Dynatrace property is set
internal bool IsSetDynatrace()
{
return this._dynatrace != null;
}
/// <summary>
/// Gets and sets the property GoogleAnalytics.
/// <para>
/// The connector-specific properties required Google Analytics.
/// </para>
/// </summary>
public GoogleAnalyticsConnectorProfileProperties GoogleAnalytics
{
get { return this._googleAnalytics; }
set { this._googleAnalytics = value; }
}
// Check to see if GoogleAnalytics property is set
internal bool IsSetGoogleAnalytics()
{
return this._googleAnalytics != null;
}
/// <summary>
/// Gets and sets the property Honeycode.
/// <para>
/// The connector-specific properties required by Amazon Honeycode.
/// </para>
/// </summary>
public HoneycodeConnectorProfileProperties Honeycode
{
get { return this._honeycode; }
set { this._honeycode = value; }
}
// Check to see if Honeycode property is set
internal bool IsSetHoneycode()
{
return this._honeycode != null;
}
/// <summary>
/// Gets and sets the property InforNexus.
/// <para>
/// The connector-specific properties required by Infor Nexus.
/// </para>
/// </summary>
public InforNexusConnectorProfileProperties InforNexus
{
get { return this._inforNexus; }
set { this._inforNexus = value; }
}
// Check to see if InforNexus property is set
internal bool IsSetInforNexus()
{
return this._inforNexus != null;
}
/// <summary>
/// Gets and sets the property Marketo.
/// <para>
/// The connector-specific properties required by Marketo.
/// </para>
/// </summary>
public MarketoConnectorProfileProperties Marketo
{
get { return this._marketo; }
set { this._marketo = value; }
}
// Check to see if Marketo property is set
internal bool IsSetMarketo()
{
return this._marketo != null;
}
/// <summary>
/// Gets and sets the property Pardot.
/// <para>
/// The connector-specific properties required by Salesforce Pardot.
/// </para>
/// </summary>
public PardotConnectorProfileProperties Pardot
{
get { return this._pardot; }
set { this._pardot = value; }
}
// Check to see if Pardot property is set
internal bool IsSetPardot()
{
return this._pardot != null;
}
/// <summary>
/// Gets and sets the property Redshift.
/// <para>
/// The connector-specific properties required by Amazon Redshift.
/// </para>
/// </summary>
public RedshiftConnectorProfileProperties Redshift
{
get { return this._redshift; }
set { this._redshift = value; }
}
// Check to see if Redshift property is set
internal bool IsSetRedshift()
{
return this._redshift != null;
}
/// <summary>
/// Gets and sets the property Salesforce.
/// <para>
/// The connector-specific properties required by Salesforce.
/// </para>
/// </summary>
public SalesforceConnectorProfileProperties Salesforce
{
get { return this._salesforce; }
set { this._salesforce = value; }
}
// Check to see if Salesforce property is set
internal bool IsSetSalesforce()
{
return this._salesforce != null;
}
/// <summary>
/// Gets and sets the property SAPOData.
/// </summary>
public SAPODataConnectorProfileProperties SAPOData
{
get { return this._sapoData; }
set { this._sapoData = value; }
}
// Check to see if SAPOData property is set
internal bool IsSetSAPOData()
{
return this._sapoData != null;
}
/// <summary>
/// Gets and sets the property ServiceNow.
/// <para>
/// The connector-specific properties required by serviceNow.
/// </para>
/// </summary>
public ServiceNowConnectorProfileProperties ServiceNow
{
get { return this._serviceNow; }
set { this._serviceNow = value; }
}
// Check to see if ServiceNow property is set
internal bool IsSetServiceNow()
{
return this._serviceNow != null;
}
/// <summary>
/// Gets and sets the property Singular.
/// <para>
/// The connector-specific properties required by Singular.
/// </para>
/// </summary>
public SingularConnectorProfileProperties Singular
{
get { return this._singular; }
set { this._singular = value; }
}
// Check to see if Singular property is set
internal bool IsSetSingular()
{
return this._singular != null;
}
/// <summary>
/// Gets and sets the property Slack.
/// <para>
/// The connector-specific properties required by Slack.
/// </para>
/// </summary>
public SlackConnectorProfileProperties Slack
{
get { return this._slack; }
set { this._slack = value; }
}
// Check to see if Slack property is set
internal bool IsSetSlack()
{
return this._slack != null;
}
/// <summary>
/// Gets and sets the property Snowflake.
/// <para>
/// The connector-specific properties required by Snowflake.
/// </para>
/// </summary>
public SnowflakeConnectorProfileProperties Snowflake
{
get { return this._snowflake; }
set { this._snowflake = value; }
}
// Check to see if Snowflake property is set
internal bool IsSetSnowflake()
{
return this._snowflake != null;
}
/// <summary>
/// Gets and sets the property Trendmicro.
/// <para>
/// The connector-specific properties required by Trend Micro.
/// </para>
/// </summary>
public TrendmicroConnectorProfileProperties Trendmicro
{
get { return this._trendmicro; }
set { this._trendmicro = value; }
}
// Check to see if Trendmicro property is set
internal bool IsSetTrendmicro()
{
return this._trendmicro != null;
}
/// <summary>
/// Gets and sets the property Veeva.
/// <para>
/// The connector-specific properties required by Veeva.
/// </para>
/// </summary>
public VeevaConnectorProfileProperties Veeva
{
get { return this._veeva; }
set { this._veeva = value; }
}
// Check to see if Veeva property is set
internal bool IsSetVeeva()
{
return this._veeva != null;
}
/// <summary>
/// Gets and sets the property Zendesk.
/// <para>
/// The connector-specific properties required by Zendesk.
/// </para>
/// </summary>
public ZendeskConnectorProfileProperties Zendesk
{
get { return this._zendesk; }
set { this._zendesk = value; }
}
// Check to see if Zendesk property is set
internal bool IsSetZendesk()
{
return this._zendesk != null;
}
}
} | 396 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Contains information about the configuration of the connector being registered.
/// </summary>
public partial class ConnectorProvisioningConfig
{
private LambdaConnectorProvisioningConfig _lambda;
/// <summary>
/// Gets and sets the property Lambda.
/// <para>
/// Contains information about the configuration of the lambda which is being registered
/// as the connector.
/// </para>
/// </summary>
public LambdaConnectorProvisioningConfig Lambda
{
get { return this._lambda; }
set { this._lambda = value; }
}
// Check to see if Lambda property is set
internal bool IsSetLambda()
{
return this._lambda != null;
}
}
} | 58 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Contains information about the connector runtime settings that are required for flow
/// execution.
/// </summary>
public partial class ConnectorRuntimeSetting
{
private List<string> _connectorSuppliedValueOptions = new List<string>();
private string _dataType;
private string _description;
private bool? _isRequired;
private string _key;
private string _label;
private string _scope;
/// <summary>
/// Gets and sets the property ConnectorSuppliedValueOptions.
/// <para>
/// Contains default values for the connector runtime setting that are supplied by the
/// connector.
/// </para>
/// </summary>
public List<string> ConnectorSuppliedValueOptions
{
get { return this._connectorSuppliedValueOptions; }
set { this._connectorSuppliedValueOptions = value; }
}
// Check to see if ConnectorSuppliedValueOptions property is set
internal bool IsSetConnectorSuppliedValueOptions()
{
return this._connectorSuppliedValueOptions != null && this._connectorSuppliedValueOptions.Count > 0;
}
/// <summary>
/// Gets and sets the property DataType.
/// <para>
/// Data type of the connector runtime setting.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string DataType
{
get { return this._dataType; }
set { this._dataType = value; }
}
// Check to see if DataType property is set
internal bool IsSetDataType()
{
return this._dataType != null;
}
/// <summary>
/// Gets and sets the property Description.
/// <para>
/// A description about the connector runtime setting.
/// </para>
/// </summary>
[AWSProperty(Max=1024)]
public string Description
{
get { return this._description; }
set { this._description = value; }
}
// Check to see if Description property is set
internal bool IsSetDescription()
{
return this._description != null;
}
/// <summary>
/// Gets and sets the property IsRequired.
/// <para>
/// Indicates whether this connector runtime setting is required.
/// </para>
/// </summary>
public bool IsRequired
{
get { return this._isRequired.GetValueOrDefault(); }
set { this._isRequired = value; }
}
// Check to see if IsRequired property is set
internal bool IsSetIsRequired()
{
return this._isRequired.HasValue;
}
/// <summary>
/// Gets and sets the property Key.
/// <para>
/// Contains value information about the connector runtime setting.
/// </para>
/// </summary>
[AWSProperty(Max=512)]
public string Key
{
get { return this._key; }
set { this._key = value; }
}
// Check to see if Key property is set
internal bool IsSetKey()
{
return this._key != null;
}
/// <summary>
/// Gets and sets the property Label.
/// <para>
/// A label used for connector runtime setting.
/// </para>
/// </summary>
[AWSProperty(Max=128)]
public string Label
{
get { return this._label; }
set { this._label = value; }
}
// Check to see if Label property is set
internal bool IsSetLabel()
{
return this._label != null;
}
/// <summary>
/// Gets and sets the property Scope.
/// <para>
/// Indicates the scope of the connector runtime setting.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string Scope
{
get { return this._scope; }
set { this._scope = value; }
}
// Check to see if Scope property is set
internal bool IsSetScope()
{
return this._scope != null;
}
}
} | 178 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// An error occurred when retrieving data from the connector endpoint.
/// </summary>
#if !NETSTANDARD
[Serializable]
#endif
public partial class ConnectorServerException : AmazonAppflowException
{
/// <summary>
/// Constructs a new ConnectorServerException with the specified error
/// message.
/// </summary>
/// <param name="message">
/// Describes the error encountered.
/// </param>
public ConnectorServerException(string message)
: base(message) {}
/// <summary>
/// Construct instance of ConnectorServerException
/// </summary>
/// <param name="message"></param>
/// <param name="innerException"></param>
public ConnectorServerException(string message, Exception innerException)
: base(message, innerException) {}
/// <summary>
/// Construct instance of ConnectorServerException
/// </summary>
/// <param name="innerException"></param>
public ConnectorServerException(Exception innerException)
: base(innerException) {}
/// <summary>
/// Construct instance of ConnectorServerException
/// </summary>
/// <param name="message"></param>
/// <param name="innerException"></param>
/// <param name="errorType"></param>
/// <param name="errorCode"></param>
/// <param name="requestId"></param>
/// <param name="statusCode"></param>
public ConnectorServerException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
: base(message, innerException, errorType, errorCode, requestId, statusCode) {}
/// <summary>
/// Construct instance of ConnectorServerException
/// </summary>
/// <param name="message"></param>
/// <param name="errorType"></param>
/// <param name="errorCode"></param>
/// <param name="requestId"></param>
/// <param name="statusCode"></param>
public ConnectorServerException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
: base(message, errorType, errorCode, requestId, statusCode) {}
#if !NETSTANDARD
/// <summary>
/// Constructs a new instance of the ConnectorServerException class with serialized data.
/// </summary>
/// <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
/// <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
/// <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is null. </exception>
/// <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult" /> is zero (0). </exception>
protected ConnectorServerException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
: base(info, context)
{
}
/// <summary>
/// Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the exception.
/// </summary>
/// <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
/// <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
/// <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is a null reference (Nothing in Visual Basic). </exception>
#if BCL35
[System.Security.Permissions.SecurityPermission(
System.Security.Permissions.SecurityAction.LinkDemand,
Flags = System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)]
#endif
[System.Security.SecurityCritical]
// These FxCop rules are giving false-positives for this method
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2134:MethodsMustOverrideWithConsistentTransparencyFxCopRule")]
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
{
base.GetObjectData(info, context);
}
#endif
}
} | 124 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Container for the parameters to the CreateConnectorProfile operation.
/// Creates a new connector profile associated with your Amazon Web Services account.
/// There is a soft quota of 100 connector profiles per Amazon Web Services account. If
/// you need more connector profiles than this quota allows, you can submit a request
/// to the Amazon AppFlow team through the Amazon AppFlow support channel. In each connector
/// profile that you create, you can provide the credentials and properties for only one
/// connector.
/// </summary>
public partial class CreateConnectorProfileRequest : AmazonAppflowRequest
{
private string _clientToken;
private ConnectionMode _connectionMode;
private string _connectorLabel;
private ConnectorProfileConfig _connectorProfileConfig;
private string _connectorProfileName;
private ConnectorType _connectorType;
private string _kmsArn;
/// <summary>
/// Gets and sets the property ClientToken.
/// <para>
/// The <code>clientToken</code> parameter is an idempotency token. It ensures that your
/// <code>CreateConnectorProfile</code> request completes only once. You choose the value
/// to pass. For example, if you don't receive a response from your request, you can safely
/// retry the request with the same <code>clientToken</code> parameter value.
/// </para>
///
/// <para>
/// If you omit a <code>clientToken</code> value, the Amazon Web Services SDK that you
/// are using inserts a value for you. This way, the SDK can safely retry requests multiple
/// times after a network error. You must provide your own value for other use cases.
/// </para>
///
/// <para>
/// If you specify input parameters that differ from your first request, an error occurs.
/// If you use a different value for <code>clientToken</code>, Amazon AppFlow considers
/// it a new call to <code>CreateConnectorProfile</code>. The token is active for 8 hours.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=256)]
public string ClientToken
{
get { return this._clientToken; }
set { this._clientToken = value; }
}
// Check to see if ClientToken property is set
internal bool IsSetClientToken()
{
return this._clientToken != null;
}
/// <summary>
/// Gets and sets the property ConnectionMode.
/// <para>
/// Indicates the connection mode and specifies whether it is public or private. Private
/// flows use Amazon Web Services PrivateLink to route data over Amazon Web Services infrastructure
/// without exposing it to the public internet.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public ConnectionMode ConnectionMode
{
get { return this._connectionMode; }
set { this._connectionMode = value; }
}
// Check to see if ConnectionMode property is set
internal bool IsSetConnectionMode()
{
return this._connectionMode != null;
}
/// <summary>
/// Gets and sets the property ConnectorLabel.
/// <para>
/// The label of the connector. The label is unique for each <code>ConnectorRegistration</code>
/// in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector
/// type/.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string ConnectorLabel
{
get { return this._connectorLabel; }
set { this._connectorLabel = value; }
}
// Check to see if ConnectorLabel property is set
internal bool IsSetConnectorLabel()
{
return this._connectorLabel != null;
}
/// <summary>
/// Gets and sets the property ConnectorProfileConfig.
/// <para>
/// Defines the connector-specific configuration and credentials.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public ConnectorProfileConfig ConnectorProfileConfig
{
get { return this._connectorProfileConfig; }
set { this._connectorProfileConfig = value; }
}
// Check to see if ConnectorProfileConfig property is set
internal bool IsSetConnectorProfileConfig()
{
return this._connectorProfileConfig != null;
}
/// <summary>
/// Gets and sets the property ConnectorProfileName.
/// <para>
/// The name of the connector profile. The name is unique for each <code>ConnectorProfile</code>
/// in your Amazon Web Services account.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=256)]
public string ConnectorProfileName
{
get { return this._connectorProfileName; }
set { this._connectorProfileName = value; }
}
// Check to see if ConnectorProfileName property is set
internal bool IsSetConnectorProfileName()
{
return this._connectorProfileName != null;
}
/// <summary>
/// Gets and sets the property ConnectorType.
/// <para>
/// The type of connector, such as Salesforce, Amplitude, and so on.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public ConnectorType ConnectorType
{
get { return this._connectorType; }
set { this._connectorType = value; }
}
// Check to see if ConnectorType property is set
internal bool IsSetConnectorType()
{
return this._connectorType != null;
}
/// <summary>
/// Gets and sets the property KmsArn.
/// <para>
/// The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide
/// for encryption. This is required if you do not want to use the Amazon AppFlow-managed
/// KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed
/// KMS key.
/// </para>
/// </summary>
[AWSProperty(Min=20, Max=2048)]
public string KmsArn
{
get { return this._kmsArn; }
set { this._kmsArn = value; }
}
// Check to see if KmsArn property is set
internal bool IsSetKmsArn()
{
return this._kmsArn != null;
}
}
} | 207 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// This is the response object from the CreateConnectorProfile operation.
/// </summary>
public partial class CreateConnectorProfileResponse : AmazonWebServiceResponse
{
private string _connectorProfileArn;
/// <summary>
/// Gets and sets the property ConnectorProfileArn.
/// <para>
/// The Amazon Resource Name (ARN) of the connector profile.
/// </para>
/// </summary>
[AWSProperty(Max=512)]
public string ConnectorProfileArn
{
get { return this._connectorProfileArn; }
set { this._connectorProfileArn = value; }
}
// Check to see if ConnectorProfileArn property is set
internal bool IsSetConnectorProfileArn()
{
return this._connectorProfileArn != null;
}
}
} | 58 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Container for the parameters to the CreateFlow operation.
/// Enables your application to create a new flow using Amazon AppFlow. You must create
/// a connector profile before calling this API. Please note that the Request Syntax below
/// shows syntax for multiple destinations, however, you can only transfer data to one
/// item in this list at a time. Amazon AppFlow does not currently support flows to multiple
/// destinations at once.
/// </summary>
public partial class CreateFlowRequest : AmazonAppflowRequest
{
private string _clientToken;
private string _description;
private List<DestinationFlowConfig> _destinationFlowConfigList = new List<DestinationFlowConfig>();
private string _flowName;
private string _kmsArn;
private MetadataCatalogConfig _metadataCatalogConfig;
private SourceFlowConfig _sourceFlowConfig;
private Dictionary<string, string> _tags = new Dictionary<string, string>();
private List<Task> _tasks = new List<Task>();
private TriggerConfig _triggerConfig;
/// <summary>
/// Gets and sets the property ClientToken.
/// <para>
/// The <code>clientToken</code> parameter is an idempotency token. It ensures that your
/// <code>CreateFlow</code> request completes only once. You choose the value to pass.
/// For example, if you don't receive a response from your request, you can safely retry
/// the request with the same <code>clientToken</code> parameter value.
/// </para>
///
/// <para>
/// If you omit a <code>clientToken</code> value, the Amazon Web Services SDK that you
/// are using inserts a value for you. This way, the SDK can safely retry requests multiple
/// times after a network error. You must provide your own value for other use cases.
/// </para>
///
/// <para>
/// If you specify input parameters that differ from your first request, an error occurs.
/// If you use a different value for <code>clientToken</code>, Amazon AppFlow considers
/// it a new call to <code>CreateFlow</code>. The token is active for 8 hours.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=256)]
public string ClientToken
{
get { return this._clientToken; }
set { this._clientToken = value; }
}
// Check to see if ClientToken property is set
internal bool IsSetClientToken()
{
return this._clientToken != null;
}
/// <summary>
/// Gets and sets the property Description.
/// <para>
/// A description of the flow you want to create.
/// </para>
/// </summary>
[AWSProperty(Max=2048)]
public string Description
{
get { return this._description; }
set { this._description = value; }
}
// Check to see if Description property is set
internal bool IsSetDescription()
{
return this._description != null;
}
/// <summary>
/// Gets and sets the property DestinationFlowConfigList.
/// <para>
/// The configuration that controls how Amazon AppFlow places data in the destination
/// connector.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public List<DestinationFlowConfig> DestinationFlowConfigList
{
get { return this._destinationFlowConfigList; }
set { this._destinationFlowConfigList = value; }
}
// Check to see if DestinationFlowConfigList property is set
internal bool IsSetDestinationFlowConfigList()
{
return this._destinationFlowConfigList != null && this._destinationFlowConfigList.Count > 0;
}
/// <summary>
/// Gets and sets the property FlowName.
/// <para>
/// The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
/// (-) only.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=256)]
public string FlowName
{
get { return this._flowName; }
set { this._flowName = value; }
}
// Check to see if FlowName property is set
internal bool IsSetFlowName()
{
return this._flowName != null;
}
/// <summary>
/// Gets and sets the property KmsArn.
/// <para>
/// The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide
/// for encryption. This is required if you do not want to use the Amazon AppFlow-managed
/// KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed
/// KMS key.
/// </para>
/// </summary>
[AWSProperty(Min=20, Max=2048)]
public string KmsArn
{
get { return this._kmsArn; }
set { this._kmsArn = value; }
}
// Check to see if KmsArn property is set
internal bool IsSetKmsArn()
{
return this._kmsArn != null;
}
/// <summary>
/// Gets and sets the property MetadataCatalogConfig.
/// <para>
/// Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's
/// transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow,
/// it stores metadata in a data catalog.
/// </para>
/// </summary>
public MetadataCatalogConfig MetadataCatalogConfig
{
get { return this._metadataCatalogConfig; }
set { this._metadataCatalogConfig = value; }
}
// Check to see if MetadataCatalogConfig property is set
internal bool IsSetMetadataCatalogConfig()
{
return this._metadataCatalogConfig != null;
}
/// <summary>
/// Gets and sets the property SourceFlowConfig.
/// <para>
/// The configuration that controls how Amazon AppFlow retrieves data from the source
/// connector.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public SourceFlowConfig SourceFlowConfig
{
get { return this._sourceFlowConfig; }
set { this._sourceFlowConfig = value; }
}
// Check to see if SourceFlowConfig property is set
internal bool IsSetSourceFlowConfig()
{
return this._sourceFlowConfig != null;
}
/// <summary>
/// Gets and sets the property Tags.
/// <para>
/// The tags used to organize, track, or control access for your flow.
/// </para>
/// </summary>
[AWSProperty(Min=0, Max=50)]
public Dictionary<string, string> Tags
{
get { return this._tags; }
set { this._tags = value; }
}
// Check to see if Tags property is set
internal bool IsSetTags()
{
return this._tags != null && this._tags.Count > 0;
}
/// <summary>
/// Gets and sets the property Tasks.
/// <para>
/// A list of tasks that Amazon AppFlow performs while transferring the data in the flow
/// run.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public List<Task> Tasks
{
get { return this._tasks; }
set { this._tasks = value; }
}
// Check to see if Tasks property is set
internal bool IsSetTasks()
{
return this._tasks != null && this._tasks.Count > 0;
}
/// <summary>
/// Gets and sets the property TriggerConfig.
/// <para>
/// The trigger settings that determine how and when the flow runs.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public TriggerConfig TriggerConfig
{
get { return this._triggerConfig; }
set { this._triggerConfig = value; }
}
// Check to see if TriggerConfig property is set
internal bool IsSetTriggerConfig()
{
return this._triggerConfig != null;
}
}
} | 266 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// This is the response object from the CreateFlow operation.
/// </summary>
public partial class CreateFlowResponse : AmazonWebServiceResponse
{
private string _flowArn;
private FlowStatus _flowStatus;
/// <summary>
/// Gets and sets the property FlowArn.
/// <para>
/// The flow's Amazon Resource Name (ARN).
/// </para>
/// </summary>
[AWSProperty(Max=512)]
public string FlowArn
{
get { return this._flowArn; }
set { this._flowArn = value; }
}
// Check to see if FlowArn property is set
internal bool IsSetFlowArn()
{
return this._flowArn != null;
}
/// <summary>
/// Gets and sets the property FlowStatus.
/// <para>
/// Indicates the current status of the flow.
/// </para>
/// </summary>
public FlowStatus FlowStatus
{
get { return this._flowStatus; }
set { this._flowStatus = value; }
}
// Check to see if FlowStatus property is set
internal bool IsSetFlowStatus()
{
return this._flowStatus != null;
}
}
} | 77 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Configuration information required for custom authentication.
/// </summary>
public partial class CustomAuthConfig
{
private List<AuthParameter> _authParameters = new List<AuthParameter>();
private string _customAuthenticationType;
/// <summary>
/// Gets and sets the property AuthParameters.
/// <para>
/// Information about authentication parameters required for authentication.
/// </para>
/// </summary>
public List<AuthParameter> AuthParameters
{
get { return this._authParameters; }
set { this._authParameters = value; }
}
// Check to see if AuthParameters property is set
internal bool IsSetAuthParameters()
{
return this._authParameters != null && this._authParameters.Count > 0;
}
/// <summary>
/// Gets and sets the property CustomAuthenticationType.
/// <para>
/// The authentication type that the custom connector uses.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string CustomAuthenticationType
{
get { return this._customAuthenticationType; }
set { this._customAuthenticationType = value; }
}
// Check to see if CustomAuthenticationType property is set
internal bool IsSetCustomAuthenticationType()
{
return this._customAuthenticationType != null;
}
}
} | 77 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The custom credentials required for custom authentication.
/// </summary>
public partial class CustomAuthCredentials
{
private Dictionary<string, string> _credentialsMap = new Dictionary<string, string>();
private string _customAuthenticationType;
/// <summary>
/// Gets and sets the property CredentialsMap.
/// <para>
/// A map that holds custom authentication credentials.
/// </para>
/// </summary>
[AWSProperty(Min=0, Max=50)]
public Dictionary<string, string> CredentialsMap
{
get { return this._credentialsMap; }
set { this._credentialsMap = value; }
}
// Check to see if CredentialsMap property is set
internal bool IsSetCredentialsMap()
{
return this._credentialsMap != null && this._credentialsMap.Count > 0;
}
/// <summary>
/// Gets and sets the property CustomAuthenticationType.
/// <para>
/// The custom authentication type that the connector uses.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=256)]
public string CustomAuthenticationType
{
get { return this._customAuthenticationType; }
set { this._customAuthenticationType = value; }
}
// Check to see if CustomAuthenticationType property is set
internal bool IsSetCustomAuthenticationType()
{
return this._customAuthenticationType != null;
}
}
} | 78 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The properties that are applied when the custom connector is being used as a destination.
/// </summary>
public partial class CustomConnectorDestinationProperties
{
private Dictionary<string, string> _customProperties = new Dictionary<string, string>();
private string _entityName;
private ErrorHandlingConfig _errorHandlingConfig;
private List<string> _idFieldNames = new List<string>();
private WriteOperationType _writeOperationType;
/// <summary>
/// Gets and sets the property CustomProperties.
/// <para>
/// The custom properties that are specific to the connector when it's used as a destination
/// in the flow.
/// </para>
/// </summary>
[AWSProperty(Min=0, Max=50)]
public Dictionary<string, string> CustomProperties
{
get { return this._customProperties; }
set { this._customProperties = value; }
}
// Check to see if CustomProperties property is set
internal bool IsSetCustomProperties()
{
return this._customProperties != null && this._customProperties.Count > 0;
}
/// <summary>
/// Gets and sets the property EntityName.
/// <para>
/// The entity specified in the custom connector as a destination in the flow.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=1024)]
public string EntityName
{
get { return this._entityName; }
set { this._entityName = value; }
}
// Check to see if EntityName property is set
internal bool IsSetEntityName()
{
return this._entityName != null;
}
/// <summary>
/// Gets and sets the property ErrorHandlingConfig.
/// <para>
/// The settings that determine how Amazon AppFlow handles an error when placing data
/// in the custom connector as destination.
/// </para>
/// </summary>
public ErrorHandlingConfig ErrorHandlingConfig
{
get { return this._errorHandlingConfig; }
set { this._errorHandlingConfig = value; }
}
// Check to see if ErrorHandlingConfig property is set
internal bool IsSetErrorHandlingConfig()
{
return this._errorHandlingConfig != null;
}
/// <summary>
/// Gets and sets the property IdFieldNames.
/// <para>
/// The name of the field that Amazon AppFlow uses as an ID when performing a write operation
/// such as update, delete, or upsert.
/// </para>
/// </summary>
[AWSProperty(Min=0)]
public List<string> IdFieldNames
{
get { return this._idFieldNames; }
set { this._idFieldNames = value; }
}
// Check to see if IdFieldNames property is set
internal bool IsSetIdFieldNames()
{
return this._idFieldNames != null && this._idFieldNames.Count > 0;
}
/// <summary>
/// Gets and sets the property WriteOperationType.
/// <para>
/// Specifies the type of write operation to be performed in the custom connector when
/// it's used as destination.
/// </para>
/// </summary>
public WriteOperationType WriteOperationType
{
get { return this._writeOperationType; }
set { this._writeOperationType = value; }
}
// Check to see if WriteOperationType property is set
internal bool IsSetWriteOperationType()
{
return this._writeOperationType != null;
}
}
} | 140 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector-specific profile credentials that are required when using the custom
/// connector.
/// </summary>
public partial class CustomConnectorProfileCredentials
{
private ApiKeyCredentials _apiKey;
private AuthenticationType _authenticationType;
private BasicAuthCredentials _basic;
private CustomAuthCredentials _custom;
private OAuth2Credentials _oauth2;
/// <summary>
/// Gets and sets the property ApiKey.
/// <para>
/// The API keys required for the authentication of the user.
/// </para>
/// </summary>
public ApiKeyCredentials ApiKey
{
get { return this._apiKey; }
set { this._apiKey = value; }
}
// Check to see if ApiKey property is set
internal bool IsSetApiKey()
{
return this._apiKey != null;
}
/// <summary>
/// Gets and sets the property AuthenticationType.
/// <para>
/// The authentication type that the custom connector uses for authenticating while creating
/// a connector profile.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public AuthenticationType AuthenticationType
{
get { return this._authenticationType; }
set { this._authenticationType = value; }
}
// Check to see if AuthenticationType property is set
internal bool IsSetAuthenticationType()
{
return this._authenticationType != null;
}
/// <summary>
/// Gets and sets the property Basic.
/// <para>
/// The basic credentials that are required for the authentication of the user.
/// </para>
/// </summary>
public BasicAuthCredentials Basic
{
get { return this._basic; }
set { this._basic = value; }
}
// Check to see if Basic property is set
internal bool IsSetBasic()
{
return this._basic != null;
}
/// <summary>
/// Gets and sets the property Custom.
/// <para>
/// If the connector uses the custom authentication mechanism, this holds the required
/// credentials.
/// </para>
/// </summary>
public CustomAuthCredentials Custom
{
get { return this._custom; }
set { this._custom = value; }
}
// Check to see if Custom property is set
internal bool IsSetCustom()
{
return this._custom != null;
}
/// <summary>
/// Gets and sets the property Oauth2.
/// <para>
/// The OAuth 2.0 credentials required for the authentication of the user.
/// </para>
/// </summary>
public OAuth2Credentials Oauth2
{
get { return this._oauth2; }
set { this._oauth2 = value; }
}
// Check to see if Oauth2 property is set
internal bool IsSetOauth2()
{
return this._oauth2 != null;
}
}
} | 137 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The profile properties required by the custom connector.
/// </summary>
public partial class CustomConnectorProfileProperties
{
private OAuth2Properties _oAuth2Properties;
private Dictionary<string, string> _profileProperties = new Dictionary<string, string>();
/// <summary>
/// Gets and sets the property OAuth2Properties.
/// </summary>
public OAuth2Properties OAuth2Properties
{
get { return this._oAuth2Properties; }
set { this._oAuth2Properties = value; }
}
// Check to see if OAuth2Properties property is set
internal bool IsSetOAuth2Properties()
{
return this._oAuth2Properties != null;
}
/// <summary>
/// Gets and sets the property ProfileProperties.
/// <para>
/// A map of properties that are required to create a profile for the custom connector.
/// </para>
/// </summary>
[AWSProperty(Min=0, Max=50)]
public Dictionary<string, string> ProfileProperties
{
get { return this._profileProperties; }
set { this._profileProperties = value; }
}
// Check to see if ProfileProperties property is set
internal bool IsSetProfileProperties()
{
return this._profileProperties != null && this._profileProperties.Count > 0;
}
}
} | 74 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The properties that are applied when the custom connector is being used as a source.
/// </summary>
public partial class CustomConnectorSourceProperties
{
private Dictionary<string, string> _customProperties = new Dictionary<string, string>();
private DataTransferApi _dataTransferApi;
private string _entityName;
/// <summary>
/// Gets and sets the property CustomProperties.
/// <para>
/// Custom properties that are required to use the custom connector as a source.
/// </para>
/// </summary>
[AWSProperty(Min=0, Max=50)]
public Dictionary<string, string> CustomProperties
{
get { return this._customProperties; }
set { this._customProperties = value; }
}
// Check to see if CustomProperties property is set
internal bool IsSetCustomProperties()
{
return this._customProperties != null && this._customProperties.Count > 0;
}
/// <summary>
/// Gets and sets the property DataTransferApi.
/// <para>
/// The API of the connector application that Amazon AppFlow uses to transfer your data.
/// </para>
/// </summary>
public DataTransferApi DataTransferApi
{
get { return this._dataTransferApi; }
set { this._dataTransferApi = value; }
}
// Check to see if DataTransferApi property is set
internal bool IsSetDataTransferApi()
{
return this._dataTransferApi != null;
}
/// <summary>
/// Gets and sets the property EntityName.
/// <para>
/// The entity specified in the custom connector as a source in the flow.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=1024)]
public string EntityName
{
get { return this._entityName; }
set { this._entityName = value; }
}
// Check to see if EntityName property is set
internal bool IsSetEntityName()
{
return this._entityName != null;
}
}
} | 97 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The properties that are applied when Amazon Connect Customer Profiles is used as
/// a destination.
/// </summary>
public partial class CustomerProfilesDestinationProperties
{
private string _domainName;
private string _objectTypeName;
/// <summary>
/// Gets and sets the property DomainName.
/// <para>
/// The unique name of the Amazon Connect Customer Profiles domain.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=64)]
public string DomainName
{
get { return this._domainName; }
set { this._domainName = value; }
}
// Check to see if DomainName property is set
internal bool IsSetDomainName()
{
return this._domainName != null;
}
/// <summary>
/// Gets and sets the property ObjectTypeName.
/// <para>
/// The object specified in the Amazon Connect Customer Profiles flow destination.
/// </para>
/// </summary>
[AWSProperty(Max=255)]
public string ObjectTypeName
{
get { return this._objectTypeName; }
set { this._objectTypeName = value; }
}
// Check to see if ObjectTypeName property is set
internal bool IsSetObjectTypeName()
{
return this._objectTypeName != null;
}
}
} | 79 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector metadata specific to Amazon Connect Customer Profiles.
/// </summary>
public partial class CustomerProfilesMetadata
{
}
} | 38 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector-specific credentials required by Datadog.
/// </summary>
public partial class DatadogConnectorProfileCredentials
{
private string _apiKey;
private string _applicationKey;
/// <summary>
/// Gets and sets the property ApiKey.
/// <para>
/// A unique alphanumeric identifier used to authenticate a user, developer, or calling
/// program to your API.
/// </para>
/// </summary>
[AWSProperty(Required=true, Sensitive=true, Max=256)]
public string ApiKey
{
get { return this._apiKey; }
set { this._apiKey = value; }
}
// Check to see if ApiKey property is set
internal bool IsSetApiKey()
{
return this._apiKey != null;
}
/// <summary>
/// Gets and sets the property ApplicationKey.
/// <para>
/// Application keys, in conjunction with your API key, give you full access to Datadog’s
/// programmatic API. Application keys are associated with the user account that created
/// them. The application key is used to log all requests made to the API.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=512)]
public string ApplicationKey
{
get { return this._applicationKey; }
set { this._applicationKey = value; }
}
// Check to see if ApplicationKey property is set
internal bool IsSetApplicationKey()
{
return this._applicationKey != null;
}
}
} | 81 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector-specific profile properties required by Datadog.
/// </summary>
public partial class DatadogConnectorProfileProperties
{
private string _instanceUrl;
/// <summary>
/// Gets and sets the property InstanceUrl.
/// <para>
/// The location of the Datadog resource.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=256)]
public string InstanceUrl
{
get { return this._instanceUrl; }
set { this._instanceUrl = value; }
}
// Check to see if InstanceUrl property is set
internal bool IsSetInstanceUrl()
{
return this._instanceUrl != null;
}
}
} | 58 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector metadata specific to Datadog.
/// </summary>
public partial class DatadogMetadata
{
}
} | 38 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The properties that are applied when Datadog is being used as a source.
/// </summary>
public partial class DatadogSourceProperties
{
private string _object;
/// <summary>
/// Gets and sets the property Object.
/// <para>
/// The object specified in the Datadog flow source.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=512)]
public string Object
{
get { return this._object; }
set { this._object = value; }
}
// Check to see if Object property is set
internal bool IsSetObject()
{
return this._object != null;
}
}
} | 58 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The API of the connector application that Amazon AppFlow uses to transfer your data.
/// </summary>
public partial class DataTransferApi
{
private string _name;
private DataTransferApiType _type;
/// <summary>
/// Gets and sets the property Name.
/// <para>
/// The name of the connector application API.
/// </para>
/// </summary>
[AWSProperty(Max=64)]
public string Name
{
get { return this._name; }
set { this._name = value; }
}
// Check to see if Name property is set
internal bool IsSetName()
{
return this._name != null;
}
/// <summary>
/// Gets and sets the property Type.
/// <para>
/// You can specify one of the following types:
/// </para>
/// <dl> <dt>AUTOMATIC</dt> <dd>
/// <para>
/// The default. Optimizes a flow for datasets that fluctuate in size from small to large.
/// For each flow run, Amazon AppFlow chooses to use the SYNC or ASYNC API type based
/// on the amount of data that the run transfers.
/// </para>
/// </dd> <dt>SYNC</dt> <dd>
/// <para>
/// A synchronous API. This type of API optimizes a flow for small to medium-sized datasets.
/// </para>
/// </dd> <dt>ASYNC</dt> <dd>
/// <para>
/// An asynchronous API. This type of API optimizes a flow for large datasets.
/// </para>
/// </dd> </dl>
/// </summary>
public DataTransferApiType Type
{
get { return this._type; }
set { this._type = value; }
}
// Check to see if Type property is set
internal bool IsSetType()
{
return this._type != null;
}
}
} | 92 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Container for the parameters to the DeleteConnectorProfile operation.
/// Enables you to delete an existing connector profile.
/// </summary>
public partial class DeleteConnectorProfileRequest : AmazonAppflowRequest
{
private string _connectorProfileName;
private bool? _forceDelete;
/// <summary>
/// Gets and sets the property ConnectorProfileName.
/// <para>
/// The name of the connector profile. The name is unique for each <code>ConnectorProfile</code>
/// in your account.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=256)]
public string ConnectorProfileName
{
get { return this._connectorProfileName; }
set { this._connectorProfileName = value; }
}
// Check to see if ConnectorProfileName property is set
internal bool IsSetConnectorProfileName()
{
return this._connectorProfileName != null;
}
/// <summary>
/// Gets and sets the property ForceDelete.
/// <para>
/// Indicates whether Amazon AppFlow should delete the profile, even if it is currently
/// in use in one or more flows.
/// </para>
/// </summary>
public bool ForceDelete
{
get { return this._forceDelete.GetValueOrDefault(); }
set { this._forceDelete = value; }
}
// Check to see if ForceDelete property is set
internal bool IsSetForceDelete()
{
return this._forceDelete.HasValue;
}
}
} | 80 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// This is the response object from the DeleteConnectorProfile operation.
/// </summary>
public partial class DeleteConnectorProfileResponse : AmazonWebServiceResponse
{
}
} | 38 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Container for the parameters to the DeleteFlow operation.
/// Enables your application to delete an existing flow. Before deleting the flow, Amazon
/// AppFlow validates the request by checking the flow configuration and status. You can
/// delete flows one at a time.
/// </summary>
public partial class DeleteFlowRequest : AmazonAppflowRequest
{
private string _flowName;
private bool? _forceDelete;
/// <summary>
/// Gets and sets the property FlowName.
/// <para>
/// The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
/// (-) only.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=256)]
public string FlowName
{
get { return this._flowName; }
set { this._flowName = value; }
}
// Check to see if FlowName property is set
internal bool IsSetFlowName()
{
return this._flowName != null;
}
/// <summary>
/// Gets and sets the property ForceDelete.
/// <para>
/// Indicates whether Amazon AppFlow should delete the flow, even if it is currently
/// in use.
/// </para>
/// </summary>
public bool ForceDelete
{
get { return this._forceDelete.GetValueOrDefault(); }
set { this._forceDelete = value; }
}
// Check to see if ForceDelete property is set
internal bool IsSetForceDelete()
{
return this._forceDelete.HasValue;
}
}
} | 82 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// This is the response object from the DeleteFlow operation.
/// </summary>
public partial class DeleteFlowResponse : AmazonWebServiceResponse
{
}
} | 38 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Container for the parameters to the DescribeConnectorEntity operation.
/// Provides details regarding the entity used with the connector, with a description
/// of the data model for each field in that entity.
/// </summary>
public partial class DescribeConnectorEntityRequest : AmazonAppflowRequest
{
private string _apiVersion;
private string _connectorEntityName;
private string _connectorProfileName;
private ConnectorType _connectorType;
/// <summary>
/// Gets and sets the property ApiVersion.
/// <para>
/// The version of the API that's used by the connector.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string ApiVersion
{
get { return this._apiVersion; }
set { this._apiVersion = value; }
}
// Check to see if ApiVersion property is set
internal bool IsSetApiVersion()
{
return this._apiVersion != null;
}
/// <summary>
/// Gets and sets the property ConnectorEntityName.
/// <para>
/// The entity name for that connector.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=1024)]
public string ConnectorEntityName
{
get { return this._connectorEntityName; }
set { this._connectorEntityName = value; }
}
// Check to see if ConnectorEntityName property is set
internal bool IsSetConnectorEntityName()
{
return this._connectorEntityName != null;
}
/// <summary>
/// Gets and sets the property ConnectorProfileName.
/// <para>
/// The name of the connector profile. The name is unique for each <code>ConnectorProfile</code>
/// in the Amazon Web Services account.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string ConnectorProfileName
{
get { return this._connectorProfileName; }
set { this._connectorProfileName = value; }
}
// Check to see if ConnectorProfileName property is set
internal bool IsSetConnectorProfileName()
{
return this._connectorProfileName != null;
}
/// <summary>
/// Gets and sets the property ConnectorType.
/// <para>
/// The type of connector application, such as Salesforce, Amplitude, and so on.
/// </para>
/// </summary>
public ConnectorType ConnectorType
{
get { return this._connectorType; }
set { this._connectorType = value; }
}
// Check to see if ConnectorType property is set
internal bool IsSetConnectorType()
{
return this._connectorType != null;
}
}
} | 120 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// This is the response object from the DescribeConnectorEntity operation.
/// </summary>
public partial class DescribeConnectorEntityResponse : AmazonWebServiceResponse
{
private List<ConnectorEntityField> _connectorEntityFields = new List<ConnectorEntityField>();
/// <summary>
/// Gets and sets the property ConnectorEntityFields.
/// <para>
/// Describes the fields for that connector entity. For example, for an <i>account</i>
/// entity, the fields would be <i>account name</i>, <i>account ID</i>, and so on.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public List<ConnectorEntityField> ConnectorEntityFields
{
get { return this._connectorEntityFields; }
set { this._connectorEntityFields = value; }
}
// Check to see if ConnectorEntityFields property is set
internal bool IsSetConnectorEntityFields()
{
return this._connectorEntityFields != null && this._connectorEntityFields.Count > 0;
}
}
} | 59 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Container for the parameters to the DescribeConnectorProfiles operation.
/// Returns a list of <code>connector-profile</code> details matching the provided <code>connector-profile</code>
/// names and <code>connector-types</code>. Both input lists are optional, and you can
/// use them to filter the result.
///
///
/// <para>
/// If no names or <code>connector-types</code> are provided, returns all connector profiles
/// in a paginated form. If there is no match, this operation returns an empty list.
/// </para>
/// </summary>
public partial class DescribeConnectorProfilesRequest : AmazonAppflowRequest
{
private string _connectorLabel;
private List<string> _connectorProfileNames = new List<string>();
private ConnectorType _connectorType;
private int? _maxResults;
private string _nextToken;
/// <summary>
/// Gets and sets the property ConnectorLabel.
/// <para>
/// The name of the connector. The name is unique for each <code>ConnectorRegistration</code>
/// in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector
/// type/.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string ConnectorLabel
{
get { return this._connectorLabel; }
set { this._connectorLabel = value; }
}
// Check to see if ConnectorLabel property is set
internal bool IsSetConnectorLabel()
{
return this._connectorLabel != null;
}
/// <summary>
/// Gets and sets the property ConnectorProfileNames.
/// <para>
/// The name of the connector profile. The name is unique for each <code>ConnectorProfile</code>
/// in the Amazon Web Services account.
/// </para>
/// </summary>
[AWSProperty(Min=0, Max=100)]
public List<string> ConnectorProfileNames
{
get { return this._connectorProfileNames; }
set { this._connectorProfileNames = value; }
}
// Check to see if ConnectorProfileNames property is set
internal bool IsSetConnectorProfileNames()
{
return this._connectorProfileNames != null && this._connectorProfileNames.Count > 0;
}
/// <summary>
/// Gets and sets the property ConnectorType.
/// <para>
/// The type of connector, such as Salesforce, Amplitude, and so on.
/// </para>
/// </summary>
public ConnectorType ConnectorType
{
get { return this._connectorType; }
set { this._connectorType = value; }
}
// Check to see if ConnectorType property is set
internal bool IsSetConnectorType()
{
return this._connectorType != null;
}
/// <summary>
/// Gets and sets the property MaxResults.
/// <para>
/// Specifies the maximum number of items that should be returned in the result set.
/// The default for <code>maxResults</code> is 20 (for all paginated API operations).
///
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=100)]
public int MaxResults
{
get { return this._maxResults.GetValueOrDefault(); }
set { this._maxResults = value; }
}
// Check to see if MaxResults property is set
internal bool IsSetMaxResults()
{
return this._maxResults.HasValue;
}
/// <summary>
/// Gets and sets the property NextToken.
/// <para>
/// The pagination token for the next page of data.
/// </para>
/// </summary>
[AWSProperty(Max=2048)]
public string NextToken
{
get { return this._nextToken; }
set { this._nextToken = value; }
}
// Check to see if NextToken property is set
internal bool IsSetNextToken()
{
return this._nextToken != null;
}
}
} | 151 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// This is the response object from the DescribeConnectorProfiles operation.
/// </summary>
public partial class DescribeConnectorProfilesResponse : AmazonWebServiceResponse
{
private List<ConnectorProfile> _connectorProfileDetails = new List<ConnectorProfile>();
private string _nextToken;
/// <summary>
/// Gets and sets the property ConnectorProfileDetails.
/// <para>
/// Returns information about the connector profiles associated with the flow.
/// </para>
/// </summary>
public List<ConnectorProfile> ConnectorProfileDetails
{
get { return this._connectorProfileDetails; }
set { this._connectorProfileDetails = value; }
}
// Check to see if ConnectorProfileDetails property is set
internal bool IsSetConnectorProfileDetails()
{
return this._connectorProfileDetails != null && this._connectorProfileDetails.Count > 0;
}
/// <summary>
/// Gets and sets the property NextToken.
/// <para>
/// The pagination token for the next page of data. If <code>nextToken=null</code>, this
/// means that all records have been fetched.
/// </para>
/// </summary>
[AWSProperty(Max=2048)]
public string NextToken
{
get { return this._nextToken; }
set { this._nextToken = value; }
}
// Check to see if NextToken property is set
internal bool IsSetNextToken()
{
return this._nextToken != null;
}
}
} | 78 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Container for the parameters to the DescribeConnector operation.
/// Describes the given custom connector registered in your Amazon Web Services account.
/// This API can be used for custom connectors that are registered in your account and
/// also for Amazon authored connectors.
/// </summary>
public partial class DescribeConnectorRequest : AmazonAppflowRequest
{
private string _connectorLabel;
private ConnectorType _connectorType;
/// <summary>
/// Gets and sets the property ConnectorLabel.
/// <para>
/// The label of the connector. The label is unique for each <code>ConnectorRegistration</code>
/// in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector
/// type/.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string ConnectorLabel
{
get { return this._connectorLabel; }
set { this._connectorLabel = value; }
}
// Check to see if ConnectorLabel property is set
internal bool IsSetConnectorLabel()
{
return this._connectorLabel != null;
}
/// <summary>
/// Gets and sets the property ConnectorType.
/// <para>
/// The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR
/// for Lambda based custom connectors.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public ConnectorType ConnectorType
{
get { return this._connectorType; }
set { this._connectorType = value; }
}
// Check to see if ConnectorType property is set
internal bool IsSetConnectorType()
{
return this._connectorType != null;
}
}
} | 84 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// This is the response object from the DescribeConnector operation.
/// </summary>
public partial class DescribeConnectorResponse : AmazonWebServiceResponse
{
private ConnectorConfiguration _connectorConfiguration;
/// <summary>
/// Gets and sets the property ConnectorConfiguration.
/// <para>
/// Configuration info of all the connectors that the user requested.
/// </para>
/// </summary>
public ConnectorConfiguration ConnectorConfiguration
{
get { return this._connectorConfiguration; }
set { this._connectorConfiguration = value; }
}
// Check to see if ConnectorConfiguration property is set
internal bool IsSetConnectorConfiguration()
{
return this._connectorConfiguration != null;
}
}
} | 57 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Container for the parameters to the DescribeConnectors operation.
/// Describes the connectors vended by Amazon AppFlow for specified connector types.
/// If you don't specify a connector type, this operation describes all connectors vended
/// by Amazon AppFlow. If there are more connectors than can be returned in one page,
/// the response contains a <code>nextToken</code> object, which can be be passed in to
/// the next call to the <code>DescribeConnectors</code> API operation to retrieve the
/// next page.
/// </summary>
public partial class DescribeConnectorsRequest : AmazonAppflowRequest
{
private List<string> _connectorTypes = new List<string>();
private int? _maxResults;
private string _nextToken;
/// <summary>
/// Gets and sets the property ConnectorTypes.
/// <para>
/// The type of connector, such as Salesforce, Amplitude, and so on.
/// </para>
/// </summary>
[AWSProperty(Min=0, Max=100)]
public List<string> ConnectorTypes
{
get { return this._connectorTypes; }
set { this._connectorTypes = value; }
}
// Check to see if ConnectorTypes property is set
internal bool IsSetConnectorTypes()
{
return this._connectorTypes != null && this._connectorTypes.Count > 0;
}
/// <summary>
/// Gets and sets the property MaxResults.
/// <para>
/// The maximum number of items that should be returned in the result set. The default
/// is 20.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=100)]
public int MaxResults
{
get { return this._maxResults.GetValueOrDefault(); }
set { this._maxResults = value; }
}
// Check to see if MaxResults property is set
internal bool IsSetMaxResults()
{
return this._maxResults.HasValue;
}
/// <summary>
/// Gets and sets the property NextToken.
/// <para>
/// The pagination token for the next page of data.
/// </para>
/// </summary>
[AWSProperty(Max=2048)]
public string NextToken
{
get { return this._nextToken; }
set { this._nextToken = value; }
}
// Check to see if NextToken property is set
internal bool IsSetNextToken()
{
return this._nextToken != null;
}
}
} | 105 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// This is the response object from the DescribeConnectors operation.
/// </summary>
public partial class DescribeConnectorsResponse : AmazonWebServiceResponse
{
private Dictionary<string, ConnectorConfiguration> _connectorConfigurations = new Dictionary<string, ConnectorConfiguration>();
private List<ConnectorDetail> _connectors = new List<ConnectorDetail>();
private string _nextToken;
/// <summary>
/// Gets and sets the property ConnectorConfigurations.
/// <para>
/// The configuration that is applied to the connectors used in the flow.
/// </para>
/// </summary>
public Dictionary<string, ConnectorConfiguration> ConnectorConfigurations
{
get { return this._connectorConfigurations; }
set { this._connectorConfigurations = value; }
}
// Check to see if ConnectorConfigurations property is set
internal bool IsSetConnectorConfigurations()
{
return this._connectorConfigurations != null && this._connectorConfigurations.Count > 0;
}
/// <summary>
/// Gets and sets the property Connectors.
/// <para>
/// Information about the connectors supported in Amazon AppFlow.
/// </para>
/// </summary>
public List<ConnectorDetail> Connectors
{
get { return this._connectors; }
set { this._connectors = value; }
}
// Check to see if Connectors property is set
internal bool IsSetConnectors()
{
return this._connectors != null && this._connectors.Count > 0;
}
/// <summary>
/// Gets and sets the property NextToken.
/// <para>
/// The pagination token for the next page of data.
/// </para>
/// </summary>
[AWSProperty(Max=2048)]
public string NextToken
{
get { return this._nextToken; }
set { this._nextToken = value; }
}
// Check to see if NextToken property is set
internal bool IsSetNextToken()
{
return this._nextToken != null;
}
}
} | 96 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Container for the parameters to the DescribeFlowExecutionRecords operation.
/// Fetches the execution history of the flow.
/// </summary>
public partial class DescribeFlowExecutionRecordsRequest : AmazonAppflowRequest
{
private string _flowName;
private int? _maxResults;
private string _nextToken;
/// <summary>
/// Gets and sets the property FlowName.
/// <para>
/// The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
/// (-) only.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=256)]
public string FlowName
{
get { return this._flowName; }
set { this._flowName = value; }
}
// Check to see if FlowName property is set
internal bool IsSetFlowName()
{
return this._flowName != null;
}
/// <summary>
/// Gets and sets the property MaxResults.
/// <para>
/// Specifies the maximum number of items that should be returned in the result set.
/// The default for <code>maxResults</code> is 20 (for all paginated API operations).
///
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=100)]
public int MaxResults
{
get { return this._maxResults.GetValueOrDefault(); }
set { this._maxResults = value; }
}
// Check to see if MaxResults property is set
internal bool IsSetMaxResults()
{
return this._maxResults.HasValue;
}
/// <summary>
/// Gets and sets the property NextToken.
/// <para>
/// The pagination token for the next page of data.
/// </para>
/// </summary>
[AWSProperty(Max=2048)]
public string NextToken
{
get { return this._nextToken; }
set { this._nextToken = value; }
}
// Check to see if NextToken property is set
internal bool IsSetNextToken()
{
return this._nextToken != null;
}
}
} | 102 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// This is the response object from the DescribeFlowExecutionRecords operation.
/// </summary>
public partial class DescribeFlowExecutionRecordsResponse : AmazonWebServiceResponse
{
private List<ExecutionRecord> _flowExecutions = new List<ExecutionRecord>();
private string _nextToken;
/// <summary>
/// Gets and sets the property FlowExecutions.
/// <para>
/// Returns a list of all instances when this flow was run.
/// </para>
/// </summary>
public List<ExecutionRecord> FlowExecutions
{
get { return this._flowExecutions; }
set { this._flowExecutions = value; }
}
// Check to see if FlowExecutions property is set
internal bool IsSetFlowExecutions()
{
return this._flowExecutions != null && this._flowExecutions.Count > 0;
}
/// <summary>
/// Gets and sets the property NextToken.
/// <para>
/// The pagination token for the next page of data.
/// </para>
/// </summary>
[AWSProperty(Max=2048)]
public string NextToken
{
get { return this._nextToken; }
set { this._nextToken = value; }
}
// Check to see if NextToken property is set
internal bool IsSetNextToken()
{
return this._nextToken != null;
}
}
} | 77 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Container for the parameters to the DescribeFlow operation.
/// Provides a description of the specified flow.
/// </summary>
public partial class DescribeFlowRequest : AmazonAppflowRequest
{
private string _flowName;
/// <summary>
/// Gets and sets the property FlowName.
/// <para>
/// The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
/// (-) only.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=256)]
public string FlowName
{
get { return this._flowName; }
set { this._flowName = value; }
}
// Check to see if FlowName property is set
internal bool IsSetFlowName()
{
return this._flowName != null;
}
}
} | 60 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// This is the response object from the DescribeFlow operation.
/// </summary>
public partial class DescribeFlowResponse : AmazonWebServiceResponse
{
private DateTime? _createdAt;
private string _createdBy;
private string _description;
private List<DestinationFlowConfig> _destinationFlowConfigList = new List<DestinationFlowConfig>();
private string _flowArn;
private string _flowName;
private FlowStatus _flowStatus;
private string _flowStatusMessage;
private string _kmsArn;
private ExecutionDetails _lastRunExecutionDetails;
private List<MetadataCatalogDetail> _lastRunMetadataCatalogDetails = new List<MetadataCatalogDetail>();
private DateTime? _lastUpdatedAt;
private string _lastUpdatedBy;
private MetadataCatalogConfig _metadataCatalogConfig;
private long? _schemaVersion;
private SourceFlowConfig _sourceFlowConfig;
private Dictionary<string, string> _tags = new Dictionary<string, string>();
private List<Task> _tasks = new List<Task>();
private TriggerConfig _triggerConfig;
/// <summary>
/// Gets and sets the property CreatedAt.
/// <para>
/// Specifies when the flow was created.
/// </para>
/// </summary>
public DateTime CreatedAt
{
get { return this._createdAt.GetValueOrDefault(); }
set { this._createdAt = value; }
}
// Check to see if CreatedAt property is set
internal bool IsSetCreatedAt()
{
return this._createdAt.HasValue;
}
/// <summary>
/// Gets and sets the property CreatedBy.
/// <para>
/// The ARN of the user who created the flow.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string CreatedBy
{
get { return this._createdBy; }
set { this._createdBy = value; }
}
// Check to see if CreatedBy property is set
internal bool IsSetCreatedBy()
{
return this._createdBy != null;
}
/// <summary>
/// Gets and sets the property Description.
/// <para>
/// A description of the flow.
/// </para>
/// </summary>
[AWSProperty(Max=2048)]
public string Description
{
get { return this._description; }
set { this._description = value; }
}
// Check to see if Description property is set
internal bool IsSetDescription()
{
return this._description != null;
}
/// <summary>
/// Gets and sets the property DestinationFlowConfigList.
/// <para>
/// The configuration that controls how Amazon AppFlow transfers data to the destination
/// connector.
/// </para>
/// </summary>
public List<DestinationFlowConfig> DestinationFlowConfigList
{
get { return this._destinationFlowConfigList; }
set { this._destinationFlowConfigList = value; }
}
// Check to see if DestinationFlowConfigList property is set
internal bool IsSetDestinationFlowConfigList()
{
return this._destinationFlowConfigList != null && this._destinationFlowConfigList.Count > 0;
}
/// <summary>
/// Gets and sets the property FlowArn.
/// <para>
/// The flow's Amazon Resource Name (ARN).
/// </para>
/// </summary>
[AWSProperty(Max=512)]
public string FlowArn
{
get { return this._flowArn; }
set { this._flowArn = value; }
}
// Check to see if FlowArn property is set
internal bool IsSetFlowArn()
{
return this._flowArn != null;
}
/// <summary>
/// Gets and sets the property FlowName.
/// <para>
/// The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
/// (-) only.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string FlowName
{
get { return this._flowName; }
set { this._flowName = value; }
}
// Check to see if FlowName property is set
internal bool IsSetFlowName()
{
return this._flowName != null;
}
/// <summary>
/// Gets and sets the property FlowStatus.
/// <para>
/// Indicates the current status of the flow.
/// </para>
/// </summary>
public FlowStatus FlowStatus
{
get { return this._flowStatus; }
set { this._flowStatus = value; }
}
// Check to see if FlowStatus property is set
internal bool IsSetFlowStatus()
{
return this._flowStatus != null;
}
/// <summary>
/// Gets and sets the property FlowStatusMessage.
/// <para>
/// Contains an error message if the flow status is in a suspended or error state. This
/// applies only to scheduled or event-triggered flows.
/// </para>
/// </summary>
[AWSProperty(Max=2048)]
public string FlowStatusMessage
{
get { return this._flowStatusMessage; }
set { this._flowStatusMessage = value; }
}
// Check to see if FlowStatusMessage property is set
internal bool IsSetFlowStatusMessage()
{
return this._flowStatusMessage != null;
}
/// <summary>
/// Gets and sets the property KmsArn.
/// <para>
/// The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide
/// for encryption. This is required if you do not want to use the Amazon AppFlow-managed
/// KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed
/// KMS key.
/// </para>
/// </summary>
[AWSProperty(Min=20, Max=2048)]
public string KmsArn
{
get { return this._kmsArn; }
set { this._kmsArn = value; }
}
// Check to see if KmsArn property is set
internal bool IsSetKmsArn()
{
return this._kmsArn != null;
}
/// <summary>
/// Gets and sets the property LastRunExecutionDetails.
/// <para>
/// Describes the details of the most recent flow run.
/// </para>
/// </summary>
public ExecutionDetails LastRunExecutionDetails
{
get { return this._lastRunExecutionDetails; }
set { this._lastRunExecutionDetails = value; }
}
// Check to see if LastRunExecutionDetails property is set
internal bool IsSetLastRunExecutionDetails()
{
return this._lastRunExecutionDetails != null;
}
/// <summary>
/// Gets and sets the property LastRunMetadataCatalogDetails.
/// <para>
/// Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow
/// used for the associated flow run.
/// </para>
/// </summary>
public List<MetadataCatalogDetail> LastRunMetadataCatalogDetails
{
get { return this._lastRunMetadataCatalogDetails; }
set { this._lastRunMetadataCatalogDetails = value; }
}
// Check to see if LastRunMetadataCatalogDetails property is set
internal bool IsSetLastRunMetadataCatalogDetails()
{
return this._lastRunMetadataCatalogDetails != null && this._lastRunMetadataCatalogDetails.Count > 0;
}
/// <summary>
/// Gets and sets the property LastUpdatedAt.
/// <para>
/// Specifies when the flow was last updated.
/// </para>
/// </summary>
public DateTime LastUpdatedAt
{
get { return this._lastUpdatedAt.GetValueOrDefault(); }
set { this._lastUpdatedAt = value; }
}
// Check to see if LastUpdatedAt property is set
internal bool IsSetLastUpdatedAt()
{
return this._lastUpdatedAt.HasValue;
}
/// <summary>
/// Gets and sets the property LastUpdatedBy.
/// <para>
/// Specifies the user name of the account that performed the most recent update.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string LastUpdatedBy
{
get { return this._lastUpdatedBy; }
set { this._lastUpdatedBy = value; }
}
// Check to see if LastUpdatedBy property is set
internal bool IsSetLastUpdatedBy()
{
return this._lastUpdatedBy != null;
}
/// <summary>
/// Gets and sets the property MetadataCatalogConfig.
/// <para>
/// Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's
/// transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow,
/// it stores metadata in a data catalog.
/// </para>
/// </summary>
public MetadataCatalogConfig MetadataCatalogConfig
{
get { return this._metadataCatalogConfig; }
set { this._metadataCatalogConfig = value; }
}
// Check to see if MetadataCatalogConfig property is set
internal bool IsSetMetadataCatalogConfig()
{
return this._metadataCatalogConfig != null;
}
/// <summary>
/// Gets and sets the property SchemaVersion.
/// <para>
/// The version number of your data schema. Amazon AppFlow assigns this version number.
/// The version number increases by one when you change any of the following settings
/// in your flow configuration:
/// </para>
/// <ul> <li>
/// <para>
/// Source-to-destination field mappings
/// </para>
/// </li> <li>
/// <para>
/// Field data types
/// </para>
/// </li> <li>
/// <para>
/// Partition keys
/// </para>
/// </li> </ul>
/// </summary>
public long SchemaVersion
{
get { return this._schemaVersion.GetValueOrDefault(); }
set { this._schemaVersion = value; }
}
// Check to see if SchemaVersion property is set
internal bool IsSetSchemaVersion()
{
return this._schemaVersion.HasValue;
}
/// <summary>
/// Gets and sets the property SourceFlowConfig.
/// <para>
/// The configuration that controls how Amazon AppFlow retrieves data from the source
/// connector.
/// </para>
/// </summary>
public SourceFlowConfig SourceFlowConfig
{
get { return this._sourceFlowConfig; }
set { this._sourceFlowConfig = value; }
}
// Check to see if SourceFlowConfig property is set
internal bool IsSetSourceFlowConfig()
{
return this._sourceFlowConfig != null;
}
/// <summary>
/// Gets and sets the property Tags.
/// <para>
/// The tags used to organize, track, or control access for your flow.
/// </para>
/// </summary>
[AWSProperty(Min=0, Max=50)]
public Dictionary<string, string> Tags
{
get { return this._tags; }
set { this._tags = value; }
}
// Check to see if Tags property is set
internal bool IsSetTags()
{
return this._tags != null && this._tags.Count > 0;
}
/// <summary>
/// Gets and sets the property Tasks.
/// <para>
/// A list of tasks that Amazon AppFlow performs while transferring the data in the flow
/// run.
/// </para>
/// </summary>
public List<Task> Tasks
{
get { return this._tasks; }
set { this._tasks = value; }
}
// Check to see if Tasks property is set
internal bool IsSetTasks()
{
return this._tasks != null && this._tasks.Count > 0;
}
/// <summary>
/// Gets and sets the property TriggerConfig.
/// <para>
/// The trigger settings that determine how and when the flow runs.
/// </para>
/// </summary>
public TriggerConfig TriggerConfig
{
get { return this._triggerConfig; }
set { this._triggerConfig = value; }
}
// Check to see if TriggerConfig property is set
internal bool IsSetTriggerConfig()
{
return this._triggerConfig != null;
}
}
} | 433 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// This stores the information that is required to query a particular connector.
/// </summary>
public partial class DestinationConnectorProperties
{
private CustomConnectorDestinationProperties _customConnector;
private CustomerProfilesDestinationProperties _customerProfiles;
private EventBridgeDestinationProperties _eventBridge;
private HoneycodeDestinationProperties _honeycode;
private LookoutMetricsDestinationProperties _lookoutMetrics;
private MarketoDestinationProperties _marketo;
private RedshiftDestinationProperties _redshift;
private S3DestinationProperties _s3;
private SalesforceDestinationProperties _salesforce;
private SAPODataDestinationProperties _sapoData;
private SnowflakeDestinationProperties _snowflake;
private UpsolverDestinationProperties _upsolver;
private ZendeskDestinationProperties _zendesk;
/// <summary>
/// Gets and sets the property CustomConnector.
/// <para>
/// The properties that are required to query the custom Connector.
/// </para>
/// </summary>
public CustomConnectorDestinationProperties CustomConnector
{
get { return this._customConnector; }
set { this._customConnector = value; }
}
// Check to see if CustomConnector property is set
internal bool IsSetCustomConnector()
{
return this._customConnector != null;
}
/// <summary>
/// Gets and sets the property CustomerProfiles.
/// <para>
/// The properties required to query Amazon Connect Customer Profiles.
/// </para>
/// </summary>
public CustomerProfilesDestinationProperties CustomerProfiles
{
get { return this._customerProfiles; }
set { this._customerProfiles = value; }
}
// Check to see if CustomerProfiles property is set
internal bool IsSetCustomerProfiles()
{
return this._customerProfiles != null;
}
/// <summary>
/// Gets and sets the property EventBridge.
/// <para>
/// The properties required to query Amazon EventBridge.
/// </para>
/// </summary>
public EventBridgeDestinationProperties EventBridge
{
get { return this._eventBridge; }
set { this._eventBridge = value; }
}
// Check to see if EventBridge property is set
internal bool IsSetEventBridge()
{
return this._eventBridge != null;
}
/// <summary>
/// Gets and sets the property Honeycode.
/// <para>
/// The properties required to query Amazon Honeycode.
/// </para>
/// </summary>
public HoneycodeDestinationProperties Honeycode
{
get { return this._honeycode; }
set { this._honeycode = value; }
}
// Check to see if Honeycode property is set
internal bool IsSetHoneycode()
{
return this._honeycode != null;
}
/// <summary>
/// Gets and sets the property LookoutMetrics.
/// <para>
/// The properties required to query Amazon Lookout for Metrics.
/// </para>
/// </summary>
public LookoutMetricsDestinationProperties LookoutMetrics
{
get { return this._lookoutMetrics; }
set { this._lookoutMetrics = value; }
}
// Check to see if LookoutMetrics property is set
internal bool IsSetLookoutMetrics()
{
return this._lookoutMetrics != null;
}
/// <summary>
/// Gets and sets the property Marketo.
/// <para>
/// The properties required to query Marketo.
/// </para>
/// </summary>
public MarketoDestinationProperties Marketo
{
get { return this._marketo; }
set { this._marketo = value; }
}
// Check to see if Marketo property is set
internal bool IsSetMarketo()
{
return this._marketo != null;
}
/// <summary>
/// Gets and sets the property Redshift.
/// <para>
/// The properties required to query Amazon Redshift.
/// </para>
/// </summary>
public RedshiftDestinationProperties Redshift
{
get { return this._redshift; }
set { this._redshift = value; }
}
// Check to see if Redshift property is set
internal bool IsSetRedshift()
{
return this._redshift != null;
}
/// <summary>
/// Gets and sets the property S3.
/// <para>
/// The properties required to query Amazon S3.
/// </para>
/// </summary>
public S3DestinationProperties S3
{
get { return this._s3; }
set { this._s3 = value; }
}
// Check to see if S3 property is set
internal bool IsSetS3()
{
return this._s3 != null;
}
/// <summary>
/// Gets and sets the property Salesforce.
/// <para>
/// The properties required to query Salesforce.
/// </para>
/// </summary>
public SalesforceDestinationProperties Salesforce
{
get { return this._salesforce; }
set { this._salesforce = value; }
}
// Check to see if Salesforce property is set
internal bool IsSetSalesforce()
{
return this._salesforce != null;
}
/// <summary>
/// Gets and sets the property SAPOData.
/// <para>
/// The properties required to query SAPOData.
/// </para>
/// </summary>
public SAPODataDestinationProperties SAPOData
{
get { return this._sapoData; }
set { this._sapoData = value; }
}
// Check to see if SAPOData property is set
internal bool IsSetSAPOData()
{
return this._sapoData != null;
}
/// <summary>
/// Gets and sets the property Snowflake.
/// <para>
/// The properties required to query Snowflake.
/// </para>
/// </summary>
public SnowflakeDestinationProperties Snowflake
{
get { return this._snowflake; }
set { this._snowflake = value; }
}
// Check to see if Snowflake property is set
internal bool IsSetSnowflake()
{
return this._snowflake != null;
}
/// <summary>
/// Gets and sets the property Upsolver.
/// <para>
/// The properties required to query Upsolver.
/// </para>
/// </summary>
public UpsolverDestinationProperties Upsolver
{
get { return this._upsolver; }
set { this._upsolver = value; }
}
// Check to see if Upsolver property is set
internal bool IsSetUpsolver()
{
return this._upsolver != null;
}
/// <summary>
/// Gets and sets the property Zendesk.
/// <para>
/// The properties required to query Zendesk.
/// </para>
/// </summary>
public ZendeskDestinationProperties Zendesk
{
get { return this._zendesk; }
set { this._zendesk = value; }
}
// Check to see if Zendesk property is set
internal bool IsSetZendesk()
{
return this._zendesk != null;
}
}
} | 285 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The properties that can be applied to a field when connector is being used as a destination.
/// </summary>
public partial class DestinationFieldProperties
{
private bool? _isCreatable;
private bool? _isDefaultedOnCreate;
private bool? _isNullable;
private bool? _isUpdatable;
private bool? _isUpsertable;
private List<string> _supportedWriteOperations = new List<string>();
/// <summary>
/// Gets and sets the property IsCreatable.
/// <para>
/// Specifies if the destination field can be created by the current user.
/// </para>
/// </summary>
public bool IsCreatable
{
get { return this._isCreatable.GetValueOrDefault(); }
set { this._isCreatable = value; }
}
// Check to see if IsCreatable property is set
internal bool IsSetIsCreatable()
{
return this._isCreatable.HasValue;
}
/// <summary>
/// Gets and sets the property IsDefaultedOnCreate.
/// <para>
/// Specifies whether the field can use the default value during a Create operation.
/// </para>
/// </summary>
public bool IsDefaultedOnCreate
{
get { return this._isDefaultedOnCreate.GetValueOrDefault(); }
set { this._isDefaultedOnCreate = value; }
}
// Check to see if IsDefaultedOnCreate property is set
internal bool IsSetIsDefaultedOnCreate()
{
return this._isDefaultedOnCreate.HasValue;
}
/// <summary>
/// Gets and sets the property IsNullable.
/// <para>
/// Specifies if the destination field can have a null value.
/// </para>
/// </summary>
public bool IsNullable
{
get { return this._isNullable.GetValueOrDefault(); }
set { this._isNullable = value; }
}
// Check to see if IsNullable property is set
internal bool IsSetIsNullable()
{
return this._isNullable.HasValue;
}
/// <summary>
/// Gets and sets the property IsUpdatable.
/// <para>
/// Specifies whether the field can be updated during an <code>UPDATE</code> or <code>UPSERT</code>
/// write operation.
/// </para>
/// </summary>
public bool IsUpdatable
{
get { return this._isUpdatable.GetValueOrDefault(); }
set { this._isUpdatable = value; }
}
// Check to see if IsUpdatable property is set
internal bool IsSetIsUpdatable()
{
return this._isUpdatable.HasValue;
}
/// <summary>
/// Gets and sets the property IsUpsertable.
/// <para>
/// Specifies if the flow run can either insert new rows in the destination field if
/// they do not already exist, or update them if they do.
/// </para>
/// </summary>
public bool IsUpsertable
{
get { return this._isUpsertable.GetValueOrDefault(); }
set { this._isUpsertable = value; }
}
// Check to see if IsUpsertable property is set
internal bool IsSetIsUpsertable()
{
return this._isUpsertable.HasValue;
}
/// <summary>
/// Gets and sets the property SupportedWriteOperations.
/// <para>
/// A list of supported write operations. For each write operation listed, this field
/// can be used in <code>idFieldNames</code> when that write operation is present as a
/// destination option.
/// </para>
/// </summary>
public List<string> SupportedWriteOperations
{
get { return this._supportedWriteOperations; }
set { this._supportedWriteOperations = value; }
}
// Check to see if SupportedWriteOperations property is set
internal bool IsSetSupportedWriteOperations()
{
return this._supportedWriteOperations != null && this._supportedWriteOperations.Count > 0;
}
}
} | 156 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Contains information about the configuration of destination connectors present in
/// the flow.
/// </summary>
public partial class DestinationFlowConfig
{
private string _apiVersion;
private string _connectorProfileName;
private ConnectorType _connectorType;
private DestinationConnectorProperties _destinationConnectorProperties;
/// <summary>
/// Gets and sets the property ApiVersion.
/// <para>
/// The API version that the destination connector uses.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string ApiVersion
{
get { return this._apiVersion; }
set { this._apiVersion = value; }
}
// Check to see if ApiVersion property is set
internal bool IsSetApiVersion()
{
return this._apiVersion != null;
}
/// <summary>
/// Gets and sets the property ConnectorProfileName.
/// <para>
/// The name of the connector profile. This name must be unique for each connector profile
/// in the Amazon Web Services account.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string ConnectorProfileName
{
get { return this._connectorProfileName; }
set { this._connectorProfileName = value; }
}
// Check to see if ConnectorProfileName property is set
internal bool IsSetConnectorProfileName()
{
return this._connectorProfileName != null;
}
/// <summary>
/// Gets and sets the property ConnectorType.
/// <para>
/// The type of connector, such as Salesforce, Amplitude, and so on.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public ConnectorType ConnectorType
{
get { return this._connectorType; }
set { this._connectorType = value; }
}
// Check to see if ConnectorType property is set
internal bool IsSetConnectorType()
{
return this._connectorType != null;
}
/// <summary>
/// Gets and sets the property DestinationConnectorProperties.
/// <para>
/// This stores the information that is required to query a particular connector.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public DestinationConnectorProperties DestinationConnectorProperties
{
get { return this._destinationConnectorProperties; }
set { this._destinationConnectorProperties = value; }
}
// Check to see if DestinationConnectorProperties property is set
internal bool IsSetDestinationConnectorProperties()
{
return this._destinationConnectorProperties != null;
}
}
} | 120 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector-specific profile credentials required by Dynatrace.
/// </summary>
public partial class DynatraceConnectorProfileCredentials
{
private string _apiToken;
/// <summary>
/// Gets and sets the property ApiToken.
/// <para>
/// The API tokens used by Dynatrace API to authenticate various API calls.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=256)]
public string ApiToken
{
get { return this._apiToken; }
set { this._apiToken = value; }
}
// Check to see if ApiToken property is set
internal bool IsSetApiToken()
{
return this._apiToken != null;
}
}
} | 58 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector-specific profile properties required by Dynatrace.
/// </summary>
public partial class DynatraceConnectorProfileProperties
{
private string _instanceUrl;
/// <summary>
/// Gets and sets the property InstanceUrl.
/// <para>
/// The location of the Dynatrace resource.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=256)]
public string InstanceUrl
{
get { return this._instanceUrl; }
set { this._instanceUrl = value; }
}
// Check to see if InstanceUrl property is set
internal bool IsSetInstanceUrl()
{
return this._instanceUrl != null;
}
}
} | 58 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector metadata specific to Dynatrace.
/// </summary>
public partial class DynatraceMetadata
{
}
} | 38 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The properties that are applied when Dynatrace is being used as a source.
/// </summary>
public partial class DynatraceSourceProperties
{
private string _object;
/// <summary>
/// Gets and sets the property Object.
/// <para>
/// The object specified in the Dynatrace flow source.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=512)]
public string Object
{
get { return this._object; }
set { this._object = value; }
}
// Check to see if Object property is set
internal bool IsSetObject()
{
return this._object != null;
}
}
} | 58 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The settings that determine how Amazon AppFlow handles an error when placing data
/// in the destination. For example, this setting would determine if the flow should fail
/// after one insertion error, or continue and attempt to insert every record regardless
/// of the initial failure. <code>ErrorHandlingConfig</code> is a part of the destination
/// connector details.
/// </summary>
public partial class ErrorHandlingConfig
{
private string _bucketName;
private string _bucketPrefix;
private bool? _failOnFirstDestinationError;
/// <summary>
/// Gets and sets the property BucketName.
/// <para>
/// Specifies the name of the Amazon S3 bucket.
/// </para>
/// </summary>
[AWSProperty(Min=3, Max=63)]
public string BucketName
{
get { return this._bucketName; }
set { this._bucketName = value; }
}
// Check to see if BucketName property is set
internal bool IsSetBucketName()
{
return this._bucketName != null;
}
/// <summary>
/// Gets and sets the property BucketPrefix.
/// <para>
/// Specifies the Amazon S3 bucket prefix.
/// </para>
/// </summary>
[AWSProperty(Max=512)]
public string BucketPrefix
{
get { return this._bucketPrefix; }
set { this._bucketPrefix = value; }
}
// Check to see if BucketPrefix property is set
internal bool IsSetBucketPrefix()
{
return this._bucketPrefix != null;
}
/// <summary>
/// Gets and sets the property FailOnFirstDestinationError.
/// <para>
/// Specifies if the flow should fail after the first instance of a failure when attempting
/// to place data in the destination.
/// </para>
/// </summary>
public bool FailOnFirstDestinationError
{
get { return this._failOnFirstDestinationError.GetValueOrDefault(); }
set { this._failOnFirstDestinationError = value; }
}
// Check to see if FailOnFirstDestinationError property is set
internal bool IsSetFailOnFirstDestinationError()
{
return this._failOnFirstDestinationError.HasValue;
}
}
} | 102 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Provides details in the event of a failed flow, including the failure count and the
/// related error messages.
/// </summary>
public partial class ErrorInfo
{
private string _executionMessage;
private long? _putFailuresCount;
/// <summary>
/// Gets and sets the property ExecutionMessage.
/// <para>
/// Specifies the error message that appears if a flow fails.
/// </para>
/// </summary>
[AWSProperty(Max=2048)]
public string ExecutionMessage
{
get { return this._executionMessage; }
set { this._executionMessage = value; }
}
// Check to see if ExecutionMessage property is set
internal bool IsSetExecutionMessage()
{
return this._executionMessage != null;
}
/// <summary>
/// Gets and sets the property PutFailuresCount.
/// <para>
/// Specifies the failure count for the attempted flow.
/// </para>
/// </summary>
public long PutFailuresCount
{
get { return this._putFailuresCount.GetValueOrDefault(); }
set { this._putFailuresCount = value; }
}
// Check to see if PutFailuresCount property is set
internal bool IsSetPutFailuresCount()
{
return this._putFailuresCount.HasValue;
}
}
} | 78 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The properties that are applied when Amazon EventBridge is being used as a destination.
/// </summary>
public partial class EventBridgeDestinationProperties
{
private ErrorHandlingConfig _errorHandlingConfig;
private string _object;
/// <summary>
/// Gets and sets the property ErrorHandlingConfig.
/// </summary>
public ErrorHandlingConfig ErrorHandlingConfig
{
get { return this._errorHandlingConfig; }
set { this._errorHandlingConfig = value; }
}
// Check to see if ErrorHandlingConfig property is set
internal bool IsSetErrorHandlingConfig()
{
return this._errorHandlingConfig != null;
}
/// <summary>
/// Gets and sets the property Object.
/// <para>
/// The object specified in the Amazon EventBridge flow destination.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=512)]
public string Object
{
get { return this._object; }
set { this._object = value; }
}
// Check to see if Object property is set
internal bool IsSetObject()
{
return this._object != null;
}
}
} | 74 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector metadata specific to Amazon EventBridge.
/// </summary>
public partial class EventBridgeMetadata
{
}
} | 38 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Describes the details of the flow run, including the timestamp, status, and message.
/// </summary>
public partial class ExecutionDetails
{
private string _mostRecentExecutionMessage;
private ExecutionStatus _mostRecentExecutionStatus;
private DateTime? _mostRecentExecutionTime;
/// <summary>
/// Gets and sets the property MostRecentExecutionMessage.
/// <para>
/// Describes the details of the most recent flow run.
/// </para>
/// </summary>
[AWSProperty(Max=2048)]
public string MostRecentExecutionMessage
{
get { return this._mostRecentExecutionMessage; }
set { this._mostRecentExecutionMessage = value; }
}
// Check to see if MostRecentExecutionMessage property is set
internal bool IsSetMostRecentExecutionMessage()
{
return this._mostRecentExecutionMessage != null;
}
/// <summary>
/// Gets and sets the property MostRecentExecutionStatus.
/// <para>
/// Specifies the status of the most recent flow run.
/// </para>
/// </summary>
public ExecutionStatus MostRecentExecutionStatus
{
get { return this._mostRecentExecutionStatus; }
set { this._mostRecentExecutionStatus = value; }
}
// Check to see if MostRecentExecutionStatus property is set
internal bool IsSetMostRecentExecutionStatus()
{
return this._mostRecentExecutionStatus != null;
}
/// <summary>
/// Gets and sets the property MostRecentExecutionTime.
/// <para>
/// Specifies the time of the most recent flow run.
/// </para>
/// </summary>
public DateTime MostRecentExecutionTime
{
get { return this._mostRecentExecutionTime.GetValueOrDefault(); }
set { this._mostRecentExecutionTime = value; }
}
// Check to see if MostRecentExecutionTime property is set
internal bool IsSetMostRecentExecutionTime()
{
return this._mostRecentExecutionTime.HasValue;
}
}
} | 96 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Specifies information about the past flow run instances for a given flow.
/// </summary>
public partial class ExecutionRecord
{
private DateTime? _dataPullEndTime;
private DateTime? _dataPullStartTime;
private string _executionId;
private ExecutionResult _executionResult;
private ExecutionStatus _executionStatus;
private DateTime? _lastUpdatedAt;
private List<MetadataCatalogDetail> _metadataCatalogDetails = new List<MetadataCatalogDetail>();
private DateTime? _startedAt;
/// <summary>
/// Gets and sets the property DataPullEndTime.
/// <para>
/// The timestamp that indicates the last new or updated record to be transferred in
/// the flow run.
/// </para>
/// </summary>
public DateTime DataPullEndTime
{
get { return this._dataPullEndTime.GetValueOrDefault(); }
set { this._dataPullEndTime = value; }
}
// Check to see if DataPullEndTime property is set
internal bool IsSetDataPullEndTime()
{
return this._dataPullEndTime.HasValue;
}
/// <summary>
/// Gets and sets the property DataPullStartTime.
/// <para>
/// The timestamp that determines the first new or updated record to be transferred in
/// the flow run.
/// </para>
/// </summary>
public DateTime DataPullStartTime
{
get { return this._dataPullStartTime.GetValueOrDefault(); }
set { this._dataPullStartTime = value; }
}
// Check to see if DataPullStartTime property is set
internal bool IsSetDataPullStartTime()
{
return this._dataPullStartTime.HasValue;
}
/// <summary>
/// Gets and sets the property ExecutionId.
/// <para>
/// Specifies the identifier of the given flow run.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string ExecutionId
{
get { return this._executionId; }
set { this._executionId = value; }
}
// Check to see if ExecutionId property is set
internal bool IsSetExecutionId()
{
return this._executionId != null;
}
/// <summary>
/// Gets and sets the property ExecutionResult.
/// <para>
/// Describes the result of the given flow run.
/// </para>
/// </summary>
public ExecutionResult ExecutionResult
{
get { return this._executionResult; }
set { this._executionResult = value; }
}
// Check to see if ExecutionResult property is set
internal bool IsSetExecutionResult()
{
return this._executionResult != null;
}
/// <summary>
/// Gets and sets the property ExecutionStatus.
/// <para>
/// Specifies the flow run status and whether it is in progress, has completed successfully,
/// or has failed.
/// </para>
/// </summary>
public ExecutionStatus ExecutionStatus
{
get { return this._executionStatus; }
set { this._executionStatus = value; }
}
// Check to see if ExecutionStatus property is set
internal bool IsSetExecutionStatus()
{
return this._executionStatus != null;
}
/// <summary>
/// Gets and sets the property LastUpdatedAt.
/// <para>
/// Specifies the time of the most recent update.
/// </para>
/// </summary>
public DateTime LastUpdatedAt
{
get { return this._lastUpdatedAt.GetValueOrDefault(); }
set { this._lastUpdatedAt = value; }
}
// Check to see if LastUpdatedAt property is set
internal bool IsSetLastUpdatedAt()
{
return this._lastUpdatedAt.HasValue;
}
/// <summary>
/// Gets and sets the property MetadataCatalogDetails.
/// <para>
/// Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow
/// used for the associated flow run.
/// </para>
/// </summary>
public List<MetadataCatalogDetail> MetadataCatalogDetails
{
get { return this._metadataCatalogDetails; }
set { this._metadataCatalogDetails = value; }
}
// Check to see if MetadataCatalogDetails property is set
internal bool IsSetMetadataCatalogDetails()
{
return this._metadataCatalogDetails != null && this._metadataCatalogDetails.Count > 0;
}
/// <summary>
/// Gets and sets the property StartedAt.
/// <para>
/// Specifies the start time of the flow run.
/// </para>
/// </summary>
public DateTime StartedAt
{
get { return this._startedAt.GetValueOrDefault(); }
set { this._startedAt = value; }
}
// Check to see if StartedAt property is set
internal bool IsSetStartedAt()
{
return this._startedAt.HasValue;
}
}
} | 195 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Specifies the end result of the flow run.
/// </summary>
public partial class ExecutionResult
{
private long? _bytesProcessed;
private long? _bytesWritten;
private ErrorInfo _errorInfo;
private long? _recordsProcessed;
/// <summary>
/// Gets and sets the property BytesProcessed.
/// <para>
/// The total number of bytes processed by the flow run.
/// </para>
/// </summary>
public long BytesProcessed
{
get { return this._bytesProcessed.GetValueOrDefault(); }
set { this._bytesProcessed = value; }
}
// Check to see if BytesProcessed property is set
internal bool IsSetBytesProcessed()
{
return this._bytesProcessed.HasValue;
}
/// <summary>
/// Gets and sets the property BytesWritten.
/// <para>
/// The total number of bytes written as a result of the flow run.
/// </para>
/// </summary>
public long BytesWritten
{
get { return this._bytesWritten.GetValueOrDefault(); }
set { this._bytesWritten = value; }
}
// Check to see if BytesWritten property is set
internal bool IsSetBytesWritten()
{
return this._bytesWritten.HasValue;
}
/// <summary>
/// Gets and sets the property ErrorInfo.
/// <para>
/// Provides any error message information related to the flow run.
/// </para>
/// </summary>
public ErrorInfo ErrorInfo
{
get { return this._errorInfo; }
set { this._errorInfo = value; }
}
// Check to see if ErrorInfo property is set
internal bool IsSetErrorInfo()
{
return this._errorInfo != null;
}
/// <summary>
/// Gets and sets the property RecordsProcessed.
/// <para>
/// The number of records processed in the flow run.
/// </para>
/// </summary>
public long RecordsProcessed
{
get { return this._recordsProcessed.GetValueOrDefault(); }
set { this._recordsProcessed = value; }
}
// Check to see if RecordsProcessed property is set
internal bool IsSetRecordsProcessed()
{
return this._recordsProcessed.HasValue;
}
}
} | 114 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Contains details regarding the supported field type and the operators that can be
/// applied for filtering.
/// </summary>
public partial class FieldTypeDetails
{
private Range _fieldLengthRange;
private string _fieldType;
private Range _fieldValueRange;
private List<string> _filterOperators = new List<string>();
private string _supportedDateFormat;
private List<string> _supportedValues = new List<string>();
private string _valueRegexPattern;
/// <summary>
/// Gets and sets the property FieldLengthRange.
/// <para>
/// This is the allowable length range for this field's value.
/// </para>
/// </summary>
public Range FieldLengthRange
{
get { return this._fieldLengthRange; }
set { this._fieldLengthRange = value; }
}
// Check to see if FieldLengthRange property is set
internal bool IsSetFieldLengthRange()
{
return this._fieldLengthRange != null;
}
/// <summary>
/// Gets and sets the property FieldType.
/// <para>
/// The type of field, such as string, integer, date, and so on.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public string FieldType
{
get { return this._fieldType; }
set { this._fieldType = value; }
}
// Check to see if FieldType property is set
internal bool IsSetFieldType()
{
return this._fieldType != null;
}
/// <summary>
/// Gets and sets the property FieldValueRange.
/// <para>
/// The range of values this field can hold.
/// </para>
/// </summary>
public Range FieldValueRange
{
get { return this._fieldValueRange; }
set { this._fieldValueRange = value; }
}
// Check to see if FieldValueRange property is set
internal bool IsSetFieldValueRange()
{
return this._fieldValueRange != null;
}
/// <summary>
/// Gets and sets the property FilterOperators.
/// <para>
/// The list of operators supported by a field.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public List<string> FilterOperators
{
get { return this._filterOperators; }
set { this._filterOperators = value; }
}
// Check to see if FilterOperators property is set
internal bool IsSetFilterOperators()
{
return this._filterOperators != null && this._filterOperators.Count > 0;
}
/// <summary>
/// Gets and sets the property SupportedDateFormat.
/// <para>
/// The date format that the field supports.
/// </para>
/// </summary>
[AWSProperty(Max=2048)]
public string SupportedDateFormat
{
get { return this._supportedDateFormat; }
set { this._supportedDateFormat = value; }
}
// Check to see if SupportedDateFormat property is set
internal bool IsSetSupportedDateFormat()
{
return this._supportedDateFormat != null;
}
/// <summary>
/// Gets and sets the property SupportedValues.
/// <para>
/// The list of values that a field can contain. For example, a Boolean <code>fieldType</code>
/// can have two values: "true" and "false".
/// </para>
/// </summary>
public List<string> SupportedValues
{
get { return this._supportedValues; }
set { this._supportedValues = value; }
}
// Check to see if SupportedValues property is set
internal bool IsSetSupportedValues()
{
return this._supportedValues != null && this._supportedValues.Count > 0;
}
/// <summary>
/// Gets and sets the property ValueRegexPattern.
/// <para>
/// The regular expression pattern for the field name.
/// </para>
/// </summary>
[AWSProperty(Max=2048)]
public string ValueRegexPattern
{
get { return this._valueRegexPattern; }
set { this._valueRegexPattern = value; }
}
// Check to see if ValueRegexPattern property is set
internal bool IsSetValueRegexPattern()
{
return this._valueRegexPattern != null;
}
}
} | 177 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The properties of the flow, such as its source, destination, trigger type, and so
/// on.
/// </summary>
public partial class FlowDefinition
{
private DateTime? _createdAt;
private string _createdBy;
private string _description;
private string _destinationConnectorLabel;
private ConnectorType _destinationConnectorType;
private string _flowArn;
private string _flowName;
private FlowStatus _flowStatus;
private ExecutionDetails _lastRunExecutionDetails;
private DateTime? _lastUpdatedAt;
private string _lastUpdatedBy;
private string _sourceConnectorLabel;
private ConnectorType _sourceConnectorType;
private Dictionary<string, string> _tags = new Dictionary<string, string>();
private TriggerType _triggerType;
/// <summary>
/// Gets and sets the property CreatedAt.
/// <para>
/// Specifies when the flow was created.
/// </para>
/// </summary>
public DateTime CreatedAt
{
get { return this._createdAt.GetValueOrDefault(); }
set { this._createdAt = value; }
}
// Check to see if CreatedAt property is set
internal bool IsSetCreatedAt()
{
return this._createdAt.HasValue;
}
/// <summary>
/// Gets and sets the property CreatedBy.
/// <para>
/// The ARN of the user who created the flow.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string CreatedBy
{
get { return this._createdBy; }
set { this._createdBy = value; }
}
// Check to see if CreatedBy property is set
internal bool IsSetCreatedBy()
{
return this._createdBy != null;
}
/// <summary>
/// Gets and sets the property Description.
/// <para>
/// A user-entered description of the flow.
/// </para>
/// </summary>
[AWSProperty(Max=2048)]
public string Description
{
get { return this._description; }
set { this._description = value; }
}
// Check to see if Description property is set
internal bool IsSetDescription()
{
return this._description != null;
}
/// <summary>
/// Gets and sets the property DestinationConnectorLabel.
/// <para>
/// The label of the destination connector in the flow.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string DestinationConnectorLabel
{
get { return this._destinationConnectorLabel; }
set { this._destinationConnectorLabel = value; }
}
// Check to see if DestinationConnectorLabel property is set
internal bool IsSetDestinationConnectorLabel()
{
return this._destinationConnectorLabel != null;
}
/// <summary>
/// Gets and sets the property DestinationConnectorType.
/// <para>
/// Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude,
/// and so on.
/// </para>
/// </summary>
public ConnectorType DestinationConnectorType
{
get { return this._destinationConnectorType; }
set { this._destinationConnectorType = value; }
}
// Check to see if DestinationConnectorType property is set
internal bool IsSetDestinationConnectorType()
{
return this._destinationConnectorType != null;
}
/// <summary>
/// Gets and sets the property FlowArn.
/// <para>
/// The flow's Amazon Resource Name (ARN).
/// </para>
/// </summary>
[AWSProperty(Max=512)]
public string FlowArn
{
get { return this._flowArn; }
set { this._flowArn = value; }
}
// Check to see if FlowArn property is set
internal bool IsSetFlowArn()
{
return this._flowArn != null;
}
/// <summary>
/// Gets and sets the property FlowName.
/// <para>
/// The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
/// (-) only.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string FlowName
{
get { return this._flowName; }
set { this._flowName = value; }
}
// Check to see if FlowName property is set
internal bool IsSetFlowName()
{
return this._flowName != null;
}
/// <summary>
/// Gets and sets the property FlowStatus.
/// <para>
/// Indicates the current status of the flow.
/// </para>
/// </summary>
public FlowStatus FlowStatus
{
get { return this._flowStatus; }
set { this._flowStatus = value; }
}
// Check to see if FlowStatus property is set
internal bool IsSetFlowStatus()
{
return this._flowStatus != null;
}
/// <summary>
/// Gets and sets the property LastRunExecutionDetails.
/// <para>
/// Describes the details of the most recent flow run.
/// </para>
/// </summary>
public ExecutionDetails LastRunExecutionDetails
{
get { return this._lastRunExecutionDetails; }
set { this._lastRunExecutionDetails = value; }
}
// Check to see if LastRunExecutionDetails property is set
internal bool IsSetLastRunExecutionDetails()
{
return this._lastRunExecutionDetails != null;
}
/// <summary>
/// Gets and sets the property LastUpdatedAt.
/// <para>
/// Specifies when the flow was last updated.
/// </para>
/// </summary>
public DateTime LastUpdatedAt
{
get { return this._lastUpdatedAt.GetValueOrDefault(); }
set { this._lastUpdatedAt = value; }
}
// Check to see if LastUpdatedAt property is set
internal bool IsSetLastUpdatedAt()
{
return this._lastUpdatedAt.HasValue;
}
/// <summary>
/// Gets and sets the property LastUpdatedBy.
/// <para>
/// Specifies the account user name that most recently updated the flow.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string LastUpdatedBy
{
get { return this._lastUpdatedBy; }
set { this._lastUpdatedBy = value; }
}
// Check to see if LastUpdatedBy property is set
internal bool IsSetLastUpdatedBy()
{
return this._lastUpdatedBy != null;
}
/// <summary>
/// Gets and sets the property SourceConnectorLabel.
/// <para>
/// The label of the source connector in the flow.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string SourceConnectorLabel
{
get { return this._sourceConnectorLabel; }
set { this._sourceConnectorLabel = value; }
}
// Check to see if SourceConnectorLabel property is set
internal bool IsSetSourceConnectorLabel()
{
return this._sourceConnectorLabel != null;
}
/// <summary>
/// Gets and sets the property SourceConnectorType.
/// <para>
/// Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and
/// so on.
/// </para>
/// </summary>
public ConnectorType SourceConnectorType
{
get { return this._sourceConnectorType; }
set { this._sourceConnectorType = value; }
}
// Check to see if SourceConnectorType property is set
internal bool IsSetSourceConnectorType()
{
return this._sourceConnectorType != null;
}
/// <summary>
/// Gets and sets the property Tags.
/// <para>
/// The tags used to organize, track, or control access for your flow.
/// </para>
/// </summary>
[AWSProperty(Min=0, Max=50)]
public Dictionary<string, string> Tags
{
get { return this._tags; }
set { this._tags = value; }
}
// Check to see if Tags property is set
internal bool IsSetTags()
{
return this._tags != null && this._tags.Count > 0;
}
/// <summary>
/// Gets and sets the property TriggerType.
/// <para>
/// Specifies the type of flow trigger. This can be <code>OnDemand</code>, <code>Scheduled</code>,
/// or <code>Event</code>.
/// </para>
/// </summary>
public TriggerType TriggerType
{
get { return this._triggerType; }
set { this._triggerType = value; }
}
// Check to see if TriggerType property is set
internal bool IsSetTriggerType()
{
return this._triggerType != null;
}
}
} | 336 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Specifies the configuration that Amazon AppFlow uses when it catalogs your data with
/// the Glue Data Catalog. When Amazon AppFlow catalogs your data, it stores metadata
/// in Data Catalog tables. This metadata represents the data that's transferred by the
/// flow that you configure with these settings.
///
/// <note>
/// <para>
/// You can configure a flow with these settings only when the flow destination is Amazon
/// S3.
/// </para>
/// </note>
/// </summary>
public partial class GlueDataCatalogConfig
{
private string _databaseName;
private string _roleArn;
private string _tablePrefix;
/// <summary>
/// Gets and sets the property DatabaseName.
/// <para>
/// The name of the Data Catalog database that stores the metadata tables that Amazon
/// AppFlow creates in your Amazon Web Services account. These tables contain metadata
/// for the data that's transferred by the flow that you configure with this parameter.
/// </para>
/// <note>
/// <para>
/// When you configure a new flow with this parameter, you must specify an existing database.
/// </para>
/// </note>
/// </summary>
[AWSProperty(Required=true, Max=255)]
public string DatabaseName
{
get { return this._databaseName; }
set { this._databaseName = value; }
}
// Check to see if DatabaseName property is set
internal bool IsSetDatabaseName()
{
return this._databaseName != null;
}
/// <summary>
/// Gets and sets the property RoleArn.
/// <para>
/// The Amazon Resource Name (ARN) of an IAM role that grants Amazon AppFlow the permissions
/// it needs to create Data Catalog tables, databases, and partitions.
/// </para>
///
/// <para>
/// For an example IAM policy that has the required permissions, see <a href="https://docs.aws.amazon.com/appflow/latest/userguide/security_iam_id-based-policy-examples.html">Identity-based
/// policy examples for Amazon AppFlow</a>.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=512)]
public string RoleArn
{
get { return this._roleArn; }
set { this._roleArn = value; }
}
// Check to see if RoleArn property is set
internal bool IsSetRoleArn()
{
return this._roleArn != null;
}
/// <summary>
/// Gets and sets the property TablePrefix.
/// <para>
/// A naming prefix for each Data Catalog table that Amazon AppFlow creates for the flow
/// that you configure with this setting. Amazon AppFlow adds the prefix to the beginning
/// of the each table name.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=128)]
public string TablePrefix
{
get { return this._tablePrefix; }
set { this._tablePrefix = value; }
}
// Check to see if TablePrefix property is set
internal bool IsSetTablePrefix()
{
return this._tablePrefix != null;
}
}
} | 123 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector-specific profile credentials required by Google Analytics.
/// </summary>
public partial class GoogleAnalyticsConnectorProfileCredentials
{
private string _accessToken;
private string _clientId;
private string _clientSecret;
private ConnectorOAuthRequest _oAuthRequest;
private string _refreshToken;
/// <summary>
/// Gets and sets the property AccessToken.
/// <para>
/// The credentials used to access protected Google Analytics resources.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Max=4096)]
public string AccessToken
{
get { return this._accessToken; }
set { this._accessToken = value; }
}
// Check to see if AccessToken property is set
internal bool IsSetAccessToken()
{
return this._accessToken != null;
}
/// <summary>
/// Gets and sets the property ClientId.
/// <para>
/// The identifier for the desired client.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=512)]
public string ClientId
{
get { return this._clientId; }
set { this._clientId = value; }
}
// Check to see if ClientId property is set
internal bool IsSetClientId()
{
return this._clientId != null;
}
/// <summary>
/// Gets and sets the property ClientSecret.
/// <para>
/// The client secret used by the OAuth client to authenticate to the authorization server.
///
/// </para>
/// </summary>
[AWSProperty(Required=true, Sensitive=true, Max=512)]
public string ClientSecret
{
get { return this._clientSecret; }
set { this._clientSecret = value; }
}
// Check to see if ClientSecret property is set
internal bool IsSetClientSecret()
{
return this._clientSecret != null;
}
/// <summary>
/// Gets and sets the property OAuthRequest.
/// <para>
/// The OAuth requirement needed to request security tokens from the connector endpoint.
///
/// </para>
/// </summary>
public ConnectorOAuthRequest OAuthRequest
{
get { return this._oAuthRequest; }
set { this._oAuthRequest = value; }
}
// Check to see if OAuthRequest property is set
internal bool IsSetOAuthRequest()
{
return this._oAuthRequest != null;
}
/// <summary>
/// Gets and sets the property RefreshToken.
/// <para>
/// The credentials used to acquire new access tokens. This is required only for OAuth2
/// access tokens, and is not required for OAuth1 access tokens.
/// </para>
/// </summary>
[AWSProperty(Max=4096)]
public string RefreshToken
{
get { return this._refreshToken; }
set { this._refreshToken = value; }
}
// Check to see if RefreshToken property is set
internal bool IsSetRefreshToken()
{
return this._refreshToken != null;
}
}
} | 140 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector-specific profile properties required by Google Analytics.
/// </summary>
public partial class GoogleAnalyticsConnectorProfileProperties
{
}
} | 38 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector metadata specific to Google Analytics.
/// </summary>
public partial class GoogleAnalyticsMetadata
{
private List<string> _oAuthScopes = new List<string>();
/// <summary>
/// Gets and sets the property OAuthScopes.
/// <para>
/// The desired authorization scope for the Google Analytics account.
/// </para>
/// </summary>
public List<string> OAuthScopes
{
get { return this._oAuthScopes; }
set { this._oAuthScopes = value; }
}
// Check to see if OAuthScopes property is set
internal bool IsSetOAuthScopes()
{
return this._oAuthScopes != null && this._oAuthScopes.Count > 0;
}
}
} | 57 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The properties that are applied when Google Analytics is being used as a source.
/// </summary>
public partial class GoogleAnalyticsSourceProperties
{
private string _object;
/// <summary>
/// Gets and sets the property Object.
/// <para>
/// The object specified in the Google Analytics flow source.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=512)]
public string Object
{
get { return this._object; }
set { this._object = value; }
}
// Check to see if Object property is set
internal bool IsSetObject()
{
return this._object != null;
}
}
} | 58 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector-specific credentials required when using Amazon Honeycode.
/// </summary>
public partial class HoneycodeConnectorProfileCredentials
{
private string _accessToken;
private ConnectorOAuthRequest _oAuthRequest;
private string _refreshToken;
/// <summary>
/// Gets and sets the property AccessToken.
/// <para>
/// The credentials used to access protected Amazon Honeycode resources.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Max=4096)]
public string AccessToken
{
get { return this._accessToken; }
set { this._accessToken = value; }
}
// Check to see if AccessToken property is set
internal bool IsSetAccessToken()
{
return this._accessToken != null;
}
/// <summary>
/// Gets and sets the property OAuthRequest.
/// </summary>
public ConnectorOAuthRequest OAuthRequest
{
get { return this._oAuthRequest; }
set { this._oAuthRequest = value; }
}
// Check to see if OAuthRequest property is set
internal bool IsSetOAuthRequest()
{
return this._oAuthRequest != null;
}
/// <summary>
/// Gets and sets the property RefreshToken.
/// <para>
/// The credentials used to acquire new access tokens.
/// </para>
/// </summary>
[AWSProperty(Max=4096)]
public string RefreshToken
{
get { return this._refreshToken; }
set { this._refreshToken = value; }
}
// Check to see if RefreshToken property is set
internal bool IsSetRefreshToken()
{
return this._refreshToken != null;
}
}
} | 94 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector-specific properties required when using Amazon Honeycode.
/// </summary>
public partial class HoneycodeConnectorProfileProperties
{
}
} | 38 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The properties that are applied when Amazon Honeycode is used as a destination.
/// </summary>
public partial class HoneycodeDestinationProperties
{
private ErrorHandlingConfig _errorHandlingConfig;
private string _object;
/// <summary>
/// Gets and sets the property ErrorHandlingConfig.
/// </summary>
public ErrorHandlingConfig ErrorHandlingConfig
{
get { return this._errorHandlingConfig; }
set { this._errorHandlingConfig = value; }
}
// Check to see if ErrorHandlingConfig property is set
internal bool IsSetErrorHandlingConfig()
{
return this._errorHandlingConfig != null;
}
/// <summary>
/// Gets and sets the property Object.
/// <para>
/// The object specified in the Amazon Honeycode flow destination.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=512)]
public string Object
{
get { return this._object; }
set { this._object = value; }
}
// Check to see if Object property is set
internal bool IsSetObject()
{
return this._object != null;
}
}
} | 74 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector metadata specific to Amazon Honeycode.
/// </summary>
public partial class HoneycodeMetadata
{
private List<string> _oAuthScopes = new List<string>();
/// <summary>
/// Gets and sets the property OAuthScopes.
/// <para>
/// The desired authorization scope for the Amazon Honeycode account.
/// </para>
/// </summary>
public List<string> OAuthScopes
{
get { return this._oAuthScopes; }
set { this._oAuthScopes = value; }
}
// Check to see if OAuthScopes property is set
internal bool IsSetOAuthScopes()
{
return this._oAuthScopes != null && this._oAuthScopes.Count > 0;
}
}
} | 57 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Specifies the configuration used when importing incremental records from the source.
/// </summary>
public partial class IncrementalPullConfig
{
private string _datetimeTypeFieldName;
/// <summary>
/// Gets and sets the property DatetimeTypeFieldName.
/// <para>
/// A field that specifies the date time or timestamp field as the criteria to use when
/// importing incremental records from the source.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string DatetimeTypeFieldName
{
get { return this._datetimeTypeFieldName; }
set { this._datetimeTypeFieldName = value; }
}
// Check to see if DatetimeTypeFieldName property is set
internal bool IsSetDatetimeTypeFieldName()
{
return this._datetimeTypeFieldName != null;
}
}
} | 59 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector-specific profile credentials required by Infor Nexus.
/// </summary>
public partial class InforNexusConnectorProfileCredentials
{
private string _accessKeyId;
private string _datakey;
private string _secretAccessKey;
private string _userId;
/// <summary>
/// Gets and sets the property AccessKeyId.
/// <para>
/// The Access Key portion of the credentials.
/// </para>
/// </summary>
[AWSProperty(Required=true, Sensitive=true, Max=256)]
public string AccessKeyId
{
get { return this._accessKeyId; }
set { this._accessKeyId = value; }
}
// Check to see if AccessKeyId property is set
internal bool IsSetAccessKeyId()
{
return this._accessKeyId != null;
}
/// <summary>
/// Gets and sets the property Datakey.
/// <para>
/// The encryption keys used to encrypt data.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=512)]
public string Datakey
{
get { return this._datakey; }
set { this._datakey = value; }
}
// Check to see if Datakey property is set
internal bool IsSetDatakey()
{
return this._datakey != null;
}
/// <summary>
/// Gets and sets the property SecretAccessKey.
/// <para>
/// The secret key used to sign requests.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=512)]
public string SecretAccessKey
{
get { return this._secretAccessKey; }
set { this._secretAccessKey = value; }
}
// Check to see if SecretAccessKey property is set
internal bool IsSetSecretAccessKey()
{
return this._secretAccessKey != null;
}
/// <summary>
/// Gets and sets the property UserId.
/// <para>
/// The identifier for the user.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=512)]
public string UserId
{
get { return this._userId; }
set { this._userId = value; }
}
// Check to see if UserId property is set
internal bool IsSetUserId()
{
return this._userId != null;
}
}
} | 118 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector-specific profile properties required by Infor Nexus.
/// </summary>
public partial class InforNexusConnectorProfileProperties
{
private string _instanceUrl;
/// <summary>
/// Gets and sets the property InstanceUrl.
/// <para>
/// The location of the Infor Nexus resource.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=256)]
public string InstanceUrl
{
get { return this._instanceUrl; }
set { this._instanceUrl = value; }
}
// Check to see if InstanceUrl property is set
internal bool IsSetInstanceUrl()
{
return this._instanceUrl != null;
}
}
} | 58 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector metadata specific to Infor Nexus.
/// </summary>
public partial class InforNexusMetadata
{
}
} | 38 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The properties that are applied when Infor Nexus is being used as a source.
/// </summary>
public partial class InforNexusSourceProperties
{
private string _object;
/// <summary>
/// Gets and sets the property Object.
/// <para>
/// The object specified in the Infor Nexus flow source.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=512)]
public string Object
{
get { return this._object; }
set { this._object = value; }
}
// Check to see if Object property is set
internal bool IsSetObject()
{
return this._object != null;
}
}
} | 58 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// An internal service error occurred during the processing of your request. Try again
/// later.
/// </summary>
#if !NETSTANDARD
[Serializable]
#endif
public partial class InternalServerException : AmazonAppflowException
{
/// <summary>
/// Constructs a new InternalServerException with the specified error
/// message.
/// </summary>
/// <param name="message">
/// Describes the error encountered.
/// </param>
public InternalServerException(string message)
: base(message) {}
/// <summary>
/// Construct instance of InternalServerException
/// </summary>
/// <param name="message"></param>
/// <param name="innerException"></param>
public InternalServerException(string message, Exception innerException)
: base(message, innerException) {}
/// <summary>
/// Construct instance of InternalServerException
/// </summary>
/// <param name="innerException"></param>
public InternalServerException(Exception innerException)
: base(innerException) {}
/// <summary>
/// Construct instance of InternalServerException
/// </summary>
/// <param name="message"></param>
/// <param name="innerException"></param>
/// <param name="errorType"></param>
/// <param name="errorCode"></param>
/// <param name="requestId"></param>
/// <param name="statusCode"></param>
public InternalServerException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
: base(message, innerException, errorType, errorCode, requestId, statusCode) {}
/// <summary>
/// Construct instance of InternalServerException
/// </summary>
/// <param name="message"></param>
/// <param name="errorType"></param>
/// <param name="errorCode"></param>
/// <param name="requestId"></param>
/// <param name="statusCode"></param>
public InternalServerException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
: base(message, errorType, errorCode, requestId, statusCode) {}
#if !NETSTANDARD
/// <summary>
/// Constructs a new instance of the InternalServerException class with serialized data.
/// </summary>
/// <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
/// <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
/// <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is null. </exception>
/// <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult" /> is zero (0). </exception>
protected InternalServerException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
: base(info, context)
{
}
/// <summary>
/// Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the exception.
/// </summary>
/// <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
/// <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
/// <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is a null reference (Nothing in Visual Basic). </exception>
#if BCL35
[System.Security.Permissions.SecurityPermission(
System.Security.Permissions.SecurityAction.LinkDemand,
Flags = System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)]
#endif
[System.Security.SecurityCritical]
// These FxCop rules are giving false-positives for this method
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2134:MethodsMustOverrideWithConsistentTransparencyFxCopRule")]
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
{
base.GetObjectData(info, context);
}
#endif
}
} | 125 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Contains information about the configuration of the lambda which is being registered
/// as the connector.
/// </summary>
public partial class LambdaConnectorProvisioningConfig
{
private string _lambdaArn;
/// <summary>
/// Gets and sets the property LambdaArn.
/// <para>
/// Lambda ARN of the connector being registered.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=512)]
public string LambdaArn
{
get { return this._lambdaArn; }
set { this._lambdaArn = value; }
}
// Check to see if LambdaArn property is set
internal bool IsSetLambdaArn()
{
return this._lambdaArn != null;
}
}
} | 59 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Container for the parameters to the ListConnectorEntities operation.
/// Returns the list of available connector entities supported by Amazon AppFlow. For
/// example, you can query Salesforce for <i>Account</i> and <i>Opportunity</i> entities,
/// or query ServiceNow for the <i>Incident</i> entity.
/// </summary>
public partial class ListConnectorEntitiesRequest : AmazonAppflowRequest
{
private string _apiVersion;
private string _connectorProfileName;
private ConnectorType _connectorType;
private string _entitiesPath;
private int? _maxResults;
private string _nextToken;
/// <summary>
/// Gets and sets the property ApiVersion.
/// <para>
/// The version of the API that's used by the connector.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string ApiVersion
{
get { return this._apiVersion; }
set { this._apiVersion = value; }
}
// Check to see if ApiVersion property is set
internal bool IsSetApiVersion()
{
return this._apiVersion != null;
}
/// <summary>
/// Gets and sets the property ConnectorProfileName.
/// <para>
/// The name of the connector profile. The name is unique for each <code>ConnectorProfile</code>
/// in the Amazon Web Services account, and is used to query the downstream connector.
///
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string ConnectorProfileName
{
get { return this._connectorProfileName; }
set { this._connectorProfileName = value; }
}
// Check to see if ConnectorProfileName property is set
internal bool IsSetConnectorProfileName()
{
return this._connectorProfileName != null;
}
/// <summary>
/// Gets and sets the property ConnectorType.
/// <para>
/// The type of connector, such as Salesforce, Amplitude, and so on.
/// </para>
/// </summary>
public ConnectorType ConnectorType
{
get { return this._connectorType; }
set { this._connectorType = value; }
}
// Check to see if ConnectorType property is set
internal bool IsSetConnectorType()
{
return this._connectorType != null;
}
/// <summary>
/// Gets and sets the property EntitiesPath.
/// <para>
/// This optional parameter is specific to connector implementation. Some connectors
/// support multiple levels or categories of entities. You can find out the list of roots
/// for such providers by sending a request without the <code>entitiesPath</code> parameter.
/// If the connector supports entities at different roots, this initial request returns
/// the list of roots. Otherwise, this request returns all entities supported by the provider.
///
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string EntitiesPath
{
get { return this._entitiesPath; }
set { this._entitiesPath = value; }
}
// Check to see if EntitiesPath property is set
internal bool IsSetEntitiesPath()
{
return this._entitiesPath != null;
}
/// <summary>
/// Gets and sets the property MaxResults.
/// <para>
/// The maximum number of items that the operation returns in the response.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=10000)]
public int MaxResults
{
get { return this._maxResults.GetValueOrDefault(); }
set { this._maxResults = value; }
}
// Check to see if MaxResults property is set
internal bool IsSetMaxResults()
{
return this._maxResults.HasValue;
}
/// <summary>
/// Gets and sets the property NextToken.
/// <para>
/// A token that was provided by your prior <code>ListConnectorEntities</code> operation
/// if the response was too big for the page size. You specify this token to get the next
/// page of results in paginated response.
/// </para>
/// </summary>
[AWSProperty(Max=2048)]
public string NextToken
{
get { return this._nextToken; }
set { this._nextToken = value; }
}
// Check to see if NextToken property is set
internal bool IsSetNextToken()
{
return this._nextToken != null;
}
}
} | 169 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// This is the response object from the ListConnectorEntities operation.
/// </summary>
public partial class ListConnectorEntitiesResponse : AmazonWebServiceResponse
{
private Dictionary<string, List<ConnectorEntity>> _connectorEntityMap = new Dictionary<string, List<ConnectorEntity>>();
private string _nextToken;
/// <summary>
/// Gets and sets the property ConnectorEntityMap.
/// <para>
/// The response of <code>ListConnectorEntities</code> lists entities grouped by category.
/// This map's key represents the group name, and its value contains the list of entities
/// belonging to that group.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public Dictionary<string, List<ConnectorEntity>> ConnectorEntityMap
{
get { return this._connectorEntityMap; }
set { this._connectorEntityMap = value; }
}
// Check to see if ConnectorEntityMap property is set
internal bool IsSetConnectorEntityMap()
{
return this._connectorEntityMap != null && this._connectorEntityMap.Count > 0;
}
/// <summary>
/// Gets and sets the property NextToken.
/// <para>
/// A token that you specify in your next <code>ListConnectorEntities</code> operation
/// to get the next page of results in paginated response. The <code>ListConnectorEntities</code>
/// operation provides this token if the response is too big for the page size.
/// </para>
/// </summary>
[AWSProperty(Max=2048)]
public string NextToken
{
get { return this._nextToken; }
set { this._nextToken = value; }
}
// Check to see if NextToken property is set
internal bool IsSetNextToken()
{
return this._nextToken != null;
}
}
} | 82 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Container for the parameters to the ListConnectors operation.
/// Returns the list of all registered custom connectors in your Amazon Web Services account.
/// This API lists only custom connectors registered in this account, not the Amazon Web
/// Services authored connectors.
/// </summary>
public partial class ListConnectorsRequest : AmazonAppflowRequest
{
private int? _maxResults;
private string _nextToken;
/// <summary>
/// Gets and sets the property MaxResults.
/// <para>
/// Specifies the maximum number of items that should be returned in the result set. The
/// default for <code>maxResults</code> is 20 (for all paginated API operations).
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=100)]
public int MaxResults
{
get { return this._maxResults.GetValueOrDefault(); }
set { this._maxResults = value; }
}
// Check to see if MaxResults property is set
internal bool IsSetMaxResults()
{
return this._maxResults.HasValue;
}
/// <summary>
/// Gets and sets the property NextToken.
/// <para>
/// The pagination token for the next page of data.
/// </para>
/// </summary>
[AWSProperty(Max=2048)]
public string NextToken
{
get { return this._nextToken; }
set { this._nextToken = value; }
}
// Check to see if NextToken property is set
internal bool IsSetNextToken()
{
return this._nextToken != null;
}
}
} | 82 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// This is the response object from the ListConnectors operation.
/// </summary>
public partial class ListConnectorsResponse : AmazonWebServiceResponse
{
private List<ConnectorDetail> _connectors = new List<ConnectorDetail>();
private string _nextToken;
/// <summary>
/// Gets and sets the property Connectors.
/// <para>
/// Contains information about the connectors supported by Amazon AppFlow.
/// </para>
/// </summary>
public List<ConnectorDetail> Connectors
{
get { return this._connectors; }
set { this._connectors = value; }
}
// Check to see if Connectors property is set
internal bool IsSetConnectors()
{
return this._connectors != null && this._connectors.Count > 0;
}
/// <summary>
/// Gets and sets the property NextToken.
/// <para>
/// The pagination token for the next page of data. If nextToken=null, this means that
/// all records have been fetched.
/// </para>
/// </summary>
[AWSProperty(Max=2048)]
public string NextToken
{
get { return this._nextToken; }
set { this._nextToken = value; }
}
// Check to see if NextToken property is set
internal bool IsSetNextToken()
{
return this._nextToken != null;
}
}
} | 78 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Container for the parameters to the ListFlows operation.
/// Lists all of the flows associated with your account.
/// </summary>
public partial class ListFlowsRequest : AmazonAppflowRequest
{
private int? _maxResults;
private string _nextToken;
/// <summary>
/// Gets and sets the property MaxResults.
/// <para>
/// Specifies the maximum number of items that should be returned in the result set.
///
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=100)]
public int MaxResults
{
get { return this._maxResults.GetValueOrDefault(); }
set { this._maxResults = value; }
}
// Check to see if MaxResults property is set
internal bool IsSetMaxResults()
{
return this._maxResults.HasValue;
}
/// <summary>
/// Gets and sets the property NextToken.
/// <para>
/// The pagination token for next page of data.
/// </para>
/// </summary>
[AWSProperty(Max=2048)]
public string NextToken
{
get { return this._nextToken; }
set { this._nextToken = value; }
}
// Check to see if NextToken property is set
internal bool IsSetNextToken()
{
return this._nextToken != null;
}
}
} | 80 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// This is the response object from the ListFlows operation.
/// </summary>
public partial class ListFlowsResponse : AmazonWebServiceResponse
{
private List<FlowDefinition> _flows = new List<FlowDefinition>();
private string _nextToken;
/// <summary>
/// Gets and sets the property Flows.
/// <para>
/// The list of flows associated with your account.
/// </para>
/// </summary>
public List<FlowDefinition> Flows
{
get { return this._flows; }
set { this._flows = value; }
}
// Check to see if Flows property is set
internal bool IsSetFlows()
{
return this._flows != null && this._flows.Count > 0;
}
/// <summary>
/// Gets and sets the property NextToken.
/// <para>
/// The pagination token for next page of data.
/// </para>
/// </summary>
[AWSProperty(Max=2048)]
public string NextToken
{
get { return this._nextToken; }
set { this._nextToken = value; }
}
// Check to see if NextToken property is set
internal bool IsSetNextToken()
{
return this._nextToken != null;
}
}
} | 77 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Container for the parameters to the ListTagsForResource operation.
/// Retrieves the tags that are associated with a specified flow.
/// </summary>
public partial class ListTagsForResourceRequest : AmazonAppflowRequest
{
private string _resourceArn;
/// <summary>
/// Gets and sets the property ResourceArn.
/// <para>
/// The Amazon Resource Name (ARN) of the specified flow.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=512)]
public string ResourceArn
{
get { return this._resourceArn; }
set { this._resourceArn = value; }
}
// Check to see if ResourceArn property is set
internal bool IsSetResourceArn()
{
return this._resourceArn != null;
}
}
} | 59 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// This is the response object from the ListTagsForResource operation.
/// </summary>
public partial class ListTagsForResourceResponse : AmazonWebServiceResponse
{
private Dictionary<string, string> _tags = new Dictionary<string, string>();
/// <summary>
/// Gets and sets the property Tags.
/// <para>
/// The tags used to organize, track, or control access for your flow.
/// </para>
/// </summary>
[AWSProperty(Min=0, Max=50)]
public Dictionary<string, string> Tags
{
get { return this._tags; }
set { this._tags = value; }
}
// Check to see if Tags property is set
internal bool IsSetTags()
{
return this._tags != null && this._tags.Count > 0;
}
}
} | 58 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The properties that are applied when Amazon Lookout for Metrics is used as a destination.
/// </summary>
public partial class LookoutMetricsDestinationProperties
{
}
} | 38 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector-specific profile credentials required by Marketo.
/// </summary>
public partial class MarketoConnectorProfileCredentials
{
private string _accessToken;
private string _clientId;
private string _clientSecret;
private ConnectorOAuthRequest _oAuthRequest;
/// <summary>
/// Gets and sets the property AccessToken.
/// <para>
/// The credentials used to access protected Marketo resources.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Max=4096)]
public string AccessToken
{
get { return this._accessToken; }
set { this._accessToken = value; }
}
// Check to see if AccessToken property is set
internal bool IsSetAccessToken()
{
return this._accessToken != null;
}
/// <summary>
/// Gets and sets the property ClientId.
/// <para>
/// The identifier for the desired client.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=512)]
public string ClientId
{
get { return this._clientId; }
set { this._clientId = value; }
}
// Check to see if ClientId property is set
internal bool IsSetClientId()
{
return this._clientId != null;
}
/// <summary>
/// Gets and sets the property ClientSecret.
/// <para>
/// The client secret used by the OAuth client to authenticate to the authorization server.
///
/// </para>
/// </summary>
[AWSProperty(Required=true, Sensitive=true, Max=512)]
public string ClientSecret
{
get { return this._clientSecret; }
set { this._clientSecret = value; }
}
// Check to see if ClientSecret property is set
internal bool IsSetClientSecret()
{
return this._clientSecret != null;
}
/// <summary>
/// Gets and sets the property OAuthRequest.
/// <para>
/// The OAuth requirement needed to request security tokens from the connector endpoint.
///
/// </para>
/// </summary>
public ConnectorOAuthRequest OAuthRequest
{
get { return this._oAuthRequest; }
set { this._oAuthRequest = value; }
}
// Check to see if OAuthRequest property is set
internal bool IsSetOAuthRequest()
{
return this._oAuthRequest != null;
}
}
} | 119 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector-specific profile properties required when using Marketo.
/// </summary>
public partial class MarketoConnectorProfileProperties
{
private string _instanceUrl;
/// <summary>
/// Gets and sets the property InstanceUrl.
/// <para>
/// The location of the Marketo resource.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=256)]
public string InstanceUrl
{
get { return this._instanceUrl; }
set { this._instanceUrl = value; }
}
// Check to see if InstanceUrl property is set
internal bool IsSetInstanceUrl()
{
return this._instanceUrl != null;
}
}
} | 58 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The properties that Amazon AppFlow applies when you use Marketo as a flow destination.
/// </summary>
public partial class MarketoDestinationProperties
{
private ErrorHandlingConfig _errorHandlingConfig;
private string _object;
/// <summary>
/// Gets and sets the property ErrorHandlingConfig.
/// </summary>
public ErrorHandlingConfig ErrorHandlingConfig
{
get { return this._errorHandlingConfig; }
set { this._errorHandlingConfig = value; }
}
// Check to see if ErrorHandlingConfig property is set
internal bool IsSetErrorHandlingConfig()
{
return this._errorHandlingConfig != null;
}
/// <summary>
/// Gets and sets the property Object.
/// <para>
/// The object specified in the Marketo flow destination.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=512)]
public string Object
{
get { return this._object; }
set { this._object = value; }
}
// Check to see if Object property is set
internal bool IsSetObject()
{
return this._object != null;
}
}
} | 74 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector metadata specific to Marketo.
/// </summary>
public partial class MarketoMetadata
{
}
} | 38 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The properties that are applied when Marketo is being used as a source.
/// </summary>
public partial class MarketoSourceProperties
{
private string _object;
/// <summary>
/// Gets and sets the property Object.
/// <para>
/// The object specified in the Marketo flow source.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=512)]
public string Object
{
get { return this._object; }
set { this._object = value; }
}
// Check to see if Object property is set
internal bool IsSetObject()
{
return this._object != null;
}
}
} | 58 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Specifies the configuration that Amazon AppFlow uses when it catalogs your data. When
/// Amazon AppFlow catalogs your data, it stores metadata in a data catalog.
/// </summary>
public partial class MetadataCatalogConfig
{
private GlueDataCatalogConfig _glueDataCatalog;
/// <summary>
/// Gets and sets the property GlueDataCatalog.
/// <para>
/// Specifies the configuration that Amazon AppFlow uses when it catalogs your data with
/// the Glue Data Catalog.
/// </para>
/// </summary>
public GlueDataCatalogConfig GlueDataCatalog
{
get { return this._glueDataCatalog; }
set { this._glueDataCatalog = value; }
}
// Check to see if GlueDataCatalog property is set
internal bool IsSetGlueDataCatalog()
{
return this._glueDataCatalog != null;
}
}
} | 59 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow
/// used for the associated flow run.
/// </summary>
public partial class MetadataCatalogDetail
{
private CatalogType _catalogType;
private RegistrationOutput _partitionRegistrationOutput;
private string _tableName;
private RegistrationOutput _tableRegistrationOutput;
/// <summary>
/// Gets and sets the property CatalogType.
/// <para>
/// The type of metadata catalog that Amazon AppFlow used for the associated flow run.
/// This parameter returns the following value:
/// </para>
/// <dl> <dt>GLUE</dt> <dd>
/// <para>
/// The metadata catalog is provided by the Glue Data Catalog. Glue includes the Glue
/// Data Catalog as a component.
/// </para>
/// </dd> </dl>
/// </summary>
public CatalogType CatalogType
{
get { return this._catalogType; }
set { this._catalogType = value; }
}
// Check to see if CatalogType property is set
internal bool IsSetCatalogType()
{
return this._catalogType != null;
}
/// <summary>
/// Gets and sets the property PartitionRegistrationOutput.
/// <para>
/// Describes the status of the attempt from Amazon AppFlow to register the data partitions
/// with the metadata catalog. The data partitions organize the flow output into a hierarchical
/// path, such as a folder path in an S3 bucket. Amazon AppFlow creates the partitions
/// (if they don't already exist) based on your flow configuration.
/// </para>
/// </summary>
public RegistrationOutput PartitionRegistrationOutput
{
get { return this._partitionRegistrationOutput; }
set { this._partitionRegistrationOutput = value; }
}
// Check to see if PartitionRegistrationOutput property is set
internal bool IsSetPartitionRegistrationOutput()
{
return this._partitionRegistrationOutput != null;
}
/// <summary>
/// Gets and sets the property TableName.
/// <para>
/// The name of the table that stores the metadata for the associated flow run. The table
/// stores metadata that represents the data that the flow transferred. Amazon AppFlow
/// stores the table in the metadata catalog.
/// </para>
/// </summary>
[AWSProperty(Max=2048)]
public string TableName
{
get { return this._tableName; }
set { this._tableName = value; }
}
// Check to see if TableName property is set
internal bool IsSetTableName()
{
return this._tableName != null;
}
/// <summary>
/// Gets and sets the property TableRegistrationOutput.
/// <para>
/// Describes the status of the attempt from Amazon AppFlow to register the metadata table
/// with the metadata catalog. Amazon AppFlow creates or updates this table for the associated
/// flow run.
/// </para>
/// </summary>
public RegistrationOutput TableRegistrationOutput
{
get { return this._tableRegistrationOutput; }
set { this._tableRegistrationOutput = value; }
}
// Check to see if TableRegistrationOutput property is set
internal bool IsSetTableRegistrationOutput()
{
return this._tableRegistrationOutput != null;
}
}
} | 130 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The OAuth 2.0 credentials required for OAuth 2.0 authentication.
/// </summary>
public partial class OAuth2Credentials
{
private string _accessToken;
private string _clientId;
private string _clientSecret;
private ConnectorOAuthRequest _oAuthRequest;
private string _refreshToken;
/// <summary>
/// Gets and sets the property AccessToken.
/// <para>
/// The access token used to access the connector on your behalf.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Max=4096)]
public string AccessToken
{
get { return this._accessToken; }
set { this._accessToken = value; }
}
// Check to see if AccessToken property is set
internal bool IsSetAccessToken()
{
return this._accessToken != null;
}
/// <summary>
/// Gets and sets the property ClientId.
/// <para>
/// The identifier for the desired client.
/// </para>
/// </summary>
[AWSProperty(Max=512)]
public string ClientId
{
get { return this._clientId; }
set { this._clientId = value; }
}
// Check to see if ClientId property is set
internal bool IsSetClientId()
{
return this._clientId != null;
}
/// <summary>
/// Gets and sets the property ClientSecret.
/// <para>
/// The client secret used by the OAuth client to authenticate to the authorization server.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Max=512)]
public string ClientSecret
{
get { return this._clientSecret; }
set { this._clientSecret = value; }
}
// Check to see if ClientSecret property is set
internal bool IsSetClientSecret()
{
return this._clientSecret != null;
}
/// <summary>
/// Gets and sets the property OAuthRequest.
/// </summary>
public ConnectorOAuthRequest OAuthRequest
{
get { return this._oAuthRequest; }
set { this._oAuthRequest = value; }
}
// Check to see if OAuthRequest property is set
internal bool IsSetOAuthRequest()
{
return this._oAuthRequest != null;
}
/// <summary>
/// Gets and sets the property RefreshToken.
/// <para>
/// The refresh token used to refresh an expired access token.
/// </para>
/// </summary>
[AWSProperty(Max=4096)]
public string RefreshToken
{
get { return this._refreshToken; }
set { this._refreshToken = value; }
}
// Check to see if RefreshToken property is set
internal bool IsSetRefreshToken()
{
return this._refreshToken != null;
}
}
} | 134 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Custom parameter required for OAuth 2.0 authentication.
/// </summary>
public partial class OAuth2CustomParameter
{
private List<string> _connectorSuppliedValues = new List<string>();
private string _description;
private bool? _isRequired;
private bool? _isSensitiveField;
private string _key;
private string _label;
private OAuth2CustomPropType _type;
/// <summary>
/// Gets and sets the property ConnectorSuppliedValues.
/// <para>
/// Contains default values for this authentication parameter that are supplied by the
/// connector.
/// </para>
/// </summary>
public List<string> ConnectorSuppliedValues
{
get { return this._connectorSuppliedValues; }
set { this._connectorSuppliedValues = value; }
}
// Check to see if ConnectorSuppliedValues property is set
internal bool IsSetConnectorSuppliedValues()
{
return this._connectorSuppliedValues != null && this._connectorSuppliedValues.Count > 0;
}
/// <summary>
/// Gets and sets the property Description.
/// <para>
/// A description about the custom parameter used for OAuth 2.0 authentication.
/// </para>
/// </summary>
[AWSProperty(Max=1024)]
public string Description
{
get { return this._description; }
set { this._description = value; }
}
// Check to see if Description property is set
internal bool IsSetDescription()
{
return this._description != null;
}
/// <summary>
/// Gets and sets the property IsRequired.
/// <para>
/// Indicates whether the custom parameter for OAuth 2.0 authentication is required.
/// </para>
/// </summary>
public bool IsRequired
{
get { return this._isRequired.GetValueOrDefault(); }
set { this._isRequired = value; }
}
// Check to see if IsRequired property is set
internal bool IsSetIsRequired()
{
return this._isRequired.HasValue;
}
/// <summary>
/// Gets and sets the property IsSensitiveField.
/// <para>
/// Indicates whether this authentication custom parameter is a sensitive field.
/// </para>
/// </summary>
public bool IsSensitiveField
{
get { return this._isSensitiveField.GetValueOrDefault(); }
set { this._isSensitiveField = value; }
}
// Check to see if IsSensitiveField property is set
internal bool IsSetIsSensitiveField()
{
return this._isSensitiveField.HasValue;
}
/// <summary>
/// Gets and sets the property Key.
/// <para>
/// The key of the custom parameter required for OAuth 2.0 authentication.
/// </para>
/// </summary>
[AWSProperty(Max=512)]
public string Key
{
get { return this._key; }
set { this._key = value; }
}
// Check to see if Key property is set
internal bool IsSetKey()
{
return this._key != null;
}
/// <summary>
/// Gets and sets the property Label.
/// <para>
/// The label of the custom parameter used for OAuth 2.0 authentication.
/// </para>
/// </summary>
[AWSProperty(Max=128)]
public string Label
{
get { return this._label; }
set { this._label = value; }
}
// Check to see if Label property is set
internal bool IsSetLabel()
{
return this._label != null;
}
/// <summary>
/// Gets and sets the property Type.
/// <para>
/// Indicates whether custom parameter is used with TokenUrl or AuthUrl.
/// </para>
/// </summary>
public OAuth2CustomPropType Type
{
get { return this._type; }
set { this._type = value; }
}
// Check to see if Type property is set
internal bool IsSetType()
{
return this._type != null;
}
}
} | 175 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// Contains the default values required for OAuth 2.0 authentication.
/// </summary>
public partial class OAuth2Defaults
{
private List<string> _authCodeUrls = new List<string>();
private List<OAuth2CustomParameter> _oauth2CustomProperties = new List<OAuth2CustomParameter>();
private List<string> _oauth2GrantTypesSupported = new List<string>();
private List<string> _oauthScopes = new List<string>();
private List<string> _tokenUrls = new List<string>();
/// <summary>
/// Gets and sets the property AuthCodeUrls.
/// <para>
/// Auth code URLs that can be used for OAuth 2.0 authentication.
/// </para>
/// </summary>
public List<string> AuthCodeUrls
{
get { return this._authCodeUrls; }
set { this._authCodeUrls = value; }
}
// Check to see if AuthCodeUrls property is set
internal bool IsSetAuthCodeUrls()
{
return this._authCodeUrls != null && this._authCodeUrls.Count > 0;
}
/// <summary>
/// Gets and sets the property Oauth2CustomProperties.
/// <para>
/// List of custom parameters required for OAuth 2.0 authentication.
/// </para>
/// </summary>
public List<OAuth2CustomParameter> Oauth2CustomProperties
{
get { return this._oauth2CustomProperties; }
set { this._oauth2CustomProperties = value; }
}
// Check to see if Oauth2CustomProperties property is set
internal bool IsSetOauth2CustomProperties()
{
return this._oauth2CustomProperties != null && this._oauth2CustomProperties.Count > 0;
}
/// <summary>
/// Gets and sets the property Oauth2GrantTypesSupported.
/// <para>
/// OAuth 2.0 grant types supported by the connector.
/// </para>
/// </summary>
public List<string> Oauth2GrantTypesSupported
{
get { return this._oauth2GrantTypesSupported; }
set { this._oauth2GrantTypesSupported = value; }
}
// Check to see if Oauth2GrantTypesSupported property is set
internal bool IsSetOauth2GrantTypesSupported()
{
return this._oauth2GrantTypesSupported != null && this._oauth2GrantTypesSupported.Count > 0;
}
/// <summary>
/// Gets and sets the property OauthScopes.
/// <para>
/// OAuth 2.0 scopes that the connector supports.
/// </para>
/// </summary>
public List<string> OauthScopes
{
get { return this._oauthScopes; }
set { this._oauthScopes = value; }
}
// Check to see if OauthScopes property is set
internal bool IsSetOauthScopes()
{
return this._oauthScopes != null && this._oauthScopes.Count > 0;
}
/// <summary>
/// Gets and sets the property TokenUrls.
/// <para>
/// Token URLs that can be used for OAuth 2.0 authentication.
/// </para>
/// </summary>
public List<string> TokenUrls
{
get { return this._tokenUrls; }
set { this._tokenUrls = value; }
}
// Check to see if TokenUrls property is set
internal bool IsSetTokenUrls()
{
return this._tokenUrls != null && this._tokenUrls.Count > 0;
}
}
} | 133 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The OAuth 2.0 properties required for OAuth 2.0 authentication.
/// </summary>
public partial class OAuth2Properties
{
private OAuth2GrantType _oAuth2GrantType;
private string _tokenUrl;
private Dictionary<string, string> _tokenUrlCustomProperties = new Dictionary<string, string>();
/// <summary>
/// Gets and sets the property OAuth2GrantType.
/// <para>
/// The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public OAuth2GrantType OAuth2GrantType
{
get { return this._oAuth2GrantType; }
set { this._oAuth2GrantType = value; }
}
// Check to see if OAuth2GrantType property is set
internal bool IsSetOAuth2GrantType()
{
return this._oAuth2GrantType != null;
}
/// <summary>
/// Gets and sets the property TokenUrl.
/// <para>
/// The token URL required for OAuth 2.0 authentication.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=256)]
public string TokenUrl
{
get { return this._tokenUrl; }
set { this._tokenUrl = value; }
}
// Check to see if TokenUrl property is set
internal bool IsSetTokenUrl()
{
return this._tokenUrl != null;
}
/// <summary>
/// Gets and sets the property TokenUrlCustomProperties.
/// <para>
/// Associates your token URL with a map of properties that you define. Use this parameter
/// to provide any additional details that the connector requires to authenticate your
/// request.
/// </para>
/// </summary>
[AWSProperty(Min=0, Max=50)]
public Dictionary<string, string> TokenUrlCustomProperties
{
get { return this._tokenUrlCustomProperties; }
set { this._tokenUrlCustomProperties = value; }
}
// Check to see if TokenUrlCustomProperties property is set
internal bool IsSetTokenUrlCustomProperties()
{
return this._tokenUrlCustomProperties != null && this._tokenUrlCustomProperties.Count > 0;
}
}
} | 100 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The OAuth credentials required for OAuth type authentication.
/// </summary>
public partial class OAuthCredentials
{
private string _accessToken;
private string _clientId;
private string _clientSecret;
private ConnectorOAuthRequest _oAuthRequest;
private string _refreshToken;
/// <summary>
/// Gets and sets the property AccessToken.
/// <para>
/// The access token used to access protected SAPOData resources.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Max=4096)]
public string AccessToken
{
get { return this._accessToken; }
set { this._accessToken = value; }
}
// Check to see if AccessToken property is set
internal bool IsSetAccessToken()
{
return this._accessToken != null;
}
/// <summary>
/// Gets and sets the property ClientId.
/// <para>
/// The identifier for the desired client.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=512)]
public string ClientId
{
get { return this._clientId; }
set { this._clientId = value; }
}
// Check to see if ClientId property is set
internal bool IsSetClientId()
{
return this._clientId != null;
}
/// <summary>
/// Gets and sets the property ClientSecret.
/// <para>
/// The client secret used by the OAuth client to authenticate to the authorization server.
///
/// </para>
/// </summary>
[AWSProperty(Required=true, Sensitive=true, Max=512)]
public string ClientSecret
{
get { return this._clientSecret; }
set { this._clientSecret = value; }
}
// Check to see if ClientSecret property is set
internal bool IsSetClientSecret()
{
return this._clientSecret != null;
}
/// <summary>
/// Gets and sets the property OAuthRequest.
/// <para>
/// The OAuth requirement needed to request security tokens from the connector endpoint.
///
/// </para>
/// </summary>
public ConnectorOAuthRequest OAuthRequest
{
get { return this._oAuthRequest; }
set { this._oAuthRequest = value; }
}
// Check to see if OAuthRequest property is set
internal bool IsSetOAuthRequest()
{
return this._oAuthRequest != null;
}
/// <summary>
/// Gets and sets the property RefreshToken.
/// <para>
/// The refresh token used to refresh expired access token.
/// </para>
/// </summary>
[AWSProperty(Max=4096)]
public string RefreshToken
{
get { return this._refreshToken; }
set { this._refreshToken = value; }
}
// Check to see if RefreshToken property is set
internal bool IsSetRefreshToken()
{
return this._refreshToken != null;
}
}
} | 139 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The OAuth properties required for OAuth type authentication.
/// </summary>
public partial class OAuthProperties
{
private string _authCodeUrl;
private List<string> _oAuthScopes = new List<string>();
private string _tokenUrl;
/// <summary>
/// Gets and sets the property AuthCodeUrl.
/// <para>
/// The authorization code url required to redirect to SAP Login Page to fetch authorization
/// code for OAuth type authentication.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=256)]
public string AuthCodeUrl
{
get { return this._authCodeUrl; }
set { this._authCodeUrl = value; }
}
// Check to see if AuthCodeUrl property is set
internal bool IsSetAuthCodeUrl()
{
return this._authCodeUrl != null;
}
/// <summary>
/// Gets and sets the property OAuthScopes.
/// <para>
/// The OAuth scopes required for OAuth type authentication.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public List<string> OAuthScopes
{
get { return this._oAuthScopes; }
set { this._oAuthScopes = value; }
}
// Check to see if OAuthScopes property is set
internal bool IsSetOAuthScopes()
{
return this._oAuthScopes != null && this._oAuthScopes.Count > 0;
}
/// <summary>
/// Gets and sets the property TokenUrl.
/// <para>
/// The token url required to fetch access/refresh tokens using authorization code and
/// also to refresh expired access token using refresh token.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=256)]
public string TokenUrl
{
get { return this._tokenUrl; }
set { this._tokenUrl = value; }
}
// Check to see if TokenUrl property is set
internal bool IsSetTokenUrl()
{
return this._tokenUrl != null;
}
}
} | 100 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector-specific profile credentials required when using Salesforce Pardot.
/// </summary>
public partial class PardotConnectorProfileCredentials
{
private string _accessToken;
private string _clientCredentialsArn;
private ConnectorOAuthRequest _oAuthRequest;
private string _refreshToken;
/// <summary>
/// Gets and sets the property AccessToken.
/// <para>
/// The credentials used to access protected Salesforce Pardot resources.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Max=4096)]
public string AccessToken
{
get { return this._accessToken; }
set { this._accessToken = value; }
}
// Check to see if AccessToken property is set
internal bool IsSetAccessToken()
{
return this._accessToken != null;
}
/// <summary>
/// Gets and sets the property ClientCredentialsArn.
/// <para>
/// The secret manager ARN, which contains the client ID and client secret of the connected
/// app.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=20, Max=2048)]
public string ClientCredentialsArn
{
get { return this._clientCredentialsArn; }
set { this._clientCredentialsArn = value; }
}
// Check to see if ClientCredentialsArn property is set
internal bool IsSetClientCredentialsArn()
{
return this._clientCredentialsArn != null;
}
/// <summary>
/// Gets and sets the property OAuthRequest.
/// </summary>
public ConnectorOAuthRequest OAuthRequest
{
get { return this._oAuthRequest; }
set { this._oAuthRequest = value; }
}
// Check to see if OAuthRequest property is set
internal bool IsSetOAuthRequest()
{
return this._oAuthRequest != null;
}
/// <summary>
/// Gets and sets the property RefreshToken.
/// <para>
/// The credentials used to acquire new access tokens.
/// </para>
/// </summary>
[AWSProperty(Max=4096)]
public string RefreshToken
{
get { return this._refreshToken; }
set { this._refreshToken = value; }
}
// Check to see if RefreshToken property is set
internal bool IsSetRefreshToken()
{
return this._refreshToken != null;
}
}
} | 115 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector-specific profile properties required when using Salesforce Pardot.
/// </summary>
public partial class PardotConnectorProfileProperties
{
private string _businessUnitId;
private string _instanceUrl;
private bool? _isSandboxEnvironment;
/// <summary>
/// Gets and sets the property BusinessUnitId.
/// <para>
/// The business unit id of Salesforce Pardot instance.
/// </para>
/// </summary>
[AWSProperty(Max=18)]
public string BusinessUnitId
{
get { return this._businessUnitId; }
set { this._businessUnitId = value; }
}
// Check to see if BusinessUnitId property is set
internal bool IsSetBusinessUnitId()
{
return this._businessUnitId != null;
}
/// <summary>
/// Gets and sets the property InstanceUrl.
/// <para>
/// The location of the Salesforce Pardot resource.
/// </para>
/// </summary>
[AWSProperty(Max=256)]
public string InstanceUrl
{
get { return this._instanceUrl; }
set { this._instanceUrl = value; }
}
// Check to see if InstanceUrl property is set
internal bool IsSetInstanceUrl()
{
return this._instanceUrl != null;
}
/// <summary>
/// Gets and sets the property IsSandboxEnvironment.
/// <para>
/// Indicates whether the connector profile applies to a sandbox or production environment.
/// </para>
/// </summary>
public bool IsSandboxEnvironment
{
get { return this._isSandboxEnvironment.GetValueOrDefault(); }
set { this._isSandboxEnvironment = value; }
}
// Check to see if IsSandboxEnvironment property is set
internal bool IsSetIsSandboxEnvironment()
{
return this._isSandboxEnvironment.HasValue;
}
}
} | 97 |
aws-sdk-net | aws | C# | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
/// <summary>
/// The connector metadata specific to Salesforce Pardot.
/// </summary>
public partial class PardotMetadata
{
}
} | 38 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.