5.0.0 • Published 7 years ago

@datafire/amazonaws_elasticmapreduce v5.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

@datafire/amazonaws_elasticmapreduce

Client library for Amazon Elastic MapReduce

Installation and Usage

npm install --save @datafire/amazonaws_elasticmapreduce
let amazonaws_elasticmapreduce = require('@datafire/amazonaws_elasticmapreduce').create({
  accessKeyId: "",
  secretAccessKey: "",
  region: ""
});

amazonaws_elasticmapreduce.AddInstanceFleet({
  "ClusterId": "",
  "InstanceFleet": {
    "InstanceFleetType": ""
  }
}).then(data => {
  console.log(data);
});

Description

Amazon EMR is a web service that makes it easy to process large amounts of data efficiently. Amazon EMR uses Hadoop processing combined with several AWS products to do tasks such as web indexing, data mining, log file analysis, machine learning, scientific simulation, and data warehousing.

Actions

AddInstanceFleet

amazonaws_elasticmapreduce.AddInstanceFleet({
  "ClusterId": "",
  "InstanceFleet": {
    "InstanceFleetType": ""
  }
}, context)

Input

Output

AddInstanceGroups

amazonaws_elasticmapreduce.AddInstanceGroups({
  "InstanceGroups": [],
  "JobFlowId": ""
}, context)

Input

Output

AddJobFlowSteps

amazonaws_elasticmapreduce.AddJobFlowSteps({
  "JobFlowId": "",
  "Steps": []
}, context)

Input

Output

AddTags

amazonaws_elasticmapreduce.AddTags({
  "ResourceId": "",
  "Tags": []
}, context)

Input

Output

CancelSteps

amazonaws_elasticmapreduce.CancelSteps({}, context)

Input

Output

CreateSecurityConfiguration

amazonaws_elasticmapreduce.CreateSecurityConfiguration({
  "Name": "",
  "SecurityConfiguration": ""
}, context)

Input

Output

DeleteSecurityConfiguration

amazonaws_elasticmapreduce.DeleteSecurityConfiguration({
  "Name": ""
}, context)

Input

Output

DescribeCluster

amazonaws_elasticmapreduce.DescribeCluster({
  "ClusterId": ""
}, context)

Input

Output

DescribeJobFlows

amazonaws_elasticmapreduce.DescribeJobFlows({}, context)

Input

Output

DescribeSecurityConfiguration

amazonaws_elasticmapreduce.DescribeSecurityConfiguration({
  "Name": ""
}, context)

Input

Output

DescribeStep

amazonaws_elasticmapreduce.DescribeStep({
  "ClusterId": "",
  "StepId": ""
}, context)

Input

Output

ListBootstrapActions

amazonaws_elasticmapreduce.ListBootstrapActions({
  "ClusterId": ""
}, context)

Input

Output

ListClusters

amazonaws_elasticmapreduce.ListClusters({}, context)

Input

Output

ListInstanceFleets

amazonaws_elasticmapreduce.ListInstanceFleets({
  "ClusterId": ""
}, context)

Input

Output

ListInstanceGroups

amazonaws_elasticmapreduce.ListInstanceGroups({
  "ClusterId": ""
}, context)

Input

Output

ListInstances

amazonaws_elasticmapreduce.ListInstances({
  "ClusterId": ""
}, context)

Input

Output

ListSecurityConfigurations

amazonaws_elasticmapreduce.ListSecurityConfigurations({}, context)

Input

Output

ListSteps

amazonaws_elasticmapreduce.ListSteps({
  "ClusterId": ""
}, context)

Input

Output

ModifyInstanceFleet

amazonaws_elasticmapreduce.ModifyInstanceFleet({
  "ClusterId": "",
  "InstanceFleet": {
    "InstanceFleetId": ""
  }
}, context)

Input

Output

Output schema unknown

ModifyInstanceGroups

amazonaws_elasticmapreduce.ModifyInstanceGroups({}, context)

Input

Output

Output schema unknown

PutAutoScalingPolicy

amazonaws_elasticmapreduce.PutAutoScalingPolicy({
  "ClusterId": "",
  "InstanceGroupId": "",
  "AutoScalingPolicy": {
    "Constraints": {
      "MinCapacity": 0,
      "MaxCapacity": 0
    },
    "Rules": []
  }
}, context)

Input

Output

RemoveAutoScalingPolicy

amazonaws_elasticmapreduce.RemoveAutoScalingPolicy({
  "ClusterId": "",
  "InstanceGroupId": ""
}, context)

Input

Output

RemoveTags

amazonaws_elasticmapreduce.RemoveTags({
  "ResourceId": "",
  "TagKeys": []
}, context)

Input

Output

RunJobFlow

amazonaws_elasticmapreduce.RunJobFlow({
  "Name": "",
  "Instances": {}
}, context)

Input

Output

SetTerminationProtection

amazonaws_elasticmapreduce.SetTerminationProtection({
  "JobFlowIds": [],
  "TerminationProtected": true
}, context)

Input

Output

Output schema unknown

SetVisibleToAllUsers

amazonaws_elasticmapreduce.SetVisibleToAllUsers({
  "JobFlowIds": [],
  "VisibleToAllUsers": true
}, context)

Input

Output

Output schema unknown

TerminateJobFlows

amazonaws_elasticmapreduce.TerminateJobFlows({
  "JobFlowIds": []
}, context)

Input

Output

Output schema unknown

Definitions

ActionOnFailure

  • ActionOnFailure string (values: TERMINATE_JOB_FLOW, TERMINATE_CLUSTER, CANCEL_AND_WAIT, CONTINUE)

AddInstanceFleetInput

AddInstanceFleetOutput

AddInstanceGroupsInput

AddInstanceGroupsOutput

AddJobFlowStepsInput

AddJobFlowStepsOutput

  • AddJobFlowStepsOutput object: The output for the AddJobFlowSteps operation.

AddTagsInput

  • AddTagsInput object: This input identifies a cluster and a list of tags to attach.

AddTagsOutput

  • AddTagsOutput object: This output indicates the result of adding tags to a resource.

AdjustmentType

  • AdjustmentType string (values: CHANGE_IN_CAPACITY, PERCENT_CHANGE_IN_CAPACITY, EXACT_CAPACITY)

Application

  • Application object: An application is any Amazon or third-party software that you can add to the cluster. This structure contains a list of strings that indicates the software to use with the cluster and accepts a user argument list. Amazon EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action argument. For more information, see Using the MapR Distribution for Hadoop. Currently supported values are: "mapr-m3" - launch the cluster using MapR M3 Edition. "mapr-m5" - launch the cluster using MapR M5 Edition. "mapr" with the user arguments specifying "--edition,m3" or "--edition,m5" - launch the cluster using MapR M3 or M5 Edition, respectively. In Amazon EMR releases 4.x and later, the only accepted parameter is the application name. To pass arguments to applications, you supply a configuration for each application.

ApplicationList

AutoScalingPolicy

  • AutoScalingPolicy object: An automatic scaling policy for a core instance group or task instance group in an Amazon EMR cluster. An automatic scaling policy defines how an instance group dynamically adds and terminates EC2 instances in response to the value of a CloudWatch metric. See PutAutoScalingPolicy.

AutoScalingPolicyDescription

  • AutoScalingPolicyDescription object: An automatic scaling policy for a core instance group or task instance group in an Amazon EMR cluster. The automatic scaling policy defines how an instance group dynamically adds and terminates EC2 instances in response to the value of a CloudWatch metric. See PutAutoScalingPolicy.

AutoScalingPolicyState

  • AutoScalingPolicyState string (values: PENDING, ATTACHING, ATTACHED, DETACHING, DETACHED, FAILED)

AutoScalingPolicyStateChangeReason

AutoScalingPolicyStateChangeReasonCode

  • AutoScalingPolicyStateChangeReasonCode string (values: USER_REQUEST, PROVISION_FAILURE, CLEANUP_FAILURE)

AutoScalingPolicyStatus

Boolean

  • Boolean boolean

BooleanObject

  • BooleanObject boolean

BootstrapActionConfig

BootstrapActionConfigList

BootstrapActionDetail

  • BootstrapActionDetail object: Reports the configuration of a bootstrap action in a cluster (job flow).

BootstrapActionDetailList

CancelStepsInfo

  • CancelStepsInfo object: Specification of the status of a CancelSteps request. Available only in Amazon EMR version 4.8.0 and later, excluding version 5.0.0.

CancelStepsInfoList

CancelStepsInput

CancelStepsOutput

  • CancelStepsOutput object: The output for the CancelSteps operation.

CancelStepsRequestStatus

  • CancelStepsRequestStatus string (values: SUBMITTED, FAILED)

CloudWatchAlarmDefinition

Cluster

ClusterId

  • ClusterId string

ClusterState

  • ClusterState string (values: STARTING, BOOTSTRAPPING, RUNNING, WAITING, TERMINATING, TERMINATED, TERMINATED_WITH_ERRORS)

ClusterStateChangeReason

ClusterStateChangeReasonCode

  • ClusterStateChangeReasonCode string (values: INTERNAL_ERROR, VALIDATION_ERROR, INSTANCE_FAILURE, INSTANCE_FLEET_TIMEOUT, BOOTSTRAP_FAILURE, USER_REQUEST, STEP_FAILURE, ALL_STEPS_COMPLETED)

ClusterStateList

ClusterStatus

ClusterSummary

ClusterSummaryList

ClusterTimeline

  • ClusterTimeline object: Represents the timeline of the cluster's lifecycle.

Command

  • Command object: An entity describing an executable that runs on a cluster.

CommandList

ComparisonOperator

  • ComparisonOperator string (values: GREATER_THAN_OR_EQUAL, GREATER_THAN, LESS_THAN, LESS_THAN_OR_EQUAL)

Configuration

  • Configuration object: Amazon EMR releases 4.x or later. An optional configuration specification to be used when provisioning cluster instances, which can include configurations for applications and software bundled with Amazon EMR. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file. For more information, see Configuring Applications.

ConfigurationList

CreateSecurityConfigurationInput

  • CreateSecurityConfigurationInput object

CreateSecurityConfigurationOutput

  • CreateSecurityConfigurationOutput object

Date

  • Date string

DeleteSecurityConfigurationInput

  • DeleteSecurityConfigurationInput object

DeleteSecurityConfigurationOutput

  • DeleteSecurityConfigurationOutput object

DescribeClusterInput

  • DescribeClusterInput object: This input determines which cluster to describe.

DescribeClusterOutput

  • DescribeClusterOutput object: This output contains the description of the cluster.

DescribeJobFlowsInput

DescribeJobFlowsOutput

  • DescribeJobFlowsOutput object: The output for the DescribeJobFlows operation.

DescribeSecurityConfigurationInput

  • DescribeSecurityConfigurationInput object

DescribeSecurityConfigurationOutput

  • DescribeSecurityConfigurationOutput object

DescribeStepInput

  • DescribeStepInput object: This input determines which step to describe.

DescribeStepOutput

  • DescribeStepOutput object: This output contains the description of the cluster step.

EC2InstanceIdsList

EC2InstanceIdsToTerminateList

  • EC2InstanceIdsToTerminateList array

EbsBlockDevice

  • EbsBlockDevice object: Configuration of requested EBS block device associated with the instance group.

EbsBlockDeviceConfig

  • EbsBlockDeviceConfig object: Configuration of requested EBS block device associated with the instance group with count of volumes that will be associated to every instance.

EbsBlockDeviceConfigList

EbsBlockDeviceList

EbsConfiguration

EbsVolume

  • EbsVolume object: EBS block device that's attached to an EC2 instance.

EbsVolumeList

Ec2InstanceAttributes

  • Ec2InstanceAttributes object: Provides information about the EC2 instances in a cluster grouped by category. For example, key name, subnet ID, IAM instance profile, and so on.

ErrorCode

  • ErrorCode string

ErrorMessage

  • ErrorMessage string

FailureDetails

  • FailureDetails object: The details of the step failure. The service attempts to detect the root cause for many common failures.

HadoopJarStepConfig

  • HadoopJarStepConfig object: A job flow step consisting of a JAR file whose main function will be executed. The main function submits a job for Hadoop to execute and waits for the job to finish or fail.

HadoopStepConfig

  • HadoopStepConfig object: A cluster step consisting of a JAR file whose main function will be executed. The main function submits a job for Hadoop to execute and waits for the job to finish or fail.

Instance

InstanceCollectionType

  • InstanceCollectionType string (values: INSTANCE_FLEET, INSTANCE_GROUP)

InstanceFleet

InstanceFleetConfig

InstanceFleetConfigList

InstanceFleetId

  • InstanceFleetId string

InstanceFleetList

InstanceFleetModifyConfig

  • InstanceFleetModifyConfig object: Configuration parameters for an instance fleet modification request. The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.

InstanceFleetProvisioningSpecifications

  • InstanceFleetProvisioningSpecifications object: The launch specification for Spot instances in the fleet, which determines the defined duration and provisioning timeout behavior. The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.

InstanceFleetState

  • InstanceFleetState string (values: PROVISIONING, BOOTSTRAPPING, RUNNING, RESIZING, SUSPENDED, TERMINATING, TERMINATED)

InstanceFleetStateChangeReason

  • InstanceFleetStateChangeReason object: Provides status change reason details for the instance fleet. The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.

InstanceFleetStateChangeReasonCode

  • InstanceFleetStateChangeReasonCode string (values: INTERNAL_ERROR, VALIDATION_ERROR, INSTANCE_FAILURE, CLUSTER_TERMINATED)

InstanceFleetStatus

InstanceFleetTimeline

  • InstanceFleetTimeline object: Provides historical timestamps for the instance fleet, including the time of creation, the time it became ready to run jobs, and the time of termination. The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.

InstanceFleetType

  • InstanceFleetType string (values: MASTER, CORE, TASK)

InstanceGroup

InstanceGroupConfig

InstanceGroupConfigList

InstanceGroupDetail

InstanceGroupDetailList

InstanceGroupId

  • InstanceGroupId string

InstanceGroupIdsList

InstanceGroupList

InstanceGroupModifyConfig

InstanceGroupModifyConfigList

InstanceGroupState

  • InstanceGroupState string (values: PROVISIONING, BOOTSTRAPPING, RUNNING, RESIZING, SUSPENDED, TERMINATING, TERMINATED, ARRESTED, SHUTTING_DOWN, ENDED)

InstanceGroupStateChangeReason

InstanceGroupStateChangeReasonCode

  • InstanceGroupStateChangeReasonCode string (values: INTERNAL_ERROR, VALIDATION_ERROR, INSTANCE_FAILURE, CLUSTER_TERMINATED)

InstanceGroupStatus

InstanceGroupTimeline

  • InstanceGroupTimeline object: The timeline of the instance group lifecycle.

InstanceGroupType

  • InstanceGroupType string (values: MASTER, CORE, TASK)

InstanceGroupTypeList

InstanceId

  • InstanceId string

InstanceList

InstanceResizePolicy

  • InstanceResizePolicy object: Custom policy for requesting termination protection or termination of specific instances when shrinking an instance group.

InstanceRoleType

  • InstanceRoleType string (values: MASTER, CORE, TASK)

InstanceState

  • InstanceState string (values: AWAITING_FULFILLMENT, PROVISIONING, BOOTSTRAPPING, RUNNING, TERMINATED)

InstanceStateChangeReason

InstanceStateChangeReasonCode

  • InstanceStateChangeReasonCode string (values: INTERNAL_ERROR, VALIDATION_ERROR, INSTANCE_FAILURE, BOOTSTRAP_FAILURE, CLUSTER_TERMINATED)

InstanceStateList

InstanceStatus

InstanceTimeline

  • InstanceTimeline object: The timeline of the instance lifecycle.

InstanceType

  • InstanceType string

InstanceTypeConfig

  • InstanceTypeConfig object: An instance type configuration for each instance type in an instance fleet, which determines the EC2 instances Amazon EMR attempts to provision to fulfill On-Demand and Spot target capacities. There can be a maximum of 5 instance type configurations in a fleet. The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.

InstanceTypeConfigList

InstanceTypeSpecification

InstanceTypeSpecificationList

Integer

  • Integer integer

InternalServerError

  • InternalServerError object: Indicates that an error occurred while processing the request and that the request was not completed.

InternalServerException

  • InternalServerException object: This exception occurs when there is an internal failure in the EMR service.

InvalidRequestException

  • InvalidRequestException object: This exception occurs when there is something wrong with user input.

JobFlowDetail

JobFlowDetailList

JobFlowExecutionState

  • JobFlowExecutionState string (values: STARTING, BOOTSTRAPPING, RUNNING, WAITING, SHUTTING_DOWN, TERMINATED, COMPLETED, FAILED): The type of instance.

JobFlowExecutionStateList

JobFlowExecutionStatusDetail

  • JobFlowExecutionStatusDetail object: Describes the status of the cluster (job flow).

JobFlowInstancesConfig

JobFlowInstancesDetail

KerberosAttributes

KeyValue

KeyValueList

ListBootstrapActionsInput

  • ListBootstrapActionsInput object: This input determines which bootstrap actions to retrieve.

ListBootstrapActionsOutput

  • ListBootstrapActionsOutput object: This output contains the bootstrap actions detail.

ListClustersInput

  • ListClustersInput object: This input determines how the ListClusters action filters the list of clusters that it returns.

ListClustersOutput

  • ListClustersOutput object: This contains a ClusterSummaryList with the cluster details; for example, the cluster IDs, names, and status.

ListInstanceFleetsInput

ListInstanceFleetsOutput

ListInstanceGroupsInput

  • ListInstanceGroupsInput object: This input determines which instance groups to retrieve.

ListInstanceGroupsOutput

  • ListInstanceGroupsOutput object: This input determines which instance groups to retrieve.

ListInstancesInput

ListInstancesOutput

  • ListInstancesOutput object: This output contains the list of instances.

ListSecurityConfigurationsInput

  • ListSecurityConfigurationsInput object

ListSecurityConfigurationsOutput

ListStepsInput

ListStepsOutput

  • ListStepsOutput object: This output contains the list of steps returned in reverse order. This means that the last step is the first element in the list.

Marker

  • Marker string

MarketType

  • MarketType string (values: ON_DEMAND, SPOT)

MetricDimension

  • MetricDimension object: A CloudWatch dimension, which is specified using a Key (known as a Name in CloudWatch), Value pair. By default, Amazon EMR uses one dimension whose Key is JobFlowID and Value is a variable representing the cluster ID, which is ${emr.clusterId}. This enables the rule to bootstrap when the cluster ID becomes available.

MetricDimensionList

ModifyInstanceFleetInput

ModifyInstanceGroupsInput

NewSupportedProductsList

NonNegativeDouble

  • NonNegativeDouble number

PlacementType

  • PlacementType object: The Amazon EC2 Availability Zone configuration of the cluster (job flow).

PutAutoScalingPolicyInput

PutAutoScalingPolicyOutput

RemoveAutoScalingPolicyInput

RemoveAutoScalingPolicyOutput

  • RemoveAutoScalingPolicyOutput object

RemoveTagsInput

  • RemoveTagsInput object: This input identifies a cluster and a list of tags to remove.

RemoveTagsOutput

  • RemoveTagsOutput object: This output indicates the result of removing tags from a resource.

RepoUpgradeOnBoot

  • RepoUpgradeOnBoot string (values: SECURITY, NONE)

ResourceId

  • ResourceId string

RunJobFlowInput

RunJobFlowOutput

  • RunJobFlowOutput object: The result of the RunJobFlow operation.

ScaleDownBehavior

  • ScaleDownBehavior string (values: TERMINATE_AT_INSTANCE_HOUR, TERMINATE_AT_TASK_COMPLETION)

ScalingAction

  • ScalingAction object: The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.

ScalingConstraints

  • ScalingConstraints object: The upper and lower EC2 instance limits for an automatic scaling policy. Automatic scaling activities triggered by automatic scaling rules will not cause an instance group to grow above or below these limits.

ScalingRule

  • ScalingRule object: A scale-in or scale-out rule that defines scaling activity, including the CloudWatch metric alarm that triggers activity, how EC2 instances are added or removed, and the periodicity of adjustments. The automatic scaling policy for an instance group can comprise one or more automatic scaling rules.

ScalingRuleList

ScalingTrigger

  • ScalingTrigger object: The conditions that trigger an automatic scaling activity.

ScriptBootstrapActionConfig

  • ScriptBootstrapActionConfig object: Configuration of the script to run during a bootstrap action.

SecurityConfigurationList

SecurityConfigurationSummary

  • SecurityConfigurationSummary object: The creation date and time, and name, of a security configuration.

SecurityGroupsList

SetTerminationProtectionInput

  • SetTerminationProtectionInput object: The input argument to the TerminationProtection operation.

SetVisibleToAllUsersInput

  • SetVisibleToAllUsersInput object: The input to the SetVisibleToAllUsers action.

ShrinkPolicy

  • ShrinkPolicy object: Policy for customizing shrink operations. Allows configuration of decommissioning timeout and targeted instance shrinking.

SimpleScalingPolicyConfiguration

  • SimpleScalingPolicyConfiguration object: An automatic scaling configuration, which describes how the policy adds or removes instances, the cooldown period, and the number of EC2 instances that will be added each time the CloudWatch metric alarm condition is satisfied.

SpotProvisioningSpecification

  • SpotProvisioningSpecification object: The launch specification for Spot instances in the instance fleet, which determines the defined duration and provisioning timeout behavior. The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.

SpotProvisioningTimeoutAction

  • SpotProvisioningTimeoutAction string (values: SWITCH_TO_ON_DEMAND, TERMINATE_CLUSTER)

Statistic

  • Statistic string (values: SAMPLE_COUNT, AVERAGE, SUM, MINIMUM, MAXIMUM)

Step

StepConfig

StepConfigList

StepDetail

StepDetailList

StepExecutionState

  • StepExecutionState string (values: PENDING, RUNNING, CONTINUE, COMPLETED, CANCELLED, FAILED, INTERRUPTED)

StepExecutionStatusDetail

StepId

  • StepId string

StepIdsList

StepState

  • StepState string (values: PENDING, CANCEL_PENDING, RUNNING, COMPLETED, CANCELLED, FAILED, INTERRUPTED)

StepStateChangeReason

StepStateChangeReasonCode

  • StepStateChangeReasonCode string (values: NONE)

StepStateList

StepStatus

StepSummary

StepSummaryList

StepTimeline

  • StepTimeline object: The timeline of the cluster step lifecycle.

String

  • String string

StringList

StringMap

SupportedProductConfig

  • SupportedProductConfig object: The list of supported product configurations which allow user-supplied arguments. EMR accepts these arguments and forwards them to the corresponding installation script as bootstrap action arguments.

SupportedProductsList

Tag

  • Tag object: A key/value pair containing user-defined metadata that you can associate with an Amazon EMR resource. Tags make it easier to associate clusters in various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. For more information, see Tag Clusters.

TagList

  • TagList array

TerminateJobFlowsInput

  • TerminateJobFlowsInput object: Input to the TerminateJobFlows operation.

Unit

  • Unit string (values: NONE, SECONDS, MICRO_SECONDS, MILLI_SECONDS, BYTES, KILO_BYTES, MEGA_BYTES, GIGA_BYTES, TERA_BYTES, BITS, KILO_BITS, MEGA_BITS, GIGA_BITS, TERA_BITS, PERCENT, COUNT, BYTES_PER_SECOND, KILO_BYTES_PER_SECOND, MEGA_BYTES_PER_SECOND, GIGA_BYTES_PER_SECOND, TERA_BYTES_PER_SECOND, BITS_PER_SECOND, KILO_BITS_PER_SECOND, MEGA_BITS_PER_SECOND, GIGA_BITS_PER_SECOND, TERA_BITS_PER_SECOND, COUNT_PER_SECOND)

VolumeSpecification

  • VolumeSpecification object: EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster.

WholeNumber

  • WholeNumber integer

XmlString

  • XmlString string

XmlStringList

XmlStringMaxLen256

  • XmlStringMaxLen256 string

XmlStringMaxLen256List

5.0.0

7 years ago

4.0.0

8 years ago

3.0.4

8 years ago

3.0.3

8 years ago

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago