npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@datafire/amazonaws_elasticbeanstalk

v5.0.0

Published

DataFire integration for AWS Elastic Beanstalk

Readme

@datafire/amazonaws_elasticbeanstalk

Client library for AWS Elastic Beanstalk

Installation and Usage

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

amazonaws_elasticbeanstalk.AbortEnvironmentUpdate({}).then(data => {
  console.log(data);
});

Description

AWS Elastic Beanstalk AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on the Amazon Web Services cloud. For more information about this product, go to the AWS Elastic Beanstalk details page. The location of the latest AWS Elastic Beanstalk WSDL is http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl. To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools that enable you to access the API, go to Tools for Amazon Web Services. Endpoints For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to Regions and Endpoints in the Amazon Web Services Glossary.

Actions

AbortEnvironmentUpdate

amazonaws_elasticbeanstalk.AbortEnvironmentUpdate({}, context)

Input

Output

Output schema unknown

ApplyEnvironmentManagedAction

amazonaws_elasticbeanstalk.ApplyEnvironmentManagedAction({
  "ActionId": ""
}, context)

Input

Output

CheckDNSAvailability

amazonaws_elasticbeanstalk.CheckDNSAvailability({
  "CNAMEPrefix": ""
}, context)

Input

Output

ComposeEnvironments

amazonaws_elasticbeanstalk.ComposeEnvironments({}, context)

Input

Output

CreateApplication

amazonaws_elasticbeanstalk.CreateApplication({
  "ApplicationName": ""
}, context)

Input

Output

CreateApplicationVersion

amazonaws_elasticbeanstalk.CreateApplicationVersion({
  "ApplicationName": "",
  "VersionLabel": ""
}, context)

Input

Output

CreateConfigurationTemplate

amazonaws_elasticbeanstalk.CreateConfigurationTemplate({
  "ApplicationName": "",
  "TemplateName": ""
}, context)

Input

Output

CreateEnvironment

amazonaws_elasticbeanstalk.CreateEnvironment({
  "ApplicationName": ""
}, context)

Input

Output

CreatePlatformVersion

amazonaws_elasticbeanstalk.CreatePlatformVersion({
  "PlatformName": "",
  "PlatformVersion": "",
  "PlatformDefinitionBundle": {}
}, context)

Input

Output

CreateStorageLocation

amazonaws_elasticbeanstalk.CreateStorageLocation({}, context)

Input

  • input object

Output

DeleteApplication

amazonaws_elasticbeanstalk.DeleteApplication({
  "ApplicationName": ""
}, context)

Input

Output

Output schema unknown

DeleteApplicationVersion

amazonaws_elasticbeanstalk.DeleteApplicationVersion({
  "ApplicationName": "",
  "VersionLabel": ""
}, context)

Input

Output

Output schema unknown

DeleteConfigurationTemplate

amazonaws_elasticbeanstalk.DeleteConfigurationTemplate({
  "ApplicationName": "",
  "TemplateName": ""
}, context)

Input

Output

Output schema unknown

DeleteEnvironmentConfiguration

amazonaws_elasticbeanstalk.DeleteEnvironmentConfiguration({
  "ApplicationName": "",
  "EnvironmentName": ""
}, context)

Input

Output

Output schema unknown

DeletePlatformVersion

amazonaws_elasticbeanstalk.DeletePlatformVersion({}, context)

Input

Output

DescribeApplicationVersions

amazonaws_elasticbeanstalk.DescribeApplicationVersions({}, context)

Input

Output

DescribeApplications

amazonaws_elasticbeanstalk.DescribeApplications({}, context)

Input

Output

DescribeConfigurationOptions

amazonaws_elasticbeanstalk.DescribeConfigurationOptions({}, context)

Input

Output

DescribeConfigurationSettings

amazonaws_elasticbeanstalk.DescribeConfigurationSettings({
  "ApplicationName": ""
}, context)

Input

Output

DescribeEnvironmentHealth

amazonaws_elasticbeanstalk.DescribeEnvironmentHealth({}, context)

Input

Output

DescribeEnvironmentManagedActionHistory

amazonaws_elasticbeanstalk.DescribeEnvironmentManagedActionHistory({}, context)

Input

Output

DescribeEnvironmentManagedActions

amazonaws_elasticbeanstalk.DescribeEnvironmentManagedActions({}, context)

Input

Output

DescribeEnvironmentResources

amazonaws_elasticbeanstalk.DescribeEnvironmentResources({}, context)

Input

Output

DescribeEnvironments

amazonaws_elasticbeanstalk.DescribeEnvironments({}, context)

Input

Output

DescribeEvents

amazonaws_elasticbeanstalk.DescribeEvents({}, context)

Input

Output

DescribeInstancesHealth

amazonaws_elasticbeanstalk.DescribeInstancesHealth({}, context)

Input

Output

DescribePlatformVersion

amazonaws_elasticbeanstalk.DescribePlatformVersion({}, context)

Input

Output

ListAvailableSolutionStacks

amazonaws_elasticbeanstalk.ListAvailableSolutionStacks({}, context)

Input

  • input object

Output

ListPlatformVersions

amazonaws_elasticbeanstalk.ListPlatformVersions({}, context)

Input

Output

ListTagsForResource

amazonaws_elasticbeanstalk.ListTagsForResource({
  "ResourceArn": ""
}, context)

Input

Output

RebuildEnvironment

amazonaws_elasticbeanstalk.RebuildEnvironment({}, context)

Input

Output

Output schema unknown

RequestEnvironmentInfo

amazonaws_elasticbeanstalk.RequestEnvironmentInfo({
  "InfoType": ""
}, context)

Input

Output

Output schema unknown

RestartAppServer

amazonaws_elasticbeanstalk.RestartAppServer({}, context)

Input

Output

Output schema unknown

RetrieveEnvironmentInfo

amazonaws_elasticbeanstalk.RetrieveEnvironmentInfo({
  "InfoType": ""
}, context)

Input

Output

SwapEnvironmentCNAMEs

amazonaws_elasticbeanstalk.SwapEnvironmentCNAMEs({}, context)

Input

Output

Output schema unknown

TerminateEnvironment

amazonaws_elasticbeanstalk.TerminateEnvironment({}, context)

Input

Output

UpdateApplication

amazonaws_elasticbeanstalk.UpdateApplication({
  "ApplicationName": ""
}, context)

Input

Output

UpdateApplicationResourceLifecycle

amazonaws_elasticbeanstalk.UpdateApplicationResourceLifecycle({
  "ApplicationName": "",
  "ResourceLifecycleConfig": {}
}, context)

Input

Output

UpdateApplicationVersion

amazonaws_elasticbeanstalk.UpdateApplicationVersion({
  "ApplicationName": "",
  "VersionLabel": ""
}, context)

Input

Output

UpdateConfigurationTemplate

amazonaws_elasticbeanstalk.UpdateConfigurationTemplate({
  "ApplicationName": "",
  "TemplateName": ""
}, context)

Input

Output

UpdateEnvironment

amazonaws_elasticbeanstalk.UpdateEnvironment({}, context)

Input

Output

UpdateTagsForResource

amazonaws_elasticbeanstalk.UpdateTagsForResource({
  "ResourceArn": ""
}, context)

Input

Output

Output schema unknown

ValidateConfigurationSettings

amazonaws_elasticbeanstalk.ValidateConfigurationSettings({
  "ApplicationName": "",
  "OptionSettings": []
}, context)

Input

Output

Definitions

ARN

  • ARN string

AbortEnvironmentUpdateMessage

AbortableOperationInProgress

  • AbortableOperationInProgress boolean

ActionHistoryStatus

  • ActionHistoryStatus string (values: Completed, Failed, Unknown)

ActionStatus

  • ActionStatus string (values: Scheduled, Pending, Running, Unknown)

ActionType

  • ActionType string (values: InstanceRefresh, PlatformUpdate, Unknown)

ApplicationDescription

ApplicationDescriptionList

ApplicationDescriptionMessage

  • ApplicationDescriptionMessage object: Result message containing a single description of an application.

ApplicationDescriptionsMessage

  • ApplicationDescriptionsMessage object: Result message containing a list of application descriptions.

ApplicationMetrics

ApplicationName

  • ApplicationName string

ApplicationNamesList

ApplicationResourceLifecycleConfig

  • ApplicationResourceLifecycleConfig object: The resource lifecycle configuration for an application. Defines lifecycle settings for resources that belong to the application, and the service role that Elastic Beanstalk assumes in order to apply lifecycle settings. The version lifecycle configuration defines lifecycle settings for application versions.

ApplicationResourceLifecycleDescriptionMessage

ApplicationVersionDescription

ApplicationVersionDescriptionList

ApplicationVersionDescriptionMessage

  • ApplicationVersionDescriptionMessage object: Result message wrapping a single description of an application version.

ApplicationVersionDescriptionsMessage

ApplicationVersionLifecycleConfig

  • ApplicationVersionLifecycleConfig object: The application version lifecycle settings for an application. Defines the rules that Elastic Beanstalk applies to an application's versions in order to avoid hitting the per-region limit for application versions. When Elastic Beanstalk deletes an application version from its database, you can no longer deploy that version to an environment. The source bundle remains in S3 unless you configure the rule to delete it.

ApplicationVersionProccess

  • ApplicationVersionProccess boolean

ApplicationVersionStatus

  • ApplicationVersionStatus string (values: Processed, Unprocessed, Failed, Processing, Building)

ApplyEnvironmentManagedActionRequest

  • ApplyEnvironmentManagedActionRequest object: Request to execute a scheduled managed action immediately.

ApplyEnvironmentManagedActionResult

  • ApplyEnvironmentManagedActionResult object: The result message containing information about the managed action.

AutoCreateApplication

  • AutoCreateApplication boolean

AutoScalingGroup

  • AutoScalingGroup object: Describes an Auto Scaling launch configuration.

AutoScalingGroupList

AvailableSolutionStackDetailsList

AvailableSolutionStackNamesList

BoxedBoolean

  • BoxedBoolean boolean

BoxedInt

  • BoxedInt integer

BuildConfiguration

Builder

  • Builder object: The builder used to build the custom platform.

CPUUtilization

Cause

  • Cause string

Causes

CheckDNSAvailabilityMessage

  • CheckDNSAvailabilityMessage object: Results message indicating whether a CNAME is available.

CheckDNSAvailabilityResultMessage

  • CheckDNSAvailabilityResultMessage object: Indicates if the specified CNAME is available.

CnameAvailability

  • CnameAvailability boolean

CodeBuildNotInServiceRegionException

  • CodeBuildNotInServiceRegionException object: AWS CodeBuild is not available in the specified region.

ComposeEnvironmentsMessage

ComputeType

  • ComputeType string (values: BUILD_GENERAL1_SMALL, BUILD_GENERAL1_MEDIUM, BUILD_GENERAL1_LARGE)

ConfigurationDeploymentStatus

  • ConfigurationDeploymentStatus string (values: deployed, pending, failed)

ConfigurationOptionDefaultValue

  • ConfigurationOptionDefaultValue string

ConfigurationOptionDescription

ConfigurationOptionDescriptionsList

ConfigurationOptionName

  • ConfigurationOptionName string

ConfigurationOptionPossibleValue

  • ConfigurationOptionPossibleValue string

ConfigurationOptionPossibleValues

ConfigurationOptionSetting

ConfigurationOptionSettingsList

ConfigurationOptionSeverity

  • ConfigurationOptionSeverity string

ConfigurationOptionValue

  • ConfigurationOptionValue string

ConfigurationOptionValueType

  • ConfigurationOptionValueType string (values: Scalar, List)

ConfigurationOptionsDescription

ConfigurationSettingsDescription

ConfigurationSettingsDescriptionList

ConfigurationSettingsDescriptions

  • ConfigurationSettingsDescriptions object: The results from a request to change the configuration settings of an environment.

ConfigurationSettingsValidationMessages

  • ConfigurationSettingsValidationMessages object: Provides a list of validation messages.

ConfigurationTemplateName

  • ConfigurationTemplateName string

ConfigurationTemplateNamesList

CreateApplicationMessage

CreateApplicationVersionMessage

CreateConfigurationTemplateMessage

CreateEnvironmentMessage

CreatePlatformVersionRequest

CreatePlatformVersionResult

CreateStorageLocationResultMessage

  • CreateStorageLocationResultMessage object: Results of a CreateStorageLocationResult call.

CreationDate

  • CreationDate string

CustomAmi

CustomAmiList

DNSCname

  • DNSCname string

DNSCnamePrefix

  • DNSCnamePrefix string

DeleteApplicationMessage

DeleteApplicationVersionMessage

DeleteConfigurationTemplateMessage

DeleteEnvironmentConfigurationMessage

  • DeleteEnvironmentConfigurationMessage object: Request to delete a draft environment configuration.

DeletePlatformVersionRequest

  • DeletePlatformVersionRequest object

DeletePlatformVersionResult

DeleteSourceBundle

  • DeleteSourceBundle boolean

Deployment

DeploymentTimestamp

  • DeploymentTimestamp string

DescribeApplicationVersionsMessage

DescribeApplicationsMessage

  • DescribeApplicationsMessage object: Request to describe one or more applications.

DescribeConfigurationOptionsMessage

DescribeConfigurationSettingsMessage

DescribeEnvironmentHealthRequest

DescribeEnvironmentHealthResult

DescribeEnvironmentManagedActionHistoryRequest

DescribeEnvironmentManagedActionHistoryResult

  • DescribeEnvironmentManagedActionHistoryResult object: A result message containing a list of completed and failed managed actions.

DescribeEnvironmentManagedActionsRequest

  • DescribeEnvironmentManagedActionsRequest object: Request to list an environment's upcoming and in-progress managed actions.

DescribeEnvironmentManagedActionsResult

  • DescribeEnvironmentManagedActionsResult object: The result message containing a list of managed actions.

DescribeEnvironmentResourcesMessage

  • DescribeEnvironmentResourcesMessage object: Request to describe the resources in an environment.

DescribeEnvironmentsMessage

DescribeEventsMessage

DescribeInstancesHealthRequest

DescribeInstancesHealthResult

  • DescribeInstancesHealthResult object: Detailed health information about the Amazon EC2 instances in an AWS Elastic Beanstalk environment.

DescribePlatformVersionRequest

  • DescribePlatformVersionRequest object

DescribePlatformVersionResult

Description

  • Description string

Ec2InstanceId

  • Ec2InstanceId string

ElasticBeanstalkServiceException

  • ElasticBeanstalkServiceException object: A generic service exception has occurred.

EndpointURL

  • EndpointURL string

EnvironmentArn

  • EnvironmentArn string

EnvironmentDescription

EnvironmentDescriptionsList

EnvironmentDescriptionsMessage

EnvironmentHealth

  • EnvironmentHealth string (values: Green, Yellow, Red, Grey)

EnvironmentHealthAttribute

  • EnvironmentHealthAttribute string (values: Status, Color, Causes, ApplicationMetrics, InstancesHealth, All, HealthStatus, RefreshedAt)

EnvironmentHealthAttributes

EnvironmentHealthStatus

  • EnvironmentHealthStatus string (values: NoData, Unknown, Pending, Ok, Info, Warning, Degraded, Severe)

EnvironmentId

  • EnvironmentId string

EnvironmentIdList

EnvironmentInfoDescription

EnvironmentInfoDescriptionList

EnvironmentInfoType

  • EnvironmentInfoType string (values: tail, bundle)

EnvironmentLink

  • EnvironmentLink object: A link to another environment, defined in the environment's manifest. Links provide connection information in system properties that can be used to connect to another environment in the same group. See Environment Manifest (env.yaml) for details.

EnvironmentLinks

EnvironmentName

  • EnvironmentName string

EnvironmentNamesList

EnvironmentResourceDescription

EnvironmentResourceDescriptionsMessage

  • EnvironmentResourceDescriptionsMessage object: Result message containing a list of environment resource descriptions.

EnvironmentResourcesDescription

  • EnvironmentResourcesDescription object: Describes the AWS resources in use by this environment. This data is not live data.

EnvironmentStatus

  • EnvironmentStatus string (values: Launching, Updating, Ready, Terminating, Terminated)

EnvironmentTier

  • EnvironmentTier object: Describes the properties of an environment tier

EventDate

  • EventDate string

EventDescription

EventDescriptionList

EventDescriptionsMessage

  • EventDescriptionsMessage object: Result message wrapping a list of event descriptions.

EventMessage

  • EventMessage string

EventSeverity

  • EventSeverity string (values: TRACE, DEBUG, INFO, WARN, ERROR, FATAL)

ExceptionMessage

  • ExceptionMessage string

FailureType

  • FailureType string (values: UpdateCancelled, CancellationFailed, RollbackFailed, RollbackSuccessful, InternalFailure, InvalidEnvironmentState, PermissionsError)

FileTypeExtension

  • FileTypeExtension string

ForceTerminate

  • ForceTerminate boolean

GroupName

  • GroupName string

ImageId

  • ImageId string

IncludeDeleted

  • IncludeDeleted boolean

IncludeDeletedBackTo

  • IncludeDeletedBackTo string

Instance

  • Instance object: The description of an Amazon EC2 instance.

InstanceHealthList

InstanceHealthSummary

InstanceId

  • InstanceId string

InstanceList

InstancesHealthAttribute

  • InstancesHealthAttribute string (values: HealthStatus, Color, Causes, ApplicationMetrics, RefreshedAt, LaunchedAt, System, Deployment, AvailabilityZone, InstanceType, All)

InstancesHealthAttributes

InsufficientPrivilegesException

  • InsufficientPrivilegesException object: The specified account does not have sufficient privileges for one of more AWS services.

Integer

  • Integer integer

InvalidRequestException

  • InvalidRequestException object: One or more input parameters is not valid. Please correct the input parameters and try the operation again.

Latency

LaunchConfiguration

  • LaunchConfiguration object: Describes an Auto Scaling launch configuration.

LaunchConfigurationList

LaunchedAt

  • LaunchedAt string

ListAvailableSolutionStacksResultMessage

ListPlatformVersionsRequest

ListPlatformVersionsResult

ListTagsForResourceMessage

  • ListTagsForResourceMessage object

Listener

  • Listener object: Describes the properties of a Listener for the LoadBalancer.

LoadAverage

LoadAverageValue

  • LoadAverageValue number

LoadBalancer

  • LoadBalancer object: Describes a LoadBalancer.

LoadBalancerDescription

LoadBalancerList

LoadBalancerListenersDescription

  • LoadBalancerListenersDescription array

Maintainer

  • Maintainer string

ManagedAction

ManagedActionHistoryItem

ManagedActionHistoryItems

ManagedActionInvalidStateException

  • ManagedActionInvalidStateException object: Cannot modify the managed action in its current state.

ManagedActions

MaxAgeRule

  • MaxAgeRule object: A lifecycle rule that deletes application versions after the specified number of days.

MaxCountRule

  • MaxCountRule object: A lifecycle rule that deletes the oldest application version when the maximum count is exceeded.

MaxRecords

  • MaxRecords integer

Message

  • Message string

NextToken

  • NextToken string

NonEmptyString

  • NonEmptyString string

NullableDouble

  • NullableDouble number

NullableInteger

  • NullableInteger integer

NullableLong

  • NullableLong integer

OperatingSystemName

  • OperatingSystemName string

OperatingSystemVersion

  • OperatingSystemVersion string

OperationInProgressException

  • OperationInProgressException object: Unable to perform the specified operation because another operation that effects an element in this activity is already in progress.

OptionNamespace

  • OptionNamespace string

OptionRestrictionMaxLength

  • OptionRestrictionMaxLength integer

OptionRestrictionMaxValue

  • OptionRestrictionMaxValue integer

OptionRestrictionMinValue

  • OptionRestrictionMinValue integer

OptionRestrictionRegex

  • OptionRestrictionRegex object: A regular expression representing a restriction on a string configuration option value.

OptionSpecification

OptionsSpecifierList

PlatformArn

  • PlatformArn string

PlatformCategory

  • PlatformCategory string

PlatformDescription

PlatformFilter

PlatformFilterOperator

  • PlatformFilterOperator string

PlatformFilterType

  • PlatformFilterType string

PlatformFilterValue

  • PlatformFilterValue string

PlatformFilterValueList

PlatformFilters

PlatformFramework

  • PlatformFramework object: A framework supported by the custom platform.

PlatformFrameworks

PlatformMaxRecords

  • PlatformMaxRecords integer

PlatformName

  • PlatformName string

PlatformOwner

  • PlatformOwner string

PlatformProgrammingLanguage

  • PlatformProgrammingLanguage object: A programming language supported by the platform.

PlatformProgrammingLanguages

PlatformStatus

  • PlatformStatus string (values: Creating, Failed, Ready, Deleting, Deleted)

PlatformSummary

PlatformSummaryList

PlatformVersion

  • PlatformVersion string

PlatformVersionStillReferencedException

  • PlatformVersionStillReferencedException object: You cannot delete the platform version because there are still environments running on it.

Queue

QueueList

  • QueueList array

RebuildEnvironmentMessage

RefreshedAt

  • RefreshedAt string

RegexLabel

  • RegexLabel string

RegexPattern

  • RegexPattern string

RequestCount

  • RequestCount integer

RequestEnvironmentInfoMessage

RequestId

  • RequestId string

ResourceArn

  • ResourceArn string

ResourceId

  • ResourceId string

ResourceName

  • ResourceName string

ResourceNotFoundException

  • ResourceNotFoundException object: A resource doesn't exist for the specified Amazon Resource Name (ARN).

ResourceTagsDescriptionMessage

ResourceTypeNotSupportedException

  • ResourceTypeNotSupportedException object: The type of the specified Amazon Resource Name (ARN) isn't supported for this operation.

RestartAppServerMessage

RetrieveEnvironmentInfoMessage

RetrieveEnvironmentInfoResultMessage

  • RetrieveEnvironmentInfoResultMessage object: Result message containing a description of the requested environment info.

S3Bucket

  • S3Bucket string

S3Key

  • S3Key string

S3Location

  • S3Location object: The bucket and key of an item stored in Amazon S3.

S3LocationNotInServiceRegionException

  • S3LocationNotInServiceRegionException object: The specified S3 bucket does not belong to the S3 region in which the service is running. The following regions are supported: IAD/us-east-1 PDX/us-west-2 DUB/eu-west-1

S3SubscriptionRequiredException

  • S3SubscriptionRequiredException object: The specified account does not have a subscription to Amazon S3.

SampleTimestamp

  • SampleTimestamp string

SingleInstanceHealth

  • SingleInstanceHealth object: Detailed health information about an Amazon EC2 instance in your Elastic Beanstalk environment.