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 🙏

© 2024 – Pkg Stats / Ryan Hefner

@datafire/amazonaws_opsworks

v5.0.0

Published

DataFire integration for AWS OpsWorks

Downloads

13

Readme

@datafire/amazonaws_opsworks

Client library for AWS OpsWorks

Installation and Usage

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

amazonaws_opsworks.AssignInstance({
  "InstanceId": "",
  "LayerIds": []
}).then(data => {
  console.log(data);
});

Description

AWS OpsWorks Welcome to the AWS OpsWorks Stacks API Reference. This guide provides descriptions, syntax, and usage examples for AWS OpsWorks Stacks actions and data types, including common parameters and error codes. AWS OpsWorks Stacks is an application management service that provides an integrated experience for overseeing the complete application lifecycle. For information about this product, go to the AWS OpsWorks details page. SDKs and CLI The most common way to use the AWS OpsWorks Stacks API is by using the AWS Command Line Interface (CLI) or by using one of the AWS SDKs to implement applications in your preferred language. For more information, see: AWS CLI AWS SDK for Java AWS SDK for .NET AWS SDK for PHP 2 AWS SDK for Ruby AWS SDK for Node.js AWS SDK for Python(Boto) Endpoints AWS OpsWorks Stacks supports the following endpoints, all HTTPS. You must connect to one of the following endpoints. Stacks can only be accessed or managed within the endpoint in which they are created. opsworks.us-east-1.amazonaws.com opsworks.us-east-2.amazonaws.com opsworks.us-west-1.amazonaws.com opsworks.us-west-2.amazonaws.com opsworks.ca-central-1.amazonaws.com (API only; not available in the AWS console) opsworks.eu-west-1.amazonaws.com opsworks.eu-west-2.amazonaws.com opsworks.eu-west-3.amazonaws.com opsworks.eu-central-1.amazonaws.com opsworks.ap-northeast-1.amazonaws.com opsworks.ap-northeast-2.amazonaws.com opsworks.ap-south-1.amazonaws.com opsworks.ap-southeast-1.amazonaws.com opsworks.ap-southeast-2.amazonaws.com opsworks.sa-east-1.amazonaws.com Chef Versions When you call CreateStack, CloneStack, or UpdateStack we recommend you use the ConfigurationManager parameter to specify the Chef version. The recommended and default value for Linux stacks is currently 12. Windows stacks use Chef 12.2. For more information, see Chef Versions. You can specify Chef 12, 11.10, or 11.4 for your Linux stack. We recommend migrating your existing Linux stacks to Chef 12 as soon as possible.

Actions

AssignInstance

amazonaws_opsworks.AssignInstance({
  "InstanceId": "",
  "LayerIds": []
}, context)

Input

Output

Output schema unknown

AssignVolume

amazonaws_opsworks.AssignVolume({
  "VolumeId": ""
}, context)

Input

Output

Output schema unknown

AssociateElasticIp

amazonaws_opsworks.AssociateElasticIp({
  "ElasticIp": ""
}, context)

Input

Output

Output schema unknown

AttachElasticLoadBalancer

amazonaws_opsworks.AttachElasticLoadBalancer({
  "ElasticLoadBalancerName": "",
  "LayerId": ""
}, context)

Input

  • input object
    • ElasticLoadBalancerName required String
    • LayerId required String

Output

Output schema unknown

CloneStack

amazonaws_opsworks.CloneStack({
  "SourceStackId": "",
  "ServiceRoleArn": ""
}, context)

Input

Output

CreateApp

amazonaws_opsworks.CreateApp({
  "StackId": "",
  "Name": "",
  "Type": ""
}, context)

Input

Output

CreateDeployment

amazonaws_opsworks.CreateDeployment({
  "StackId": "",
  "Command": {
    "Name": ""
  }
}, context)

Input

Output

CreateInstance

amazonaws_opsworks.CreateInstance({
  "StackId": "",
  "LayerIds": [],
  "InstanceType": ""
}, context)

Input

Output

CreateLayer

amazonaws_opsworks.CreateLayer({
  "StackId": "",
  "Type": "",
  "Name": "",
  "Shortname": ""
}, context)

Input

Output

CreateStack

amazonaws_opsworks.CreateStack({
  "Name": "",
  "Region": "",
  "ServiceRoleArn": "",
  "DefaultInstanceProfileArn": ""
}, context)

Input

Output

CreateUserProfile

amazonaws_opsworks.CreateUserProfile({
  "IamUserArn": ""
}, context)

Input

Output

DeleteApp

amazonaws_opsworks.DeleteApp({
  "AppId": ""
}, context)

Input

  • input object

Output

Output schema unknown

DeleteInstance

amazonaws_opsworks.DeleteInstance({
  "InstanceId": ""
}, context)

Input

Output

Output schema unknown

DeleteLayer

amazonaws_opsworks.DeleteLayer({
  "LayerId": ""
}, context)

Input

  • input object

Output

Output schema unknown

DeleteStack

amazonaws_opsworks.DeleteStack({
  "StackId": ""
}, context)

Input

  • input object

Output

Output schema unknown

DeleteUserProfile

amazonaws_opsworks.DeleteUserProfile({
  "IamUserArn": ""
}, context)

Input

  • input object

Output

Output schema unknown

DeregisterEcsCluster

amazonaws_opsworks.DeregisterEcsCluster({
  "EcsClusterArn": ""
}, context)

Input

  • input object

Output

Output schema unknown

DeregisterElasticIp

amazonaws_opsworks.DeregisterElasticIp({
  "ElasticIp": ""
}, context)

Input

  • input object

Output

Output schema unknown

DeregisterInstance

amazonaws_opsworks.DeregisterInstance({
  "InstanceId": ""
}, context)

Input

  • input object

Output

Output schema unknown

DeregisterRdsDbInstance

amazonaws_opsworks.DeregisterRdsDbInstance({
  "RdsDbInstanceArn": ""
}, context)

Input

  • input object
    • RdsDbInstanceArn required String

Output

Output schema unknown

DeregisterVolume

amazonaws_opsworks.DeregisterVolume({
  "VolumeId": ""
}, context)

Input

  • input object

Output

Output schema unknown

DescribeAgentVersions

amazonaws_opsworks.DescribeAgentVersions({}, context)

Input

Output

DescribeApps

amazonaws_opsworks.DescribeApps({}, context)

Input

Output

DescribeCommands

amazonaws_opsworks.DescribeCommands({}, context)

Input

Output

DescribeDeployments

amazonaws_opsworks.DescribeDeployments({}, context)

Input

Output

DescribeEcsClusters

amazonaws_opsworks.DescribeEcsClusters({}, context)

Input

Output

DescribeElasticIps

amazonaws_opsworks.DescribeElasticIps({}, context)

Input

Output

DescribeElasticLoadBalancers

amazonaws_opsworks.DescribeElasticLoadBalancers({}, context)

Input

Output

DescribeInstances

amazonaws_opsworks.DescribeInstances({}, context)

Input

Output

DescribeLayers

amazonaws_opsworks.DescribeLayers({}, context)

Input

Output

DescribeLoadBasedAutoScaling

amazonaws_opsworks.DescribeLoadBasedAutoScaling({
  "LayerIds": []
}, context)

Input

  • input object

Output

DescribeMyUserProfile

amazonaws_opsworks.DescribeMyUserProfile({}, context)

Input

  • input object

Output

DescribeOperatingSystems

amazonaws_opsworks.DescribeOperatingSystems({}, context)

Input

  • input object

Output

DescribePermissions

amazonaws_opsworks.DescribePermissions({}, context)

Input

Output

DescribeRaidArrays

amazonaws_opsworks.DescribeRaidArrays({}, context)

Input

Output

DescribeRdsDbInstances

amazonaws_opsworks.DescribeRdsDbInstances({
  "StackId": ""
}, context)

Input

Output

DescribeServiceErrors

amazonaws_opsworks.DescribeServiceErrors({}, context)

Input

Output

DescribeStackProvisioningParameters

amazonaws_opsworks.DescribeStackProvisioningParameters({
  "StackId": ""
}, context)

Input

  • input object

Output

DescribeStackSummary

amazonaws_opsworks.DescribeStackSummary({
  "StackId": ""
}, context)

Input

  • input object

Output

DescribeStacks

amazonaws_opsworks.DescribeStacks({}, context)

Input

Output

DescribeTimeBasedAutoScaling

amazonaws_opsworks.DescribeTimeBasedAutoScaling({
  "InstanceIds": []
}, context)

Input

  • input object

Output

DescribeUserProfiles

amazonaws_opsworks.DescribeUserProfiles({}, context)

Input

Output

DescribeVolumes

amazonaws_opsworks.DescribeVolumes({}, context)

Input

Output

DetachElasticLoadBalancer

amazonaws_opsworks.DetachElasticLoadBalancer({
  "ElasticLoadBalancerName": "",
  "LayerId": ""
}, context)

Input

  • input object
    • ElasticLoadBalancerName required String
    • LayerId required String

Output

Output schema unknown

DisassociateElasticIp

amazonaws_opsworks.DisassociateElasticIp({
  "ElasticIp": ""
}, context)

Input

  • input object

Output

Output schema unknown

GetHostnameSuggestion

amazonaws_opsworks.GetHostnameSuggestion({
  "LayerId": ""
}, context)

Input

  • input object

Output

GrantAccess

amazonaws_opsworks.GrantAccess({
  "InstanceId": ""
}, context)

Input

Output

ListTags

amazonaws_opsworks.ListTags({
  "ResourceArn": ""
}, context)

Input

Output

RebootInstance

amazonaws_opsworks.RebootInstance({
  "InstanceId": ""
}, context)

Input

  • input object

Output

Output schema unknown

RegisterEcsCluster

amazonaws_opsworks.RegisterEcsCluster({
  "EcsClusterArn": "",
  "StackId": ""
}, context)

Input

  • input object

Output

RegisterElasticIp

amazonaws_opsworks.RegisterElasticIp({
  "ElasticIp": "",
  "StackId": ""
}, context)

Input

  • input object

Output

RegisterInstance

amazonaws_opsworks.RegisterInstance({
  "StackId": ""
}, context)

Input

Output

RegisterRdsDbInstance

amazonaws_opsworks.RegisterRdsDbInstance({
  "StackId": "",
  "RdsDbInstanceArn": "",
  "DbUser": "",
  "DbPassword": ""
}, context)

Input

Output

Output schema unknown

RegisterVolume

amazonaws_opsworks.RegisterVolume({
  "StackId": ""
}, context)

Input

Output

SetLoadBasedAutoScaling

amazonaws_opsworks.SetLoadBasedAutoScaling({
  "LayerId": ""
}, context)

Input

Output

Output schema unknown

SetPermission

amazonaws_opsworks.SetPermission({
  "StackId": "",
  "IamUserArn": ""
}, context)

Input

Output

Output schema unknown

SetTimeBasedAutoScaling

amazonaws_opsworks.SetTimeBasedAutoScaling({
  "InstanceId": ""
}, context)

Input

Output

Output schema unknown

StartInstance

amazonaws_opsworks.StartInstance({
  "InstanceId": ""
}, context)

Input

  • input object

Output

Output schema unknown

StartStack

amazonaws_opsworks.StartStack({
  "StackId": ""
}, context)

Input

  • input object

Output

Output schema unknown

StopInstance

amazonaws_opsworks.StopInstance({
  "InstanceId": ""
}, context)

Input

Output

Output schema unknown

StopStack

amazonaws_opsworks.StopStack({
  "StackId": ""
}, context)

Input

  • input object

Output

Output schema unknown

TagResource

amazonaws_opsworks.TagResource({
  "ResourceArn": "",
  "Tags": []
}, context)

Input

Output

Output schema unknown

UnassignInstance

amazonaws_opsworks.UnassignInstance({
  "InstanceId": ""
}, context)

Input

  • input object

Output

Output schema unknown

UnassignVolume

amazonaws_opsworks.UnassignVolume({
  "VolumeId": ""
}, context)

Input

  • input object

Output

Output schema unknown

UntagResource

amazonaws_opsworks.UntagResource({
  "ResourceArn": "",
  "TagKeys": []
}, context)

Input

Output

Output schema unknown

UpdateApp

amazonaws_opsworks.UpdateApp({
  "AppId": ""
}, context)

Input

Output

Output schema unknown

UpdateElasticIp

amazonaws_opsworks.UpdateElasticIp({
  "ElasticIp": ""
}, context)

Input

Output

Output schema unknown

UpdateInstance

amazonaws_opsworks.UpdateInstance({
  "InstanceId": ""
}, context)

Input

Output

Output schema unknown

UpdateLayer

amazonaws_opsworks.UpdateLayer({
  "LayerId": ""
}, context)

Input

Output

Output schema unknown

UpdateMyUserProfile

amazonaws_opsworks.UpdateMyUserProfile({}, context)

Input

  • input object

Output

Output schema unknown

UpdateRdsDbInstance

amazonaws_opsworks.UpdateRdsDbInstance({
  "RdsDbInstanceArn": ""
}, context)

Input

Output

Output schema unknown

UpdateStack

amazonaws_opsworks.UpdateStack({
  "StackId": ""
}, context)

Input

Output

Output schema unknown

UpdateUserProfile

amazonaws_opsworks.UpdateUserProfile({
  "IamUserArn": ""
}, context)

Input

Output

Output schema unknown

UpdateVolume

amazonaws_opsworks.UpdateVolume({
  "VolumeId": ""
}, context)

Input

Output

Output schema unknown

Definitions

AgentVersion

AgentVersions

App

AppAttributes

AppAttributesKeys

  • AppAttributesKeys string (values: DocumentRoot, RailsEnv, AutoBundleOnDeploy, AwsFlowRubySettings)

AppType

  • AppType string (values: aws-flow-ruby, java, rails, php, nodejs, static, other)

Apps

  • Apps array

Architecture

  • Architecture string (values: x86_64, i386)

AssignInstanceRequest

  • AssignInstanceRequest object

AssignVolumeRequest

  • AssignVolumeRequest object

AssociateElasticIpRequest

  • AssociateElasticIpRequest object

AttachElasticLoadBalancerRequest

  • AttachElasticLoadBalancerRequest object
    • ElasticLoadBalancerName required String
    • LayerId required String

AutoScalingThresholds

  • AutoScalingThresholds object: Describes a load-based auto scaling upscaling or downscaling threshold configuration, which specifies when AWS OpsWorks Stacks starts or stops load-based instances.

AutoScalingType

  • AutoScalingType string (values: load, timer)

BlockDeviceMapping

  • BlockDeviceMapping object: Describes a block device mapping. This data type maps directly to the Amazon EC2 BlockDeviceMapping data type.

BlockDeviceMappings

Boolean

  • Boolean boolean

ChefConfiguration

  • ChefConfiguration object: Describes the Chef configuration.

CloneStackRequest

CloneStackResult

  • CloneStackResult object: Contains the response to a CloneStack request.

CloudWatchLogsConfiguration

CloudWatchLogsEncoding

  • CloudWatchLogsEncoding string (values: ascii, big5, big5hkscs, cp037, cp424, cp437, cp500, cp720, cp737, cp775, cp850, cp852, cp855, cp856, cp857, cp858, cp860, cp861, cp862, cp863, cp864, cp865, cp866, cp869, cp874, cp875, cp932, cp949, cp950, cp1006, cp1026, cp1140, cp1250, cp1251, cp1252, cp1253, cp1254, cp1255, cp1256, cp1257, cp1258, euc_jp, euc_jis_2004, euc_jisx0213, euc_kr, gb2312, gbk, gb18030, hz, iso2022_jp, iso2022_jp_1, iso2022_jp_2, iso2022_jp_2004, iso2022_jp_3, iso2022_jp_ext, iso2022_kr, latin_1, iso8859_2, iso8859_3, iso8859_4, iso8859_5, iso8859_6, iso8859_7, iso8859_8, iso8859_9, iso8859_10, iso8859_13, iso8859_14, iso8859_15, iso8859_16, johab, koi8_r, koi8_u, mac_cyrillic, mac_greek, mac_iceland, mac_latin2, mac_roman, mac_turkish, ptcp154, shift_jis, shift_jis_2004, shift_jisx0213, utf_32, utf_32_be, utf_32_le, utf_16, utf_16_be, utf_16_le, utf_7, utf_8, utf_8_sig): Specifies the encoding of the log file so that the file can be read correctly. The default is utf_8. Encodings supported by Python codecs.decode() can be used here.

CloudWatchLogsInitialPosition

  • CloudWatchLogsInitialPosition string (values: start_of_file, end_of_file): Specifies where to start to read data (start_of_file or end_of_file). The default is start_of_file. It's only used if there is no state persisted for that log stream.

CloudWatchLogsLogStream

CloudWatchLogsLogStreams

  • CloudWatchLogsLogStreams array: Describes the Amazon CloudWatch logs configuration for a layer.

CloudWatchLogsTimeZone

  • CloudWatchLogsTimeZone string (values: LOCAL, UTC): The preferred time zone for logs streamed to CloudWatch Logs. Valid values are LOCAL and UTC, for Coordinated Universal Time.

Command

Commands

CreateAppRequest

CreateAppResult

  • CreateAppResult object: Contains the response to a CreateApp request.

CreateDeploymentRequest

CreateDeploymentResult

  • CreateDeploymentResult object: Contains the response to a CreateDeployment request.

CreateInstanceRequest

CreateInstanceResult

  • CreateInstanceResult object: Contains the response to a CreateInstance request.

CreateLayerRequest

CreateLayerResult

  • CreateLayerResult object: Contains the response to a CreateLayer request.

CreateStackRequest

CreateStackResult

  • CreateStackResult object: Contains the response to a CreateStack request.

CreateUserProfileRequest

CreateUserProfileResult

  • CreateUserProfileResult object: Contains the response to a CreateUserProfile request.

DailyAutoScalingSchedule

  • DailyAutoScalingSchedule array

DataSource

  • DataSource object: Describes an app's data source.

DataSources

DateTime

  • DateTime string

DeleteAppRequest

  • DeleteAppRequest object

DeleteInstanceRequest

DeleteLayerRequest

  • DeleteLayerRequest object

DeleteStackRequest

  • DeleteStackRequest object

DeleteUserProfileRequest

  • DeleteUserProfileRequest object

Deployment

DeploymentCommand

DeploymentCommandArgs

DeploymentCommandName

  • DeploymentCommandName string (values: install_dependencies, update_dependencies, update_custom_cookbooks, execute_recipes, configure, setup, deploy, rollback, start, stop, restart, undeploy)

Deployments

DeregisterEcsClusterRequest

  • DeregisterEcsClusterRequest object

DeregisterElasticIpRequest

  • DeregisterElasticIpRequest object

DeregisterInstanceRequest

  • DeregisterInstanceRequest object

DeregisterRdsDbInstanceRequest

  • DeregisterRdsDbInstanceRequest object
    • RdsDbInstanceArn required String

DeregisterVolumeRequest

  • DeregisterVolumeRequest object

DescribeAgentVersionsRequest

DescribeAgentVersionsResult

  • DescribeAgentVersionsResult object: Contains the response to a DescribeAgentVersions request.

DescribeAppsRequest

DescribeAppsResult

  • DescribeAppsResult object: Contains the response to a DescribeApps request.

DescribeCommandsRequest

DescribeCommandsResult

  • DescribeCommandsResult object: Contains the response to a DescribeCommands request.

DescribeDeploymentsRequest

DescribeDeploymentsResult

  • DescribeDeploymentsResult object: Contains the response to a DescribeDeployments request.

DescribeEcsClustersRequest

DescribeEcsClustersResult

  • DescribeEcsClustersResult object: Contains the response to a DescribeEcsClusters request.

DescribeElasticIpsRequest

DescribeElasticIpsResult

  • DescribeElasticIpsResult object: Contains the response to a DescribeElasticIps request.

DescribeElasticLoadBalancersRequest

  • DescribeElasticLoadBalancersRequest object

DescribeElasticLoadBalancersResult

  • DescribeElasticLoadBalancersResult object: Contains the response to a DescribeElasticLoadBalancers request.

DescribeInstancesRequest

DescribeInstancesResult

  • DescribeInstancesResult object: Contains the response to a DescribeInstances request.

DescribeLayersRequest

DescribeLayersResult

  • DescribeLayersResult object: Contains the response to a DescribeLayers request.

DescribeLoadBasedAutoScalingRequest

  • DescribeLoadBasedAutoScalingRequest object

DescribeLoadBasedAutoScalingResult

  • DescribeLoadBasedAutoScalingResult object: Contains the response to a DescribeLoadBasedAutoScaling request.

DescribeMyUserProfileResult

  • DescribeMyUserProfileResult object: Contains the response to a DescribeMyUserProfile request.

DescribeOperatingSystemsResponse

  • DescribeOperatingSystemsResponse object: The response to a DescribeOperatingSystems request.

DescribePermissionsRequest

  • DescribePermissionsRequest object

DescribePermissionsResult

  • DescribePermissionsResult object: Contains the response to a DescribePermissions request.

DescribeRaidArraysRequest

DescribeRaidArraysResult

  • DescribeRaidArraysResult object: Contains the response to a DescribeRaidArrays request.

DescribeRdsDbInstancesRequest

  • DescribeRdsDbInstancesRequest object

DescribeRdsDbInstancesResult

  • DescribeRdsDbInstancesResult object: Contains the response to a DescribeRdsDbInstances request.

DescribeServiceErrorsRequest

DescribeServiceErrorsResult

  • DescribeServiceErrorsResult object: Contains the response to a DescribeServiceErrors request.

DescribeStackProvisioningParametersRequest

  • DescribeStackProvisioningParametersRequest object

DescribeStackProvisioningParametersResult

  • DescribeStackProvisioningParametersResult object: Contains the response to a DescribeStackProvisioningParameters request.

DescribeStackSummaryRequest

  • DescribeStackSummaryRequest object

DescribeStackSummaryResult

  • DescribeStackSummaryResult object: Contains the response to a DescribeStackSummary request.

DescribeStacksRequest

  • DescribeStacksRequest object

DescribeStacksResult

  • DescribeStacksResult object: Contains the response to a DescribeStacks request.

DescribeTimeBasedAutoScalingRequest

  • DescribeTimeBasedAutoScalingRequest object

DescribeTimeBasedAutoScalingResult

  • DescribeTimeBasedAutoScalingResult object: Contains the response to a DescribeTimeBasedAutoScaling request.

DescribeUserProfilesRequest

  • DescribeUserProfilesRequest object

DescribeUserProfilesResult

  • DescribeUserProfilesResult object: Contains the response to a DescribeUserProfiles request.

DescribeVolumesRequest

DescribeVolumesResult

  • DescribeVolumesResult object: Contains the response to a DescribeVolumes request.

DetachElasticLoadBalancerRequest

  • DetachElasticLoadBalancerRequest object
    • ElasticLoadBalancerName required String
    • LayerId required String

DisassociateElasticIpRequest

  • DisassociateElasticIpRequest object

Double

  • Double number

EbsBlockDevice

  • EbsBlockDevice object: Describes an Amazon EBS volume. This data type maps directly to the Amazon EC2 EbsBlockDevice data type.

EcsCluster

  • EcsCluster object: Describes a registered Amazon ECS cluster.

EcsClusters

ElasticIp

ElasticIps

ElasticLoadBalancer

ElasticLoadBalancers

EnvironmentVariable

  • EnvironmentVariable object: Represents an app's environment variable.

EnvironmentVariables

GetHostnameSuggestionRequest

  • GetHostnameSuggestionRequest object

GetHostnameSuggestionResult

  • GetHostnameSuggestionResult object: Contains the response to a GetHostnameSuggestion request.

GrantAccessRequest

GrantAccessResult

  • GrantAccessResult object: Contains the response to a GrantAccess request.

Hour

  • Hour string

Instance

InstanceIdentity

  • InstanceIdentity object: Contains a description of an Amazon EC2 instance from the Amazon EC2 metadata service. For more information, see Instance Metadata and User Data.

Instances

InstancesCount

Integer

  • Integer integer

Layer

LayerAttributes

LayerAttributesKeys

  • LayerAttributesKeys string (values: EcsClusterArn, EnableHaproxyStats, HaproxyStatsUrl, HaproxyStatsUser, HaproxyStatsPassword, HaproxyHealthCheckUrl, HaproxyHealthCheckMethod, MysqlRootPassword, MysqlRootPasswordUbiquitous, GangliaUrl, GangliaUser, GangliaPassword, MemcachedMemory, NodejsVersion, RubyVersion, RubygemsVersion, ManageBundler, BundlerVersion, RailsStack, PassengerVersion, Jvm, JvmVersion, JvmOptions, JavaAppServer, JavaAppServerVersion)

LayerType

  • LayerType string (values: aws-flow-ruby, ecs-cluster, java-app, lb, web, php-app, rails-app, nodejs-app, memcached, db-master, monitoring-master, custom)

Layers

LifecycleEventConfiguration

ListTagsRequest

ListTagsResult

  • ListTagsResult object: Contains the response to a ListTags request.

LoadBasedAutoScalingConfiguration

LoadBasedAutoScalingConfigurations

MaxResults

  • MaxResults integer

Minute

  • Minute integer

NextToken

  • NextToken string

OperatingSystem

OperatingSystemConfigurationManager

  • OperatingSystemConfigurationManager object: A block that contains information about the configuration manager (Chef) and the versions of the configuration manager that are supported for an operating system.

OperatingSystemConfigurationManagers

OperatingSystems

Parameters

Permission

Permissions

RaidArray

RaidArrays

RdsDbInstance

RdsDbInstances

RebootInstanceRequest

  • RebootInstanceRequest object

Recipes

  • Recipes object: AWS OpsWorks Stacks supports five lifecycle events: setup, configuration, deploy, undeploy, and shutdown. For each layer, AWS OpsWorks Stacks runs a set of standard recipes for each event. In addition, you can provide custom recipes for any or all layers and events. AWS OpsWorks Stacks runs custom event recipes after the standard recipes. LayerCustomRecipes specifies the custom recipes for a particular layer to be run in response to each of the five events. To specify a recipe, use the cookbook's directory name in the repository followed by two colons and the recipe name, which is the recipe's file name without the .rb extension. For example: phpapp2::dbsetup specifies the dbsetup.rb recipe in the repository's phpapp2 folder.

RegisterEcsClusterRequest

  • RegisterEcsClusterRequest object

RegisterEcsClusterResult

  • RegisterEcsClusterResult object: Contains the response to a RegisterEcsCluster request.

RegisterElasticIpRequest

  • RegisterElasticIpRequest object

RegisterElasticIpResult

  • RegisterElasticIpResult object: Contains the response to a RegisterElasticIp request.

RegisterInstanceRequest

  • RegisterInstanceRequest object
    • Hostname [String](#strin