From 387a5bd939a8ea4764e8b1e285605c77ae93e3d2 Mon Sep 17 00:00:00 2001 From: awssdkgo Date: Thu, 23 May 2024 18:28:36 +0000 Subject: [PATCH] Release v1.53.9 (2024-05-23) === ### Service Client Updates * `service/emr-serverless`: Updates service API and documentation * `service/opsworks`: Updates service API and documentation * Documentation-only update for OpsWorks Stacks. --- CHANGELOG.md | 8 + aws/endpoints/defaults.go | 3 + aws/version.go | 2 +- .../apis/emr-serverless/2021-07-13/api-2.json | 16 +- .../emr-serverless/2021-07-13/docs-2.json | 10 + models/apis/opsworks/2013-02-18/api-2.json | 1 + models/apis/opsworks/2013-02-18/docs-2.json | 230 +++--- .../2013-02-18/endpoint-rule-set-1.json | 314 +++++++++ .../opsworks/2013-02-18/endpoint-tests-1.json | 496 +++++++++++++ models/endpoints/endpoints.json | 1 + service/emrserverless/api.go | 74 ++ service/opsworks/api.go | 658 +++++++++--------- service/opsworks/doc.go | 42 +- 13 files changed, 1398 insertions(+), 457 deletions(-) create mode 100644 models/apis/opsworks/2013-02-18/endpoint-rule-set-1.json create mode 100644 models/apis/opsworks/2013-02-18/endpoint-tests-1.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 121cef8050c..eb013fccfbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +Release v1.53.9 (2024-05-23) +=== + +### Service Client Updates +* `service/emr-serverless`: Updates service API and documentation +* `service/opsworks`: Updates service API and documentation + * Documentation-only update for OpsWorks Stacks. + Release v1.53.8 (2024-05-22) === diff --git a/aws/endpoints/defaults.go b/aws/endpoints/defaults.go index 2d6ed505a82..3aa0224a22c 100644 --- a/aws/endpoints/defaults.go +++ b/aws/endpoints/defaults.go @@ -5055,6 +5055,9 @@ var awsPartition = partition{ }, "braket": service{ Endpoints: serviceEndpoints{ + endpointKey{ + Region: "eu-north-1", + }: endpoint{}, endpointKey{ Region: "eu-west-2", }: endpoint{}, diff --git a/aws/version.go b/aws/version.go index 1408863f243..2bf54dd1ee2 100644 --- a/aws/version.go +++ b/aws/version.go @@ -5,4 +5,4 @@ package aws const SDKName = "aws-sdk-go" // SDKVersion is the version of this SDK -const SDKVersion = "1.53.8" +const SDKVersion = "1.53.9" diff --git a/models/apis/emr-serverless/2021-07-13/api-2.json b/models/apis/emr-serverless/2021-07-13/api-2.json index 4853469f422..aaa5b01a247 100644 --- a/models/apis/emr-serverless/2021-07-13/api-2.json +++ b/models/apis/emr-serverless/2021-07-13/api-2.json @@ -3,8 +3,8 @@ "metadata":{ "apiVersion":"2021-07-13", "endpointPrefix":"emr-serverless", - "jsonVersion":"1.1", "protocol":"rest-json", + "protocols":["rest-json"], "serviceFullName":"EMR Serverless", "serviceId":"EMR Serverless", "signatureVersion":"v4", @@ -278,7 +278,8 @@ "imageConfiguration":{"shape":"ImageConfiguration"}, "workerTypeSpecifications":{"shape":"WorkerTypeSpecificationMap"}, "runtimeConfiguration":{"shape":"ConfigurationList"}, - "monitoringConfiguration":{"shape":"MonitoringConfiguration"} + "monitoringConfiguration":{"shape":"MonitoringConfiguration"}, + "interactiveConfiguration":{"shape":"InteractiveConfiguration"} } }, "ApplicationArn":{ @@ -499,7 +500,8 @@ "imageConfiguration":{"shape":"ImageConfigurationInput"}, "workerTypeSpecifications":{"shape":"WorkerTypeSpecificationInputMap"}, "runtimeConfiguration":{"shape":"ConfigurationList"}, - "monitoringConfiguration":{"shape":"MonitoringConfiguration"} + "monitoringConfiguration":{"shape":"MonitoringConfiguration"}, + "interactiveConfiguration":{"shape":"InteractiveConfiguration"} } }, "CreateApplicationResponse":{ @@ -720,6 +722,13 @@ "type":"integer", "box":true }, + "InteractiveConfiguration":{ + "type":"structure", + "members":{ + "studioEnabled":{"shape":"Boolean"}, + "livyEndpointEnabled":{"shape":"Boolean"} + } + }, "InternalServerException":{ "type":"structure", "required":["message"], @@ -1332,6 +1341,7 @@ "architecture":{"shape":"Architecture"}, "imageConfiguration":{"shape":"ImageConfigurationInput"}, "workerTypeSpecifications":{"shape":"WorkerTypeSpecificationInputMap"}, + "interactiveConfiguration":{"shape":"InteractiveConfiguration"}, "releaseLabel":{"shape":"ReleaseLabel"}, "runtimeConfiguration":{"shape":"ConfigurationList"}, "monitoringConfiguration":{"shape":"MonitoringConfiguration"} diff --git a/models/apis/emr-serverless/2021-07-13/docs-2.json b/models/apis/emr-serverless/2021-07-13/docs-2.json index 31c135107c4..f33828b6f35 100644 --- a/models/apis/emr-serverless/2021-07-13/docs-2.json +++ b/models/apis/emr-serverless/2021-07-13/docs-2.json @@ -128,6 +128,8 @@ "AutoStartConfig$enabled": "

Enables the application to automatically start on job submission. Defaults to true.

", "AutoStopConfig$enabled": "

Enables the application to automatically stop after a certain amount of time being idle. Defaults to true.

", "CloudWatchLoggingConfiguration$enabled": "

Enables CloudWatch logging.

", + "InteractiveConfiguration$studioEnabled": "

Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.

", + "InteractiveConfiguration$livyEndpointEnabled": "

Enables an Apache Livy endpoint that you can connect to and run interactive jobs.

", "ManagedPersistenceMonitoringConfiguration$enabled": "

Enables managed logging and defaults to true. If set to false, managed logging will be turned off.

" } }, @@ -406,6 +408,14 @@ "JobRun$totalExecutionDurationSeconds": "

The job run total execution duration in seconds. This field is only available for job runs in a COMPLETED, FAILED, or CANCELLED state.

" } }, + "InteractiveConfiguration": { + "base": "

The configuration to use to enable the different types of interactive use cases in an application.

", + "refs": { + "Application$interactiveConfiguration": "

The interactive configuration object that enables the interactive use cases for an application.

", + "CreateApplicationRequest$interactiveConfiguration": "

The interactive configuration object that enables the interactive use cases to use when running an application.

", + "UpdateApplicationRequest$interactiveConfiguration": "

The interactive configuration object that contains new interactive use cases when the application is updated.

" + } + }, "InternalServerException": { "base": "

Request processing failed because of an error or failure with the service.

", "refs": { diff --git a/models/apis/opsworks/2013-02-18/api-2.json b/models/apis/opsworks/2013-02-18/api-2.json index 49c60c2d2ad..af10b2c0b45 100644 --- a/models/apis/opsworks/2013-02-18/api-2.json +++ b/models/apis/opsworks/2013-02-18/api-2.json @@ -5,6 +5,7 @@ "endpointPrefix":"opsworks", "jsonVersion":"1.1", "protocol":"json", + "protocols":["json"], "serviceFullName":"AWS OpsWorks", "serviceId":"OpsWorks", "signatureVersion":"v4", diff --git a/models/apis/opsworks/2013-02-18/docs-2.json b/models/apis/opsworks/2013-02-18/docs-2.json index ef73d338fda..8fc057707fb 100644 --- a/models/apis/opsworks/2013-02-18/docs-2.json +++ b/models/apis/opsworks/2013-02-18/docs-2.json @@ -1,11 +1,11 @@ { "version": "2.0", - "service": "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:

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.

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.

", + "service": "OpsWorks

Welcome to the OpsWorks Stacks API Reference. This guide provides descriptions, syntax, and usage examples for OpsWorks Stacks actions and data types, including common parameters and error codes.

OpsWorks Stacks is an application management service that provides an integrated experience for managing the complete application lifecycle. For information about OpsWorks, see the OpsWorks information page.

SDKs and CLI

Use the OpsWorks Stacks API by using the Command Line Interface (CLI) or by using one of the Amazon Web Services SDKs to implement applications in your preferred language. For more information, see:

Endpoints

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.

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.

", "operations": { - "AssignInstance": "

Assign a registered instance to a layer.

Required Permissions: To use this action, an AWS Identity and Access Management (IAM) user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", + "AssignInstance": "

Assign a registered instance to a layer.

Required Permissions: To use this action, an Identity and Access Management (IAM) user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", "AssignVolume": "

Assigns one of the stack's registered Amazon EBS volumes to a specified instance. The volume must first be registered with the stack by calling RegisterVolume. After you register the volume, you must call UpdateVolume to specify a mount point before calling AssignVolume. For more information, see Resource Management.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", "AssociateElasticIp": "

Associates one of the stack's registered Elastic IP addresses with a specified instance. The address must first be registered with the stack by calling RegisterElasticIp. For more information, see Resource Management.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", - "AttachElasticLoadBalancer": "

Attaches an Elastic Load Balancing load balancer to a specified layer. AWS OpsWorks Stacks does not support Application Load Balancer. You can only use Classic Load Balancer with AWS OpsWorks Stacks. For more information, see Elastic Load Balancing.

You must create the Elastic Load Balancing instance separately, by using the Elastic Load Balancing console, API, or CLI. For more information, see Elastic Load Balancing Developer Guide.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", + "AttachElasticLoadBalancer": "

Attaches an Elastic Load Balancing load balancer to a specified layer. OpsWorks Stacks does not support Application Load Balancer. You can only use Classic Load Balancer with OpsWorks Stacks. For more information, see Elastic Load Balancing.

You must create the Elastic Load Balancing instance separately, by using the Elastic Load Balancing console, API, or CLI. For more information, see the Elastic Load Balancing Developer Guide.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", "CloneStack": "

Creates a clone of a specified stack. For more information, see Clone a Stack. By default, all parameters are set to the values used by the parent stack.

Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.

", "CreateApp": "

Creates an app for a specified stack. For more information, see Creating Apps.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", "CreateDeployment": "

Runs deployment or stack commands. For more information, see Deploying Apps and Run Stack Commands.

Required Permissions: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", @@ -19,26 +19,26 @@ "DeleteStack": "

Deletes a specified stack. You must first delete all instances, layers, and apps or deregister registered instances. For more information, see Shut Down a Stack.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", "DeleteUserProfile": "

Deletes a user profile.

Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.

", "DeregisterEcsCluster": "

Deregisters a specified Amazon ECS cluster from a stack. For more information, see Resource Management.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see https://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html.

", - "DeregisterElasticIp": "

Deregisters a specified Elastic IP address. The address can then be registered by another stack. For more information, see Resource Management.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", - "DeregisterInstance": "

Deregister a registered Amazon EC2 or on-premises instance. This action removes the instance from the stack and returns it to your control. This action cannot be used with instances that were created with AWS OpsWorks Stacks.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", + "DeregisterElasticIp": "

Deregisters a specified Elastic IP address. The address can be registered by another stack after it is deregistered. For more information, see Resource Management.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", + "DeregisterInstance": "

Deregister an instance from OpsWorks Stacks. The instance can be a registered instance (Amazon EC2 or on-premises) or an instance created with OpsWorks. This action removes the instance from the stack and returns it to your control.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", "DeregisterRdsDbInstance": "

Deregisters an Amazon RDS instance.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", "DeregisterVolume": "

Deregisters an Amazon EBS volume. The volume can then be registered by another stack. For more information, see Resource Management.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", - "DescribeAgentVersions": "

Describes the available AWS OpsWorks Stacks agent versions. You must specify a stack ID or a configuration manager. DescribeAgentVersions returns a list of available agent versions for the specified stack or configuration manager.

", + "DescribeAgentVersions": "

Describes the available OpsWorks Stacks agent versions. You must specify a stack ID or a configuration manager. DescribeAgentVersions returns a list of available agent versions for the specified stack or configuration manager.

", "DescribeApps": "

Requests a description of a specified set of apps.

This call accepts only one resource-identifying parameter.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.

", "DescribeCommands": "

Describes the results of specified commands.

This call accepts only one resource-identifying parameter.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.

", "DescribeDeployments": "

Requests a description of a specified set of deployments.

This call accepts only one resource-identifying parameter.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.

", - "DescribeEcsClusters": "

Describes Amazon ECS clusters that are registered with a stack. If you specify only a stack ID, you can use the MaxResults and NextToken parameters to paginate the response. However, AWS OpsWorks Stacks currently supports only one cluster per layer, so the result set has a maximum of one element.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permission. For more information about user permissions, see Managing User Permissions.

This call accepts only one resource-identifying parameter.

", + "DescribeEcsClusters": "

Describes Amazon ECS clusters that are registered with a stack. If you specify only a stack ID, you can use the MaxResults and NextToken parameters to paginate the response. However, OpsWorks Stacks currently supports only one cluster per layer, so the result set has a maximum of one element.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permission. For more information about user permissions, see Managing User Permissions.

This call accepts only one resource-identifying parameter.

", "DescribeElasticIps": "

Describes Elastic IP addresses.

This call accepts only one resource-identifying parameter.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.

", "DescribeElasticLoadBalancers": "

Describes a stack's Elastic Load Balancing instances.

This call accepts only one resource-identifying parameter.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.

", "DescribeInstances": "

Requests a description of a set of instances.

This call accepts only one resource-identifying parameter.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.

", "DescribeLayers": "

Requests a description of one or more layers in a specified stack.

This call accepts only one resource-identifying parameter.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.

", "DescribeLoadBasedAutoScaling": "

Describes load-based auto scaling configurations for specified layers.

You must specify at least one of the parameters.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.

", "DescribeMyUserProfile": "

Describes a user's SSH information.

Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.

", - "DescribeOperatingSystems": "

Describes the operating systems that are supported by AWS OpsWorks Stacks.

", + "DescribeOperatingSystems": "

Describes the operating systems that are supported by OpsWorks Stacks.

", "DescribePermissions": "

Describes the permissions for a specified stack.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", "DescribeRaidArrays": "

Describe an instance's RAID arrays.

This call accepts only one resource-identifying parameter.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.

", "DescribeRdsDbInstances": "

Describes Amazon RDS instances.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.

This call accepts only one resource-identifying parameter.

", - "DescribeServiceErrors": "

Describes AWS OpsWorks Stacks service errors.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.

This call accepts only one resource-identifying parameter.

", + "DescribeServiceErrors": "

Describes OpsWorks Stacks service errors.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.

This call accepts only one resource-identifying parameter.

", "DescribeStackProvisioningParameters": "

Requests a description of a stack's provisioning parameters.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.

", "DescribeStackSummary": "

Describes the number of layers and apps in a specified stack, and the number of instances in each state, such as running_setup or online.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.

", "DescribeStacks": "

Requests a description of one or more stacks.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.

", @@ -53,7 +53,7 @@ "RebootInstance": "

Reboots a specified instance. For more information, see Starting, Stopping, and Rebooting Instances.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", "RegisterEcsCluster": "

Registers a specified Amazon ECS cluster with a stack. You can register only one cluster with a stack. A cluster can be registered with only one stack. For more information, see Resource Management.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", "RegisterElasticIp": "

Registers an Elastic IP address with a specified stack. An address can be registered with only one stack at a time. If the address is already registered, you must first deregister it by calling DeregisterElasticIp. For more information, see Resource Management.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", - "RegisterInstance": "

Registers instances that were created outside of AWS OpsWorks Stacks with a specified stack.

We do not recommend using this action to register instances. The complete registration operation includes two tasks: installing the AWS OpsWorks Stacks agent on the instance, and registering the instance with the stack. RegisterInstance handles only the second step. You should instead use the AWS CLI register command, which performs the entire registration operation. For more information, see Registering an Instance with an AWS OpsWorks Stacks Stack.

Registered instances have the same requirements as instances that are created by using the CreateInstance API. For example, registered instances must be running a supported Linux-based operating system, and they must have a supported instance type. For more information about requirements for instances that you want to register, see Preparing the Instance.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", + "RegisterInstance": "

Registers instances that were created outside of OpsWorks Stacks with a specified stack.

We do not recommend using this action to register instances. The complete registration operation includes two tasks: installing the OpsWorks Stacks agent on the instance, and registering the instance with the stack. RegisterInstance handles only the second step. You should instead use the CLI register command, which performs the entire registration operation. For more information, see Registering an Instance with an OpsWorks Stacks Stack.

Registered instances have the same requirements as instances that are created by using the CreateInstance API. For example, registered instances must be running a supported Linux-based operating system, and they must have a supported instance type. For more information about requirements for instances that you want to register, see Preparing the Instance.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", "RegisterRdsDbInstance": "

Registers an Amazon RDS instance with a stack.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", "RegisterVolume": "

Registers an Amazon EBS volume with a specified stack. A volume can be registered with only one stack at a time. If the volume is already registered, you must first deregister it by calling DeregisterVolume. For more information, see Resource Management.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", "SetLoadBasedAutoScaling": "

Specify the load-based auto scaling configuration for a specified layer. For more information, see Managing Load with Time-based and Load-based Instances.

To use load-based auto scaling, you must create a set of load-based auto scaling instances. Load-based auto scaling operates only on the instances from that set, so you must ensure that you have created enough instances to handle the maximum anticipated load.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", @@ -63,8 +63,8 @@ "StartStack": "

Starts a stack's instances.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", "StopInstance": "

Stops a specified instance. When you stop a standard instance, the data disappears and must be reinstalled when you restart the instance. You can stop an Amazon EBS-backed instance without losing data. For more information, see Starting, Stopping, and Rebooting Instances.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", "StopStack": "

Stops a specified stack.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", - "TagResource": "

Apply cost-allocation tags to a specified stack or layer in AWS OpsWorks Stacks. For more information about how tagging works, see Tags in the AWS OpsWorks User Guide.

", - "UnassignInstance": "

Unassigns a registered instance from all layers that are using the instance. The instance remains in the stack as an unassigned instance, and can be assigned to another layer as needed. You cannot use this action with instances that were created with AWS OpsWorks Stacks.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.

", + "TagResource": "

Apply cost-allocation tags to a specified stack or layer in OpsWorks Stacks. For more information about how tagging works, see Tags in the OpsWorks User Guide.

", + "UnassignInstance": "

Unassigns a registered instance from all layers that are using the instance. The instance remains in the stack as an unassigned instance, and can be assigned to another layer as needed. You cannot use this action with instances that were created with OpsWorks Stacks.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.

", "UnassignVolume": "

Unassigns an assigned Amazon EBS volume. The volume remains registered with the stack. For more information, see Resource Management.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", "UntagResource": "

Removes tags from a specified stack or layer.

", "UpdateApp": "

Updates a specified app.

Required Permissions: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

", @@ -114,7 +114,7 @@ "base": null, "refs": { "App$Type": "

The app type.

", - "CreateAppRequest$Type": "

The app type. Each supported type is associated with a particular layer. For example, PHP applications are associated with a PHP layer. AWS OpsWorks Stacks deploys an application to those instances that are members of the corresponding layer. If your app isn't one of the standard types, or you prefer to implement your own Deploy recipes, specify other.

", + "CreateAppRequest$Type": "

The app type. Each supported type is associated with a particular layer. For example, PHP applications are associated with a PHP layer. OpsWorks Stacks deploys an application to those instances that are members of the corresponding layer. If your app isn't one of the standard types, or you prefer to implement your own Deploy recipes, specify other.

", "UpdateAppRequest$Type": "

The app type.

" } }, @@ -153,12 +153,12 @@ } }, "AutoScalingThresholds": { - "base": "

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

", + "base": "

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

", "refs": { - "LoadBasedAutoScalingConfiguration$UpScaling": "

An AutoScalingThresholds object that describes the upscaling configuration, which defines how and when AWS OpsWorks Stacks increases the number of instances.

", - "LoadBasedAutoScalingConfiguration$DownScaling": "

An AutoScalingThresholds object that describes the downscaling configuration, which defines how and when AWS OpsWorks Stacks reduces the number of instances.

", - "SetLoadBasedAutoScalingRequest$UpScaling": "

An AutoScalingThresholds object with the upscaling threshold configuration. If the load exceeds these thresholds for a specified amount of time, AWS OpsWorks Stacks starts a specified number of instances.

", - "SetLoadBasedAutoScalingRequest$DownScaling": "

An AutoScalingThresholds object with the downscaling threshold configuration. If the load falls below these thresholds for a specified amount of time, AWS OpsWorks Stacks stops a specified number of instances.

" + "LoadBasedAutoScalingConfiguration$UpScaling": "

An AutoScalingThresholds object that describes the upscaling configuration, which defines how and when OpsWorks Stacks increases the number of instances.

", + "LoadBasedAutoScalingConfiguration$DownScaling": "

An AutoScalingThresholds object that describes the downscaling configuration, which defines how and when OpsWorks Stacks reduces the number of instances.

", + "SetLoadBasedAutoScalingRequest$UpScaling": "

An AutoScalingThresholds object with the upscaling threshold configuration. If the load exceeds these thresholds for a specified amount of time, OpsWorks Stacks starts a specified number of instances.

", + "SetLoadBasedAutoScalingRequest$DownScaling": "

An AutoScalingThresholds object with the downscaling threshold configuration. If the load falls below these thresholds for a specified amount of time, OpsWorks Stacks stops a specified number of instances.

" } }, "AutoScalingType": { @@ -188,7 +188,7 @@ "App$EnableSsl": "

Whether to enable SSL for the app.

", "ChefConfiguration$ManageBerkshelf": "

Whether to enable Berkshelf.

", "CloneStackRequest$UseCustomCookbooks": "

Whether to use custom cookbooks.

", - "CloneStackRequest$UseOpsworksSecurityGroups": "

Whether to associate the AWS OpsWorks Stacks built-in security groups with the stack's layers.

AWS OpsWorks Stacks provides a standard set of built-in security groups, one for each layer, which are associated with layers by default. With UseOpsworksSecurityGroups you can instead provide your own custom security groups. UseOpsworksSecurityGroups has the following settings:

For more information, see Create a New Stack.

", + "CloneStackRequest$UseOpsworksSecurityGroups": "

Whether to associate the OpsWorks Stacks built-in security groups with the stack's layers.

OpsWorks Stacks provides a standard set of security groups, one for each layer, which are associated with layers by default. With UseOpsworksSecurityGroups you can instead provide your own custom security groups. UseOpsworksSecurityGroups has the following settings:

For more information, see Create a New Stack.

", "CloneStackRequest$ClonePermissions": "

Whether to clone the source stack's permissions.

", "CloudWatchLogsConfiguration$Enabled": "

Whether CloudWatch Logs is enabled for a layer.

", "CreateAppRequest$EnableSsl": "

Whether to enable SSL for the app.

", @@ -200,14 +200,14 @@ "CreateLayerRequest$InstallUpdatesOnBoot": "

Whether to install operating system and package updates when the instance boots. The default value is true. To control when updates are installed, set this value to false. You must then update your instances manually by using CreateDeployment to run the update_dependencies stack command or by manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances.

To ensure that your instances have the latest security updates, we strongly recommend using the default value of true.

", "CreateLayerRequest$UseEbsOptimizedInstances": "

Whether to use Amazon EBS-optimized instances.

", "CreateStackRequest$UseCustomCookbooks": "

Whether the stack uses custom cookbooks.

", - "CreateStackRequest$UseOpsworksSecurityGroups": "

Whether to associate the AWS OpsWorks Stacks built-in security groups with the stack's layers.

AWS OpsWorks Stacks provides a standard set of built-in security groups, one for each layer, which are associated with layers by default. With UseOpsworksSecurityGroups you can instead provide your own custom security groups. UseOpsworksSecurityGroups has the following settings:

For more information, see Create a New Stack.

", + "CreateStackRequest$UseOpsworksSecurityGroups": "

Whether to associate the OpsWorks Stacks built-in security groups with the stack's layers.

OpsWorks Stacks provides a standard set of built-in security groups, one for each layer, which are associated with layers by default. With UseOpsworksSecurityGroups you can instead provide your own custom security groups. UseOpsworksSecurityGroups has the following settings:

For more information, see Create a New Stack.

", "CreateUserProfileRequest$AllowSelfManagement": "

Whether users can specify their own SSH public key through the My Settings page. For more information, see Setting an IAM User's Public SSH Key.

", "DeleteInstanceRequest$DeleteElasticIp": "

Whether to delete the instance Elastic IP address.

", "DeleteInstanceRequest$DeleteVolumes": "

Whether to delete the instance's Amazon EBS volumes.

", "EbsBlockDevice$DeleteOnTermination": "

Whether the volume is deleted on instance termination.

", - "EnvironmentVariable$Secure": "

(Optional) Whether the variable's value will be returned by the DescribeApps action. To conceal an environment variable's value, set Secure to true. DescribeApps then returns *****FILTERED***** instead of the actual value. The default value for Secure is false.

", + "EnvironmentVariable$Secure": "

(Optional) Whether the variable's value is returned by the DescribeApps action. To hide an environment variable's value, set Secure to true. DescribeApps returns *****FILTERED***** instead of the actual value. The default value for Secure is false.

", "Instance$EbsOptimized": "

Whether this is an Amazon EBS-optimized instance.

", - "Instance$InstallUpdatesOnBoot": "

Whether to install operating system and package updates when the instance boots. The default value is true. If this value is set to false, you must then update your instances manually by using CreateDeployment to run the update_dependencies stack command or by manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances.

We strongly recommend using the default value of true, to ensure that your instances have the latest security updates.

", + "Instance$InstallUpdatesOnBoot": "

Whether to install operating system and package updates when the instance boots. The default value is true. If this value is set to false, you must update instances manually by using CreateDeployment to run the update_dependencies stack command or by manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances.

We strongly recommend using the default value of true to ensure that your instances have the latest security updates.

", "Layer$EnableAutoHealing": "

Whether auto healing is disabled for the layer.

", "Layer$AutoAssignElasticIps": "

Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.

", "Layer$AutoAssignPublicIps": "

For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.

", @@ -217,14 +217,14 @@ "OperatingSystem$Supported": "

Indicates that an operating system is not supported for new instances.

", "Permission$AllowSsh": "

Whether the user can use SSH.

", "Permission$AllowSudo": "

Whether the user can use sudo.

", - "RdsDbInstance$MissingOnRds": "

Set to true if AWS OpsWorks Stacks is unable to discover the Amazon RDS instance. AWS OpsWorks Stacks attempts to discover the instance only once. If this value is set to true, you must deregister the instance, and then register it again.

", + "RdsDbInstance$MissingOnRds": "

Set to true if OpsWorks Stacks is unable to discover the Amazon RDS instance. OpsWorks Stacks attempts to discover the instance only once. If this value is set to true, you must deregister the instance, and then register it again.

", "SetLoadBasedAutoScalingRequest$Enable": "

Enables load-based auto scaling for the layer.

", "SetPermissionRequest$AllowSsh": "

The user is allowed to use SSH to communicate with the instance.

", "SetPermissionRequest$AllowSudo": "

The user is allowed to use sudo to elevate privileges.

", "ShutdownEventConfiguration$DelayUntilElbConnectionsDrained": "

Whether to enable Elastic Load Balancing connection draining. For more information, see Connection Draining

", "Stack$UseCustomCookbooks": "

Whether the stack uses custom cookbooks.

", - "Stack$UseOpsworksSecurityGroups": "

Whether the stack automatically associates the AWS OpsWorks Stacks built-in security groups with the stack's layers.

", - "StopInstanceRequest$Force": "

Specifies whether to force an instance to stop. If the instance's root device type is ebs, or EBS-backed, adding the Force parameter to the StopInstances API call disassociates the AWS OpsWorks Stacks instance from EC2, and forces deletion of only the OpsWorks Stacks instance. You must also delete the formerly-associated instance in EC2 after troubleshooting and replacing the AWS OpsWorks Stacks instance with a new one.

", + "Stack$UseOpsworksSecurityGroups": "

Whether the stack automatically associates the OpsWorks Stacks built-in security groups with the stack's layers.

", + "StopInstanceRequest$Force": "

Specifies whether to force an instance to stop. If the instance's root device type is ebs, or EBS-backed, adding the Force parameter to the StopInstances API call disassociates the OpsWorks Stacks instance from EC2, and forces deletion of only the OpsWorks Stacks instance. You must also delete the formerly-associated instance in EC2 after troubleshooting and replacing the OpsWorks Stacks instance with a new one.

", "UpdateAppRequest$EnableSsl": "

Whether SSL is enabled for the app.

", "UpdateInstanceRequest$InstallUpdatesOnBoot": "

Whether to install operating system and package updates when the instance boots. The default value is true. To control when updates are installed, set this value to false. You must then update your instances manually by using CreateDeployment to run the update_dependencies stack command or by manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances.

We strongly recommend using the default value of true, to ensure that your instances have the latest security updates.

", "UpdateInstanceRequest$EbsOptimized": "

This property cannot be updated.

", @@ -234,7 +234,7 @@ "UpdateLayerRequest$InstallUpdatesOnBoot": "

Whether to install operating system and package updates when the instance boots. The default value is true. To control when updates are installed, set this value to false. You must then update your instances manually by using CreateDeployment to run the update_dependencies stack command or manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances.

We strongly recommend using the default value of true, to ensure that your instances have the latest security updates.

", "UpdateLayerRequest$UseEbsOptimizedInstances": "

Whether to use Amazon EBS-optimized instances.

", "UpdateStackRequest$UseCustomCookbooks": "

Whether the stack uses custom cookbooks.

", - "UpdateStackRequest$UseOpsworksSecurityGroups": "

Whether to associate the AWS OpsWorks Stacks built-in security groups with the stack's layers.

AWS OpsWorks Stacks provides a standard set of built-in security groups, one for each layer, which are associated with layers by default. UseOpsworksSecurityGroups allows you to provide your own custom security groups instead of using the built-in groups. UseOpsworksSecurityGroups has the following settings:

For more information, see Create a New Stack.

", + "UpdateStackRequest$UseOpsworksSecurityGroups": "

Whether to associate the OpsWorks Stacks built-in security groups with the stack's layers.

OpsWorks Stacks provides a standard set of built-in security groups, one for each layer, which are associated with layers by default. UseOpsworksSecurityGroups allows you to provide your own custom security groups instead of using the built-in groups. UseOpsworksSecurityGroups has the following settings:

For more information, see Create a New Stack.

", "UpdateUserProfileRequest$AllowSelfManagement": "

Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.

", "UserProfile$AllowSelfManagement": "

Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.

", "Volume$Encrypted": "

Specifies whether an Amazon EBS volume is encrypted. For more information, see Amazon EBS Encryption.

", @@ -261,7 +261,7 @@ } }, "CloudWatchLogsConfiguration": { - "base": "

Describes the Amazon CloudWatch logs configuration for a layer.

", + "base": "

Describes the Amazon CloudWatch Logs configuration for a layer.

", "refs": { "CreateLayerRequest$CloudWatchLogsConfiguration": "

Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream.

", "Layer$CloudWatchLogsConfiguration": "

The Amazon CloudWatch Logs configuration settings for the layer.

", @@ -281,13 +281,13 @@ } }, "CloudWatchLogsLogStream": { - "base": "

Describes the Amazon CloudWatch logs configuration for a layer. For detailed information about members of this data type, see the CloudWatch Logs Agent Reference.

", + "base": "

Describes the CloudWatch Logs configuration for a layer. For detailed information about members of this data type, see the CloudWatch Logs Agent Reference.

", "refs": { "CloudWatchLogsLogStreams$member": null } }, "CloudWatchLogsLogStreams": { - "base": "

Describes the Amazon CloudWatch logs configuration for a layer.

", + "base": "

Describes the Amazon CloudWatch Logs configuration for a layer.

", "refs": { "CloudWatchLogsConfiguration$LogStreams": "

A list of configuration options for CloudWatch Logs.

" } @@ -453,13 +453,13 @@ "DeploymentCommandArgs": { "base": null, "refs": { - "DeploymentCommand$Args": "

The arguments of those commands that take arguments. It should be set to a JSON object with the following format:

{\"arg_name1\" : [\"value1\", \"value2\", ...], \"arg_name2\" : [\"value1\", \"value2\", ...], ...}

The update_dependencies command takes two arguments:

For example, to upgrade an instance to Amazon Linux 2016.09, set Args to the following.

{ \"upgrade_os_to\":[\"Amazon Linux 2016.09\"], \"allow_reboot\":[\"true\"] }

" + "DeploymentCommand$Args": "

The arguments of those commands that take arguments. It should be set to a JSON object with the following format:

{\"arg_name1\" : [\"value1\", \"value2\", ...], \"arg_name2\" : [\"value1\", \"value2\", ...], ...}

The update_dependencies command takes two arguments:

For example, to upgrade an instance to Amazon Linux 2018.03, set Args to the following.

{ \"upgrade_os_to\":[\"Amazon Linux 2018.03\"], \"allow_reboot\":[\"true\"] }

" } }, "DeploymentCommandName": { "base": null, "refs": { - "DeploymentCommand$Name": "

Specifies the operation. You can specify only one command.

For stacks, the following commands are available:

The update_dependencies and install_dependencies commands are supported only for Linux instances. You can run the commands successfully on Windows instances, but they do nothing.

For apps, the following commands are available:

" + "DeploymentCommand$Name": "

Specifies the operation. You can specify only one command.

For stacks, the following commands are available:

The update_dependencies and install_dependencies commands are supported only for Linux instances. You can run the commands successfully on Windows instances, but they do nothing.

For apps, the following commands are available:

" } }, "Deployments": { @@ -863,10 +863,10 @@ "RaidArray$NumberOfDisks": "

The number of disks in the array.

", "RaidArray$Size": "

The array's size.

", "RaidArray$Iops": "

For PIOPS volumes, the IOPS per disk.

", - "ShutdownEventConfiguration$ExecutionTimeout": "

The time, in seconds, that AWS OpsWorks Stacks will wait after triggering a Shutdown event before shutting down an instance.

", + "ShutdownEventConfiguration$ExecutionTimeout": "

The time, in seconds, that OpsWorks Stacks waits after triggering a Shutdown event before shutting down an instance.

", "StackSummary$LayersCount": "

The number of layers.

", "StackSummary$AppsCount": "

The number of apps.

", - "TemporaryCredential$ValidForInMinutes": "

The length of time (in minutes) that the grant is valid. When the grant expires, at the end of this period, the user will no longer be able to use the credentials to log in. If they are logged in at the time, they will be automatically logged out.

", + "TemporaryCredential$ValidForInMinutes": "

The length of time (in minutes) that the grant is valid. When the grant expires, at the end of this period, the user will no longer be able to use the credentials to log in. If they are logged in at the time, they are automatically logged out.

", "Volume$Size": "

The volume size.

", "Volume$Iops": "

For PIOPS volumes, the IOPS per disk.

", "VolumeConfiguration$RaidLevel": "

The volume RAID level.

", @@ -885,7 +885,7 @@ "base": null, "refs": { "CreateLayerRequest$Attributes": "

One or more user-defined key-value pairs to be added to the stack attributes.

To create a cluster layer, set the EcsClusterArn attribute to the cluster's ARN.

", - "Layer$Attributes": "

The layer attributes.

For the HaproxyStatsPassword, MysqlRootPassword, and GangliaPassword attributes, AWS OpsWorks Stacks returns *****FILTERED***** instead of the actual value

For an ECS Cluster layer, AWS OpsWorks Stacks the EcsClusterArn attribute is set to the cluster's ARN.

", + "Layer$Attributes": "

The layer attributes.

For the HaproxyStatsPassword, MysqlRootPassword, and GangliaPassword attributes, OpsWorks Stacks returns *****FILTERED***** instead of the actual value

For an ECS Cluster layer, OpsWorks Stacks the EcsClusterArn attribute is set to the cluster's ARN.

", "UpdateLayerRequest$Attributes": "

One or more user-defined key/value pairs to be added to the stack attributes.

" } }, @@ -948,7 +948,7 @@ "base": null, "refs": { "AutoScalingThresholds$ThresholdsWaitTime": "

The amount of time, in minutes, that the load must exceed a threshold before more instances are added or removed.

", - "AutoScalingThresholds$IgnoreMetricsTime": "

The amount of time (in minutes) after a scaling event occurs that AWS OpsWorks Stacks should ignore metrics and suppress additional scaling events. For example, AWS OpsWorks Stacks adds new instances following an upscaling event but the instances won't start reducing the load until they have been booted and configured. There is no point in raising additional scaling events during that operation, which typically takes several minutes. IgnoreMetricsTime allows you to direct AWS OpsWorks Stacks to suppress scaling events long enough to get the new instances online.

" + "AutoScalingThresholds$IgnoreMetricsTime": "

The amount of time (in minutes) after a scaling event occurs that OpsWorks Stacks should ignore metrics and suppress additional scaling events. For example, OpsWorks Stacks adds new instances following an upscaling event but the instances won't start reducing the load until they have been booted and configured. There is no point in raising additional scaling events during that operation, which typically takes several minutes. IgnoreMetricsTime allows you to direct OpsWorks Stacks to suppress scaling events long enough to get the new instances online.

" } }, "NextToken": { @@ -959,7 +959,7 @@ } }, "OperatingSystem": { - "base": "

Describes supported operating systems in AWS OpsWorks Stacks.

", + "base": "

Describes supported operating systems in OpsWorks Stacks.

", "refs": { "OperatingSystems$member": null } @@ -973,7 +973,7 @@ "OperatingSystemConfigurationManagers": { "base": null, "refs": { - "OperatingSystem$ConfigurationManagers": "

Supported configuration manager name and versions for an AWS OpsWorks Stacks operating system.

" + "OperatingSystem$ConfigurationManagers": "

Supported configuration manager name and versions for an OpsWorks Stacks operating system.

" } }, "OperatingSystems": { @@ -1030,10 +1030,10 @@ } }, "Recipes": { - "base": "

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.

", + "base": "

OpsWorks Stacks supports five lifecycle events: setup, configuration, deploy, undeploy, and shutdown. For each layer, 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. 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.

", "refs": { "CreateLayerRequest$CustomRecipes": "

A LayerCustomRecipes object that specifies the layer custom recipes.

", - "Layer$DefaultRecipes": "

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. You can also 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.

", + "Layer$DefaultRecipes": "

OpsWorks Stacks supports five lifecycle events: setup, configuration, deploy, undeploy, and shutdown. For each layer, OpsWorks Stacks runs a set of standard recipes for each event. You can also provide custom recipes for any or all layers and events. 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.

", "Layer$CustomRecipes": "

A LayerCustomRecipes object that specifies the layer's custom recipes.

", "UpdateLayerRequest$CustomRecipes": "

A LayerCustomRecipes object that specifies the layer's custom recipes.

" } @@ -1109,7 +1109,7 @@ "CreateInstanceRequest$RootDeviceType": "

The instance root device type. For more information, see Storage for the Root Device.

", "CreateStackRequest$DefaultRootDeviceType": "

The default root device type. This value is the default for all instances in the stack, but you can override it when you create an instance. The default option is instance-store. For more information, see Storage for the Root Device.

", "Instance$RootDeviceType": "

The instance's root device type. For more information, see Storage for the Root Device.

", - "Stack$DefaultRootDeviceType": "

The default root device type. This value is used by default for all instances in the stack, but you can override it when you create an instance. For more information, see Storage for the Root Device.

", + "Stack$DefaultRootDeviceType": "

The default root device type. This value is used by default for all instances in the stack, but you can override it when you create an instance. For more information, see Storage for the Root Device.

", "UpdateStackRequest$DefaultRootDeviceType": "

The default root device type. This value is used by default for all instances in the stack, but you can override it when you create an instance. For more information, see Storage for the Root Device.

" } }, @@ -1120,7 +1120,7 @@ } }, "ServiceError": { - "base": "

Describes an AWS OpsWorks Stacks service error.

", + "base": "

Describes an OpsWorks Stacks service error.

", "refs": { "ServiceErrors$member": null } @@ -1260,23 +1260,23 @@ "AssociateElasticIpRequest$InstanceId": "

The instance ID.

", "AttachElasticLoadBalancerRequest$ElasticLoadBalancerName": "

The Elastic Load Balancing instance's name.

", "AttachElasticLoadBalancerRequest$LayerId": "

The ID of the layer to which the Elastic Load Balancing instance is to be attached.

", - "BlockDeviceMapping$DeviceName": "

The device name that is exposed to the instance, such as /dev/sdh. For the root device, you can use the explicit device name or you can set this parameter to ROOT_DEVICE and AWS OpsWorks Stacks will provide the correct device name.

", + "BlockDeviceMapping$DeviceName": "

The device name that is exposed to the instance, such as /dev/sdh. For the root device, you can use the explicit device name or you can set this parameter to ROOT_DEVICE and OpsWorks Stacks will provide the correct device name.

", "BlockDeviceMapping$NoDevice": "

Suppresses the specified device included in the AMI's block device mapping.

", "BlockDeviceMapping$VirtualName": "

The virtual device name. For more information, see BlockDeviceMapping.

", "ChefConfiguration$BerkshelfVersion": "

The Berkshelf version.

", "CloneStackRequest$SourceStackId": "

The source stack ID.

", - "CloneStackRequest$Name": "

The cloned stack name.

", - "CloneStackRequest$Region": "

The cloned stack AWS region, such as \"ap-northeast-2\". For more information about AWS regions, see Regions and Endpoints.

", - "CloneStackRequest$VpcId": "

The ID of the VPC that the cloned stack is to be launched into. It must be in the specified region. All instances are launched into this VPC, and you cannot change the ID later.

If the VPC ID corresponds to a default VPC and you have specified either the DefaultAvailabilityZone or the DefaultSubnetId parameter only, AWS OpsWorks Stacks infers the value of the other parameter. If you specify neither parameter, AWS OpsWorks Stacks sets these parameters to the first valid Availability Zone for the specified region and the corresponding default VPC subnet ID, respectively.

If you specify a nondefault VPC ID, note the following:

For more information about how to use AWS OpsWorks Stacks with a VPC, see Running a Stack in a VPC. For more information about default VPC and EC2 Classic, see Supported Platforms.

", - "CloneStackRequest$ServiceRoleArn": "

The stack AWS Identity and Access Management (IAM) role, which allows AWS OpsWorks Stacks to work with AWS resources on your behalf. You must set this parameter to the Amazon Resource Name (ARN) for an existing IAM role. If you create a stack by using the AWS OpsWorks Stacks console, it creates the role for you. You can obtain an existing stack's IAM ARN programmatically by calling DescribePermissions. For more information about IAM ARNs, see Using Identifiers.

You must set this parameter to a valid service role ARN or the action will fail; there is no default value. You can specify the source stack's service role ARN, if you prefer, but you must do so explicitly.

", + "CloneStackRequest$Name": "

The cloned stack name. Stack names can be a maximum of 64 characters.

", + "CloneStackRequest$Region": "

The cloned stack Amazon Web Services Region, such as ap-northeast-2. For more information about Amazon Web Services Regions, see Regions and Endpoints.

", + "CloneStackRequest$VpcId": "

The ID of the VPC that the cloned stack is to be launched into. It must be in the specified region. All instances are launched into this VPC, and you cannot change the ID later.

If the VPC ID corresponds to a default VPC and you have specified either the DefaultAvailabilityZone or the DefaultSubnetId parameter only, OpsWorks Stacks infers the value of the other parameter. If you specify neither parameter, OpsWorks Stacks sets these parameters to the first valid Availability Zone for the specified region and the corresponding default VPC subnet ID, respectively.

If you specify a nondefault VPC ID, note the following:

For more information about how to use OpsWorks Stacks with a VPC, see Running a Stack in a VPC. For more information about default VPC and EC2 Classic, see Supported Platforms.

", + "CloneStackRequest$ServiceRoleArn": "

The stack Identity and Access Management (IAM) role, which allows OpsWorks Stacks to work with Amazon Web Services resources on your behalf. You must set this parameter to the Amazon Resource Name (ARN) for an existing IAM role. If you create a stack by using the OpsWorkss Stacks console, it creates the role for you. You can obtain an existing stack's IAM ARN programmatically by calling DescribePermissions. For more information about IAM ARNs, see Using Identifiers.

You must set this parameter to a valid service role ARN or the action will fail; there is no default value. You can specify the source stack's service role ARN, if you prefer, but you must do so explicitly.

", "CloneStackRequest$DefaultInstanceProfileArn": "

The Amazon Resource Name (ARN) of an IAM profile that is the default profile for all of the stack's EC2 instances. For more information about IAM ARNs, see Using Identifiers.

", - "CloneStackRequest$DefaultOs": "

The stack's operating system, which must be set to one of the following.

The default option is the parent stack's operating system. For more information about supported operating systems, see AWS OpsWorks Stacks Operating Systems.

You can specify a different Linux operating system for the cloned stack, but you cannot change from Linux to Windows or Windows to Linux.

", + "CloneStackRequest$DefaultOs": "

The stack's operating system, which must be set to one of the following.

The default option is the parent stack's operating system. Not all operating systems are supported with all versions of Chef. For more information about supported operating systems, see OpsWorks Stacks Operating Systems.

You can specify a different Linux operating system for the cloned stack, but you cannot change from Linux to Windows or Windows to Linux.

", "CloneStackRequest$HostnameTheme": "

The stack's host name theme, with spaces are replaced by underscores. The theme is used to generate host names for the stack's instances. By default, HostnameTheme is set to Layer_Dependent, which creates host names by appending integers to the layer's short name. The other themes are:

To obtain a generated host name, call GetHostNameSuggestion, which returns a host name based on the current theme.

", "CloneStackRequest$DefaultAvailabilityZone": "

The cloned stack's default Availability Zone, which must be in the specified region. For more information, see Regions and Endpoints. If you also specify a value for DefaultSubnetId, the subnet must be in the same zone. For more information, see the VpcId parameter description.

", "CloneStackRequest$DefaultSubnetId": "

The stack's default VPC subnet ID. This parameter is required if you specify a value for the VpcId parameter. All instances are launched into this subnet unless you specify otherwise when you create the instance. If you also specify a value for DefaultAvailabilityZone, the subnet must be in that zone. For information on default values and when this parameter is required, see the VpcId parameter description.

", "CloneStackRequest$CustomJson": "

A string that contains user-defined, custom JSON. It is used to override the corresponding default stack configuration JSON values. The string should be in the following format:

\"{\\\"key1\\\": \\\"value1\\\", \\\"key2\\\": \\\"value2\\\",...}\"

For more information about custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes

", - "CloneStackRequest$DefaultSshKeyName": "

A default Amazon EC2 key pair name. The default value is none. If you specify a key pair name, AWS OpsWorks installs the public key on the instance and you can use the private key with an SSH client to log in to the instance. For more information, see Using SSH to Communicate with an Instance and Managing SSH Access. You can override this setting by specifying a different key pair, or no key pair, when you create an instance.

", - "CloneStackRequest$AgentVersion": "

The default AWS OpsWorks Stacks agent version. You have the following options:

The default setting is LATEST. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions. AgentVersion cannot be set to Chef 12.2.

You can also specify an agent version when you create or update an instance, which overrides the stack's default setting.

", + "CloneStackRequest$DefaultSshKeyName": "

A default Amazon EC2 key pair name. The default value is none. If you specify a key pair name, OpsWorks installs the public key on the instance and you can use the private key with an SSH client to log in to the instance. For more information, see Using SSH to Communicate with an Instance and Managing SSH Access. You can override this setting by specifying a different key pair, or no key pair, when you create an instance.

", + "CloneStackRequest$AgentVersion": "

The default OpsWorks Stacks agent version. You have the following options:

The default setting is LATEST. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions. AgentVersion cannot be set to Chef 12.2.

You can also specify an agent version when you create or update an instance, which overrides the stack's default setting.

", "CloneStackResult$StackId": "

The cloned stack ID.

", "CloudWatchLogsLogStream$LogGroupName": "

Specifies the destination log group. A log group is created automatically if it doesn't already exist. Log group names can be between 1 and 512 characters long. Allowed characters include a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), '/' (forward slash), and '.' (period).

", "CloudWatchLogsLogStream$DatetimeFormat": "

Specifies how the time stamp is extracted from logs. For more information, see the CloudWatch Logs Agent Reference.

", @@ -1301,37 +1301,37 @@ "CreateDeploymentResult$DeploymentId": "

The deployment ID, which can be used with other requests to identify the deployment.

", "CreateInstanceRequest$StackId": "

The stack ID.

", "CreateInstanceRequest$InstanceType": "

The instance type, such as t2.micro. For a list of supported instance types, open the stack in the console, choose Instances, and choose + Instance. The Size list contains the currently supported types. For more information, see Instance Families and Types. The parameter values that you use to specify the various types are in the API Name column of the Available Instance Types table.

", - "CreateInstanceRequest$Hostname": "

The instance host name.

", - "CreateInstanceRequest$Os": "

The instance's operating system, which must be set to one of the following.

For more information about the supported operating systems, see AWS OpsWorks Stacks Operating Systems.

The default option is the current Amazon Linux version. If you set this parameter to Custom, you must use the CreateInstance action's AmiId parameter to specify the custom AMI that you want to use. Block device mappings are not supported if the value is Custom. For more information about supported operating systems, see Operating SystemsFor more information about how to use custom AMIs with AWS OpsWorks Stacks, see Using Custom AMIs.

", + "CreateInstanceRequest$Hostname": "

The instance host name. The following are character limits for instance host names.

", + "CreateInstanceRequest$Os": "

The instance's operating system, which must be set to one of the following.

Not all operating systems are supported with all versions of Chef. For more information about the supported operating systems, see OpsWorks Stacks Operating Systems.

The default option is the current Amazon Linux version. If you set this parameter to Custom, you must use the CreateInstance action's AmiId parameter to specify the custom AMI that you want to use. Block device mappings are not supported if the value is Custom. For more information about how to use custom AMIs with OpsWorks Stacks, see Using Custom AMIs.

", "CreateInstanceRequest$AmiId": "

A custom AMI ID to be used to create the instance. The AMI should be based on one of the supported operating systems. For more information, see Using Custom AMIs.

If you specify a custom AMI, you must set Os to Custom.

", "CreateInstanceRequest$SshKeyName": "

The instance's Amazon EC2 key-pair name.

", "CreateInstanceRequest$AvailabilityZone": "

The instance Availability Zone. For more information, see Regions and Endpoints.

", "CreateInstanceRequest$VirtualizationType": "

The instance's virtualization type, paravirtual or hvm.

", - "CreateInstanceRequest$SubnetId": "

The ID of the instance's subnet. If the stack is running in a VPC, you can use this parameter to override the stack's default subnet ID value and direct AWS OpsWorks Stacks to launch the instance in a different subnet.

", - "CreateInstanceRequest$AgentVersion": "

The default AWS OpsWorks Stacks agent version. You have the following options:

The default setting is INHERIT. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions. AgentVersion cannot be set to Chef 12.2.

", + "CreateInstanceRequest$SubnetId": "

The ID of the instance's subnet. If the stack is running in a VPC, you can use this parameter to override the stack's default subnet ID value and direct OpsWorks Stacks to launch the instance in a different subnet.

", + "CreateInstanceRequest$AgentVersion": "

The default OpsWorks Stacks agent version. You have the following options:

The default setting is INHERIT. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions. AgentVersion cannot be set to Chef 12.2.

", "CreateInstanceRequest$Tenancy": "

The instance's tenancy option. The default option is no tenancy, or if the instance is running in a VPC, inherit tenancy settings from the VPC. The following are valid values for this parameter: dedicated, default, or host. Because there are costs associated with changes in tenancy options, we recommend that you research tenancy options before choosing them for your instances. For more information about dedicated hosts, see Dedicated Hosts Overview and Amazon EC2 Dedicated Hosts. For more information about dedicated instances, see Dedicated Instances and Amazon EC2 Dedicated Instances.

", "CreateInstanceResult$InstanceId": "

The instance ID.

", "CreateLayerRequest$StackId": "

The layer stack ID.

", - "CreateLayerRequest$Name": "

The layer name, which is used by the console.

", - "CreateLayerRequest$Shortname": "

For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks Stacks and by Chef recipes. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters, which are limited to the alphanumeric characters, '-', '_', and '.'.

The built-in layers' short names are defined by AWS OpsWorks Stacks. For more information, see the Layer Reference.

", + "CreateLayerRequest$Name": "

The layer name, which is used by the console. Layer names can be a maximum of 32 characters.

", + "CreateLayerRequest$Shortname": "

For custom layers only, use this parameter to specify the layer's short name, which is used internally by OpsWorks Stacks and by Chef recipes. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 32 characters, which are limited to the alphanumeric characters, '-', '_', and '.'.

Built-in layer short names are defined by OpsWorks Stacks. For more information, see the Layer Reference.

", "CreateLayerRequest$CustomInstanceProfileArn": "

The ARN of an IAM profile to be used for the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.

", - "CreateLayerRequest$CustomJson": "

A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see Using Custom JSON. This feature is supported as of version 1.7.42 of the AWS CLI.

", + "CreateLayerRequest$CustomJson": "

A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see Using Custom JSON. This feature is supported as of version 1.7.42 of the CLI.

", "CreateLayerResult$LayerId": "

The layer ID.

", - "CreateStackRequest$Name": "

The stack name.

", - "CreateStackRequest$Region": "

The stack's AWS region, such as ap-south-1. For more information about Amazon regions, see Regions and Endpoints.

In the AWS CLI, this API maps to the --stack-region parameter. If the --stack-region parameter and the AWS CLI common parameter --region are set to the same value, the stack uses a regional endpoint. If the --stack-region parameter is not set, but the AWS CLI --region parameter is, this also results in a stack with a regional endpoint. However, if the --region parameter is set to us-east-1, and the --stack-region parameter is set to one of the following, then the stack uses a legacy or classic region: us-west-1, us-west-2, sa-east-1, eu-central-1, eu-west-1, ap-northeast-1, ap-southeast-1, ap-southeast-2. In this case, the actual API endpoint of the stack is in us-east-1. Only the preceding regions are supported as classic regions in the us-east-1 API endpoint. Because it is a best practice to choose the regional endpoint that is closest to where you manage AWS, we recommend that you use regional endpoints for new stacks. The AWS CLI common --region parameter always specifies a regional API endpoint; it cannot be used to specify a classic AWS OpsWorks Stacks region.

", - "CreateStackRequest$VpcId": "

The ID of the VPC that the stack is to be launched into. The VPC must be in the stack's region. All instances are launched into this VPC. You cannot change the ID later.

If the VPC ID corresponds to a default VPC and you have specified either the DefaultAvailabilityZone or the DefaultSubnetId parameter only, AWS OpsWorks Stacks infers the value of the other parameter. If you specify neither parameter, AWS OpsWorks Stacks sets these parameters to the first valid Availability Zone for the specified region and the corresponding default VPC subnet ID, respectively.

If you specify a nondefault VPC ID, note the following:

For more information about how to use AWS OpsWorks Stacks with a VPC, see Running a Stack in a VPC. For more information about default VPC and EC2-Classic, see Supported Platforms.

", - "CreateStackRequest$ServiceRoleArn": "

The stack's AWS Identity and Access Management (IAM) role, which allows AWS OpsWorks Stacks to work with AWS resources on your behalf. You must set this parameter to the Amazon Resource Name (ARN) for an existing IAM role. For more information about IAM ARNs, see Using Identifiers.

", + "CreateStackRequest$Name": "

The stack name. Stack names can be a maximum of 64 characters.

", + "CreateStackRequest$Region": "

The stack's Amazon Web Services Region, such as ap-south-1. For more information about Amazon Web Services Regions, see Regions and Endpoints.

In the CLI, this API maps to the --stack-region parameter. If the --stack-region parameter and the CLI common parameter --region are set to the same value, the stack uses a regional endpoint. If the --stack-region parameter is not set, but the CLI --region parameter is, this also results in a stack with a regional endpoint. However, if the --region parameter is set to us-east-1, and the --stack-region parameter is set to one of the following, then the stack uses a legacy or classic region: us-west-1, us-west-2, sa-east-1, eu-central-1, eu-west-1, ap-northeast-1, ap-southeast-1, ap-southeast-2. In this case, the actual API endpoint of the stack is in us-east-1. Only the preceding regions are supported as classic regions in the us-east-1 API endpoint. Because it is a best practice to choose the regional endpoint that is closest to where you manage Amazon Web Services, we recommend that you use regional endpoints for new stacks. The CLI common --region parameter always specifies a regional API endpoint; it cannot be used to specify a classic OpsWorks Stacks region.

", + "CreateStackRequest$VpcId": "

The ID of the VPC that the stack is to be launched into. The VPC must be in the stack's region. All instances are launched into this VPC. You cannot change the ID later.

If the VPC ID corresponds to a default VPC and you have specified either the DefaultAvailabilityZone or the DefaultSubnetId parameter only, OpsWorks Stacks infers the value of the other parameter. If you specify neither parameter, OpsWorks Stacks sets these parameters to the first valid Availability Zone for the specified region and the corresponding default VPC subnet ID, respectively.

If you specify a nondefault VPC ID, note the following:

For more information about how to use OpsWorks Stacks with a VPC, see Running a Stack in a VPC. For more information about default VPC and EC2-Classic, see Supported Platforms.

", + "CreateStackRequest$ServiceRoleArn": "

The stack's IAM role, which allows OpsWorks Stacks to work with Amazon Web Services resources on your behalf. You must set this parameter to the Amazon Resource Name (ARN) for an existing IAM role. For more information about IAM ARNs, see Using Identifiers.

", "CreateStackRequest$DefaultInstanceProfileArn": "

The Amazon Resource Name (ARN) of an IAM profile that is the default profile for all of the stack's EC2 instances. For more information about IAM ARNs, see Using Identifiers.

", - "CreateStackRequest$DefaultOs": "

The stack's default operating system, which is installed on every instance unless you specify a different operating system when you create the instance. You can specify one of the following.

The default option is the current Amazon Linux version. For more information about supported operating systems, see AWS OpsWorks Stacks Operating Systems.

", + "CreateStackRequest$DefaultOs": "

The stack's default operating system, which is installed on every instance unless you specify a different operating system when you create the instance. You can specify one of the following.

The default option is the current Amazon Linux version. Not all operating systems are supported with all versions of Chef. For more information about supported operating systems, see OpsWorks Stacks Operating Systems.

", "CreateStackRequest$HostnameTheme": "

The stack's host name theme, with spaces replaced by underscores. The theme is used to generate host names for the stack's instances. By default, HostnameTheme is set to Layer_Dependent, which creates host names by appending integers to the layer's short name. The other themes are:

To obtain a generated host name, call GetHostNameSuggestion, which returns a host name based on the current theme.

", "CreateStackRequest$DefaultAvailabilityZone": "

The stack's default Availability Zone, which must be in the specified region. For more information, see Regions and Endpoints. If you also specify a value for DefaultSubnetId, the subnet must be in the same zone. For more information, see the VpcId parameter description.

", "CreateStackRequest$DefaultSubnetId": "

The stack's default VPC subnet ID. This parameter is required if you specify a value for the VpcId parameter. All instances are launched into this subnet unless you specify otherwise when you create the instance. If you also specify a value for DefaultAvailabilityZone, the subnet must be in that zone. For information on default values and when this parameter is required, see the VpcId parameter description.

", "CreateStackRequest$CustomJson": "

A string that contains user-defined, custom JSON. It can be used to override the corresponding default stack configuration attribute values or to pass data to recipes. The string should be in the following format:

\"{\\\"key1\\\": \\\"value1\\\", \\\"key2\\\": \\\"value2\\\",...}\"

For more information about custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes.

", - "CreateStackRequest$DefaultSshKeyName": "

A default Amazon EC2 key pair name. The default value is none. If you specify a key pair name, AWS OpsWorks installs the public key on the instance and you can use the private key with an SSH client to log in to the instance. For more information, see Using SSH to Communicate with an Instance and Managing SSH Access. You can override this setting by specifying a different key pair, or no key pair, when you create an instance.

", - "CreateStackRequest$AgentVersion": "

The default AWS OpsWorks Stacks agent version. You have the following options:

The default setting is the most recent release of the agent. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions. AgentVersion cannot be set to Chef 12.2.

You can also specify an agent version when you create or update an instance, which overrides the stack's default setting.

", + "CreateStackRequest$DefaultSshKeyName": "

A default Amazon EC2 key pair name. The default value is none. If you specify a key pair name, OpsWorks installs the public key on the instance and you can use the private key with an SSH client to log in to the instance. For more information, see Using SSH to Communicate with an Instance and Managing SSH Access. You can override this setting by specifying a different key pair, or no key pair, when you create an instance.

", + "CreateStackRequest$AgentVersion": "

The default OpsWorks Stacks agent version. You have the following options:

The default setting is the most recent release of the agent. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions. AgentVersion cannot be set to Chef 12.2.

You can also specify an agent version when you create or update an instance, which overrides the stack's default setting.

", "CreateStackResult$StackId": "

The stack ID, which is an opaque string that you use to identify the stack when performing actions such as DescribeStacks.

", "CreateUserProfileRequest$IamUserArn": "

The user's IAM ARN; this can also be a federated user's ARN.

", - "CreateUserProfileRequest$SshUsername": "

The user's SSH user name. The allowable characters are [a-z], [A-Z], [0-9], '-', and '_'. If the specified name includes other punctuation marks, AWS OpsWorks Stacks removes them. For example, my.name will be changed to myname. If you do not specify an SSH user name, AWS OpsWorks Stacks generates one from the IAM user name.

", + "CreateUserProfileRequest$SshUsername": "

The user's SSH user name. The allowable characters are [a-z], [A-Z], [0-9], '-', and '_'. If the specified name includes other punctuation marks, OpsWorks Stacks removes them. For example, my.name is changed to myname. If you do not specify an SSH user name, OpsWorks Stacks generates one from the IAM user name.

", "CreateUserProfileRequest$SshPublicKey": "

The user's public SSH key.

", "CreateUserProfileResult$IamUserArn": "

The user's IAM ARN.

", "DataSource$Type": "

The data source's type, AutoSelectOpsworksMysqlInstance, OpsworksMysqlInstance, RdsDbInstance, or None.

", @@ -1354,7 +1354,7 @@ "DeregisterElasticIpRequest$ElasticIp": "

The Elastic IP address.

", "DeregisterInstanceRequest$InstanceId": "

The instance ID.

", "DeregisterRdsDbInstanceRequest$RdsDbInstanceArn": "

The Amazon RDS instance's ARN.

", - "DeregisterVolumeRequest$VolumeId": "

The AWS OpsWorks Stacks volume ID, which is the GUID that AWS OpsWorks Stacks assigned to the instance when you registered the volume with the stack, not the Amazon EC2 volume ID.

", + "DeregisterVolumeRequest$VolumeId": "

The OpsWorks Stacks volume ID, which is the GUID that OpsWorks Stacks assigned to the instance when you registered the volume with the stack, not the Amazon EC2 volume ID.

", "DescribeAgentVersionsRequest$StackId": "

The stack ID.

", "DescribeAppsRequest$StackId": "

The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the specified stack.

", "DescribeCommandsRequest$DeploymentId": "

The deployment ID. If you include this parameter, DescribeCommands returns a description of the commands associated with the specified deployment.

", @@ -1378,7 +1378,7 @@ "DescribeServiceErrorsRequest$StackId": "

The stack ID. If you use this parameter, DescribeServiceErrors returns descriptions of the errors associated with the specified stack.

", "DescribeServiceErrorsRequest$InstanceId": "

The instance ID. If you use this parameter, DescribeServiceErrors returns descriptions of the errors associated with the specified instance.

", "DescribeStackProvisioningParametersRequest$StackId": "

The stack ID.

", - "DescribeStackProvisioningParametersResult$AgentInstallerUrl": "

The AWS OpsWorks Stacks agent installer's URL.

", + "DescribeStackProvisioningParametersResult$AgentInstallerUrl": "

The OpsWorks Stacks agent installer's URL.

", "DescribeStackSummaryRequest$StackId": "

The stack ID.

", "DescribeVolumesRequest$InstanceId": "

The instance ID. If you use this parameter, DescribeVolumes returns descriptions of the volumes associated with the specified instance.

", "DescribeVolumesRequest$StackId": "

A stack ID. The action describes the stack's registered Amazon EBS volumes.

", @@ -1391,22 +1391,22 @@ "EcsCluster$EcsClusterName": "

The cluster name.

", "EcsCluster$StackId": "

The stack ID.

", "ElasticIp$Ip": "

The IP address.

", - "ElasticIp$Name": "

The name.

", + "ElasticIp$Name": "

The name, which can be a maximum of 32 characters.

", "ElasticIp$Domain": "

The domain.

", - "ElasticIp$Region": "

The AWS region. For more information, see Regions and Endpoints.

", + "ElasticIp$Region": "

The Amazon Web Services Region. For more information, see Regions and Endpoints.

", "ElasticIp$InstanceId": "

The ID of the instance that the address is attached to.

", - "ElasticLoadBalancer$ElasticLoadBalancerName": "

The Elastic Load Balancing instance's name.

", - "ElasticLoadBalancer$Region": "

The instance's AWS region.

", + "ElasticLoadBalancer$ElasticLoadBalancerName": "

The Elastic Load Balancing instance name.

", + "ElasticLoadBalancer$Region": "

The instance's Amazon Web Services Region.

", "ElasticLoadBalancer$DnsName": "

The instance's public DNS name.

", - "ElasticLoadBalancer$StackId": "

The ID of the stack that the instance is associated with.

", - "ElasticLoadBalancer$LayerId": "

The ID of the layer that the instance is attached to.

", + "ElasticLoadBalancer$StackId": "

The ID of the stack with which the instance is associated.

", + "ElasticLoadBalancer$LayerId": "

The ID of the layer to which the instance is attached.

", "ElasticLoadBalancer$VpcId": "

The VPC ID.

", "EnvironmentVariable$Key": "

(Required) The environment variable's name, which can consist of up to 64 characters and must be specified. The name can contain upper- and lowercase letters, numbers, and underscores (_), but it must start with a letter or underscore.

", "EnvironmentVariable$Value": "

(Optional) The environment variable's value, which can be left empty. If you specify a value, it can contain up to 256 characters, which must all be printable.

", "GetHostnameSuggestionRequest$LayerId": "

The layer ID.

", "GetHostnameSuggestionResult$LayerId": "

The layer ID.

", "GetHostnameSuggestionResult$Hostname": "

The generated host name.

", - "GrantAccessRequest$InstanceId": "

The instance's AWS OpsWorks Stacks ID.

", + "GrantAccessRequest$InstanceId": "

The instance's OpsWorks Stacks ID.

", "Instance$AgentVersion": "

The agent version. This parameter is set to INHERIT if the instance inherits the default stack setting or to a a version number for a fixed agent version.

", "Instance$AmiId": "

A custom AMI ID to be used to create the instance. For more information, see Instances

", "Instance$Arn": "

The instance's Amazon Resource Number (ARN).

", @@ -1414,8 +1414,8 @@ "Instance$Ec2InstanceId": "

The ID of the associated Amazon EC2 instance.

", "Instance$EcsClusterArn": "

For container instances, the Amazon ECS cluster's ARN.

", "Instance$EcsContainerInstanceArn": "

For container instances, the instance's ARN.

", - "Instance$ElasticIp": "

The instance Elastic IP address .

", - "Instance$Hostname": "

The instance host name.

", + "Instance$ElasticIp": "

The instance Elastic IP address.

", + "Instance$Hostname": "

The instance host name. The following are character limits for instance host names.

", "Instance$InfrastructureClass": "

For registered instances, the infrastructure class: ec2 or on-premises.

", "Instance$InstanceId": "

The instance ID.

", "Instance$InstanceProfileArn": "

The ARN of the instance's IAM profile. For more information about IAM ARNs, see Using Identifiers.

", @@ -1428,7 +1428,7 @@ "Instance$PublicDns": "

The instance public DNS name.

", "Instance$PublicIp": "

The instance public IP address.

", "Instance$RegisteredBy": "

For registered instances, who performed the registration.

", - "Instance$ReportedAgentVersion": "

The instance's reported AWS OpsWorks Stacks agent version.

", + "Instance$ReportedAgentVersion": "

The instance's reported OpsWorks Stacks agent version.

", "Instance$RootDeviceVolumeId": "

The root device volume ID.

", "Instance$SshHostDsaKeyFingerprint": "

The SSH key's Deep Security Agent (DSA) fingerprint.

", "Instance$SshHostRsaKeyFingerprint": "

The SSH key's RSA fingerprint.

", @@ -1442,14 +1442,14 @@ "Layer$Arn": "

The Amazon Resource Number (ARN) of a layer.

", "Layer$StackId": "

The layer stack ID.

", "Layer$LayerId": "

The layer ID.

", - "Layer$Name": "

The layer name.

", + "Layer$Name": "

The layer name. Layer names can be a maximum of 32 characters.

", "Layer$Shortname": "

The layer short name.

", "Layer$CustomInstanceProfileArn": "

The ARN of the default IAM profile to be used for the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.

", "Layer$CustomJson": "

A JSON formatted string containing the layer's custom stack configuration and deployment attributes.

", "LayerAttributes$value": null, "LoadBasedAutoScalingConfiguration$LayerId": "

The layer ID.

", - "OperatingSystem$Name": "

The name of the operating system, such as Amazon Linux 2018.03.

", - "OperatingSystem$Id": "

The ID of a supported operating system, such as Amazon Linux 2018.03.

", + "OperatingSystem$Name": "

The name of the operating system, such as Amazon Linux 2.

", + "OperatingSystem$Id": "

The ID of a supported operating system, such as Amazon Linux 2.

", "OperatingSystem$Type": "

The type of a supported operating system, either Linux or Windows.

", "OperatingSystem$ReportedName": "

A short name for the operating system manufacturer.

", "OperatingSystem$ReportedVersion": "

The version of the operating system, including the release and edition, if applicable.

", @@ -1458,7 +1458,7 @@ "Parameters$key": null, "Parameters$value": null, "Permission$StackId": "

A stack ID.

", - "Permission$IamUserArn": "

The Amazon Resource Name (ARN) for an AWS Identity and Access Management (IAM) role. For more information about IAM ARNs, see Using Identifiers.

", + "Permission$IamUserArn": "

The Amazon Resource Name (ARN) for an Identity and Access Management (IAM) role. For more information about IAM ARNs, see Using Identifiers.

", "Permission$Level": "

The user's permission level, which must be the following:

For more information on the permissions associated with these levels, see Managing User Permissions

", "RaidArray$RaidArrayId": "

The array ID.

", "RaidArray$InstanceId": "

The instance ID.

", @@ -1469,10 +1469,10 @@ "RaidArray$StackId": "

The stack ID.

", "RaidArray$VolumeType": "

The volume type, standard or PIOPS.

", "RdsDbInstance$RdsDbInstanceArn": "

The instance's ARN.

", - "RdsDbInstance$DbInstanceIdentifier": "

The DB instance identifier.

", + "RdsDbInstance$DbInstanceIdentifier": "

The database instance identifier.

", "RdsDbInstance$DbUser": "

The master user name.

", - "RdsDbInstance$DbPassword": "

AWS OpsWorks Stacks returns *****FILTERED***** instead of the actual value.

", - "RdsDbInstance$Region": "

The instance's AWS region.

", + "RdsDbInstance$DbPassword": "

OpsWorks Stacks returns *****FILTERED***** instead of the actual value.

", + "RdsDbInstance$Region": "

The instance's Amazon Web Services Region.

", "RdsDbInstance$Address": "

The instance's address.

", "RdsDbInstance$Engine": "

The instance's database engine.

", "RdsDbInstance$StackId": "

The ID of the stack with which the instance is registered.

", @@ -1484,12 +1484,12 @@ "RegisterElasticIpRequest$StackId": "

The stack ID.

", "RegisterElasticIpResult$ElasticIp": "

The Elastic IP address.

", "RegisterInstanceRequest$StackId": "

The ID of the stack that the instance is to be registered with.

", - "RegisterInstanceRequest$Hostname": "

The instance's hostname.

", + "RegisterInstanceRequest$Hostname": "

The instance's host name. The following are character limits for instance host names.

", "RegisterInstanceRequest$PublicIp": "

The instance's public IP address.

", "RegisterInstanceRequest$PrivateIp": "

The instance's private IP address.

", "RegisterInstanceRequest$RsaPublicKey": "

The instances public RSA key. This key is used to encrypt communication between the instance and the service.

", "RegisterInstanceRequest$RsaPublicKeyFingerprint": "

The instances public RSA key fingerprint.

", - "RegisterInstanceResult$InstanceId": "

The registered instance's AWS OpsWorks Stacks ID.

", + "RegisterInstanceResult$InstanceId": "

The registered instance's OpsWorks Stacks ID.

", "RegisterRdsDbInstanceRequest$StackId": "

The stack ID.

", "RegisterRdsDbInstanceRequest$RdsDbInstanceArn": "

The Amazon RDS instance's ARN.

", "RegisterRdsDbInstanceRequest$DbUser": "

The database's master user name.

", @@ -1517,18 +1517,18 @@ "SetTimeBasedAutoScalingRequest$InstanceId": "

The instance ID.

", "Source$Url": "

The source URL. The following is an example of an Amazon S3 source URL: https://s3.amazonaws.com/opsworks-demo-bucket/opsworks_cookbook_demo.tar.gz.

", "Source$Username": "

This parameter depends on the repository type.

", - "Source$Password": "

When included in a request, the parameter depends on the repository type.

For more information on how to safely handle IAM credentials, see https://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html.

In responses, AWS OpsWorks Stacks returns *****FILTERED***** instead of the actual value.

", - "Source$SshKey": "

In requests, the repository's SSH key.

In responses, AWS OpsWorks Stacks returns *****FILTERED***** instead of the actual value.

", - "Source$Revision": "

The application's version. AWS OpsWorks Stacks enables you to easily deploy new versions of an application. One of the simplest approaches is to have branches or revisions in your repository that represent different versions that can potentially be deployed.

", + "Source$Password": "

When included in a request, the parameter depends on the repository type.

For more information on how to safely handle IAM credentials, see https://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html.

In responses, OpsWorks Stacks returns *****FILTERED***** instead of the actual value.

", + "Source$SshKey": "

In requests, the repository's SSH key.

In responses, OpsWorks Stacks returns *****FILTERED***** instead of the actual value.

", + "Source$Revision": "

The application's version. OpsWorks Stacks enables you to easily deploy new versions of an application. One of the simplest approaches is to have branches or revisions in your repository that represent different versions that can potentially be deployed.

", "SslConfiguration$Certificate": "

The contents of the certificate's domain.crt file.

", "SslConfiguration$PrivateKey": "

The private key; the contents of the certificate's domain.kex file.

", "SslConfiguration$Chain": "

Optional. Can be used to specify an intermediate certificate authority key or client authentication.

", "Stack$StackId": "

The stack ID.

", - "Stack$Name": "

The stack name.

", + "Stack$Name": "

The stack name. Stack names can be a maximum of 64 characters.

", "Stack$Arn": "

The stack's ARN.

", - "Stack$Region": "

The stack AWS region, such as \"ap-northeast-2\". For more information about AWS regions, see Regions and Endpoints.

", + "Stack$Region": "

The stack Amazon Web Services Region, such as ap-northeast-2. For more information about Amazon Web Services Regions, see Regions and Endpoints.

", "Stack$VpcId": "

The VPC ID; applicable only if the stack is running in a VPC.

", - "Stack$ServiceRoleArn": "

The stack AWS Identity and Access Management (IAM) role.

", + "Stack$ServiceRoleArn": "

The stack Identity and Access Management (IAM) role.

", "Stack$DefaultInstanceProfileArn": "

The ARN of an IAM profile that is the default profile for all of the stack's EC2 instances. For more information about IAM ARNs, see Using Identifiers.

", "Stack$DefaultOs": "

The stack's default operating system.

", "Stack$HostnameTheme": "

The stack host name theme, with spaces replaced by underscores.

", @@ -1538,8 +1538,8 @@ "Stack$DefaultSshKeyName": "

A default Amazon EC2 key pair for the stack's instances. You can override this value when you create or update an instance.

", "Stack$AgentVersion": "

The agent version. This parameter is set to LATEST for auto-update. or a version number for a fixed agent version.

", "StackAttributes$value": null, - "StackConfigurationManager$Name": "

The name. This parameter must be set to \"Chef\".

", - "StackConfigurationManager$Version": "

The Chef version. This parameter must be set to 12, 11.10, or 11.4 for Linux stacks, and to 12.2 for Windows stacks. The default value for Linux stacks is 11.4.

", + "StackConfigurationManager$Name": "

The name. This parameter must be set to Chef.

", + "StackConfigurationManager$Version": "

The Chef version. This parameter must be set to 12, 11.10, or 11.4 for Linux stacks, and to 12.2 for Windows stacks. The default value for Linux stacks is 12.

", "StackSummary$StackId": "

The stack ID.

", "StackSummary$Name": "

The stack name.

", "StackSummary$Arn": "

The stack's ARN.

", @@ -1550,7 +1550,7 @@ "Strings$member": null, "TemporaryCredential$Username": "

The user name.

", "TemporaryCredential$Password": "

The password.

", - "TemporaryCredential$InstanceId": "

The instance's AWS OpsWorks Stacks ID.

", + "TemporaryCredential$InstanceId": "

The instance's OpsWorks Stacks ID.

", "TimeBasedAutoScalingConfiguration$InstanceId": "

The instance ID.

", "UnassignInstanceRequest$InstanceId": "

The instance ID.

", "UnassignVolumeRequest$VolumeId": "

The volume ID.

", @@ -1558,17 +1558,17 @@ "UpdateAppRequest$Name": "

The app name.

", "UpdateAppRequest$Description": "

A description of the app.

", "UpdateElasticIpRequest$ElasticIp": "

The IP address for which you want to update the name.

", - "UpdateElasticIpRequest$Name": "

The new name.

", + "UpdateElasticIpRequest$Name": "

The new name, which can be a maximum of 32 characters.

", "UpdateInstanceRequest$InstanceId": "

The instance ID.

", "UpdateInstanceRequest$InstanceType": "

The instance type, such as t2.micro. For a list of supported instance types, open the stack in the console, choose Instances, and choose + Instance. The Size list contains the currently supported types. For more information, see Instance Families and Types. The parameter values that you use to specify the various types are in the API Name column of the Available Instance Types table.

", - "UpdateInstanceRequest$Hostname": "

The instance host name.

", - "UpdateInstanceRequest$Os": "

The instance's operating system, which must be set to one of the following. You cannot update an instance that is using a custom AMI.

For more information about supported operating systems, see AWS OpsWorks Stacks Operating Systems.

The default option is the current Amazon Linux version. If you set this parameter to Custom, you must use the AmiId parameter to specify the custom AMI that you want to use. For more information about supported operating systems, see Operating Systems. For more information about how to use custom AMIs with OpsWorks, see Using Custom AMIs.

You can specify a different Linux operating system for the updated stack, but you cannot change from Linux to Windows or Windows to Linux.

", + "UpdateInstanceRequest$Hostname": "

The instance host name. The following are character limits for instance host names.

", + "UpdateInstanceRequest$Os": "

The instance's operating system, which must be set to one of the following. You cannot update an instance that is using a custom AMI.

Not all operating systems are supported with all versions of Chef. For more information about supported operating systems, see OpsWorks Stacks Operating Systems.

The default option is the current Amazon Linux version. If you set this parameter to Custom, you must use the AmiId parameter to specify the custom AMI that you want to use. For more information about how to use custom AMIs with OpsWorks, see Using Custom AMIs.

You can specify a different Linux operating system for the updated stack, but you cannot change from Linux to Windows or Windows to Linux.

", "UpdateInstanceRequest$AmiId": "

The ID of the AMI that was used to create the instance. The value of this parameter must be the same AMI ID that the instance is already using. You cannot apply a new AMI to an instance by running UpdateInstance. UpdateInstance does not work on instances that are using custom AMIs.

", "UpdateInstanceRequest$SshKeyName": "

The instance's Amazon EC2 key name.

", - "UpdateInstanceRequest$AgentVersion": "

The default AWS OpsWorks Stacks agent version. You have the following options:

The default setting is INHERIT. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions.

AgentVersion cannot be set to Chef 12.2.

", + "UpdateInstanceRequest$AgentVersion": "

The default OpsWorks Stacks agent version. You have the following options:

The default setting is INHERIT. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions.

AgentVersion cannot be set to Chef 12.2.

", "UpdateLayerRequest$LayerId": "

The layer ID.

", - "UpdateLayerRequest$Name": "

The layer name, which is used by the console.

", - "UpdateLayerRequest$Shortname": "

For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks Stacks and by Chef. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters and must be in the following format: /\\A[a-z0-9\\-\\_\\.]+\\Z/.

The built-in layers' short names are defined by AWS OpsWorks Stacks. For more information, see the Layer Reference

", + "UpdateLayerRequest$Name": "

The layer name, which is used by the console. Layer names can be a maximum of 32 characters.

", + "UpdateLayerRequest$Shortname": "

For custom layers only, use this parameter to specify the layer's short name, which is used internally by OpsWorks Stacks and by Chef. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 32 characters and must be in the following format: /\\A[a-z0-9\\-\\_\\.]+\\Z/.

Built-in layer short names are defined by OpsWorks Stacks. For more information, see the Layer reference in the OpsWorks User Guide.

", "UpdateLayerRequest$CustomInstanceProfileArn": "

The ARN of an IAM profile to be used for all of the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.

", "UpdateLayerRequest$CustomJson": "

A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see Using Custom JSON.

", "UpdateMyUserProfileRequest$SshPublicKey": "

The user's SSH public key.

", @@ -1576,21 +1576,21 @@ "UpdateRdsDbInstanceRequest$DbUser": "

The master user name.

", "UpdateRdsDbInstanceRequest$DbPassword": "

The database password.

", "UpdateStackRequest$StackId": "

The stack ID.

", - "UpdateStackRequest$Name": "

The stack's new name.

", + "UpdateStackRequest$Name": "

The stack's new name. Stack names can be a maximum of 64 characters.

", "UpdateStackRequest$ServiceRoleArn": "

Do not use this parameter. You cannot update a stack's service role.

", "UpdateStackRequest$DefaultInstanceProfileArn": "

The ARN of an IAM profile that is the default profile for all of the stack's EC2 instances. For more information about IAM ARNs, see Using Identifiers.

", - "UpdateStackRequest$DefaultOs": "

The stack's operating system, which must be set to one of the following:

The default option is the stack's current operating system. For more information about supported operating systems, see AWS OpsWorks Stacks Operating Systems.

", + "UpdateStackRequest$DefaultOs": "

The stack's operating system, which must be set to one of the following:

The default option is the stack's current operating system. Not all operating systems are supported with all versions of Chef. For more information about supported operating systems, see OpsWorks Stacks Operating Systems.

", "UpdateStackRequest$HostnameTheme": "

The stack's new host name theme, with spaces replaced by underscores. The theme is used to generate host names for the stack's instances. By default, HostnameTheme is set to Layer_Dependent, which creates host names by appending integers to the layer's short name. The other themes are:

To obtain a generated host name, call GetHostNameSuggestion, which returns a host name based on the current theme.

", "UpdateStackRequest$DefaultAvailabilityZone": "

The stack's default Availability Zone, which must be in the stack's region. For more information, see Regions and Endpoints. If you also specify a value for DefaultSubnetId, the subnet must be in the same zone. For more information, see CreateStack.

", "UpdateStackRequest$DefaultSubnetId": "

The stack's default VPC subnet ID. This parameter is required if you specify a value for the VpcId parameter. All instances are launched into this subnet unless you specify otherwise when you create the instance. If you also specify a value for DefaultAvailabilityZone, the subnet must be in that zone. For information on default values and when this parameter is required, see the VpcId parameter description.

", "UpdateStackRequest$CustomJson": "

A string that contains user-defined, custom JSON. It can be used to override the corresponding default stack configuration JSON values or to pass data to recipes. The string should be in the following format:

\"{\\\"key1\\\": \\\"value1\\\", \\\"key2\\\": \\\"value2\\\",...}\"

For more information about custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes.

", - "UpdateStackRequest$DefaultSshKeyName": "

A default Amazon EC2 key-pair name. The default value is none. If you specify a key-pair name, AWS OpsWorks Stacks installs the public key on the instance and you can use the private key with an SSH client to log in to the instance. For more information, see Using SSH to Communicate with an Instance and Managing SSH Access. You can override this setting by specifying a different key pair, or no key pair, when you create an instance.

", - "UpdateStackRequest$AgentVersion": "

The default AWS OpsWorks Stacks agent version. You have the following options:

The default setting is LATEST. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions. AgentVersion cannot be set to Chef 12.2.

You can also specify an agent version when you create or update an instance, which overrides the stack's default setting.

", + "UpdateStackRequest$DefaultSshKeyName": "

A default Amazon EC2 key-pair name. The default value is none. If you specify a key-pair name, OpsWorks Stacks installs the public key on the instance and you can use the private key with an SSH client to log in to the instance. For more information, see Using SSH to Communicate with an Instance and Managing SSH Access. You can override this setting by specifying a different key pair, or no key pair, when you create an instance.

", + "UpdateStackRequest$AgentVersion": "

The default OpsWorks Stacks agent version. You have the following options:

The default setting is LATEST. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions. AgentVersion cannot be set to Chef 12.2.

You can also specify an agent version when you create or update an instance, which overrides the stack's default setting.

", "UpdateUserProfileRequest$IamUserArn": "

The user IAM ARN. This can also be a federated user's ARN.

", - "UpdateUserProfileRequest$SshUsername": "

The user's SSH user name. The allowable characters are [a-z], [A-Z], [0-9], '-', and '_'. If the specified name includes other punctuation marks, AWS OpsWorks Stacks removes them. For example, my.name will be changed to myname. If you do not specify an SSH user name, AWS OpsWorks Stacks generates one from the IAM user name.

", + "UpdateUserProfileRequest$SshUsername": "

The user's SSH user name. The allowable characters are [a-z], [A-Z], [0-9], '-', and '_'. If the specified name includes other punctuation marks, OpsWorks Stacks removes them. For example, my.name will be changed to myname. If you do not specify an SSH user name, OpsWorks Stacks generates one from the IAM user name.

", "UpdateUserProfileRequest$SshPublicKey": "

The user's new SSH public key.

", "UpdateVolumeRequest$VolumeId": "

The volume ID.

", - "UpdateVolumeRequest$Name": "

The new name.

", + "UpdateVolumeRequest$Name": "

The new name. Volume names can be a maximum of 128 characters.

", "UpdateVolumeRequest$MountPoint": "

The new mount point.

", "UserProfile$IamUserArn": "

The user's IAM ARN.

", "UserProfile$Name": "

The user's name.

", @@ -1599,17 +1599,17 @@ "ValidationException$message": "

The exception message.

", "Volume$VolumeId": "

The volume ID.

", "Volume$Ec2VolumeId": "

The Amazon EC2 volume ID.

", - "Volume$Name": "

The volume name.

", + "Volume$Name": "

The volume name. Volume names are a maximum of 128 characters.

", "Volume$RaidArrayId": "

The RAID array ID.

", "Volume$InstanceId": "

The instance ID.

", "Volume$Status": "

The value returned by DescribeVolumes.

", "Volume$Device": "

The device name.

", "Volume$MountPoint": "

The volume mount point. For example, \"/mnt/disk1\".

", - "Volume$Region": "

The AWS region. For more information about AWS regions, see Regions and Endpoints.

", + "Volume$Region": "

The Amazon Web Services Region. For more information about Amazon Web Services Regions, see Regions and Endpoints.

", "Volume$AvailabilityZone": "

The volume Availability Zone. For more information, see Regions and Endpoints.

", - "Volume$VolumeType": "

The volume type. For more information, see Amazon EBS Volume Types.

", + "Volume$VolumeType": "

The volume type. For more information, see Amazon EBS Volume Types.

", "VolumeConfiguration$MountPoint": "

The volume mount point. For example \"/dev/sdh\".

", - "VolumeConfiguration$VolumeType": "

The volume type. For more information, see Amazon EBS Volume Types.

" + "VolumeConfiguration$VolumeType": "

The volume type. For more information, see Amazon EBS Volume Types.

" } }, "Strings": { @@ -1617,7 +1617,7 @@ "refs": { "App$Domains": "

The app vhost settings with multiple domains separated by commas. For example: 'www.example.com, example.com'

", "AssignInstanceRequest$LayerIds": "

The layer ID, which must correspond to a custom layer. You cannot assign a registered instance to a built-in layer.

", - "AutoScalingThresholds$Alarms": "

Custom Cloudwatch auto scaling alarms, to be used as thresholds. This parameter takes a list of up to five alarm names, which are case sensitive and must be in the same region as the stack.

To use custom alarms, you must update your service role to allow cloudwatch:DescribeAlarms. You can either have AWS OpsWorks Stacks update the role for you when you first use this feature or you can edit the role manually. For more information, see Allowing AWS OpsWorks Stacks to Act on Your Behalf.

", + "AutoScalingThresholds$Alarms": "

Custom CloudWatch auto scaling alarms, to be used as thresholds. This parameter takes a list of up to five alarm names, which are case sensitive and must be in the same region as the stack.

To use custom alarms, you must update your service role to allow cloudwatch:DescribeAlarms. You can either have OpsWorks Stacks update the role for you when you first use this feature or you can edit the role manually. For more information, see Allowing OpsWorks Stacks to Act on Your Behalf.

", "CloneStackRequest$CloneAppIds": "

A list of source stack app IDs to be included in the cloned stack.

", "CreateAppRequest$Domains": "

The app virtual host settings, with multiple domains separated by commas. For example: 'www.example.com, example.com'

", "CreateDeploymentRequest$InstanceIds": "

The instance IDs for the deployment targets.

", @@ -1639,13 +1639,13 @@ "DescribeRaidArraysRequest$RaidArrayIds": "

An array of RAID array IDs. If you use this parameter, DescribeRaidArrays returns descriptions of the specified arrays. Otherwise, it returns a description of every array.

", "DescribeRdsDbInstancesRequest$RdsDbInstanceArns": "

An array containing the ARNs of the instances to be described.

", "DescribeServiceErrorsRequest$ServiceErrorIds": "

An array of service error IDs. If you use this parameter, DescribeServiceErrors returns descriptions of the specified errors. Otherwise, it returns a description of every error.

", - "DescribeStacksRequest$StackIds": "

An array of stack IDs that specify the stacks to be described. If you omit this parameter, DescribeStacks returns a description of every stack.

", + "DescribeStacksRequest$StackIds": "

An array of stack IDs that specify the stacks to be described. If you omit this parameter, and have permissions to get information about all stacks, DescribeStacks returns a description of every stack. If the IAM policy that is attached to an IAM user limits the DescribeStacks action to specific stack ARNs, this parameter is required, and the user must specify a stack ARN that is allowed by the policy. Otherwise, DescribeStacks returns an AccessDenied error.

", "DescribeTimeBasedAutoScalingRequest$InstanceIds": "

An array of instance IDs.

", "DescribeUserProfilesRequest$IamUserArns": "

An array of IAM or federated user ARNs that identify the users to be described.

", "DescribeVolumesRequest$VolumeIds": "

Am array of volume IDs. If you use this parameter, DescribeVolumes returns descriptions of the specified volumes. Otherwise, it returns a description of every volume.

", "ElasticLoadBalancer$AvailabilityZones": "

A list of Availability Zones.

", "ElasticLoadBalancer$SubnetIds": "

A list of subnet IDs, if the stack is running in a VPC.

", - "ElasticLoadBalancer$Ec2InstanceIds": "

A list of the EC2 instances that the Elastic Load Balancing instance is managing traffic for.

", + "ElasticLoadBalancer$Ec2InstanceIds": "

A list of the EC2 instances for which the Elastic Load Balancing instance is managing traffic.

", "Instance$LayerIds": "

An array containing the instance layer IDs.

", "Instance$SecurityGroupIds": "

An array containing the instance security group IDs.

", "Layer$CustomSecurityGroupIds": "

An array containing the layer's custom security group IDs.

", @@ -1792,7 +1792,7 @@ "ValidForInMinutes": { "base": null, "refs": { - "GrantAccessRequest$ValidForInMinutes": "

The length of time (in minutes) that the grant is valid. When the grant expires at the end of this period, the user will no longer be able to use the credentials to log in. If the user is logged in at the time, he or she automatically will be logged out.

" + "GrantAccessRequest$ValidForInMinutes": "

The length of time (in minutes) that the grant is valid. When the grant expires at the end of this period, the user will no longer be able to use the credentials to log in. If the user is logged in at the time, they are logged out.

" } }, "ValidationException": { @@ -1829,7 +1829,7 @@ "VolumeType": { "base": null, "refs": { - "EbsBlockDevice$VolumeType": "

The volume type. gp2 for General Purpose (SSD) volumes, io1 for Provisioned IOPS (SSD) volumes, st1 for Throughput Optimized hard disk drives (HDD), sc1 for Cold HDD,and standard for Magnetic volumes.

If you specify the io1 volume type, you must also specify a value for the Iops attribute. The maximum ratio of provisioned IOPS to requested volume size (in GiB) is 50:1. AWS uses the default volume size (in GiB) specified in the AMI attributes to set IOPS to 50 x (volume size).

" + "EbsBlockDevice$VolumeType": "

The volume type. gp2 for General Purpose (SSD) volumes, io1 for Provisioned IOPS (SSD) volumes, st1 for Throughput Optimized hard disk drives (HDD), sc1 for Cold HDD,and standard for Magnetic volumes.

If you specify the io1 volume type, you must also specify a value for the Iops attribute. The maximum ratio of provisioned IOPS to requested volume size (in GiB) is 50:1. Amazon Web Services uses the default volume size (in GiB) specified in the AMI attributes to set IOPS to 50 x (volume size).

" } }, "Volumes": { diff --git a/models/apis/opsworks/2013-02-18/endpoint-rule-set-1.json b/models/apis/opsworks/2013-02-18/endpoint-rule-set-1.json new file mode 100644 index 00000000000..3d8ec457217 --- /dev/null +++ b/models/apis/opsworks/2013-02-18/endpoint-rule-set-1.json @@ -0,0 +1,314 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://opsworks-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + }, + true + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://opsworks-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://opsworks.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [], + "endpoint": { + "url": "https://opsworks.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ] +} \ No newline at end of file diff --git a/models/apis/opsworks/2013-02-18/endpoint-tests-1.json b/models/apis/opsworks/2013-02-18/endpoint-tests-1.json new file mode 100644 index 00000000000..89c8cf197f0 --- /dev/null +++ b/models/apis/opsworks/2013-02-18/endpoint-tests-1.json @@ -0,0 +1,496 @@ +{ + "testCases": [ + { + "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks.ap-northeast-1.amazonaws.com" + } + }, + "params": { + "Region": "ap-northeast-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks.ap-northeast-2.amazonaws.com" + } + }, + "params": { + "Region": "ap-northeast-2", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region ap-south-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks.ap-south-1.amazonaws.com" + } + }, + "params": { + "Region": "ap-south-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region ap-southeast-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks.ap-southeast-1.amazonaws.com" + } + }, + "params": { + "Region": "ap-southeast-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region ap-southeast-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks.ap-southeast-2.amazonaws.com" + } + }, + "params": { + "Region": "ap-southeast-2", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region ca-central-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks.ca-central-1.amazonaws.com" + } + }, + "params": { + "Region": "ca-central-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region eu-central-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks.eu-central-1.amazonaws.com" + } + }, + "params": { + "Region": "eu-central-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region eu-west-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks.eu-west-1.amazonaws.com" + } + }, + "params": { + "Region": "eu-west-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region eu-west-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks.eu-west-2.amazonaws.com" + } + }, + "params": { + "Region": "eu-west-2", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region eu-west-3 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks.eu-west-3.amazonaws.com" + } + }, + "params": { + "Region": "eu-west-3", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region sa-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks.sa-east-1.amazonaws.com" + } + }, + "params": { + "Region": "sa-east-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks.us-east-1.amazonaws.com" + } + }, + "params": { + "Region": "us-east-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region us-east-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks.us-east-2.amazonaws.com" + } + }, + "params": { + "Region": "us-east-2", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region us-west-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks.us-west-1.amazonaws.com" + } + }, + "params": { + "Region": "us-west-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region us-west-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks.us-west-2.amazonaws.com" + } + }, + "params": { + "Region": "us-west-2", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://opsworks-fips.us-east-1.api.aws" + } + }, + "params": { + "Region": "us-east-1", + "UseFIPS": true, + "UseDualStack": true + } + }, + { + "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks-fips.us-east-1.amazonaws.com" + } + }, + "params": { + "Region": "us-east-1", + "UseFIPS": true, + "UseDualStack": false + } + }, + { + "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://opsworks.us-east-1.api.aws" + } + }, + "params": { + "Region": "us-east-1", + "UseFIPS": false, + "UseDualStack": true + } + }, + { + "documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://opsworks-fips.cn-north-1.api.amazonwebservices.com.cn" + } + }, + "params": { + "Region": "cn-north-1", + "UseFIPS": true, + "UseDualStack": true + } + }, + { + "documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks-fips.cn-north-1.amazonaws.com.cn" + } + }, + "params": { + "Region": "cn-north-1", + "UseFIPS": true, + "UseDualStack": false + } + }, + { + "documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://opsworks.cn-north-1.api.amazonwebservices.com.cn" + } + }, + "params": { + "Region": "cn-north-1", + "UseFIPS": false, + "UseDualStack": true + } + }, + { + "documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks.cn-north-1.amazonaws.com.cn" + } + }, + "params": { + "Region": "cn-north-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://opsworks-fips.us-gov-east-1.api.aws" + } + }, + "params": { + "Region": "us-gov-east-1", + "UseFIPS": true, + "UseDualStack": true + } + }, + { + "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks-fips.us-gov-east-1.amazonaws.com" + } + }, + "params": { + "Region": "us-gov-east-1", + "UseFIPS": true, + "UseDualStack": false + } + }, + { + "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://opsworks.us-gov-east-1.api.aws" + } + }, + "params": { + "Region": "us-gov-east-1", + "UseFIPS": false, + "UseDualStack": true + } + }, + { + "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks.us-gov-east-1.amazonaws.com" + } + }, + "params": { + "Region": "us-gov-east-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "error": "FIPS and DualStack are enabled, but this partition does not support one or both" + }, + "params": { + "Region": "us-iso-east-1", + "UseFIPS": true, + "UseDualStack": true + } + }, + { + "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks-fips.us-iso-east-1.c2s.ic.gov" + } + }, + "params": { + "Region": "us-iso-east-1", + "UseFIPS": true, + "UseDualStack": false + } + }, + { + "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "error": "DualStack is enabled but this partition does not support DualStack" + }, + "params": { + "Region": "us-iso-east-1", + "UseFIPS": false, + "UseDualStack": true + } + }, + { + "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks.us-iso-east-1.c2s.ic.gov" + } + }, + "params": { + "Region": "us-iso-east-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "error": "FIPS and DualStack are enabled, but this partition does not support one or both" + }, + "params": { + "Region": "us-isob-east-1", + "UseFIPS": true, + "UseDualStack": true + } + }, + { + "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks-fips.us-isob-east-1.sc2s.sgov.gov" + } + }, + "params": { + "Region": "us-isob-east-1", + "UseFIPS": true, + "UseDualStack": false + } + }, + { + "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "error": "DualStack is enabled but this partition does not support DualStack" + }, + "params": { + "Region": "us-isob-east-1", + "UseFIPS": false, + "UseDualStack": true + } + }, + { + "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://opsworks.us-isob-east-1.sc2s.sgov.gov" + } + }, + "params": { + "Region": "us-isob-east-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For custom endpoint with region set and fips disabled and dualstack disabled", + "expect": { + "endpoint": { + "url": "https://example.com" + } + }, + "params": { + "Region": "us-east-1", + "UseFIPS": false, + "UseDualStack": false, + "Endpoint": "https://example.com" + } + }, + { + "documentation": "For custom endpoint with region not set and fips disabled and dualstack disabled", + "expect": { + "endpoint": { + "url": "https://example.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Endpoint": "https://example.com" + } + }, + { + "documentation": "For custom endpoint with fips enabled and dualstack disabled", + "expect": { + "error": "Invalid Configuration: FIPS and custom endpoint are not supported" + }, + "params": { + "Region": "us-east-1", + "UseFIPS": true, + "UseDualStack": false, + "Endpoint": "https://example.com" + } + }, + { + "documentation": "For custom endpoint with fips disabled and dualstack enabled", + "expect": { + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" + }, + "params": { + "Region": "us-east-1", + "UseFIPS": false, + "UseDualStack": true, + "Endpoint": "https://example.com" + } + }, + { + "documentation": "Missing region", + "expect": { + "error": "Invalid Configuration: Missing Region" + } + } + ], + "version": "1.0" +} \ No newline at end of file diff --git a/models/endpoints/endpoints.json b/models/endpoints/endpoints.json index 3d0a57089df..998cfec67fb 100644 --- a/models/endpoints/endpoints.json +++ b/models/endpoints/endpoints.json @@ -2816,6 +2816,7 @@ }, "braket" : { "endpoints" : { + "eu-north-1" : { }, "eu-west-2" : { }, "us-east-1" : { }, "us-west-1" : { }, diff --git a/service/emrserverless/api.go b/service/emrserverless/api.go index 2a451d65c0d..d886a0f56e9 100644 --- a/service/emrserverless/api.go +++ b/service/emrserverless/api.go @@ -1482,6 +1482,10 @@ type Application struct { // The initial capacity of the application. InitialCapacity map[string]*InitialCapacityConfig `locationName:"initialCapacity" type:"map"` + // The interactive configuration object that enables the interactive use cases + // for an application. + InteractiveConfiguration *InteractiveConfiguration `locationName:"interactiveConfiguration" type:"structure"` + // The maximum capacity of the application. This is cumulative across all workers // at any given point in time during the lifespan of the application is created. // No new resources will be created once any one of the defined limits is hit. @@ -1600,6 +1604,12 @@ func (s *Application) SetInitialCapacity(v map[string]*InitialCapacityConfig) *A return s } +// SetInteractiveConfiguration sets the InteractiveConfiguration field's value. +func (s *Application) SetInteractiveConfiguration(v *InteractiveConfiguration) *Application { + s.InteractiveConfiguration = v + return s +} + // SetMaximumCapacity sets the MaximumCapacity field's value. func (s *Application) SetMaximumCapacity(v *MaximumAllowedResources) *Application { s.MaximumCapacity = v @@ -2344,6 +2354,10 @@ type CreateApplicationInput struct { // The capacity to initialize when the application is created. InitialCapacity map[string]*InitialCapacityConfig `locationName:"initialCapacity" type:"map"` + // The interactive configuration object that enables the interactive use cases + // to use when running an application. + InteractiveConfiguration *InteractiveConfiguration `locationName:"interactiveConfiguration" type:"structure"` + // The maximum capacity to allocate when the application is created. This is // cumulative across all workers at any given point in time, not just when an // application is created. No new resources will be created once any one of @@ -2519,6 +2533,12 @@ func (s *CreateApplicationInput) SetInitialCapacity(v map[string]*InitialCapacit return s } +// SetInteractiveConfiguration sets the InteractiveConfiguration field's value. +func (s *CreateApplicationInput) SetInteractiveConfiguration(v *InteractiveConfiguration) *CreateApplicationInput { + s.InteractiveConfiguration = v + return s +} + // SetMaximumCapacity sets the MaximumCapacity field's value. func (s *CreateApplicationInput) SetMaximumCapacity(v *MaximumAllowedResources) *CreateApplicationInput { s.MaximumCapacity = v @@ -3217,6 +3237,50 @@ func (s *InitialCapacityConfig) SetWorkerCount(v int64) *InitialCapacityConfig { return s } +// The configuration to use to enable the different types of interactive use +// cases in an application. +type InteractiveConfiguration struct { + _ struct{} `type:"structure"` + + // Enables an Apache Livy endpoint that you can connect to and run interactive + // jobs. + LivyEndpointEnabled *bool `locationName:"livyEndpointEnabled" type:"boolean"` + + // Enables you to connect an application to Amazon EMR Studio to run interactive + // workloads in a notebook. + StudioEnabled *bool `locationName:"studioEnabled" type:"boolean"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s InteractiveConfiguration) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s InteractiveConfiguration) GoString() string { + return s.String() +} + +// SetLivyEndpointEnabled sets the LivyEndpointEnabled field's value. +func (s *InteractiveConfiguration) SetLivyEndpointEnabled(v bool) *InteractiveConfiguration { + s.LivyEndpointEnabled = &v + return s +} + +// SetStudioEnabled sets the StudioEnabled field's value. +func (s *InteractiveConfiguration) SetStudioEnabled(v bool) *InteractiveConfiguration { + s.StudioEnabled = &v + return s +} + // Request processing failed because of an error or failure with the service. type InternalServerException struct { _ struct{} `type:"structure"` @@ -5287,6 +5351,10 @@ type UpdateApplicationInput struct { // The capacity to initialize when the application is updated. InitialCapacity map[string]*InitialCapacityConfig `locationName:"initialCapacity" type:"map"` + // The interactive configuration object that contains new interactive use cases + // when the application is updated. + InteractiveConfiguration *InteractiveConfiguration `locationName:"interactiveConfiguration" type:"structure"` + // The maximum capacity to allocate when the application is updated. This is // cumulative across all workers at any given point in time during the lifespan // of the application. No new resources will be created once any one of the @@ -5450,6 +5518,12 @@ func (s *UpdateApplicationInput) SetInitialCapacity(v map[string]*InitialCapacit return s } +// SetInteractiveConfiguration sets the InteractiveConfiguration field's value. +func (s *UpdateApplicationInput) SetInteractiveConfiguration(v *InteractiveConfiguration) *UpdateApplicationInput { + s.InteractiveConfiguration = v + return s +} + // SetMaximumCapacity sets the MaximumCapacity field's value. func (s *UpdateApplicationInput) SetMaximumCapacity(v *MaximumAllowedResources) *UpdateApplicationInput { s.MaximumCapacity = v diff --git a/service/opsworks/api.go b/service/opsworks/api.go index bc8ec53749a..e33e00c6303 100644 --- a/service/opsworks/api.go +++ b/service/opsworks/api.go @@ -62,10 +62,10 @@ func (c *OpsWorks) AssignInstanceRequest(input *AssignInstanceInput) (req *reque // // - You can assign registered Amazon EC2 instances only to custom layers. // -// - You cannot use this action with instances that were created with AWS -// OpsWorks Stacks. +// - You cannot use this action with instances that were created with OpsWorks +// Stacks. // -// Required Permissions: To use this action, an AWS Identity and Access Management +// Required Permissions: To use this action, an Identity and Access Management // (IAM) user must have a Manage permissions level for the stack or an attached // policy that explicitly grants permissions. For more information on user permissions, // see Managing User Permissions (https://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html). @@ -333,14 +333,14 @@ func (c *OpsWorks) AttachElasticLoadBalancerRequest(input *AttachElasticLoadBala // AttachElasticLoadBalancer API operation for AWS OpsWorks. // -// Attaches an Elastic Load Balancing load balancer to a specified layer. AWS -// OpsWorks Stacks does not support Application Load Balancer. You can only -// use Classic Load Balancer with AWS OpsWorks Stacks. For more information, -// see Elastic Load Balancing (https://docs.aws.amazon.com/opsworks/latest/userguide/layers-elb.html). +// Attaches an Elastic Load Balancing load balancer to a specified layer. OpsWorks +// Stacks does not support Application Load Balancer. You can only use Classic +// Load Balancer with OpsWorks Stacks. For more information, see Elastic Load +// Balancing (https://docs.aws.amazon.com/opsworks/latest/userguide/layers-elb.html). // // You must create the Elastic Load Balancing instance separately, by using // the Elastic Load Balancing console, API, or CLI. For more information, see -// Elastic Load Balancing Developer Guide (https://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/Welcome.html). +// the Elastic Load Balancing Developer Guide (https://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/Welcome.html). // // Required Permissions: To use this action, an IAM user must have a Manage // permissions level for the stack, or an attached policy that explicitly grants @@ -1574,8 +1574,9 @@ func (c *OpsWorks) DeregisterElasticIpRequest(input *DeregisterElasticIpInput) ( // DeregisterElasticIp API operation for AWS OpsWorks. // -// Deregisters a specified Elastic IP address. The address can then be registered -// by another stack. For more information, see Resource Management (https://docs.aws.amazon.com/opsworks/latest/userguide/resources.html). +// Deregisters a specified Elastic IP address. The address can be registered +// by another stack after it is deregistered. For more information, see Resource +// Management (https://docs.aws.amazon.com/opsworks/latest/userguide/resources.html). // // Required Permissions: To use this action, an IAM user must have a Manage // permissions level for the stack, or an attached policy that explicitly grants @@ -1663,9 +1664,9 @@ func (c *OpsWorks) DeregisterInstanceRequest(input *DeregisterInstanceInput) (re // DeregisterInstance API operation for AWS OpsWorks. // -// Deregister a registered Amazon EC2 or on-premises instance. This action removes -// the instance from the stack and returns it to your control. This action cannot -// be used with instances that were created with AWS OpsWorks Stacks. +// Deregister an instance from OpsWorks Stacks. The instance can be a registered +// instance (Amazon EC2 or on-premises) or an instance created with OpsWorks. +// This action removes the instance from the stack and returns it to your control. // // Required Permissions: To use this action, an IAM user must have a Manage // permissions level for the stack or an attached policy that explicitly grants @@ -1929,7 +1930,7 @@ func (c *OpsWorks) DescribeAgentVersionsRequest(input *DescribeAgentVersionsInpu // DescribeAgentVersions API operation for AWS OpsWorks. // -// Describes the available AWS OpsWorks Stacks agent versions. You must specify +// Describes the available OpsWorks Stacks agent versions. You must specify // a stack ID or a configuration manager. DescribeAgentVersions returns a list // of available agent versions for the specified stack or configuration manager. // @@ -2288,7 +2289,7 @@ func (c *OpsWorks) DescribeEcsClustersRequest(input *DescribeEcsClustersInput) ( // // Describes Amazon ECS clusters that are registered with a stack. If you specify // only a stack ID, you can use the MaxResults and NextToken parameters to paginate -// the response. However, AWS OpsWorks Stacks currently supports only one cluster +// the response. However, OpsWorks Stacks currently supports only one cluster // per layer, so the result set has a maximum of one element. // // Required Permissions: To use this action, an IAM user must have a Show, Deploy, @@ -2951,7 +2952,7 @@ func (c *OpsWorks) DescribeOperatingSystemsRequest(input *DescribeOperatingSyste // DescribeOperatingSystems API operation for AWS OpsWorks. // -// Describes the operating systems that are supported by AWS OpsWorks Stacks. +// Describes the operating systems that are supported by OpsWorks Stacks. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -3289,7 +3290,7 @@ func (c *OpsWorks) DescribeServiceErrorsRequest(input *DescribeServiceErrorsInpu // DescribeServiceErrors API operation for AWS OpsWorks. // -// Describes AWS OpsWorks Stacks service errors. +// Describes OpsWorks Stacks service errors. // // Required Permissions: To use this action, an IAM user must have a Show, Deploy, // or Manage permissions level for the stack, or an attached policy that explicitly @@ -4600,15 +4601,15 @@ func (c *OpsWorks) RegisterInstanceRequest(input *RegisterInstanceInput) (req *r // RegisterInstance API operation for AWS OpsWorks. // -// Registers instances that were created outside of AWS OpsWorks Stacks with -// a specified stack. +// Registers instances that were created outside of OpsWorks Stacks with a specified +// stack. // // We do not recommend using this action to register instances. The complete -// registration operation includes two tasks: installing the AWS OpsWorks Stacks +// registration operation includes two tasks: installing the OpsWorks Stacks // agent on the instance, and registering the instance with the stack. RegisterInstance -// handles only the second step. You should instead use the AWS CLI register -// command, which performs the entire registration operation. For more information, -// see Registering an Instance with an AWS OpsWorks Stacks Stack (https://docs.aws.amazon.com/opsworks/latest/userguide/registered-instances-register.html). +// handles only the second step. You should instead use the CLI register command, +// which performs the entire registration operation. For more information, see +// Registering an Instance with an OpsWorks Stacks Stack (https://docs.aws.amazon.com/opsworks/latest/userguide/registered-instances-register.html). // // Registered instances have the same requirements as instances that are created // by using the CreateInstance API. For example, registered instances must be @@ -5510,9 +5511,9 @@ func (c *OpsWorks) TagResourceRequest(input *TagResourceInput) (req *request.Req // TagResource API operation for AWS OpsWorks. // -// Apply cost-allocation tags to a specified stack or layer in AWS OpsWorks -// Stacks. For more information about how tagging works, see Tags (https://docs.aws.amazon.com/opsworks/latest/userguide/tagging.html) -// in the AWS OpsWorks User Guide. +// Apply cost-allocation tags to a specified stack or layer in OpsWorks Stacks. +// For more information about how tagging works, see Tags (https://docs.aws.amazon.com/opsworks/latest/userguide/tagging.html) +// in the OpsWorks User Guide. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -5598,7 +5599,7 @@ func (c *OpsWorks) UnassignInstanceRequest(input *UnassignInstanceInput) (req *r // Unassigns a registered instance from all layers that are using the instance. // The instance remains in the stack as an unassigned instance, and can be assigned // to another layer as needed. You cannot use this action with instances that -// were created with AWS OpsWorks Stacks. +// were created with OpsWorks Stacks. // // Required Permissions: To use this action, an IAM user must have a Manage // permissions level for the stack or an attached policy that explicitly grants @@ -7124,32 +7125,32 @@ func (s AttachElasticLoadBalancerOutput) GoString() string { } // Describes a load-based auto scaling upscaling or downscaling threshold configuration, -// which specifies when AWS OpsWorks Stacks starts or stops load-based instances. +// which specifies when OpsWorks Stacks starts or stops load-based instances. type AutoScalingThresholds struct { _ struct{} `type:"structure"` - // Custom Cloudwatch auto scaling alarms, to be used as thresholds. This parameter + // Custom CloudWatch auto scaling alarms, to be used as thresholds. This parameter // takes a list of up to five alarm names, which are case sensitive and must // be in the same region as the stack. // // To use custom alarms, you must update your service role to allow cloudwatch:DescribeAlarms. - // You can either have AWS OpsWorks Stacks update the role for you when you - // first use this feature or you can edit the role manually. For more information, - // see Allowing AWS OpsWorks Stacks to Act on Your Behalf (https://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-servicerole.html). + // You can either have OpsWorks Stacks update the role for you when you first + // use this feature or you can edit the role manually. For more information, + // see Allowing OpsWorks Stacks to Act on Your Behalf (https://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-servicerole.html). Alarms []*string `type:"list"` // The CPU utilization threshold, as a percent of the available CPU. A value // of -1 disables the threshold. CpuThreshold *float64 `type:"double"` - // The amount of time (in minutes) after a scaling event occurs that AWS OpsWorks + // The amount of time (in minutes) after a scaling event occurs that OpsWorks // Stacks should ignore metrics and suppress additional scaling events. For - // example, AWS OpsWorks Stacks adds new instances following an upscaling event + // example, OpsWorks Stacks adds new instances following an upscaling event // but the instances won't start reducing the load until they have been booted // and configured. There is no point in raising additional scaling events during // that operation, which typically takes several minutes. IgnoreMetricsTime - // allows you to direct AWS OpsWorks Stacks to suppress scaling events long - // enough to get the new instances online. + // allows you to direct OpsWorks Stacks to suppress scaling events long enough + // to get the new instances online. IgnoreMetricsTime *int64 `min:"1" type:"integer"` // The number of instances to add or remove when the load exceeds a threshold. @@ -7252,7 +7253,7 @@ type BlockDeviceMapping struct { // The device name that is exposed to the instance, such as /dev/sdh. For the // root device, you can use the explicit device name or you can set this parameter - // to ROOT_DEVICE and AWS OpsWorks Stacks will provide the correct device name. + // to ROOT_DEVICE and OpsWorks Stacks will provide the correct device name. DeviceName *string `type:"string"` // An EBSBlockDevice that defines how to configure an Amazon EBS volume when @@ -7352,16 +7353,16 @@ func (s *ChefConfiguration) SetManageBerkshelf(v bool) *ChefConfiguration { type CloneStackInput struct { _ struct{} `type:"structure"` - // The default AWS OpsWorks Stacks agent version. You have the following options: + // The default OpsWorks Stacks agent version. You have the following options: // - // * Auto-update - Set this parameter to LATEST. AWS OpsWorks Stacks automatically + // * Auto-update - Set this parameter to LATEST. OpsWorks Stacks automatically // installs new agent versions on the stack's instances as soon as they are // available. // // * Fixed version - Set this parameter to your preferred agent version. // To update the agent version, you must edit the stack configuration and - // specify a new version. AWS OpsWorks Stacks then automatically installs - // that version on the stack's instances. + // specify a new version. OpsWorks Stacks automatically installs that version + // on the stack's instances. // // The default setting is LATEST. To specify an agent version, you must use // the complete version number, not the abbreviated number shown on the console. @@ -7422,12 +7423,12 @@ type CloneStackInput struct { // The stack's operating system, which must be set to one of the following. // // * A supported Linux operating system: An Amazon Linux version, such as - // Amazon Linux 2018.03, Amazon Linux 2017.09, Amazon Linux 2017.03, Amazon - // Linux 2016.09, Amazon Linux 2016.03, Amazon Linux 2015.09, or Amazon Linux - // 2015.03. + // Amazon Linux 2, Amazon Linux 2018.03, Amazon Linux 2017.09, Amazon Linux + // 2017.03, Amazon Linux 2016.09, Amazon Linux 2016.03, Amazon Linux 2015.09, + // or Amazon Linux 2015.03. // - // * A supported Ubuntu operating system, such as Ubuntu 16.04 LTS, Ubuntu - // 14.04 LTS, or Ubuntu 12.04 LTS. + // * A supported Ubuntu operating system, such as Ubuntu 18.04 LTS, Ubuntu + // 16.04 LTS, Ubuntu 14.04 LTS, or Ubuntu 12.04 LTS. // // * CentOS Linux 7 // @@ -7441,9 +7442,9 @@ type CloneStackInput struct { // you create instances. For more information about how to use custom AMIs // with OpsWorks, see Using Custom AMIs (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html). // - // The default option is the parent stack's operating system. For more information - // about supported operating systems, see AWS OpsWorks Stacks Operating Systems - // (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html). + // The default option is the parent stack's operating system. Not all operating + // systems are supported with all versions of Chef. For more information about + // supported operating systems, see OpsWorks Stacks Operating Systems (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html). // // You can specify a different Linux operating system for the cloned stack, // but you cannot change from Linux to Windows or Windows to Linux. @@ -7455,9 +7456,9 @@ type CloneStackInput struct { DefaultRootDeviceType *string `type:"string" enum:"RootDeviceType"` // A default Amazon EC2 key pair name. The default value is none. If you specify - // a key pair name, AWS OpsWorks installs the public key on the instance and - // you can use the private key with an SSH client to log in to the instance. - // For more information, see Using SSH to Communicate with an Instance (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-ssh.html) + // a key pair name, OpsWorks installs the public key on the instance and you + // can use the private key with an SSH client to log in to the instance. For + // more information, see Using SSH to Communicate with an Instance (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-ssh.html) // and Managing SSH Access (https://docs.aws.amazon.com/opsworks/latest/userguide/security-ssh-access.html). // You can override this setting by specifying a different key pair, or no key // pair, when you create an instance (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-add.html). @@ -7502,18 +7503,19 @@ type CloneStackInput struct { // a host name based on the current theme. HostnameTheme *string `type:"string"` - // The cloned stack name. + // The cloned stack name. Stack names can be a maximum of 64 characters. Name *string `type:"string"` - // The cloned stack AWS region, such as "ap-northeast-2". For more information - // about AWS regions, see Regions and Endpoints (https://docs.aws.amazon.com/general/latest/gr/rande.html). + // The cloned stack Amazon Web Services Region, such as ap-northeast-2. For + // more information about Amazon Web Services Regions, see Regions and Endpoints + // (https://docs.aws.amazon.com/general/latest/gr/rande.html). Region *string `type:"string"` - // The stack AWS Identity and Access Management (IAM) role, which allows AWS - // OpsWorks Stacks to work with AWS resources on your behalf. You must set this - // parameter to the Amazon Resource Name (ARN) for an existing IAM role. If - // you create a stack by using the AWS OpsWorks Stacks console, it creates the - // role for you. You can obtain an existing stack's IAM ARN programmatically + // The stack Identity and Access Management (IAM) role, which allows OpsWorks + // Stacks to work with Amazon Web Services resources on your behalf. You must + // set this parameter to the Amazon Resource Name (ARN) for an existing IAM + // role. If you create a stack by using the OpsWorkss Stacks console, it creates + // the role for you. You can obtain an existing stack's IAM ARN programmatically // by calling DescribePermissions. For more information about IAM ARNs, see // Using Identifiers (https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html). // @@ -7532,25 +7534,25 @@ type CloneStackInput struct { // Whether to use custom cookbooks. UseCustomCookbooks *bool `type:"boolean"` - // Whether to associate the AWS OpsWorks Stacks built-in security groups with - // the stack's layers. + // Whether to associate the OpsWorks Stacks built-in security groups with the + // stack's layers. // - // AWS OpsWorks Stacks provides a standard set of built-in security groups, - // one for each layer, which are associated with layers by default. With UseOpsworksSecurityGroups + // OpsWorks Stacks provides a standard set of security groups, one for each + // layer, which are associated with layers by default. With UseOpsworksSecurityGroups // you can instead provide your own custom security groups. UseOpsworksSecurityGroups // has the following settings: // - // * True - AWS OpsWorks Stacks automatically associates the appropriate - // built-in security group with each layer (default setting). You can associate - // additional security groups with a layer after you create it but you cannot - // delete the built-in security group. + // * True - OpsWorks Stacks automatically associates the appropriate built-in + // security group with each layer (default setting). You can associate additional + // security groups with a layer after you create it but you cannot delete + // the built-in security group. // - // * False - AWS OpsWorks Stacks does not associate built-in security groups - // with layers. You must create appropriate Amazon Elastic Compute Cloud - // (Amazon EC2) security groups and associate a security group with each - // layer that you create. However, you can still manually associate a built-in - // security group with a layer on creation; custom security groups are required - // only for those layers that need custom settings. + // * False - OpsWorks Stacks does not associate built-in security groups + // with layers. You must create appropriate Amazon EC2 security groups and + // associate a security group with each layer that you create. However, you + // can still manually associate a built-in security group with a layer on + // creation; custom security groups are required only for those layers that + // need custom settings. // // For more information, see Create a New Stack (https://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-creating.html). UseOpsworksSecurityGroups *bool `type:"boolean"` @@ -7565,11 +7567,10 @@ type CloneStackInput struct { // default VPC for the specified region. // // If the VPC ID corresponds to a default VPC and you have specified either - // the DefaultAvailabilityZone or the DefaultSubnetId parameter only, AWS OpsWorks + // the DefaultAvailabilityZone or the DefaultSubnetId parameter only, OpsWorks // Stacks infers the value of the other parameter. If you specify neither parameter, - // AWS OpsWorks Stacks sets these parameters to the first valid Availability - // Zone for the specified region and the corresponding default VPC subnet ID, - // respectively. + // OpsWorks Stacks sets these parameters to the first valid Availability Zone + // for the specified region and the corresponding default VPC subnet ID, respectively. // // If you specify a nondefault VPC ID, note the following: // @@ -7577,8 +7578,8 @@ type CloneStackInput struct { // // * You must specify a value for DefaultSubnetId. // - // For more information about how to use AWS OpsWorks Stacks with a VPC, see - // Running a Stack in a VPC (https://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-vpc.html). + // For more information about how to use OpsWorks Stacks with a VPC, see Running + // a Stack in a VPC (https://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-vpc.html). // For more information about default VPC and EC2 Classic, see Supported Platforms // (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html). VpcId *string `type:"string"` @@ -7782,7 +7783,7 @@ func (s *CloneStackOutput) SetStackId(v string) *CloneStackOutput { return s } -// Describes the Amazon CloudWatch logs configuration for a layer. +// Describes the Amazon CloudWatch Logs configuration for a layer. type CloudWatchLogsConfiguration struct { _ struct{} `type:"structure"` @@ -7823,9 +7824,9 @@ func (s *CloudWatchLogsConfiguration) SetLogStreams(v []*CloudWatchLogsLogStream return s } -// Describes the Amazon CloudWatch logs configuration for a layer. For detailed -// information about members of this data type, see the CloudWatch Logs Agent -// Reference (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AgentReference.html). +// Describes the CloudWatch Logs configuration for a layer. For detailed information +// about members of this data type, see the CloudWatch Logs Agent Reference +// (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AgentReference.html). type CloudWatchLogsLogStream struct { _ struct{} `type:"structure"` @@ -8174,10 +8175,10 @@ type CreateAppInput struct { StackId *string `type:"string" required:"true"` // The app type. Each supported type is associated with a particular layer. - // For example, PHP applications are associated with a PHP layer. AWS OpsWorks - // Stacks deploys an application to those instances that are members of the - // corresponding layer. If your app isn't one of the standard types, or you - // prefer to implement your own Deploy recipes, specify other. + // For example, PHP applications are associated with a PHP layer. OpsWorks Stacks + // deploys an application to those instances that are members of the corresponding + // layer. If your app isn't one of the standard types, or you prefer to implement + // your own Deploy recipes, specify other. // // Type is a required field Type *string `type:"string" required:"true" enum:"AppType"` @@ -8495,14 +8496,14 @@ func (s *CreateDeploymentOutput) SetDeploymentId(v string) *CreateDeploymentOutp type CreateInstanceInput struct { _ struct{} `type:"structure"` - // The default AWS OpsWorks Stacks agent version. You have the following options: + // The default OpsWorks Stacks agent version. You have the following options: // // * INHERIT - Use the stack's default agent version setting. // // * version_number - Use the specified agent version. This value overrides // the stack's default setting. To update the agent version, edit the instance - // configuration and specify a new version. AWS OpsWorks Stacks then automatically - // installs that version on the instance. + // configuration and specify a new version. OpsWorks Stacks installs that + // version on the instance. // // The default setting is INHERIT. To specify an agent version, you must use // the complete version number, not the abbreviated number shown on the console. @@ -8539,7 +8540,12 @@ type CreateInstanceInput struct { // Whether to create an Amazon EBS-optimized instance. EbsOptimized *bool `type:"boolean"` - // The instance host name. + // The instance host name. The following are character limits for instance host + // names. + // + // * Linux-based instances: 63 characters + // + // * Windows-based instances: 15 characters Hostname *string `type:"string"` // Whether to install operating system and package updates when the instance @@ -8570,12 +8576,12 @@ type CreateInstanceInput struct { // The instance's operating system, which must be set to one of the following. // // * A supported Linux operating system: An Amazon Linux version, such as - // Amazon Linux 2018.03, Amazon Linux 2017.09, Amazon Linux 2017.03, Amazon - // Linux 2016.09, Amazon Linux 2016.03, Amazon Linux 2015.09, or Amazon Linux - // 2015.03. + // Amazon Linux 2, Amazon Linux 2018.03, Amazon Linux 2017.09, Amazon Linux + // 2017.03, Amazon Linux 2016.09, Amazon Linux 2016.03, Amazon Linux 2015.09, + // or Amazon Linux 2015.03. // - // * A supported Ubuntu operating system, such as Ubuntu 16.04 LTS, Ubuntu - // 14.04 LTS, or Ubuntu 12.04 LTS. + // * A supported Ubuntu operating system, such as Ubuntu 18.04 LTS, Ubuntu + // 16.04 LTS, Ubuntu 14.04 LTS, or Ubuntu 12.04 LTS. // // * CentOS Linux 7 // @@ -8588,16 +8594,15 @@ type CreateInstanceInput struct { // // * A custom AMI: Custom. // - // For more information about the supported operating systems, see AWS OpsWorks - // Stacks Operating Systems (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html). + // Not all operating systems are supported with all versions of Chef. For more + // information about the supported operating systems, see OpsWorks Stacks Operating + // Systems (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html). // // The default option is the current Amazon Linux version. If you set this parameter // to Custom, you must use the CreateInstance action's AmiId parameter to specify // the custom AMI that you want to use. Block device mappings are not supported - // if the value is Custom. For more information about supported operating systems, - // see Operating Systems (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html)For - // more information about how to use custom AMIs with AWS OpsWorks Stacks, see - // Using Custom AMIs (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html). + // if the value is Custom. For more information about how to use custom AMIs + // with OpsWorks Stacks, see Using Custom AMIs (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html). Os *string `type:"string"` // The instance root device type. For more information, see Storage for the @@ -8614,7 +8619,7 @@ type CreateInstanceInput struct { // The ID of the instance's subnet. If the stack is running in a VPC, you can // use this parameter to override the stack's default subnet ID value and direct - // AWS OpsWorks Stacks to launch the instance in a different subnet. + // OpsWorks Stacks to launch the instance in a different subnet. SubnetId *string `type:"string"` // The instance's tenancy option. The default option is no tenancy, or if the @@ -8839,7 +8844,7 @@ type CreateLayerInput struct { // A JSON-formatted string containing custom stack configuration and deployment // attributes to be installed on the layer's instances. For more information, // see Using Custom JSON (https://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook-json-override.html). - // This feature is supported as of version 1.7.42 of the AWS CLI. + // This feature is supported as of version 1.7.42 of the CLI. CustomJson *string `type:"string"` // A LayerCustomRecipes object that specifies the layer custom recipes. @@ -8866,7 +8871,8 @@ type CreateLayerInput struct { // Balancer connection draining. LifecycleEventConfiguration *LifecycleEventConfiguration `type:"structure"` - // The layer name, which is used by the console. + // The layer name, which is used by the console. Layer names can be a maximum + // of 32 characters. // // Name is a required field Name *string `type:"string" required:"true"` @@ -8875,13 +8881,13 @@ type CreateLayerInput struct { Packages []*string `type:"list"` // For custom layers only, use this parameter to specify the layer's short name, - // which is used internally by AWS OpsWorks Stacks and by Chef recipes. The - // short name is also used as the name for the directory where your app files - // are installed. It can have a maximum of 200 characters, which are limited - // to the alphanumeric characters, '-', '_', and '.'. + // which is used internally by OpsWorks Stacks and by Chef recipes. The short + // name is also used as the name for the directory where your app files are + // installed. It can have a maximum of 32 characters, which are limited to the + // alphanumeric characters, '-', '_', and '.'. // - // The built-in layers' short names are defined by AWS OpsWorks Stacks. For - // more information, see the Layer Reference (https://docs.aws.amazon.com/opsworks/latest/userguide/layers.html). + // Built-in layer short names are defined by OpsWorks Stacks. For more information, + // see the Layer Reference (https://docs.aws.amazon.com/opsworks/latest/userguide/layers.html). // // Shortname is a required field Shortname *string `type:"string" required:"true"` @@ -9098,16 +9104,16 @@ func (s *CreateLayerOutput) SetLayerId(v string) *CreateLayerOutput { type CreateStackInput struct { _ struct{} `type:"structure"` - // The default AWS OpsWorks Stacks agent version. You have the following options: + // The default OpsWorks Stacks agent version. You have the following options: // - // * Auto-update - Set this parameter to LATEST. AWS OpsWorks Stacks automatically + // * Auto-update - Set this parameter to LATEST. OpsWorks Stacks automatically // installs new agent versions on the stack's instances as soon as they are // available. // // * Fixed version - Set this parameter to your preferred agent version. // To update the agent version, you must edit the stack configuration and - // specify a new version. AWS OpsWorks Stacks then automatically installs - // that version on the stack's instances. + // specify a new version. OpsWorks Stacks installs that version on the stack's + // instances. // // The default setting is the most recent release of the agent. To specify an // agent version, you must use the complete version number, not the abbreviated @@ -9165,12 +9171,12 @@ type CreateStackInput struct { // You can specify one of the following. // // * A supported Linux operating system: An Amazon Linux version, such as - // Amazon Linux 2018.03, Amazon Linux 2017.09, Amazon Linux 2017.03, Amazon - // Linux 2016.09, Amazon Linux 2016.03, Amazon Linux 2015.09, or Amazon Linux - // 2015.03. + // Amazon Linux 2, Amazon Linux 2018.03, Amazon Linux 2017.09, Amazon Linux + // 2017.03, Amazon Linux 2016.09, Amazon Linux 2016.03, Amazon Linux 2015.09, + // or Amazon Linux 2015.03. // - // * A supported Ubuntu operating system, such as Ubuntu 16.04 LTS, Ubuntu - // 14.04 LTS, or Ubuntu 12.04 LTS. + // * A supported Ubuntu operating system, such as Ubuntu 18.04 LTS, Ubuntu + // 16.04 LTS, Ubuntu 14.04 LTS, or Ubuntu 12.04 LTS. // // * CentOS Linux 7 // @@ -9184,9 +9190,9 @@ type CreateStackInput struct { // * A custom AMI: Custom. You specify the custom AMI you want to use when // you create instances. For more information, see Using Custom AMIs (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html). // - // The default option is the current Amazon Linux version. For more information - // about supported operating systems, see AWS OpsWorks Stacks Operating Systems - // (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html). + // The default option is the current Amazon Linux version. Not all operating + // systems are supported with all versions of Chef. For more information about + // supported operating systems, see OpsWorks Stacks Operating Systems (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html). DefaultOs *string `type:"string"` // The default root device type. This value is the default for all instances @@ -9196,9 +9202,9 @@ type CreateStackInput struct { DefaultRootDeviceType *string `type:"string" enum:"RootDeviceType"` // A default Amazon EC2 key pair name. The default value is none. If you specify - // a key pair name, AWS OpsWorks installs the public key on the instance and - // you can use the private key with an SSH client to log in to the instance. - // For more information, see Using SSH to Communicate with an Instance (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-ssh.html) + // a key pair name, OpsWorks installs the public key on the instance and you + // can use the private key with an SSH client to log in to the instance. For + // more information, see Using SSH to Communicate with an Instance (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-ssh.html) // and Managing SSH Access (https://docs.aws.amazon.com/opsworks/latest/userguide/security-ssh-access.html). // You can override this setting by specifying a different key pair, or no key // pair, when you create an instance (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-add.html). @@ -9243,37 +9249,37 @@ type CreateStackInput struct { // a host name based on the current theme. HostnameTheme *string `type:"string"` - // The stack name. + // The stack name. Stack names can be a maximum of 64 characters. // // Name is a required field Name *string `type:"string" required:"true"` - // The stack's AWS region, such as ap-south-1. For more information about Amazon - // regions, see Regions and Endpoints (https://docs.aws.amazon.com/general/latest/gr/rande.html). + // The stack's Amazon Web Services Region, such as ap-south-1. For more information + // about Amazon Web Services Regions, see Regions and Endpoints (https://docs.aws.amazon.com/general/latest/gr/rande.html). // - // In the AWS CLI, this API maps to the --stack-region parameter. If the --stack-region - // parameter and the AWS CLI common parameter --region are set to the same value, + // In the CLI, this API maps to the --stack-region parameter. If the --stack-region + // parameter and the CLI common parameter --region are set to the same value, // the stack uses a regional endpoint. If the --stack-region parameter is not - // set, but the AWS CLI --region parameter is, this also results in a stack - // with a regional endpoint. However, if the --region parameter is set to us-east-1, + // set, but the CLI --region parameter is, this also results in a stack with + // a regional endpoint. However, if the --region parameter is set to us-east-1, // and the --stack-region parameter is set to one of the following, then the // stack uses a legacy or classic region: us-west-1, us-west-2, sa-east-1, eu-central-1, // eu-west-1, ap-northeast-1, ap-southeast-1, ap-southeast-2. In this case, // the actual API endpoint of the stack is in us-east-1. Only the preceding // regions are supported as classic regions in the us-east-1 API endpoint. Because // it is a best practice to choose the regional endpoint that is closest to - // where you manage AWS, we recommend that you use regional endpoints for new - // stacks. The AWS CLI common --region parameter always specifies a regional - // API endpoint; it cannot be used to specify a classic AWS OpsWorks Stacks - // region. + // where you manage Amazon Web Services, we recommend that you use regional + // endpoints for new stacks. The CLI common --region parameter always specifies + // a regional API endpoint; it cannot be used to specify a classic OpsWorks + // Stacks region. // // Region is a required field Region *string `type:"string" required:"true"` - // The stack's AWS Identity and Access Management (IAM) role, which allows AWS - // OpsWorks Stacks to work with AWS resources on your behalf. You must set this - // parameter to the Amazon Resource Name (ARN) for an existing IAM role. For - // more information about IAM ARNs, see Using Identifiers (https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html). + // The stack's IAM role, which allows OpsWorks Stacks to work with Amazon Web + // Services resources on your behalf. You must set this parameter to the Amazon + // Resource Name (ARN) for an existing IAM role. For more information about + // IAM ARNs, see Using Identifiers (https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html). // // ServiceRoleArn is a required field ServiceRoleArn *string `type:"string" required:"true"` @@ -9281,20 +9287,20 @@ type CreateStackInput struct { // Whether the stack uses custom cookbooks. UseCustomCookbooks *bool `type:"boolean"` - // Whether to associate the AWS OpsWorks Stacks built-in security groups with - // the stack's layers. + // Whether to associate the OpsWorks Stacks built-in security groups with the + // stack's layers. // - // AWS OpsWorks Stacks provides a standard set of built-in security groups, - // one for each layer, which are associated with layers by default. With UseOpsworksSecurityGroups + // OpsWorks Stacks provides a standard set of built-in security groups, one + // for each layer, which are associated with layers by default. With UseOpsworksSecurityGroups // you can instead provide your own custom security groups. UseOpsworksSecurityGroups // has the following settings: // - // * True - AWS OpsWorks Stacks automatically associates the appropriate - // built-in security group with each layer (default setting). You can associate - // additional security groups with a layer after you create it, but you cannot - // delete the built-in security group. + // * True - OpsWorks Stacks automatically associates the appropriate built-in + // security group with each layer (default setting). You can associate additional + // security groups with a layer after you create it, but you cannot delete + // the built-in security group. // - // * False - AWS OpsWorks Stacks does not associate built-in security groups + // * False - OpsWorks Stacks does not associate built-in security groups // with layers. You must create appropriate EC2 security groups and associate // a security group with each layer that you create. However, you can still // manually associate a built-in security group with a layer on creation; @@ -9314,11 +9320,10 @@ type CreateStackInput struct { // default VPC for the specified region. // // If the VPC ID corresponds to a default VPC and you have specified either - // the DefaultAvailabilityZone or the DefaultSubnetId parameter only, AWS OpsWorks + // the DefaultAvailabilityZone or the DefaultSubnetId parameter only, OpsWorks // Stacks infers the value of the other parameter. If you specify neither parameter, - // AWS OpsWorks Stacks sets these parameters to the first valid Availability - // Zone for the specified region and the corresponding default VPC subnet ID, - // respectively. + // OpsWorks Stacks sets these parameters to the first valid Availability Zone + // for the specified region and the corresponding default VPC subnet ID, respectively. // // If you specify a nondefault VPC ID, note the following: // @@ -9326,8 +9331,8 @@ type CreateStackInput struct { // // * You must specify a value for DefaultSubnetId. // - // For more information about how to use AWS OpsWorks Stacks with a VPC, see - // Running a Stack in a VPC (https://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-vpc.html). + // For more information about how to use OpsWorks Stacks with a VPC, see Running + // a Stack in a VPC (https://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-vpc.html). // For more information about default VPC and EC2-Classic, see Supported Platforms // (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html). VpcId *string `type:"string"` @@ -9536,10 +9541,10 @@ type CreateUserProfileInput struct { SshPublicKey *string `type:"string"` // The user's SSH user name. The allowable characters are [a-z], [A-Z], [0-9], - // '-', and '_'. If the specified name includes other punctuation marks, AWS - // OpsWorks Stacks removes them. For example, my.name will be changed to myname. - // If you do not specify an SSH user name, AWS OpsWorks Stacks generates one - // from the IAM user name. + // '-', and '_'. If the specified name includes other punctuation marks, OpsWorks + // Stacks removes them. For example, my.name is changed to myname. If you do + // not specify an SSH user name, OpsWorks Stacks generates one from the IAM + // user name. SshUsername *string `type:"string"` } @@ -10195,18 +10200,18 @@ type DeploymentCommand struct { // // The update_dependencies command takes two arguments: // - // * upgrade_os_to - Specifies the desired Amazon Linux version for instances - // whose OS you want to upgrade, such as Amazon Linux 2016.09. You must also - // set the allow_reboot argument to true. + // * upgrade_os_to - Specifies the Amazon Linux version that you want instances + // to run, such as Amazon Linux 2. You must also set the allow_reboot argument + // to true. // - // * allow_reboot - Specifies whether to allow AWS OpsWorks Stacks to reboot + // * allow_reboot - Specifies whether to allow OpsWorks Stacks to reboot // the instances if necessary, after installing the updates. This argument // can be set to either true or false. The default value is false. // - // For example, to upgrade an instance to Amazon Linux 2016.09, set Args to + // For example, to upgrade an instance to Amazon Linux 2018.03, set Args to // the following. // - // { "upgrade_os_to":["Amazon Linux 2016.09"], "allow_reboot":["true"] } + // { "upgrade_os_to":["Amazon Linux 2018.03"], "allow_reboot":["true"] } Args map[string][]*string `type:"map"` // Specifies the operation. You can specify only one command. @@ -10234,9 +10239,9 @@ type DeploymentCommand struct { // The default setting is {"migrate":["false"]}. // // * rollback Roll the app back to the previous version. When you update - // an app, AWS OpsWorks Stacks stores the previous version, up to a maximum - // of five versions. You can use this command to roll an app back as many - // as four versions. + // an app, OpsWorks Stacks stores the previous version, up to a maximum of + // five versions. You can use this command to roll an app back as many as + // four versions. // // * start: Start the app's web or application server. // @@ -10568,9 +10573,9 @@ func (s DeregisterRdsDbInstanceOutput) GoString() string { type DeregisterVolumeInput struct { _ struct{} `type:"structure"` - // The AWS OpsWorks Stacks volume ID, which is the GUID that AWS OpsWorks Stacks - // assigned to the instance when you registered the volume with the stack, not - // the Amazon EC2 volume ID. + // The OpsWorks Stacks volume ID, which is the GUID that OpsWorks Stacks assigned + // to the instance when you registered the volume with the stack, not the Amazon + // EC2 volume ID. // // VolumeId is a required field VolumeId *string `type:"string" required:"true"` @@ -11960,7 +11965,7 @@ func (s *DescribeStackProvisioningParametersInput) SetStackId(v string) *Describ type DescribeStackProvisioningParametersOutput struct { _ struct{} `type:"structure"` - // The AWS OpsWorks Stacks agent installer's URL. + // The OpsWorks Stacks agent installer's URL. AgentInstallerUrl *string `type:"string"` // An embedded object that contains the provisioning parameters. @@ -12079,7 +12084,12 @@ type DescribeStacksInput struct { _ struct{} `type:"structure"` // An array of stack IDs that specify the stacks to be described. If you omit - // this parameter, DescribeStacks returns a description of every stack. + // this parameter, and have permissions to get information about all stacks, + // DescribeStacks returns a description of every stack. If the IAM policy that + // is attached to an IAM user limits the DescribeStacks action to specific stack + // ARNs, this parameter is required, and the user must specify a stack ARN that + // is allowed by the policy. Otherwise, DescribeStacks returns an AccessDenied + // error. StackIds []*string `type:"list"` } @@ -12551,8 +12561,8 @@ type EbsBlockDevice struct { // // If you specify the io1 volume type, you must also specify a value for the // Iops attribute. The maximum ratio of provisioned IOPS to requested volume - // size (in GiB) is 50:1. AWS uses the default volume size (in GiB) specified - // in the AMI attributes to set IOPS to 50 x (volume size). + // size (in GiB) is 50:1. Amazon Web Services uses the default volume size (in + // GiB) specified in the AMI attributes to set IOPS to 50 x (volume size). VolumeType *string `type:"string" enum:"VolumeType"` } @@ -12676,10 +12686,11 @@ type ElasticIp struct { // The IP address. Ip *string `type:"string"` - // The name. + // The name, which can be a maximum of 32 characters. Name *string `type:"string"` - // The AWS region. For more information, see Regions and Endpoints (https://docs.aws.amazon.com/general/latest/gr/rande.html). + // The Amazon Web Services Region. For more information, see Regions and Endpoints + // (https://docs.aws.amazon.com/general/latest/gr/rande.html). Region *string `type:"string"` } @@ -12741,20 +12752,20 @@ type ElasticLoadBalancer struct { // The instance's public DNS name. DnsName *string `type:"string"` - // A list of the EC2 instances that the Elastic Load Balancing instance is managing - // traffic for. + // A list of the EC2 instances for which the Elastic Load Balancing instance + // is managing traffic. Ec2InstanceIds []*string `type:"list"` - // The Elastic Load Balancing instance's name. + // The Elastic Load Balancing instance name. ElasticLoadBalancerName *string `type:"string"` - // The ID of the layer that the instance is attached to. + // The ID of the layer to which the instance is attached. LayerId *string `type:"string"` - // The instance's AWS region. + // The instance's Amazon Web Services Region. Region *string `type:"string"` - // The ID of the stack that the instance is associated with. + // The ID of the stack with which the instance is associated. StackId *string `type:"string"` // A list of subnet IDs, if the stack is running in a VPC. @@ -12848,10 +12859,10 @@ type EnvironmentVariable struct { // Key is a required field Key *string `type:"string" required:"true"` - // (Optional) Whether the variable's value will be returned by the DescribeApps - // action. To conceal an environment variable's value, set Secure to true. DescribeApps - // then returns *****FILTERED***** instead of the actual value. The default - // value for Secure is false. + // (Optional) Whether the variable's value is returned by the DescribeApps action. + // To hide an environment variable's value, set Secure to true. DescribeApps + // returns *****FILTERED***** instead of the actual value. The default value + // for Secure is false. Secure *bool `type:"boolean"` // (Optional) The environment variable's value, which can be left empty. If @@ -13004,15 +13015,14 @@ func (s *GetHostnameSuggestionOutput) SetLayerId(v string) *GetHostnameSuggestio type GrantAccessInput struct { _ struct{} `type:"structure"` - // The instance's AWS OpsWorks Stacks ID. + // The instance's OpsWorks Stacks ID. // // InstanceId is a required field InstanceId *string `type:"string" required:"true"` // The length of time (in minutes) that the grant is valid. When the grant expires // at the end of this period, the user will no longer be able to use the credentials - // to log in. If the user is logged in at the time, he or she automatically - // will be logged out. + // to log in. If the user is logged in at the time, they are logged out. ValidForInMinutes *int64 `min:"60" type:"integer"` } @@ -13142,7 +13152,12 @@ type Instance struct { // The instance Elastic IP address (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html). ElasticIp *string `type:"string"` - // The instance host name. + // The instance host name. The following are character limits for instance host + // names. + // + // * Linux-based instances: 63 characters + // + // * Windows-based instances: 15 characters Hostname *string `type:"string"` // For registered instances, the infrastructure class: ec2 or on-premises. @@ -13150,11 +13165,11 @@ type Instance struct { // Whether to install operating system and package updates when the instance // boots. The default value is true. If this value is set to false, you must - // then update your instances manually by using CreateDeployment to run the - // update_dependencies stack command or by manually running yum (Amazon Linux) - // or apt-get (Ubuntu) on the instances. + // update instances manually by using CreateDeployment to run the update_dependencies + // stack command or by manually running yum (Amazon Linux) or apt-get (Ubuntu) + // on the instances. // - // We strongly recommend using the default value of true, to ensure that your + // We strongly recommend using the default value of true to ensure that your // instances have the latest security updates. InstallUpdatesOnBoot *bool `type:"boolean"` @@ -13195,7 +13210,7 @@ type Instance struct { // For registered instances, who performed the registration. RegisteredBy *string `type:"string"` - // The instance's reported AWS OpsWorks Stacks agent version. + // The instance's reported OpsWorks Stacks agent version. ReportedAgentVersion *string `type:"string"` // For registered instances, the reported operating system. @@ -13785,10 +13800,10 @@ type Layer struct { // The layer attributes. // // For the HaproxyStatsPassword, MysqlRootPassword, and GangliaPassword attributes, - // AWS OpsWorks Stacks returns *****FILTERED***** instead of the actual value + // OpsWorks Stacks returns *****FILTERED***** instead of the actual value // - // For an ECS Cluster layer, AWS OpsWorks Stacks the EcsClusterArn attribute - // is set to the cluster's ARN. + // For an ECS Cluster layer, OpsWorks Stacks the EcsClusterArn attribute is + // set to the cluster's ARN. Attributes map[string]*string `type:"map"` // Whether to automatically assign an Elastic IP address (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html) @@ -13820,12 +13835,12 @@ type Layer struct { // An array containing the layer's custom security group IDs. CustomSecurityGroupIds []*string `type:"list"` - // 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. You can also 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. + // OpsWorks Stacks supports five lifecycle events: setup, configuration, deploy, + // undeploy, and shutdown. For each layer, OpsWorks Stacks runs a set of standard + // recipes for each event. You can also provide custom recipes for any or all + // layers and events. 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 @@ -13855,7 +13870,7 @@ type Layer struct { // A LifeCycleEventConfiguration object that specifies the Shutdown event configuration. LifecycleEventConfiguration *LifecycleEventConfiguration `type:"structure"` - // The layer name. + // The layer name. Layer names can be a maximum of 32 characters. Name *string `type:"string"` // An array of Package objects that describe the layer's packages. @@ -14181,7 +14196,7 @@ type LoadBasedAutoScalingConfiguration struct { _ struct{} `type:"structure"` // An AutoScalingThresholds object that describes the downscaling configuration, - // which defines how and when AWS OpsWorks Stacks reduces the number of instances. + // which defines how and when OpsWorks Stacks reduces the number of instances. DownScaling *AutoScalingThresholds `type:"structure"` // Whether load-based auto scaling is enabled for the layer. @@ -14191,7 +14206,7 @@ type LoadBasedAutoScalingConfiguration struct { LayerId *string `type:"string"` // An AutoScalingThresholds object that describes the upscaling configuration, - // which defines how and when AWS OpsWorks Stacks increases the number of instances. + // which defines how and when OpsWorks Stacks increases the number of instances. UpScaling *AutoScalingThresholds `type:"structure"` } @@ -14237,18 +14252,18 @@ func (s *LoadBasedAutoScalingConfiguration) SetUpScaling(v *AutoScalingThreshold return s } -// Describes supported operating systems in AWS OpsWorks Stacks. +// Describes supported operating systems in OpsWorks Stacks. type OperatingSystem struct { _ struct{} `type:"structure"` - // Supported configuration manager name and versions for an AWS OpsWorks Stacks + // Supported configuration manager name and versions for an OpsWorks Stacks // operating system. ConfigurationManagers []*OperatingSystemConfigurationManager `type:"list"` - // The ID of a supported operating system, such as Amazon Linux 2018.03. + // The ID of a supported operating system, such as Amazon Linux 2. Id *string `type:"string"` - // The name of the operating system, such as Amazon Linux 2018.03. + // The name of the operating system, such as Amazon Linux 2. Name *string `type:"string"` // A short name for the operating system manufacturer. @@ -14379,8 +14394,8 @@ type Permission struct { // Whether the user can use sudo. AllowSudo *bool `type:"boolean"` - // The Amazon Resource Name (ARN) for an AWS Identity and Access Management - // (IAM) role. For more information about IAM ARNs, see Using Identifiers (https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html). + // The Amazon Resource Name (ARN) for an Identity and Access Management (IAM) + // role. For more information about IAM ARNs, see Using Identifiers (https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html). IamUserArn *string `type:"string"` // The user's permission level, which must be the following: @@ -14599,10 +14614,10 @@ type RdsDbInstance struct { // The instance's address. Address *string `type:"string"` - // The DB instance identifier. + // The database instance identifier. DbInstanceIdentifier *string `type:"string"` - // AWS OpsWorks Stacks returns *****FILTERED***** instead of the actual value. + // OpsWorks Stacks returns *****FILTERED***** instead of the actual value. DbPassword *string `type:"string"` // The master user name. @@ -14611,16 +14626,15 @@ type RdsDbInstance struct { // The instance's database engine. Engine *string `type:"string"` - // Set to true if AWS OpsWorks Stacks is unable to discover the Amazon RDS instance. - // AWS OpsWorks Stacks attempts to discover the instance only once. If this - // value is set to true, you must deregister the instance, and then register - // it again. + // Set to true if OpsWorks Stacks is unable to discover the Amazon RDS instance. + // OpsWorks Stacks attempts to discover the instance only once. If this value + // is set to true, you must deregister the instance, and then register it again. MissingOnRds *bool `type:"boolean"` // The instance's ARN. RdsDbInstanceArn *string `type:"string"` - // The instance's AWS region. + // The instance's Amazon Web Services Region. Region *string `type:"string"` // The ID of the stack with which the instance is registered. @@ -14767,13 +14781,12 @@ func (s RebootInstanceOutput) GoString() string { return s.String() } -// 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. +// OpsWorks Stacks supports five lifecycle events: setup, configuration, deploy, +// undeploy, and shutdown. For each layer, 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. 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 @@ -15033,7 +15046,12 @@ func (s *RegisterElasticIpOutput) SetElasticIp(v string) *RegisterElasticIpOutpu type RegisterInstanceInput struct { _ struct{} `type:"structure"` - // The instance's hostname. + // The instance's host name. The following are character limits for instance + // host names. + // + // * Linux-based instances: 63 characters + // + // * Windows-based instances: 15 characters Hostname *string `type:"string"` // An InstanceIdentity object that contains the instance's identity. @@ -15135,7 +15153,7 @@ func (s *RegisterInstanceInput) SetStackId(v string) *RegisterInstanceInput { type RegisterInstanceOutput struct { _ struct{} `type:"structure"` - // The registered instance's AWS OpsWorks Stacks ID. + // The registered instance's OpsWorks Stacks ID. InstanceId *string `type:"string"` } @@ -15534,7 +15552,7 @@ func (s *SelfUserProfile) SetSshUsername(v string) *SelfUserProfile { return s } -// Describes an AWS OpsWorks Stacks service error. +// Describes an OpsWorks Stacks service error. type ServiceError struct { _ struct{} `type:"structure"` @@ -15616,7 +15634,7 @@ type SetLoadBasedAutoScalingInput struct { // An AutoScalingThresholds object with the downscaling threshold configuration. // If the load falls below these thresholds for a specified amount of time, - // AWS OpsWorks Stacks stops a specified number of instances. + // OpsWorks Stacks stops a specified number of instances. DownScaling *AutoScalingThresholds `type:"structure"` // Enables load-based auto scaling for the layer. @@ -15628,8 +15646,8 @@ type SetLoadBasedAutoScalingInput struct { LayerId *string `type:"string" required:"true"` // An AutoScalingThresholds object with the upscaling threshold configuration. - // If the load exceeds these thresholds for a specified amount of time, AWS - // OpsWorks Stacks starts a specified number of instances. + // If the load exceeds these thresholds for a specified amount of time, OpsWorks + // Stacks starts a specified number of instances. UpScaling *AutoScalingThresholds `type:"structure"` } @@ -15928,8 +15946,8 @@ type ShutdownEventConfiguration struct { // see Connection Draining (https://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/TerminologyandKeyConcepts.html#conn-drain) DelayUntilElbConnectionsDrained *bool `type:"boolean"` - // The time, in seconds, that AWS OpsWorks Stacks will wait after triggering - // a Shutdown event before shutting down an instance. + // The time, in seconds, that OpsWorks Stacks waits after triggering a Shutdown + // event before shutting down an instance. ExecutionTimeout *int64 `type:"integer"` } @@ -15979,20 +15997,20 @@ type Source struct { // For more information on how to safely handle IAM credentials, see https://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html // (https://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html). // - // In responses, AWS OpsWorks Stacks returns *****FILTERED***** instead of the - // actual value. + // In responses, OpsWorks Stacks returns *****FILTERED***** instead of the actual + // value. Password *string `type:"string"` - // The application's version. AWS OpsWorks Stacks enables you to easily deploy - // new versions of an application. One of the simplest approaches is to have - // branches or revisions in your repository that represent different versions - // that can potentially be deployed. + // The application's version. OpsWorks Stacks enables you to easily deploy new + // versions of an application. One of the simplest approaches is to have branches + // or revisions in your repository that represent different versions that can + // potentially be deployed. Revision *string `type:"string"` // In requests, the repository's SSH key. // - // In responses, AWS OpsWorks Stacks returns *****FILTERED***** instead of the - // actual value. + // In responses, OpsWorks Stacks returns *****FILTERED***** instead of the actual + // value. SshKey *string `type:"string"` // The repository type. @@ -16203,14 +16221,14 @@ type Stack struct { // The stack host name theme, with spaces replaced by underscores. HostnameTheme *string `type:"string"` - // The stack name. + // The stack name. Stack names can be a maximum of 64 characters. Name *string `type:"string"` - // The stack AWS region, such as "ap-northeast-2". For more information about - // AWS regions, see Regions and Endpoints (https://docs.aws.amazon.com/general/latest/gr/rande.html). + // The stack Amazon Web Services Region, such as ap-northeast-2. For more information + // about Amazon Web Services Regions, see Regions and Endpoints (https://docs.aws.amazon.com/general/latest/gr/rande.html). Region *string `type:"string"` - // The stack AWS Identity and Access Management (IAM) role. + // The stack Identity and Access Management (IAM) role. ServiceRoleArn *string `type:"string"` // The stack ID. @@ -16219,8 +16237,8 @@ type Stack struct { // Whether the stack uses custom cookbooks. UseCustomCookbooks *bool `type:"boolean"` - // Whether the stack automatically associates the AWS OpsWorks Stacks built-in - // security groups with the stack's layers. + // Whether the stack automatically associates the OpsWorks Stacks built-in security + // groups with the stack's layers. UseOpsworksSecurityGroups *bool `type:"boolean"` // The VPC ID; applicable only if the stack is running in a VPC. @@ -16381,12 +16399,12 @@ func (s *Stack) SetVpcId(v string) *Stack { type StackConfigurationManager struct { _ struct{} `type:"structure"` - // The name. This parameter must be set to "Chef". + // The name. This parameter must be set to Chef. Name *string `type:"string"` // The Chef version. This parameter must be set to 12, 11.10, or 11.4 for Linux // stacks, and to 12.2 for Windows stacks. The default value for Linux stacks - // is 11.4. + // is 12. Version *string `type:"string"` } @@ -16638,10 +16656,10 @@ type StopInstanceInput struct { // Specifies whether to force an instance to stop. If the instance's root device // type is ebs, or EBS-backed, adding the Force parameter to the StopInstances - // API call disassociates the AWS OpsWorks Stacks instance from EC2, and forces + // API call disassociates the OpsWorks Stacks instance from EC2, and forces // deletion of only the OpsWorks Stacks instance. You must also delete the formerly-associated - // instance in EC2 after troubleshooting and replacing the AWS OpsWorks Stacks - // instance with a new one. + // instance in EC2 after troubleshooting and replacing the OpsWorks Stacks instance + // with a new one. Force *bool `type:"boolean"` // The instance ID. @@ -16886,7 +16904,7 @@ func (s TagResourceOutput) GoString() string { type TemporaryCredential struct { _ struct{} `type:"structure"` - // The instance's AWS OpsWorks Stacks ID. + // The instance's OpsWorks Stacks ID. InstanceId *string `type:"string"` // The password. @@ -16897,8 +16915,8 @@ type TemporaryCredential struct { // The length of time (in minutes) that the grant is valid. When the grant expires, // at the end of this period, the user will no longer be able to use the credentials - // to log in. If they are logged in at the time, they will be automatically - // logged out. + // to log in. If they are logged in at the time, they are automatically logged + // out. ValidForInMinutes *int64 `type:"integer"` } @@ -17397,7 +17415,7 @@ type UpdateElasticIpInput struct { // ElasticIp is a required field ElasticIp *string `type:"string" required:"true"` - // The new name. + // The new name, which can be a maximum of 32 characters. Name *string `type:"string"` } @@ -17469,14 +17487,14 @@ func (s UpdateElasticIpOutput) GoString() string { type UpdateInstanceInput struct { _ struct{} `type:"structure"` - // The default AWS OpsWorks Stacks agent version. You have the following options: + // The default OpsWorks Stacks agent version. You have the following options: // // * INHERIT - Use the stack's default agent version setting. // // * version_number - Use the specified agent version. This value overrides // the stack's default setting. To update the agent version, you must edit - // the instance configuration and specify a new version. AWS OpsWorks Stacks - // then automatically installs that version on the instance. + // the instance configuration and specify a new version. OpsWorks Stacks + // installs that version on the instance. // // The default setting is INHERIT. To specify an agent version, you must use // the complete version number, not the abbreviated number shown on the console. @@ -17503,7 +17521,12 @@ type UpdateInstanceInput struct { // This property cannot be updated. EbsOptimized *bool `type:"boolean"` - // The instance host name. + // The instance host name. The following are character limits for instance host + // names. + // + // * Linux-based instances: 63 characters + // + // * Windows-based instances: 15 characters Hostname *string `type:"string"` // Whether to install operating system and package updates when the instance @@ -17536,12 +17559,12 @@ type UpdateInstanceInput struct { // You cannot update an instance that is using a custom AMI. // // * A supported Linux operating system: An Amazon Linux version, such as - // Amazon Linux 2018.03, Amazon Linux 2017.09, Amazon Linux 2017.03, Amazon - // Linux 2016.09, Amazon Linux 2016.03, Amazon Linux 2015.09, or Amazon Linux - // 2015.03. + // Amazon Linux 2, Amazon Linux 2018.03, Amazon Linux 2017.09, Amazon Linux + // 2017.03, Amazon Linux 2016.09, Amazon Linux 2016.03, Amazon Linux 2015.09, + // or Amazon Linux 2015.03. // - // * A supported Ubuntu operating system, such as Ubuntu 16.04 LTS, Ubuntu - // 14.04 LTS, or Ubuntu 12.04 LTS. + // * A supported Ubuntu operating system, such as Ubuntu 18.04 LTS, Ubuntu + // 16.04 LTS, Ubuntu 14.04 LTS, or Ubuntu 12.04 LTS. // // * CentOS Linux 7 // @@ -17552,15 +17575,14 @@ type UpdateInstanceInput struct { // Microsoft Windows Server 2012 R2 with SQL Server Standard, or Microsoft // Windows Server 2012 R2 with SQL Server Web. // - // For more information about supported operating systems, see AWS OpsWorks - // Stacks Operating Systems (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html). + // Not all operating systems are supported with all versions of Chef. For more + // information about supported operating systems, see OpsWorks Stacks Operating + // Systems (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html). // // The default option is the current Amazon Linux version. If you set this parameter // to Custom, you must use the AmiId parameter to specify the custom AMI that - // you want to use. For more information about supported operating systems, - // see Operating Systems (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html). - // For more information about how to use custom AMIs with OpsWorks, see Using - // Custom AMIs (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html). + // you want to use. For more information about how to use custom AMIs with OpsWorks, + // see Using Custom AMIs (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html). // // You can specify a different Linux operating system for the updated stack, // but you cannot change from Linux to Windows or Windows to Linux. @@ -17750,20 +17772,22 @@ type UpdateLayerInput struct { // Specifies the lifecycle event configuration LifecycleEventConfiguration *LifecycleEventConfiguration `type:"structure"` - // The layer name, which is used by the console. + // The layer name, which is used by the console. Layer names can be a maximum + // of 32 characters. Name *string `type:"string"` // An array of Package objects that describe the layer's packages. Packages []*string `type:"list"` // For custom layers only, use this parameter to specify the layer's short name, - // which is used internally by AWS OpsWorks Stacks and by Chef. The short name - // is also used as the name for the directory where your app files are installed. - // It can have a maximum of 200 characters and must be in the following format: + // which is used internally by OpsWorks Stacks and by Chef. The short name is + // also used as the name for the directory where your app files are installed. + // It can have a maximum of 32 characters and must be in the following format: // /\A[a-z0-9\-\_\.]+\Z/. // - // The built-in layers' short names are defined by AWS OpsWorks Stacks. For - // more information, see the Layer Reference (https://docs.aws.amazon.com/opsworks/latest/userguide/layers.html) + // Built-in layer short names are defined by OpsWorks Stacks. For more information, + // see the Layer reference (https://docs.aws.amazon.com/opsworks/latest/userguide/layers.html) + // in the OpsWorks User Guide. Shortname *string `type:"string"` // Whether to use Amazon EBS-optimized instances. @@ -18080,16 +18104,16 @@ func (s UpdateRdsDbInstanceOutput) GoString() string { type UpdateStackInput struct { _ struct{} `type:"structure"` - // The default AWS OpsWorks Stacks agent version. You have the following options: + // The default OpsWorks Stacks agent version. You have the following options: // - // * Auto-update - Set this parameter to LATEST. AWS OpsWorks Stacks automatically + // * Auto-update - Set this parameter to LATEST. OpsWorks Stacks automatically // installs new agent versions on the stack's instances as soon as they are // available. // // * Fixed version - Set this parameter to your preferred agent version. // To update the agent version, you must edit the stack configuration and - // specify a new version. AWS OpsWorks Stacks then automatically installs - // that version on the stack's instances. + // specify a new version. OpsWorks Stacks installs that version on the stack's + // instances. // // The default setting is LATEST. To specify an agent version, you must use // the complete version number, not the abbreviated number shown on the console. @@ -18143,12 +18167,12 @@ type UpdateStackInput struct { // The stack's operating system, which must be set to one of the following: // // * A supported Linux operating system: An Amazon Linux version, such as - // Amazon Linux 2018.03, Amazon Linux 2017.09, Amazon Linux 2017.03, Amazon - // Linux 2016.09, Amazon Linux 2016.03, Amazon Linux 2015.09, or Amazon Linux - // 2015.03. + // Amazon Linux 2, Amazon Linux 2018.03, Amazon Linux 2017.09, Amazon Linux + // 2017.03, Amazon Linux 2016.09, Amazon Linux 2016.03, Amazon Linux 2015.09, + // or Amazon Linux 2015.03. // - // * A supported Ubuntu operating system, such as Ubuntu 16.04 LTS, Ubuntu - // 14.04 LTS, or Ubuntu 12.04 LTS. + // * A supported Ubuntu operating system, such as Ubuntu 18.04 LTS, Ubuntu + // 16.04 LTS, Ubuntu 14.04 LTS, or Ubuntu 12.04 LTS. // // * CentOS Linux 7 // @@ -18163,9 +18187,9 @@ type UpdateStackInput struct { // you create instances. For more information about how to use custom AMIs // with OpsWorks, see Using Custom AMIs (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html). // - // The default option is the stack's current operating system. For more information - // about supported operating systems, see AWS OpsWorks Stacks Operating Systems - // (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html). + // The default option is the stack's current operating system. Not all operating + // systems are supported with all versions of Chef. For more information about + // supported operating systems, see OpsWorks Stacks Operating Systems (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html). DefaultOs *string `type:"string"` // The default root device type. This value is used by default for all instances @@ -18174,7 +18198,7 @@ type UpdateStackInput struct { DefaultRootDeviceType *string `type:"string" enum:"RootDeviceType"` // A default Amazon EC2 key-pair name. The default value is none. If you specify - // a key-pair name, AWS OpsWorks Stacks installs the public key on the instance + // a key-pair name, OpsWorks Stacks installs the public key on the instance // and you can use the private key with an SSH client to log in to the instance. // For more information, see Using SSH to Communicate with an Instance (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-ssh.html) // and Managing SSH Access (https://docs.aws.amazon.com/opsworks/latest/userguide/security-ssh-access.html). @@ -18221,7 +18245,7 @@ type UpdateStackInput struct { // a host name based on the current theme. HostnameTheme *string `type:"string"` - // The stack's new name. + // The stack's new name. Stack names can be a maximum of 64 characters. Name *string `type:"string"` // Do not use this parameter. You cannot update a stack's service role. @@ -18235,20 +18259,20 @@ type UpdateStackInput struct { // Whether the stack uses custom cookbooks. UseCustomCookbooks *bool `type:"boolean"` - // Whether to associate the AWS OpsWorks Stacks built-in security groups with - // the stack's layers. + // Whether to associate the OpsWorks Stacks built-in security groups with the + // stack's layers. // - // AWS OpsWorks Stacks provides a standard set of built-in security groups, - // one for each layer, which are associated with layers by default. UseOpsworksSecurityGroups + // OpsWorks Stacks provides a standard set of built-in security groups, one + // for each layer, which are associated with layers by default. UseOpsworksSecurityGroups // allows you to provide your own custom security groups instead of using the // built-in groups. UseOpsworksSecurityGroups has the following settings: // - // * True - AWS OpsWorks Stacks automatically associates the appropriate - // built-in security group with each layer (default setting). You can associate - // additional security groups with a layer after you create it, but you cannot - // delete the built-in security group. + // * True - OpsWorks Stacks automatically associates the appropriate built-in + // security group with each layer (default setting). You can associate additional + // security groups with a layer after you create it, but you cannot delete + // the built-in security group. // - // * False - AWS OpsWorks Stacks does not associate built-in security groups + // * False - OpsWorks Stacks does not associate built-in security groups // with layers. You must create appropriate EC2 security groups and associate // a security group with each layer that you create. However, you can still // manually associate a built-in security group with a layer on. Custom security @@ -18435,10 +18459,10 @@ type UpdateUserProfileInput struct { SshPublicKey *string `type:"string"` // The user's SSH user name. The allowable characters are [a-z], [A-Z], [0-9], - // '-', and '_'. If the specified name includes other punctuation marks, AWS - // OpsWorks Stacks removes them. For example, my.name will be changed to myname. - // If you do not specify an SSH user name, AWS OpsWorks Stacks generates one - // from the IAM user name. + // '-', and '_'. If the specified name includes other punctuation marks, OpsWorks + // Stacks removes them. For example, my.name will be changed to myname. If you + // do not specify an SSH user name, OpsWorks Stacks generates one from the IAM + // user name. SshUsername *string `type:"string"` } @@ -18525,7 +18549,7 @@ type UpdateVolumeInput struct { // The new mount point. MountPoint *string `type:"string"` - // The new name. + // The new name. Volume names can be a maximum of 128 characters. Name *string `type:"string"` // The volume ID. @@ -18766,14 +18790,14 @@ type Volume struct { // The volume mount point. For example, "/mnt/disk1". MountPoint *string `type:"string"` - // The volume name. + // The volume name. Volume names are a maximum of 128 characters. Name *string `type:"string"` // The RAID array ID. RaidArrayId *string `type:"string"` - // The AWS region. For more information about AWS regions, see Regions and Endpoints - // (https://docs.aws.amazon.com/general/latest/gr/rande.html). + // The Amazon Web Services Region. For more information about Amazon Web Services + // Regions, see Regions and Endpoints (https://docs.aws.amazon.com/general/latest/gr/rande.html). Region *string `type:"string"` // The volume size. @@ -18797,10 +18821,10 @@ type Volume struct { // size of 1 GiB and a maximum size of 16384 GiB. // // * st1 - Throughput Optimized hard disk drive (HDD). Throughput optimized - // HDD volumes must have a minimum size of 500 GiB and a maximum size of + // HDD volumes must have a minimum size of 125 GiB and a maximum size of // 16384 GiB. // - // * sc1 - Cold HDD. Cold HDD volumes must have a minimum size of 500 GiB + // * sc1 - Cold HDD. Cold HDD volumes must have a minimum size of 125 GiB // and a maximum size of 16384 GiB. VolumeType *string `type:"string"` } @@ -18948,10 +18972,10 @@ type VolumeConfiguration struct { // size of 1 GiB and a maximum size of 16384 GiB. // // * st1 - Throughput Optimized hard disk drive (HDD). Throughput optimized - // HDD volumes must have a minimum size of 500 GiB and a maximum size of + // HDD volumes must have a minimum size of 125 GiB and a maximum size of // 16384 GiB. // - // * sc1 - Cold HDD. Cold HDD volumes must have a minimum size of 500 GiB + // * sc1 - Cold HDD. Cold HDD volumes must have a minimum size of 125 GiB // and a maximum size of 16384 GiB. VolumeType *string `type:"string"` } diff --git a/service/opsworks/doc.go b/service/opsworks/doc.go index 66091af6e21..74543c8a1e3 100644 --- a/service/opsworks/doc.go +++ b/service/opsworks/doc.go @@ -3,40 +3,40 @@ // Package opsworks provides the client and types for making API // requests to 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. +// Welcome to the OpsWorks Stacks API Reference. This guide provides descriptions, +// syntax, and usage examples for 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 (http://aws.amazon.com/opsworks/) -// details page. +// OpsWorks Stacks is an application management service that provides an integrated +// experience for managing the complete application lifecycle. For information +// about OpsWorks, see the OpsWorks (http://aws.amazon.com/opsworks/) information +// 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: +// Use the OpsWorks Stacks API by using the Command Line Interface (CLI) or +// by using one of the Amazon Web Services SDKs to implement applications in +// your preferred language. For more information, see: // -// - AWS CLI (https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html) +// - CLI (https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html) // -// - AWS SDK for Java (https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/opsworks/AWSOpsWorksClient.html) +// - SDK for Java (https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/opsworks/AWSOpsWorksClient.html) // -// - AWS SDK for .NET (https://docs.aws.amazon.com/sdkfornet/latest/apidocs/html/N_Amazon_OpsWorks.htm) +// - SDK for .NET (https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/OpsWorks/NOpsWorks.html) // -// - AWS SDK for PHP 2 (https://docs.aws.amazon.com/aws-sdk-php-2/latest/class-Aws.OpsWorks.OpsWorksClient.html) +// - SDK for PHP (https://docs.aws.amazon.com/aws-sdk-php/v3/api/class-Aws.OpsWorks.OpsWorksClient.html) // -// - AWS SDK for Ruby (http://docs.aws.amazon.com/sdkforruby/api/) +// - SDK for Ruby (http://docs.aws.amazon.com/sdkforruby/api/) // -// - AWS SDK for Node.js (http://aws.amazon.com/documentation/sdkforjavascript/) +// - Amazon Web Services SDK for Node.js (http://aws.amazon.com/documentation/sdkforjavascript/) // -// - AWS SDK for Python(Boto) (http://docs.pythonboto.org/en/latest/ref/opsworks.html) +// - SDK for Python (Boto) (http://docs.pythonboto.org/en/latest/ref/opsworks.html) // // # 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 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 // @@ -47,7 +47,7 @@ // - opsworks.us-west-2.amazonaws.com // // - opsworks.ca-central-1.amazonaws.com (API only; not available in the -// AWS console) +// Amazon Web Services Management Console) // // - opsworks.eu-west-1.amazonaws.com //