From 0d0f20e199934cb5698a86026a0e48ac4b0328d9 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Tue, 26 Aug 2025 21:36:30 +0000 Subject: [PATCH 1/6] chore(codegen): remove opsworks.json --- codegen/sdk-codegen/aws-models/opsworks.json | 9603 ------------------ 1 file changed, 9603 deletions(-) delete mode 100644 codegen/sdk-codegen/aws-models/opsworks.json diff --git a/codegen/sdk-codegen/aws-models/opsworks.json b/codegen/sdk-codegen/aws-models/opsworks.json deleted file mode 100644 index 042be462c60d..000000000000 --- a/codegen/sdk-codegen/aws-models/opsworks.json +++ /dev/null @@ -1,9603 +0,0 @@ -{ - "smithy": "2.0", - "metadata": { - "suppressions": [ - { - "id": "HttpMethodSemantics", - "namespace": "*" - }, - { - "id": "HttpResponseCodeSemantics", - "namespace": "*" - }, - { - "id": "PaginatedTrait", - "namespace": "*" - }, - { - "id": "HttpHeaderTrait", - "namespace": "*" - }, - { - "id": "HttpUriConflict", - "namespace": "*" - }, - { - "id": "Service", - "namespace": "*" - } - ] - }, - "shapes": { - "com.amazonaws.opsworks#AgentVersion": { - "type": "structure", - "members": { - "Version": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The agent version.

" - } - }, - "ConfigurationManager": { - "target": "com.amazonaws.opsworks#StackConfigurationManager", - "traits": { - "smithy.api#documentation": "

The configuration manager.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes an agent version.

" - } - }, - "com.amazonaws.opsworks#AgentVersions": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#AgentVersion" - } - }, - "com.amazonaws.opsworks#App": { - "type": "structure", - "members": { - "AppId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The app ID.

" - } - }, - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The app stack ID.

" - } - }, - "Shortname": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The app's short name.

" - } - }, - "Name": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The app name.

" - } - }, - "Description": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

A description of the app.

" - } - }, - "DataSources": { - "target": "com.amazonaws.opsworks#DataSources", - "traits": { - "smithy.api#documentation": "

The app's data sources.

" - } - }, - "Type": { - "target": "com.amazonaws.opsworks#AppType", - "traits": { - "smithy.api#documentation": "

The app type.

" - } - }, - "AppSource": { - "target": "com.amazonaws.opsworks#Source", - "traits": { - "smithy.api#documentation": "

A Source object that describes the app repository.

" - } - }, - "Domains": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "EnableSsl": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether to enable SSL for the app.

" - } - }, - "SslConfiguration": { - "target": "com.amazonaws.opsworks#SslConfiguration", - "traits": { - "smithy.api#documentation": "

An SslConfiguration object with the SSL configuration.

" - } - }, - "Attributes": { - "target": "com.amazonaws.opsworks#AppAttributes", - "traits": { - "smithy.api#documentation": "

The stack attributes.

" - } - }, - "CreatedAt": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

When the app was created.

" - } - }, - "Environment": { - "target": "com.amazonaws.opsworks#EnvironmentVariables", - "traits": { - "smithy.api#documentation": "

An array of EnvironmentVariable objects that specify environment variables to be\n associated with the app. After you deploy the app, these variables are defined on the\n associated app server instances. For more information, see Environment Variables.

\n \n

There is no specific limit on the number of environment variables. \n However, the size of the associated data structure - which includes the variable names, values, and protected flag \n values - cannot exceed 20 KB. This limit should accommodate most if not all use cases, but if you do exceed it, you \n will cause an exception (API) with an \"Environment: is too large (maximum is 20 KB)\" message.

\n
" - } - } - }, - "traits": { - "smithy.api#documentation": "

A description of the app.

" - } - }, - "com.amazonaws.opsworks#AppAttributes": { - "type": "map", - "key": { - "target": "com.amazonaws.opsworks#AppAttributesKeys" - }, - "value": { - "target": "com.amazonaws.opsworks#String" - } - }, - "com.amazonaws.opsworks#AppAttributesKeys": { - "type": "enum", - "members": { - "DocumentRoot": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DocumentRoot" - } - }, - "RailsEnv": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "RailsEnv" - } - }, - "AutoBundleOnDeploy": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "AutoBundleOnDeploy" - } - }, - "AwsFlowRubySettings": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "AwsFlowRubySettings" - } - } - } - }, - "com.amazonaws.opsworks#AppType": { - "type": "enum", - "members": { - "aws_flow_ruby": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "aws-flow-ruby" - } - }, - "java": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "java" - } - }, - "rails": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "rails" - } - }, - "php": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "php" - } - }, - "nodejs": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "nodejs" - } - }, - "static": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "static" - } - }, - "other": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "other" - } - } - } - }, - "com.amazonaws.opsworks#Apps": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#App" - } - }, - "com.amazonaws.opsworks#Architecture": { - "type": "enum", - "members": { - "x86_64": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "x86_64" - } - }, - "i386": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "i386" - } - } - } - }, - "com.amazonaws.opsworks#AssignInstance": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#AssignInstanceRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Assign a registered instance to a layer.

\n \n

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

" - } - }, - "com.amazonaws.opsworks#AssignInstanceRequest": { - "type": "structure", - "members": { - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance ID.

", - "smithy.api#required": {} - } - }, - "LayerIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#AssignVolume": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#AssignVolumeRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n

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

" - } - }, - "com.amazonaws.opsworks#AssignVolumeRequest": { - "type": "structure", - "members": { - "VolumeId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The volume ID.

", - "smithy.api#required": {} - } - }, - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance ID.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#AssociateElasticIp": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#AssociateElasticIpRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n

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

" - } - }, - "com.amazonaws.opsworks#AssociateElasticIpRequest": { - "type": "structure", - "members": { - "ElasticIp": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The Elastic IP address.

", - "smithy.api#required": {} - } - }, - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance ID.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#AttachElasticLoadBalancer": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#AttachElasticLoadBalancerRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n \n

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

\n
\n

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

" - } - }, - "com.amazonaws.opsworks#AttachElasticLoadBalancerRequest": { - "type": "structure", - "members": { - "ElasticLoadBalancerName": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The Elastic Load Balancing instance's name.

", - "smithy.api#required": {} - } - }, - "LayerId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#AutoScalingThresholds": { - "type": "structure", - "members": { - "InstanceCount": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of instances to add or remove when the load exceeds a threshold.

" - } - }, - "ThresholdsWaitTime": { - "target": "com.amazonaws.opsworks#Minute", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "IgnoreMetricsTime": { - "target": "com.amazonaws.opsworks#Minute", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "CpuThreshold": { - "target": "com.amazonaws.opsworks#Double", - "traits": { - "smithy.api#documentation": "

The CPU utilization threshold, as a percent of the available CPU. A value of -1 disables the threshold.

" - } - }, - "MemoryThreshold": { - "target": "com.amazonaws.opsworks#Double", - "traits": { - "smithy.api#documentation": "

The memory utilization threshold, as a percent of the available memory. A value of -1 disables the threshold.

" - } - }, - "LoadThreshold": { - "target": "com.amazonaws.opsworks#Double", - "traits": { - "smithy.api#documentation": "

The load threshold. A value of -1 disables the threshold. For more information about how load is computed, \n see Load (computing).

" - } - }, - "Alarms": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

\n
" - } - } - }, - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "com.amazonaws.opsworks#AutoScalingType": { - "type": "enum", - "members": { - "load": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "load" - } - }, - "timer": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "timer" - } - } - } - }, - "com.amazonaws.opsworks#BlockDeviceMapping": { - "type": "structure", - "members": { - "DeviceName": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "NoDevice": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "VirtualName": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "Ebs": { - "target": "com.amazonaws.opsworks#EbsBlockDevice", - "traits": { - "smithy.api#documentation": "

An EBSBlockDevice that defines how to configure an Amazon EBS volume when the\n instance is launched.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "com.amazonaws.opsworks#BlockDeviceMappings": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#BlockDeviceMapping" - } - }, - "com.amazonaws.opsworks#Boolean": { - "type": "boolean" - }, - "com.amazonaws.opsworks#ChefConfiguration": { - "type": "structure", - "members": { - "ManageBerkshelf": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether to enable Berkshelf.

" - } - }, - "BerkshelfVersion": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The Berkshelf version.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes the Chef configuration.

" - } - }, - "com.amazonaws.opsworks#CloneStack": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#CloneStackRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#CloneStackResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n

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

" - } - }, - "com.amazonaws.opsworks#CloneStackRequest": { - "type": "structure", - "members": { - "SourceStackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The source stack ID.

", - "smithy.api#required": {} - } - }, - "Name": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "Region": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "VpcId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

\n

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

\n \n

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

" - } - }, - "Attributes": { - "target": "com.amazonaws.opsworks#StackAttributes", - "traits": { - "smithy.api#documentation": "

A list of stack attributes and values as key/value pairs to be added to the cloned stack.

" - } - }, - "ServiceRoleArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

\n
", - "smithy.api#required": {} - } - }, - "DefaultInstanceProfileArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "DefaultOs": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

\n \n

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

\n
" - } - }, - "HostnameTheme": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

" - } - }, - "DefaultAvailabilityZone": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "DefaultSubnetId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "CustomJson": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n

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

\n

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

" - } - }, - "ConfigurationManager": { - "target": "com.amazonaws.opsworks#StackConfigurationManager", - "traits": { - "smithy.api#documentation": "

The configuration manager. When you clone a stack we recommend that you use the configuration manager to specify the \n Chef version: 12, 11.10, or 11.4 for Linux stacks, or 12.2 for Windows stacks. The default value for Linux stacks is currently 12.

" - } - }, - "ChefConfiguration": { - "target": "com.amazonaws.opsworks#ChefConfiguration", - "traits": { - "smithy.api#documentation": "

A ChefConfiguration object that specifies whether to enable Berkshelf and the\n Berkshelf version on Chef 11.10 stacks. For more information, see Create a New Stack.

" - } - }, - "UseCustomCookbooks": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether to use custom cookbooks.

" - } - }, - "UseOpsworksSecurityGroups": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

\n

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

\n \n

For more information, see Create a New\n Stack.

" - } - }, - "CustomCookbooksSource": { - "target": "com.amazonaws.opsworks#Source", - "traits": { - "smithy.api#documentation": "

Contains the information required to retrieve an app or cookbook from a repository. For more information, \n see Adding Apps or \n Cookbooks and Recipes.

" - } - }, - "DefaultSshKeyName": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "ClonePermissions": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether to clone the source stack's permissions.

" - } - }, - "CloneAppIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "DefaultRootDeviceType": { - "target": "com.amazonaws.opsworks#RootDeviceType", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "AgentVersion": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

\n \n

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

\n
" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#CloneStackResult": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The cloned stack ID.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a CloneStack request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#CloudWatchLogsConfiguration": { - "type": "structure", - "members": { - "Enabled": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether CloudWatch Logs is enabled for a layer.

" - } - }, - "LogStreams": { - "target": "com.amazonaws.opsworks#CloudWatchLogsLogStreams", - "traits": { - "smithy.api#documentation": "

A list of configuration options for CloudWatch Logs.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes the Amazon CloudWatch Logs configuration for a layer.

" - } - }, - "com.amazonaws.opsworks#CloudWatchLogsEncoding": { - "type": "enum", - "members": { - "ascii": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ascii" - } - }, - "big5": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "big5" - } - }, - "big5hkscs": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "big5hkscs" - } - }, - "cp037": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp037" - } - }, - "cp424": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp424" - } - }, - "cp437": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp437" - } - }, - "cp500": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp500" - } - }, - "cp720": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp720" - } - }, - "cp737": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp737" - } - }, - "cp775": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp775" - } - }, - "cp850": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp850" - } - }, - "cp852": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp852" - } - }, - "cp855": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp855" - } - }, - "cp856": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp856" - } - }, - "cp857": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp857" - } - }, - "cp858": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp858" - } - }, - "cp860": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp860" - } - }, - "cp861": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp861" - } - }, - "cp862": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp862" - } - }, - "cp863": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp863" - } - }, - "cp864": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp864" - } - }, - "cp865": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp865" - } - }, - "cp866": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp866" - } - }, - "cp869": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp869" - } - }, - "cp874": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp874" - } - }, - "cp875": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp875" - } - }, - "cp932": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp932" - } - }, - "cp949": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp949" - } - }, - "cp950": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp950" - } - }, - "cp1006": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp1006" - } - }, - "cp1026": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp1026" - } - }, - "cp1140": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp1140" - } - }, - "cp1250": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp1250" - } - }, - "cp1251": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp1251" - } - }, - "cp1252": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp1252" - } - }, - "cp1253": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp1253" - } - }, - "cp1254": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp1254" - } - }, - "cp1255": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp1255" - } - }, - "cp1256": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp1256" - } - }, - "cp1257": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp1257" - } - }, - "cp1258": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "cp1258" - } - }, - "euc_jp": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "euc_jp" - } - }, - "euc_jis_2004": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "euc_jis_2004" - } - }, - "euc_jisx0213": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "euc_jisx0213" - } - }, - "euc_kr": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "euc_kr" - } - }, - "gb2312": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "gb2312" - } - }, - "gbk": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "gbk" - } - }, - "gb18030": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "gb18030" - } - }, - "hz": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "hz" - } - }, - "iso2022_jp": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "iso2022_jp" - } - }, - "iso2022_jp_1": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "iso2022_jp_1" - } - }, - "iso2022_jp_2": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "iso2022_jp_2" - } - }, - "iso2022_jp_2004": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "iso2022_jp_2004" - } - }, - "iso2022_jp_3": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "iso2022_jp_3" - } - }, - "iso2022_jp_ext": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "iso2022_jp_ext" - } - }, - "iso2022_kr": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "iso2022_kr" - } - }, - "latin_1": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "latin_1" - } - }, - "iso8859_2": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "iso8859_2" - } - }, - "iso8859_3": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "iso8859_3" - } - }, - "iso8859_4": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "iso8859_4" - } - }, - "iso8859_5": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "iso8859_5" - } - }, - "iso8859_6": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "iso8859_6" - } - }, - "iso8859_7": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "iso8859_7" - } - }, - "iso8859_8": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "iso8859_8" - } - }, - "iso8859_9": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "iso8859_9" - } - }, - "iso8859_10": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "iso8859_10" - } - }, - "iso8859_13": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "iso8859_13" - } - }, - "iso8859_14": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "iso8859_14" - } - }, - "iso8859_15": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "iso8859_15" - } - }, - "iso8859_16": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "iso8859_16" - } - }, - "johab": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "johab" - } - }, - "koi8_r": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "koi8_r" - } - }, - "koi8_u": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "koi8_u" - } - }, - "mac_cyrillic": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "mac_cyrillic" - } - }, - "mac_greek": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "mac_greek" - } - }, - "mac_iceland": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "mac_iceland" - } - }, - "mac_latin2": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "mac_latin2" - } - }, - "mac_roman": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "mac_roman" - } - }, - "mac_turkish": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "mac_turkish" - } - }, - "ptcp154": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ptcp154" - } - }, - "shift_jis": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "shift_jis" - } - }, - "shift_jis_2004": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "shift_jis_2004" - } - }, - "shift_jisx0213": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "shift_jisx0213" - } - }, - "utf_32": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "utf_32" - } - }, - "utf_32_be": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "utf_32_be" - } - }, - "utf_32_le": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "utf_32_le" - } - }, - "utf_16": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "utf_16" - } - }, - "utf_16_be": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "utf_16_be" - } - }, - "utf_16_le": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "utf_16_le" - } - }, - "utf_7": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "utf_7" - } - }, - "utf_8": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "utf_8" - } - }, - "utf_8_sig": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "utf_8_sig" - } - } - }, - "traits": { - "smithy.api#documentation": "

Specifies the encoding of the log file so that the file can be read correctly. \n The default is utf_8. Encodings supported by Python codecs.decode() can be used here.

" - } - }, - "com.amazonaws.opsworks#CloudWatchLogsInitialPosition": { - "type": "enum", - "members": { - "start_of_file": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "start_of_file" - } - }, - "end_of_file": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "end_of_file" - } - } - }, - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "com.amazonaws.opsworks#CloudWatchLogsLogStream": { - "type": "structure", - "members": { - "LogGroupName": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "DatetimeFormat": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "TimeZone": { - "target": "com.amazonaws.opsworks#CloudWatchLogsTimeZone", - "traits": { - "smithy.api#documentation": "

Specifies the time zone of log event time stamps.

" - } - }, - "File": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

Specifies log files that you want to push to CloudWatch Logs.

\n

\n File can point to a specific file or multiple files (by using wild card characters such \n as /var/log/system.log*).\n Only the latest file is pushed to CloudWatch Logs, based on file modification time. We recommend that you use \n wild card characters to specify a series\n of files of the same type, such as access_log.2014-06-01-01, access_log.2014-06-01-02, and so on\n by using a pattern like access_log.*. Don't use a wildcard to match multiple file types,\n such as access_log_80 and access_log_443. To specify multiple, different file types, add another\n log stream entry to the configuration file, so that each log file type is stored in a different log group.

\n

Zipped files are not supported.

" - } - }, - "FileFingerprintLines": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

Specifies the range of lines for identifying a file. The valid values are one number, or two dash-delimited numbers, \n such as '1', '2-5'. The default value is '1', meaning the first line is used to calculate the fingerprint. \n Fingerprint lines are \n not sent to CloudWatch Logs unless all specified lines are available.

" - } - }, - "MultiLineStartPattern": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

Specifies the pattern for identifying the start of a log message.

" - } - }, - "InitialPosition": { - "target": "com.amazonaws.opsworks#CloudWatchLogsInitialPosition", - "traits": { - "smithy.api#documentation": "

Specifies where to start to read data (start_of_file or end_of_file). The default is start_of_file. \n This setting is only used if there is no state persisted for that log stream.

" - } - }, - "Encoding": { - "target": "com.amazonaws.opsworks#CloudWatchLogsEncoding", - "traits": { - "smithy.api#documentation": "

Specifies the encoding of the log file so that the file can be read correctly. \n The default is utf_8. Encodings supported by Python codecs.decode() can be used here.

" - } - }, - "BufferDuration": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

Specifies the time duration for the batching of log events. The minimum value is 5000ms and default value is 5000ms.

" - } - }, - "BatchCount": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

Specifies the max number of log events in a batch, up to 10000. The default value is 1000.

" - } - }, - "BatchSize": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

Specifies the maximum size of log events in a batch, in bytes, up to 1048576 bytes. \n The default value is 32768 bytes. This size is calculated as the sum of all event messages \n in UTF-8, plus 26 bytes for each log event.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "com.amazonaws.opsworks#CloudWatchLogsLogStreams": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#CloudWatchLogsLogStream" - }, - "traits": { - "smithy.api#documentation": "

Describes the Amazon CloudWatch Logs configuration for a layer.

" - } - }, - "com.amazonaws.opsworks#CloudWatchLogsTimeZone": { - "type": "enum", - "members": { - "LOCAL": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "LOCAL" - } - }, - "UTC": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "UTC" - } - } - }, - "traits": { - "smithy.api#documentation": "

The preferred time zone for logs streamed to CloudWatch Logs. \n Valid values are LOCAL and UTC, for Coordinated Universal Time.

" - } - }, - "com.amazonaws.opsworks#Command": { - "type": "structure", - "members": { - "CommandId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The command ID.

" - } - }, - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The ID of the instance where the command was executed.

" - } - }, - "DeploymentId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The command deployment ID.

" - } - }, - "CreatedAt": { - "target": "com.amazonaws.opsworks#DateTime", - "traits": { - "smithy.api#documentation": "

Date and time when the command was run.

" - } - }, - "AcknowledgedAt": { - "target": "com.amazonaws.opsworks#DateTime", - "traits": { - "smithy.api#documentation": "

Date and time when the command was acknowledged.

" - } - }, - "CompletedAt": { - "target": "com.amazonaws.opsworks#DateTime", - "traits": { - "smithy.api#documentation": "

Date when the command completed.

" - } - }, - "Status": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The command status:

\n " - } - }, - "ExitCode": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The command exit code.

" - } - }, - "LogUrl": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The URL of the command log.

" - } - }, - "Type": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The command type:

\n " - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes a command.

" - } - }, - "com.amazonaws.opsworks#Commands": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#Command" - } - }, - "com.amazonaws.opsworks#CreateApp": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#CreateAppRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#CreateAppResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n

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

" - } - }, - "com.amazonaws.opsworks#CreateAppRequest": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

", - "smithy.api#required": {} - } - }, - "Shortname": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The app's short name.

" - } - }, - "Name": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The app name.

", - "smithy.api#required": {} - } - }, - "Description": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

A description of the app.

" - } - }, - "DataSources": { - "target": "com.amazonaws.opsworks#DataSources", - "traits": { - "smithy.api#documentation": "

The app's data source.

" - } - }, - "Type": { - "target": "com.amazonaws.opsworks#AppType", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "AppSource": { - "target": "com.amazonaws.opsworks#Source", - "traits": { - "smithy.api#documentation": "

A Source object that specifies the app repository.

" - } - }, - "Domains": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "EnableSsl": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether to enable SSL for the app.

" - } - }, - "SslConfiguration": { - "target": "com.amazonaws.opsworks#SslConfiguration", - "traits": { - "smithy.api#documentation": "

An SslConfiguration object with the SSL configuration.

" - } - }, - "Attributes": { - "target": "com.amazonaws.opsworks#AppAttributes", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "Environment": { - "target": "com.amazonaws.opsworks#EnvironmentVariables", - "traits": { - "smithy.api#documentation": "

An array of EnvironmentVariable objects that specify environment variables to be\n associated with the app. After you deploy the app, these variables are defined on the\n associated app server instance. For more information, see Environment Variables.

\n

There is no specific limit on the number of environment variables. However, the size of the associated data structure - which includes the variables' names, values, and protected flag values - cannot exceed 20 KB. This limit should accommodate most if not all use cases. Exceeding it will cause an exception with the message, \"Environment: is too large (maximum is 20KB).\"

\n \n

If you have specified one or more environment variables, you cannot modify the stack's Chef version.

\n
" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#CreateAppResult": { - "type": "structure", - "members": { - "AppId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The app ID.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a CreateApp request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#CreateDeployment": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#CreateDeploymentRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#CreateDeploymentResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n

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

" - } - }, - "com.amazonaws.opsworks#CreateDeploymentRequest": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

", - "smithy.api#required": {} - } - }, - "AppId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The app ID. This parameter is required for app deployments, but not for other deployment commands.

" - } - }, - "InstanceIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

The instance IDs for the deployment targets.

" - } - }, - "LayerIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

The layer IDs for the deployment targets.

" - } - }, - "Command": { - "target": "com.amazonaws.opsworks#DeploymentCommand", - "traits": { - "smithy.api#documentation": "

A DeploymentCommand object that specifies the deployment command and any\n associated arguments.

", - "smithy.api#required": {} - } - }, - "Comment": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

A user-defined comment.

" - } - }, - "CustomJson": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

A string that contains user-defined, custom JSON. You can use this parameter to override some corresponding default \n stack configuration JSON values. The string should be in the following format:

\n

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

\n

For more information about custom JSON, see Use Custom JSON to\n Modify the Stack Configuration Attributes and \n Overriding Attributes With Custom \n JSON.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#CreateDeploymentResult": { - "type": "structure", - "members": { - "DeploymentId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a CreateDeployment request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#CreateInstance": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#CreateInstanceRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#CreateInstanceResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates an instance in a specified stack. For more information, see Adding an\n Instance to a Layer.

\n

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

" - } - }, - "com.amazonaws.opsworks#CreateInstanceRequest": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

", - "smithy.api#required": {} - } - }, - "LayerIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

An array that contains the instance's layer IDs.

", - "smithy.api#required": {} - } - }, - "InstanceType": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "AutoScalingType": { - "target": "com.amazonaws.opsworks#AutoScalingType", - "traits": { - "smithy.api#documentation": "

For load-based or time-based instances, the type. Windows stacks can use only time-based instances.

" - } - }, - "Hostname": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n " - } - }, - "Os": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

\n

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

" - } - }, - "AmiId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

\n
" - } - }, - "SshKeyName": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance's Amazon EC2 key-pair name.

" - } - }, - "AvailabilityZone": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "VirtualizationType": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance's virtualization type, paravirtual or hvm.

" - } - }, - "SubnetId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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 \n default subnet ID value and direct OpsWorks Stacks to launch the instance in a different subnet.

" - } - }, - "Architecture": { - "target": "com.amazonaws.opsworks#Architecture", - "traits": { - "smithy.api#documentation": "

The instance architecture. The default option is x86_64. Instance types do not\n necessarily support both architectures. For a list of the architectures that are supported by\n the different instance types, see Instance Families and\n Types.

" - } - }, - "RootDeviceType": { - "target": "com.amazonaws.opsworks#RootDeviceType", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "BlockDeviceMappings": { - "target": "com.amazonaws.opsworks#BlockDeviceMappings", - "traits": { - "smithy.api#documentation": "

An array of BlockDeviceMapping objects that specify the instance's block\n devices. For more information, see Block\n Device Mapping. Note that block device mappings are not supported for custom AMIs.

" - } - }, - "InstallUpdatesOnBoot": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

\n
" - } - }, - "EbsOptimized": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether to create an Amazon EBS-optimized instance.

" - } - }, - "AgentVersion": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

" - } - }, - "Tenancy": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#CreateInstanceResult": { - "type": "structure", - "members": { - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance ID.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a CreateInstance request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#CreateLayer": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#CreateLayerRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#CreateLayerResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates a layer. For more information, see How to\n Create a Layer.

\n \n

You should use CreateLayer for noncustom layer types such as \n PHP App Server only if the stack\n does not have an existing layer of that type. A stack can have at most one instance of each\n noncustom layer; if you attempt to create a second instance, CreateLayer fails. A\n stack can have an arbitrary number of custom layers, so you can call CreateLayer as\n many times as you like for that layer type.

\n
\n

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

" - } - }, - "com.amazonaws.opsworks#CreateLayerRequest": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The layer stack ID.

", - "smithy.api#required": {} - } - }, - "Type": { - "target": "com.amazonaws.opsworks#LayerType", - "traits": { - "smithy.api#documentation": "

The layer type. A stack cannot have more than one built-in layer of the same type. It can have any number of custom layers. \n Built-in layers are not available in Chef 12 stacks.

", - "smithy.api#required": {} - } - }, - "Name": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "Shortname": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n

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

", - "smithy.api#required": {} - } - }, - "Attributes": { - "target": "com.amazonaws.opsworks#LayerAttributes", - "traits": { - "smithy.api#documentation": "

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

\n

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

" - } - }, - "CloudWatchLogsConfiguration": { - "target": "com.amazonaws.opsworks#CloudWatchLogsConfiguration", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "CustomInstanceProfileArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "CustomJson": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "CustomSecurityGroupIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

An array containing the layer custom security group IDs.

" - } - }, - "Packages": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

An array of Package objects that describes the layer packages.

" - } - }, - "VolumeConfigurations": { - "target": "com.amazonaws.opsworks#VolumeConfigurations", - "traits": { - "smithy.api#documentation": "

A VolumeConfigurations object that describes the layer's Amazon EBS volumes.

" - } - }, - "EnableAutoHealing": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether to disable auto healing for the layer.

" - } - }, - "AutoAssignElasticIps": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "AutoAssignPublicIps": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "CustomRecipes": { - "target": "com.amazonaws.opsworks#Recipes", - "traits": { - "smithy.api#documentation": "

A LayerCustomRecipes object that specifies the layer custom recipes.

" - } - }, - "InstallUpdatesOnBoot": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

\n
" - } - }, - "UseEbsOptimizedInstances": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether to use Amazon EBS-optimized instances.

" - } - }, - "LifecycleEventConfiguration": { - "target": "com.amazonaws.opsworks#LifecycleEventConfiguration", - "traits": { - "smithy.api#documentation": "

A LifeCycleEventConfiguration object that you can use to configure the Shutdown event to\n specify an execution timeout and enable or disable Elastic Load Balancer connection\n draining.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#CreateLayerResult": { - "type": "structure", - "members": { - "LayerId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The layer ID.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a CreateLayer request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#CreateStack": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#CreateStackRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#CreateStackResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates a new stack. For more information, see Create a New\n Stack.

\n

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

" - } - }, - "com.amazonaws.opsworks#CreateStackRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "Region": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

\n
", - "smithy.api#required": {} - } - }, - "VpcId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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 \n into this VPC. You cannot change the ID later.

\n \n

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

\n

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

\n \n

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

" - } - }, - "Attributes": { - "target": "com.amazonaws.opsworks#StackAttributes", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "ServiceRoleArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "DefaultInstanceProfileArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "DefaultOs": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

" - } - }, - "HostnameTheme": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

" - } - }, - "DefaultAvailabilityZone": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "DefaultSubnetId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "CustomJson": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n

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

\n

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

" - } - }, - "ConfigurationManager": { - "target": "com.amazonaws.opsworks#StackConfigurationManager", - "traits": { - "smithy.api#documentation": "

The configuration manager. When you create a stack we recommend that you use the configuration manager to specify the \n Chef version: 12, 11.10, or 11.4 for Linux stacks, or 12.2 for Windows stacks. The default value for Linux stacks is \n currently 12.

" - } - }, - "ChefConfiguration": { - "target": "com.amazonaws.opsworks#ChefConfiguration", - "traits": { - "smithy.api#documentation": "

A ChefConfiguration object that specifies whether to enable Berkshelf and the\n Berkshelf version on Chef 11.10 stacks. For more information, see Create a New Stack.

" - } - }, - "UseCustomCookbooks": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether the stack uses custom cookbooks.

" - } - }, - "UseOpsworksSecurityGroups": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

\n

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

\n \n

For more information, see Create a New\n Stack.

" - } - }, - "CustomCookbooksSource": { - "target": "com.amazonaws.opsworks#Source", - "traits": { - "smithy.api#documentation": "

Contains the information required to retrieve an app or cookbook from a repository. For more information, \n see Adding Apps or \n Cookbooks and Recipes.

" - } - }, - "DefaultSshKeyName": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "DefaultRootDeviceType": { - "target": "com.amazonaws.opsworks#RootDeviceType", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "AgentVersion": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

\n \n

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

\n
" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#CreateStackResult": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a CreateStack request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#CreateUserProfile": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#CreateUserProfileRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#CreateUserProfileResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates a new user profile.

\n

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

" - } - }, - "com.amazonaws.opsworks#CreateUserProfileRequest": { - "type": "structure", - "members": { - "IamUserArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "SshUsername": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "SshPublicKey": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The user's public SSH key.

" - } - }, - "AllowSelfManagement": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#CreateUserProfileResult": { - "type": "structure", - "members": { - "IamUserArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The user's IAM ARN.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a CreateUserProfile request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DailyAutoScalingSchedule": { - "type": "map", - "key": { - "target": "com.amazonaws.opsworks#Hour" - }, - "value": { - "target": "com.amazonaws.opsworks#Switch" - } - }, - "com.amazonaws.opsworks#DataSource": { - "type": "structure", - "members": { - "Type": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "Arn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The data source's ARN.

" - } - }, - "DatabaseName": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The database name.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes an app's data source.

" - } - }, - "com.amazonaws.opsworks#DataSources": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#DataSource" - } - }, - "com.amazonaws.opsworks#DateTime": { - "type": "string" - }, - "com.amazonaws.opsworks#DeleteApp": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DeleteAppRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Deletes a specified app.

\n

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

" - } - }, - "com.amazonaws.opsworks#DeleteAppRequest": { - "type": "structure", - "members": { - "AppId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The app ID.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DeleteInstance": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DeleteInstanceRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Deletes a specified instance, which terminates the associated Amazon EC2 instance. You must stop an instance before \n you can delete it.

\n

For more information, see Deleting\n Instances.

\n

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

" - } - }, - "com.amazonaws.opsworks#DeleteInstanceRequest": { - "type": "structure", - "members": { - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance ID.

", - "smithy.api#required": {} - } - }, - "DeleteElasticIp": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether to delete the instance Elastic IP address.

" - } - }, - "DeleteVolumes": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether to delete the instance's Amazon EBS volumes.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DeleteLayer": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DeleteLayerRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Deletes a specified layer. You must first stop and then delete all associated instances or\n unassign registered instances. For more information, see How to\n Delete a Layer.

\n

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

" - } - }, - "com.amazonaws.opsworks#DeleteLayerRequest": { - "type": "structure", - "members": { - "LayerId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The layer ID.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DeleteStack": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DeleteStackRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n

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

" - } - }, - "com.amazonaws.opsworks#DeleteStackRequest": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DeleteUserProfile": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DeleteUserProfileRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Deletes a user profile.

\n

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

" - } - }, - "com.amazonaws.opsworks#DeleteUserProfileRequest": { - "type": "structure", - "members": { - "IamUserArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#Deployment": { - "type": "structure", - "members": { - "DeploymentId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The deployment ID.

" - } - }, - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

" - } - }, - "AppId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The app ID.

" - } - }, - "CreatedAt": { - "target": "com.amazonaws.opsworks#DateTime", - "traits": { - "smithy.api#documentation": "

Date when the deployment was created.

" - } - }, - "CompletedAt": { - "target": "com.amazonaws.opsworks#DateTime", - "traits": { - "smithy.api#documentation": "

Date when the deployment completed.

" - } - }, - "Duration": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The deployment duration.

" - } - }, - "IamUserArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The user's IAM ARN.

" - } - }, - "Comment": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

A user-defined comment.

" - } - }, - "Command": { - "target": "com.amazonaws.opsworks#DeploymentCommand", - "traits": { - "smithy.api#documentation": "

Used to specify a stack or deployment command.

" - } - }, - "Status": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The deployment status:

\n " - } - }, - "CustomJson": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n

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

\n

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

" - } - }, - "InstanceIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

The IDs of the target instances.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes a deployment of a stack or app.

" - } - }, - "com.amazonaws.opsworks#DeploymentCommand": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.opsworks#DeploymentCommandName", - "traits": { - "smithy.api#documentation": "

Specifies the operation. You can specify only one command.

\n

For stacks, the following commands are available:

\n \n \n

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.

\n
\n

For apps, the following commands are available:

\n ", - "smithy.api#required": {} - } - }, - "Args": { - "target": "com.amazonaws.opsworks#DeploymentCommandArgs", - "traits": { - "smithy.api#documentation": "

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

\n

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

\n

The update_dependencies command takes two arguments:

\n \n

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

\n

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

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Used to specify a stack or deployment command.

" - } - }, - "com.amazonaws.opsworks#DeploymentCommandArgs": { - "type": "map", - "key": { - "target": "com.amazonaws.opsworks#String" - }, - "value": { - "target": "com.amazonaws.opsworks#Strings" - } - }, - "com.amazonaws.opsworks#DeploymentCommandName": { - "type": "enum", - "members": { - "install_dependencies": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "install_dependencies" - } - }, - "update_dependencies": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "update_dependencies" - } - }, - "update_custom_cookbooks": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "update_custom_cookbooks" - } - }, - "execute_recipes": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "execute_recipes" - } - }, - "configure": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "configure" - } - }, - "setup": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "setup" - } - }, - "deploy": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "deploy" - } - }, - "rollback": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "rollback" - } - }, - "start": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "start" - } - }, - "stop": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "stop" - } - }, - "restart": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "restart" - } - }, - "undeploy": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "undeploy" - } - } - } - }, - "com.amazonaws.opsworks#Deployments": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#Deployment" - } - }, - "com.amazonaws.opsworks#DeregisterEcsCluster": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DeregisterEcsClusterRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n

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

" - } - }, - "com.amazonaws.opsworks#DeregisterEcsClusterRequest": { - "type": "structure", - "members": { - "EcsClusterArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The cluster's Amazon Resource Number (ARN).

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DeregisterElasticIp": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DeregisterElasticIpRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n

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

" - } - }, - "com.amazonaws.opsworks#DeregisterElasticIpRequest": { - "type": "structure", - "members": { - "ElasticIp": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The Elastic IP address.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DeregisterInstance": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DeregisterInstanceRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n

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

" - } - }, - "com.amazonaws.opsworks#DeregisterInstanceRequest": { - "type": "structure", - "members": { - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance ID.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DeregisterRdsDbInstance": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DeregisterRdsDbInstanceRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Deregisters an Amazon RDS instance.

\n

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

" - } - }, - "com.amazonaws.opsworks#DeregisterRdsDbInstanceRequest": { - "type": "structure", - "members": { - "RdsDbInstanceArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The Amazon RDS instance's ARN.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DeregisterVolume": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DeregisterVolumeRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n

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

" - } - }, - "com.amazonaws.opsworks#DeregisterVolumeRequest": { - "type": "structure", - "members": { - "VolumeId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DescribeAgentVersions": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DescribeAgentVersionsRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#DescribeAgentVersionsResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "com.amazonaws.opsworks#DescribeAgentVersionsRequest": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

" - } - }, - "ConfigurationManager": { - "target": "com.amazonaws.opsworks#StackConfigurationManager", - "traits": { - "smithy.api#documentation": "

The configuration manager.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DescribeAgentVersionsResult": { - "type": "structure", - "members": { - "AgentVersions": { - "target": "com.amazonaws.opsworks#AgentVersions", - "traits": { - "smithy.api#documentation": "

The agent versions for the specified stack or configuration manager. Note that this value is the complete version number, \n not the abbreviated number used by the console.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a DescribeAgentVersions request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DescribeApps": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DescribeAppsRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#DescribeAppsResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Requests a description of a specified set of apps.

\n \n

This call accepts only one resource-identifying parameter.

\n
\n

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

", - "smithy.waiters#waitable": { - "AppExists": { - "acceptors": [ - { - "state": "success", - "matcher": { - "success": true - } - }, - { - "state": "failure", - "matcher": { - "success": false - } - } - ], - "minDelay": 1 - } - } - } - }, - "com.amazonaws.opsworks#DescribeAppsRequest": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "AppIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

An array of app IDs for the apps to be described. If you use this parameter,\n DescribeApps returns a description of the specified apps. Otherwise, it returns\n a description of every app.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DescribeAppsResult": { - "type": "structure", - "members": { - "Apps": { - "target": "com.amazonaws.opsworks#Apps", - "traits": { - "smithy.api#documentation": "

An array of App objects that describe the specified apps.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a DescribeApps request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DescribeCommands": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DescribeCommandsRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#DescribeCommandsResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Describes the results of specified commands.

\n \n

This call accepts only one resource-identifying parameter.

\n
\n

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

" - } - }, - "com.amazonaws.opsworks#DescribeCommandsRequest": { - "type": "structure", - "members": { - "DeploymentId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "CommandIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

An array of command IDs. If you include this parameter, DescribeCommands returns\n a description of the specified commands. Otherwise, it returns a description of every\n command.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DescribeCommandsResult": { - "type": "structure", - "members": { - "Commands": { - "target": "com.amazonaws.opsworks#Commands", - "traits": { - "smithy.api#documentation": "

An array of Command objects that describe each of the specified commands.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a DescribeCommands request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DescribeDeployments": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DescribeDeploymentsRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#DescribeDeploymentsResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Requests a description of a specified set of deployments.

\n \n

This call accepts only one resource-identifying parameter.

\n
\n

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

", - "smithy.waiters#waitable": { - "DeploymentSuccessful": { - "documentation": "Wait until a deployment has completed successfully.", - "acceptors": [ - { - "state": "success", - "matcher": { - "output": { - "path": "Deployments[].Status", - "expected": "successful", - "comparator": "allStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Deployments[].Status", - "expected": "failed", - "comparator": "anyStringEquals" - } - } - } - ], - "minDelay": 15 - } - } - } - }, - "com.amazonaws.opsworks#DescribeDeploymentsRequest": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID. If you include this parameter, the command returns a\n description of the commands associated with the specified stack.

" - } - }, - "AppId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The app ID. If you include this parameter, the command returns a\n description of the commands associated with the specified app.

" - } - }, - "DeploymentIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

An array of deployment IDs to be described. If you include this parameter,\n the command returns a description of the specified deployments.\n Otherwise, it returns a description of every deployment.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DescribeDeploymentsResult": { - "type": "structure", - "members": { - "Deployments": { - "target": "com.amazonaws.opsworks#Deployments", - "traits": { - "smithy.api#documentation": "

An array of Deployment objects that describe the deployments.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a DescribeDeployments request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DescribeEcsClusters": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DescribeEcsClustersRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#DescribeEcsClustersResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n

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

\n

This call accepts only one resource-identifying parameter.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "items": "EcsClusters", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.opsworks#DescribeEcsClustersRequest": { - "type": "structure", - "members": { - "EcsClusterArns": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

A list of ARNs, one for each cluster to be described.

" - } - }, - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

A stack ID.\n DescribeEcsClusters returns a description of the cluster that is registered with the stack.

" - } - }, - "NextToken": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

If the previous paginated request did not return all of the remaining results,\n the response object'sNextToken parameter value is set to a token.\n To retrieve the next set of results, call DescribeEcsClusters\n again and assign that token to the request object's NextToken parameter.\n If there are no remaining results, the previous response\n object's NextToken parameter is set to null.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

To receive a paginated response, use this parameter to specify the maximum number\n of results to be returned with a single call. If the number of available results exceeds this maximum, the\n response includes a NextToken value that you can assign\n to the NextToken request parameter to get the next set of results.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DescribeEcsClustersResult": { - "type": "structure", - "members": { - "EcsClusters": { - "target": "com.amazonaws.opsworks#EcsClusters", - "traits": { - "smithy.api#documentation": "

A list of EcsCluster objects containing the cluster descriptions.

" - } - }, - "NextToken": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

If a paginated request does not return all of the remaining results, this parameter is set to a token that\n you can assign to the request object's NextToken parameter to retrieve the next set of results.\n If the previous paginated request returned all of the remaining results,\n this parameter is set to null.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a DescribeEcsClusters request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DescribeElasticIps": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DescribeElasticIpsRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#DescribeElasticIpsResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Describes Elastic IP addresses.

\n \n

This call accepts only one resource-identifying parameter.

\n
\n

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

" - } - }, - "com.amazonaws.opsworks#DescribeElasticIpsRequest": { - "type": "structure", - "members": { - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance ID. If you include this parameter, DescribeElasticIps returns a\n description of the Elastic IP addresses associated with the specified instance.

" - } - }, - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

A stack ID. If you include this parameter, DescribeElasticIps returns a\n description of the Elastic IP addresses that are registered with the specified stack.

" - } - }, - "Ips": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

An array of Elastic IP addresses to be described. If you include this parameter,\n DescribeElasticIps returns a description of the specified Elastic IP addresses.\n Otherwise, it returns a description of every Elastic IP address.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DescribeElasticIpsResult": { - "type": "structure", - "members": { - "ElasticIps": { - "target": "com.amazonaws.opsworks#ElasticIps", - "traits": { - "smithy.api#documentation": "

An ElasticIps object that describes the specified Elastic IP addresses.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a DescribeElasticIps request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DescribeElasticLoadBalancers": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DescribeElasticLoadBalancersRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#DescribeElasticLoadBalancersResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Describes a stack's Elastic Load Balancing instances.

\n \n

This call accepts only one resource-identifying parameter.

\n
\n

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

" - } - }, - "com.amazonaws.opsworks#DescribeElasticLoadBalancersRequest": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

A stack ID. The action describes the stack's Elastic Load Balancing instances.

" - } - }, - "LayerIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DescribeElasticLoadBalancersResult": { - "type": "structure", - "members": { - "ElasticLoadBalancers": { - "target": "com.amazonaws.opsworks#ElasticLoadBalancers", - "traits": { - "smithy.api#documentation": "

A list of ElasticLoadBalancer objects that describe the specified Elastic Load Balancing\n instances.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a DescribeElasticLoadBalancers request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DescribeInstances": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DescribeInstancesRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#DescribeInstancesResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Requests a description of a set of instances.

\n \n

This call accepts only one resource-identifying parameter.

\n
\n

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

", - "smithy.waiters#waitable": { - "InstanceOnline": { - "documentation": "Wait until OpsWorks instance is online.", - "acceptors": [ - { - "state": "success", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "online", - "comparator": "allStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "setup_failed", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "shutting_down", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "start_failed", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "stopped", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "stopping", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "terminating", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "terminated", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "stop_failed", - "comparator": "anyStringEquals" - } - } - } - ], - "minDelay": 15 - }, - "InstanceRegistered": { - "documentation": "Wait until OpsWorks instance is registered.", - "acceptors": [ - { - "state": "success", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "registered", - "comparator": "allStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "setup_failed", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "shutting_down", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "stopped", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "stopping", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "terminating", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "terminated", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "stop_failed", - "comparator": "anyStringEquals" - } - } - } - ], - "minDelay": 15 - }, - "InstanceStopped": { - "documentation": "Wait until OpsWorks instance is stopped.", - "acceptors": [ - { - "state": "success", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "stopped", - "comparator": "allStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "booting", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "pending", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "rebooting", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "requested", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "running_setup", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "setup_failed", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "start_failed", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "stop_failed", - "comparator": "anyStringEquals" - } - } - } - ], - "minDelay": 15 - }, - "InstanceTerminated": { - "documentation": "Wait until OpsWorks instance is terminated.", - "acceptors": [ - { - "state": "success", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "terminated", - "comparator": "allStringEquals" - } - } - }, - { - "state": "success", - "matcher": { - "errorType": "ResourceNotFoundException" - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "booting", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "online", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "pending", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "rebooting", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "requested", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "running_setup", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "setup_failed", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Instances[].Status", - "expected": "start_failed", - "comparator": "anyStringEquals" - } - } - } - ], - "minDelay": 15 - } - } - } - }, - "com.amazonaws.opsworks#DescribeInstancesRequest": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

A stack ID. If you use this parameter, DescribeInstances returns descriptions of\n the instances associated with the specified stack.

" - } - }, - "LayerId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

A layer ID. If you use this parameter, DescribeInstances returns descriptions of\n the instances associated with the specified layer.

" - } - }, - "InstanceIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

An array of instance IDs to be described. If you use this parameter,\n DescribeInstances returns a description of the specified instances. Otherwise,\n it returns a description of every instance.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DescribeInstancesResult": { - "type": "structure", - "members": { - "Instances": { - "target": "com.amazonaws.opsworks#Instances", - "traits": { - "smithy.api#documentation": "

An array of Instance objects that describe the instances.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a DescribeInstances request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DescribeLayers": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DescribeLayersRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#DescribeLayersResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n \n

This call accepts only one resource-identifying parameter.

\n
\n

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

" - } - }, - "com.amazonaws.opsworks#DescribeLayersRequest": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

" - } - }, - "LayerIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

An array of layer IDs that specify the layers to be described. If you omit this parameter,\n DescribeLayers returns a description of every layer in the specified stack.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DescribeLayersResult": { - "type": "structure", - "members": { - "Layers": { - "target": "com.amazonaws.opsworks#Layers", - "traits": { - "smithy.api#documentation": "

An array of Layer objects that describe the layers.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a DescribeLayers request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DescribeLoadBasedAutoScaling": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DescribeLoadBasedAutoScalingRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#DescribeLoadBasedAutoScalingResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Describes load-based auto scaling configurations for specified layers.

\n \n

You must specify at least one of the parameters.

\n
\n

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

" - } - }, - "com.amazonaws.opsworks#DescribeLoadBasedAutoScalingRequest": { - "type": "structure", - "members": { - "LayerIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

An array of layer IDs.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DescribeLoadBasedAutoScalingResult": { - "type": "structure", - "members": { - "LoadBasedAutoScalingConfigurations": { - "target": "com.amazonaws.opsworks#LoadBasedAutoScalingConfigurations", - "traits": { - "smithy.api#documentation": "

An array of LoadBasedAutoScalingConfiguration objects that describe each layer's\n configuration.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a DescribeLoadBasedAutoScaling request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DescribeMyUserProfile": { - "type": "operation", - "input": { - "target": "smithy.api#Unit" - }, - "output": { - "target": "com.amazonaws.opsworks#DescribeMyUserProfileResult" - }, - "traits": { - "smithy.api#documentation": "

Describes a user's SSH information.

\n

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

" - } - }, - "com.amazonaws.opsworks#DescribeMyUserProfileResult": { - "type": "structure", - "members": { - "UserProfile": { - "target": "com.amazonaws.opsworks#SelfUserProfile", - "traits": { - "smithy.api#documentation": "

A UserProfile object that describes the user's SSH information.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a DescribeMyUserProfile request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DescribeOperatingSystems": { - "type": "operation", - "input": { - "target": "smithy.api#Unit" - }, - "output": { - "target": "com.amazonaws.opsworks#DescribeOperatingSystemsResponse" - }, - "traits": { - "smithy.api#documentation": "

Describes the operating systems that are supported by OpsWorks Stacks.

" - } - }, - "com.amazonaws.opsworks#DescribeOperatingSystemsResponse": { - "type": "structure", - "members": { - "OperatingSystems": { - "target": "com.amazonaws.opsworks#OperatingSystems", - "traits": { - "smithy.api#documentation": "

Contains information in response to a DescribeOperatingSystems request.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The response to a DescribeOperatingSystems request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DescribePermissions": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DescribePermissionsRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#DescribePermissionsResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Describes the permissions for a specified stack.

\n

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

" - } - }, - "com.amazonaws.opsworks#DescribePermissionsRequest": { - "type": "structure", - "members": { - "IamUserArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The user's IAM ARN. This can also be a federated user's ARN. For more information about IAM \n ARNs, see Using\n Identifiers.

" - } - }, - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DescribePermissionsResult": { - "type": "structure", - "members": { - "Permissions": { - "target": "com.amazonaws.opsworks#Permissions", - "traits": { - "smithy.api#documentation": "

An array of Permission objects that describe the stack permissions.

\n " - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a DescribePermissions request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DescribeRaidArrays": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DescribeRaidArraysRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#DescribeRaidArraysResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Describe an instance's RAID arrays.

\n \n

This call accepts only one resource-identifying parameter.

\n
\n

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

" - } - }, - "com.amazonaws.opsworks#DescribeRaidArraysRequest": { - "type": "structure", - "members": { - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance ID. If you use this parameter, DescribeRaidArrays returns\n descriptions of the RAID arrays associated with the specified instance.

" - } - }, - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

" - } - }, - "RaidArrayIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DescribeRaidArraysResult": { - "type": "structure", - "members": { - "RaidArrays": { - "target": "com.amazonaws.opsworks#RaidArrays", - "traits": { - "smithy.api#documentation": "

A RaidArrays object that describes the specified RAID arrays.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a DescribeRaidArrays request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DescribeRdsDbInstances": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DescribeRdsDbInstancesRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#DescribeRdsDbInstancesResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Describes Amazon RDS instances.

\n

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

\n

This call accepts only one resource-identifying parameter.

" - } - }, - "com.amazonaws.opsworks#DescribeRdsDbInstancesRequest": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The ID of the stack with which the instances are registered. The operation returns descriptions of all registered \n Amazon RDS instances.

", - "smithy.api#required": {} - } - }, - "RdsDbInstanceArns": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DescribeRdsDbInstancesResult": { - "type": "structure", - "members": { - "RdsDbInstances": { - "target": "com.amazonaws.opsworks#RdsDbInstances", - "traits": { - "smithy.api#documentation": "

An a array of RdsDbInstance objects that describe the instances.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a DescribeRdsDbInstances request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DescribeServiceErrors": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DescribeServiceErrorsRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#DescribeServiceErrorsResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Describes OpsWorks Stacks service errors.

\n

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

\n

This call accepts only one resource-identifying parameter.

" - } - }, - "com.amazonaws.opsworks#DescribeServiceErrorsRequest": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "ServiceErrorIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DescribeServiceErrorsResult": { - "type": "structure", - "members": { - "ServiceErrors": { - "target": "com.amazonaws.opsworks#ServiceErrors", - "traits": { - "smithy.api#documentation": "

An array of ServiceError objects that describe the specified service errors.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a DescribeServiceErrors request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DescribeStackProvisioningParameters": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DescribeStackProvisioningParametersRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#DescribeStackProvisioningParametersResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Requests a description of a stack's provisioning parameters.

\n

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

" - } - }, - "com.amazonaws.opsworks#DescribeStackProvisioningParametersRequest": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DescribeStackProvisioningParametersResult": { - "type": "structure", - "members": { - "AgentInstallerUrl": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The OpsWorks Stacks agent installer's URL.

" - } - }, - "Parameters": { - "target": "com.amazonaws.opsworks#Parameters", - "traits": { - "smithy.api#documentation": "

An embedded object that contains the provisioning parameters.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a DescribeStackProvisioningParameters request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DescribeStackSummary": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DescribeStackSummaryRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#DescribeStackSummaryResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n

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

" - } - }, - "com.amazonaws.opsworks#DescribeStackSummaryRequest": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DescribeStackSummaryResult": { - "type": "structure", - "members": { - "StackSummary": { - "target": "com.amazonaws.opsworks#StackSummary", - "traits": { - "smithy.api#documentation": "

A StackSummary object that contains the results.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a DescribeStackSummary request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DescribeStacks": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DescribeStacksRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#DescribeStacksResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Requests a description of one or more stacks.

\n

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

" - } - }, - "com.amazonaws.opsworks#DescribeStacksRequest": { - "type": "structure", - "members": { - "StackIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

An array of stack IDs that specify the stacks to be described. If you omit this parameter, and have permissions to get information \n about all stacks, DescribeStacks returns a description of every stack. If the IAM policy that is attached to an IAM \n 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. \n Otherwise, DescribeStacks returns an AccessDenied error.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DescribeStacksResult": { - "type": "structure", - "members": { - "Stacks": { - "target": "com.amazonaws.opsworks#Stacks", - "traits": { - "smithy.api#documentation": "

An array of Stack objects that describe the stacks.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a DescribeStacks request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DescribeTimeBasedAutoScaling": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DescribeTimeBasedAutoScalingRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#DescribeTimeBasedAutoScalingResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Describes time-based auto scaling configurations for specified instances.

\n \n

You must specify at least one of the parameters.

\n
\n

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

" - } - }, - "com.amazonaws.opsworks#DescribeTimeBasedAutoScalingRequest": { - "type": "structure", - "members": { - "InstanceIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

An array of instance IDs.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DescribeTimeBasedAutoScalingResult": { - "type": "structure", - "members": { - "TimeBasedAutoScalingConfigurations": { - "target": "com.amazonaws.opsworks#TimeBasedAutoScalingConfigurations", - "traits": { - "smithy.api#documentation": "

An array of TimeBasedAutoScalingConfiguration objects that describe the\n configuration for the specified instances.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a DescribeTimeBasedAutoScaling request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DescribeUserProfiles": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DescribeUserProfilesRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#DescribeUserProfilesResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Describe specified users.

\n

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

" - } - }, - "com.amazonaws.opsworks#DescribeUserProfilesRequest": { - "type": "structure", - "members": { - "IamUserArns": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DescribeUserProfilesResult": { - "type": "structure", - "members": { - "UserProfiles": { - "target": "com.amazonaws.opsworks#UserProfiles", - "traits": { - "smithy.api#documentation": "

A Users object that describes the specified users.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a DescribeUserProfiles request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DescribeVolumes": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DescribeVolumesRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#DescribeVolumesResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Describes an instance's Amazon EBS volumes.

\n \n

This call accepts only one resource-identifying parameter.

\n
\n

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

" - } - }, - "com.amazonaws.opsworks#DescribeVolumesRequest": { - "type": "structure", - "members": { - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "RaidArrayId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The RAID array ID. If you use this parameter, DescribeVolumes returns\n descriptions of the volumes associated with the specified RAID array.

" - } - }, - "VolumeIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DescribeVolumesResult": { - "type": "structure", - "members": { - "Volumes": { - "target": "com.amazonaws.opsworks#Volumes", - "traits": { - "smithy.api#documentation": "

An array of volume IDs.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a DescribeVolumes request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#DetachElasticLoadBalancer": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DetachElasticLoadBalancerRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Detaches a specified Elastic Load Balancing instance from its layer.

\n

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

" - } - }, - "com.amazonaws.opsworks#DetachElasticLoadBalancerRequest": { - "type": "structure", - "members": { - "ElasticLoadBalancerName": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The Elastic Load Balancing instance's name.

", - "smithy.api#required": {} - } - }, - "LayerId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#DisassociateElasticIp": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#DisassociateElasticIpRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Disassociates an Elastic IP address from its instance. The address remains registered with\n the stack. For more information, see Resource Management.

\n

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

" - } - }, - "com.amazonaws.opsworks#DisassociateElasticIpRequest": { - "type": "structure", - "members": { - "ElasticIp": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The Elastic IP address.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#Double": { - "type": "double" - }, - "com.amazonaws.opsworks#EbsBlockDevice": { - "type": "structure", - "members": { - "SnapshotId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The snapshot ID.

" - } - }, - "Iops": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of I/O operations per second (IOPS) that the volume supports. For more\n information, see EbsBlockDevice.

" - } - }, - "VolumeSize": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The volume size, in GiB. For more information, see EbsBlockDevice.

" - } - }, - "VolumeType": { - "target": "com.amazonaws.opsworks#VolumeType", - "traits": { - "smithy.api#documentation": "

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

\n

If you specify the io1 volume type, you must also specify a value for the Iops attribute. \n 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) \n specified in the AMI attributes to set IOPS to 50 x (volume size).

" - } - }, - "DeleteOnTermination": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether the volume is deleted on instance termination.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes an Amazon EBS volume. This data type maps directly to the Amazon EC2 EbsBlockDevice\n data type.

" - } - }, - "com.amazonaws.opsworks#EcsCluster": { - "type": "structure", - "members": { - "EcsClusterArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The cluster's ARN.

" - } - }, - "EcsClusterName": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The cluster name.

" - } - }, - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

" - } - }, - "RegisteredAt": { - "target": "com.amazonaws.opsworks#DateTime", - "traits": { - "smithy.api#documentation": "

The time and date that the cluster was registered with the stack.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes a registered Amazon ECS cluster.

" - } - }, - "com.amazonaws.opsworks#EcsClusters": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#EcsCluster" - } - }, - "com.amazonaws.opsworks#ElasticIp": { - "type": "structure", - "members": { - "Ip": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The IP address.

" - } - }, - "Name": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "Domain": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The domain.

" - } - }, - "Region": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes an Elastic IP address.

" - } - }, - "com.amazonaws.opsworks#ElasticIps": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#ElasticIp" - } - }, - "com.amazonaws.opsworks#ElasticLoadBalancer": { - "type": "structure", - "members": { - "ElasticLoadBalancerName": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The Elastic Load Balancing instance name.

" - } - }, - "Region": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance's Amazon Web Services Region.

" - } - }, - "DnsName": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance's public DNS name.

" - } - }, - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "LayerId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "VpcId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The VPC ID.

" - } - }, - "AvailabilityZones": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

A list of Availability Zones.

" - } - }, - "SubnetIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "Ec2InstanceIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes an Elastic Load Balancing instance.

" - } - }, - "com.amazonaws.opsworks#ElasticLoadBalancers": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#ElasticLoadBalancer" - } - }, - "com.amazonaws.opsworks#EnvironmentVariable": { - "type": "structure", - "members": { - "Key": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "Value": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "Secure": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Represents an app's environment variable.

" - } - }, - "com.amazonaws.opsworks#EnvironmentVariables": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#EnvironmentVariable" - } - }, - "com.amazonaws.opsworks#GetHostnameSuggestion": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#GetHostnameSuggestionRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#GetHostnameSuggestionResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Gets a generated host name for the specified layer, based on the current host name theme.

\n

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

" - } - }, - "com.amazonaws.opsworks#GetHostnameSuggestionRequest": { - "type": "structure", - "members": { - "LayerId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The layer ID.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#GetHostnameSuggestionResult": { - "type": "structure", - "members": { - "LayerId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The layer ID.

" - } - }, - "Hostname": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The generated host name.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a GetHostnameSuggestion request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#GrantAccess": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#GrantAccessRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#GrantAccessResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "\n

This action can be used only with Windows stacks.

\n
\n

Grants RDP access to a Windows instance for a specified time period.

" - } - }, - "com.amazonaws.opsworks#GrantAccessRequest": { - "type": "structure", - "members": { - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance's OpsWorks Stacks ID.

", - "smithy.api#required": {} - } - }, - "ValidForInMinutes": { - "target": "com.amazonaws.opsworks#ValidForInMinutes", - "traits": { - "smithy.api#documentation": "

The length of time (in minutes) that the grant is valid. When the grant expires at the end of this period, \n 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 \n logged out.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#GrantAccessResult": { - "type": "structure", - "members": { - "TemporaryCredential": { - "target": "com.amazonaws.opsworks#TemporaryCredential", - "traits": { - "smithy.api#documentation": "

A TemporaryCredential object that contains the data needed to log in to the\n instance by RDP clients, such as the Microsoft Remote Desktop Connection.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a GrantAccess request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#Hour": { - "type": "string" - }, - "com.amazonaws.opsworks#Instance": { - "type": "structure", - "members": { - "AgentVersion": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "AmiId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "Architecture": { - "target": "com.amazonaws.opsworks#Architecture", - "traits": { - "smithy.api#documentation": "

The instance architecture: \"i386\" or \"x86_64\".

" - } - }, - "Arn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance's Amazon Resource Number (ARN).

" - } - }, - "AutoScalingType": { - "target": "com.amazonaws.opsworks#AutoScalingType", - "traits": { - "smithy.api#documentation": "

For load-based or time-based instances, the type.

" - } - }, - "AvailabilityZone": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "BlockDeviceMappings": { - "target": "com.amazonaws.opsworks#BlockDeviceMappings", - "traits": { - "smithy.api#documentation": "

An array of BlockDeviceMapping objects that specify the instance's block device\n mappings.

" - } - }, - "CreatedAt": { - "target": "com.amazonaws.opsworks#DateTime", - "traits": { - "smithy.api#documentation": "

The time that the instance was created.

" - } - }, - "EbsOptimized": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether this is an Amazon EBS-optimized instance.

" - } - }, - "Ec2InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The ID of the associated Amazon EC2 instance.

" - } - }, - "EcsClusterArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "EcsContainerInstanceArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

For container instances, the instance's ARN.

" - } - }, - "ElasticIp": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance Elastic IP address.

" - } - }, - "Hostname": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n " - } - }, - "InfrastructureClass": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "InstallUpdatesOnBoot": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

\n
" - } - }, - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance ID.

" - } - }, - "InstanceProfileArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "InstanceType": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance type, such as t2.micro.

" - } - }, - "LastServiceErrorId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The ID of the last service error. For more information, call\n DescribeServiceErrors.

" - } - }, - "LayerIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

An array containing the instance layer IDs.

" - } - }, - "Os": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance's operating system.

" - } - }, - "Platform": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance's platform.

" - } - }, - "PrivateDns": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance's private DNS name.

" - } - }, - "PrivateIp": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance's private IP address.

" - } - }, - "PublicDns": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance public DNS name.

" - } - }, - "PublicIp": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance public IP address.

" - } - }, - "RegisteredBy": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

For registered instances, who performed the registration.

" - } - }, - "ReportedAgentVersion": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance's reported OpsWorks Stacks agent version.

" - } - }, - "ReportedOs": { - "target": "com.amazonaws.opsworks#ReportedOs", - "traits": { - "smithy.api#documentation": "

For registered instances, the reported operating system.

" - } - }, - "RootDeviceType": { - "target": "com.amazonaws.opsworks#RootDeviceType", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "RootDeviceVolumeId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The root device volume ID.

" - } - }, - "SecurityGroupIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

An array containing the instance security group IDs.

" - } - }, - "SshHostDsaKeyFingerprint": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "SshHostRsaKeyFingerprint": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The SSH key's RSA fingerprint.

" - } - }, - "SshKeyName": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance's Amazon EC2 key-pair name.

" - } - }, - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

" - } - }, - "Status": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance status:

\n " - } - }, - "SubnetId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance's subnet ID; applicable only if the stack is running in a VPC.

" - } - }, - "Tenancy": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance's tenancy option, such as dedicated or host.

" - } - }, - "VirtualizationType": { - "target": "com.amazonaws.opsworks#VirtualizationType", - "traits": { - "smithy.api#documentation": "

The instance's virtualization type: paravirtual or hvm.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes an instance.

" - } - }, - "com.amazonaws.opsworks#InstanceIdentity": { - "type": "structure", - "members": { - "Document": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

A JSON document that contains the metadata.

" - } - }, - "Signature": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

A signature that can be used to verify the document's accuracy and authenticity.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains a description of an Amazon EC2 instance from the Amazon EC2 metadata service. For more\n information, see Instance Metadata and User Data.

" - } - }, - "com.amazonaws.opsworks#Instances": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#Instance" - } - }, - "com.amazonaws.opsworks#InstancesCount": { - "type": "structure", - "members": { - "Assigning": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of instances in the Assigning state.

" - } - }, - "Booting": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of instances with booting status.

" - } - }, - "ConnectionLost": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of instances with connection_lost status.

" - } - }, - "Deregistering": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of instances in the Deregistering state.

" - } - }, - "Online": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of instances with online status.

" - } - }, - "Pending": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of instances with pending status.

" - } - }, - "Rebooting": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of instances with rebooting status.

" - } - }, - "Registered": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of instances in the Registered state.

" - } - }, - "Registering": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of instances in the Registering state.

" - } - }, - "Requested": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of instances with requested status.

" - } - }, - "RunningSetup": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of instances with running_setup status.

" - } - }, - "SetupFailed": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of instances with setup_failed status.

" - } - }, - "ShuttingDown": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of instances with shutting_down status.

" - } - }, - "StartFailed": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of instances with start_failed status.

" - } - }, - "StopFailed": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of instances with stop_failed status.

" - } - }, - "Stopped": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of instances with stopped status.

" - } - }, - "Stopping": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of instances with stopping status.

" - } - }, - "Terminated": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of instances with terminated status.

" - } - }, - "Terminating": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of instances with terminating status.

" - } - }, - "Unassigning": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of instances in the Unassigning state.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes how many instances a stack has for each status.

" - } - }, - "com.amazonaws.opsworks#Integer": { - "type": "integer" - }, - "com.amazonaws.opsworks#Layer": { - "type": "structure", - "members": { - "Arn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Number (ARN) of a layer.

" - } - }, - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The layer stack ID.

" - } - }, - "LayerId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The layer ID.

" - } - }, - "Type": { - "target": "com.amazonaws.opsworks#LayerType", - "traits": { - "smithy.api#documentation": "

The layer type.

" - } - }, - "Name": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "Shortname": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The layer short name.

" - } - }, - "Attributes": { - "target": "com.amazonaws.opsworks#LayerAttributes", - "traits": { - "smithy.api#documentation": "

The layer attributes.

\n

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

\n

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

" - } - }, - "CloudWatchLogsConfiguration": { - "target": "com.amazonaws.opsworks#CloudWatchLogsConfiguration", - "traits": { - "smithy.api#documentation": "

The Amazon CloudWatch Logs configuration settings for the layer.

" - } - }, - "CustomInstanceProfileArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "CustomJson": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "CustomSecurityGroupIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "DefaultSecurityGroupNames": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

An array containing the layer's security group names.

" - } - }, - "Packages": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

An array of Package objects that describe the layer's packages.

" - } - }, - "VolumeConfigurations": { - "target": "com.amazonaws.opsworks#VolumeConfigurations", - "traits": { - "smithy.api#documentation": "

A VolumeConfigurations object that describes the layer's Amazon EBS volumes.

" - } - }, - "EnableAutoHealing": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether auto healing is disabled for the layer.

" - } - }, - "AutoAssignElasticIps": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "AutoAssignPublicIps": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "DefaultRecipes": { - "target": "com.amazonaws.opsworks#Recipes", - "traits": { - "smithy.api#documentation": "

OpsWorks Stacks supports five lifecycle events: setup, configuration, \n deploy, undeploy, and shutdown.\n For each layer, OpsWorks Stacks runs a set of standard recipes for each event. You can also provide \n custom recipes for any or all layers and events. OpsWorks Stacks runs custom event recipes after the standard \n recipes. LayerCustomRecipes specifies the custom recipes for a particular layer to be run in response to each of \n the five events.

\n

To specify a recipe, use the cookbook's directory name in the repository followed by two colons and the recipe \n name, which is the recipe's file name without the .rb extension. For example: phpapp2::dbsetup specifies the \n dbsetup.rb recipe in the repository's phpapp2 folder.

" - } - }, - "CustomRecipes": { - "target": "com.amazonaws.opsworks#Recipes", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "CreatedAt": { - "target": "com.amazonaws.opsworks#DateTime", - "traits": { - "smithy.api#documentation": "

Date when the layer was created.

" - } - }, - "InstallUpdatesOnBoot": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

\n
" - } - }, - "UseEbsOptimizedInstances": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether the layer uses Amazon EBS-optimized instances.

" - } - }, - "LifecycleEventConfiguration": { - "target": "com.amazonaws.opsworks#LifecycleEventConfiguration", - "traits": { - "smithy.api#documentation": "

A LifeCycleEventConfiguration object that specifies the Shutdown event\n configuration.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes a layer.

" - } - }, - "com.amazonaws.opsworks#LayerAttributes": { - "type": "map", - "key": { - "target": "com.amazonaws.opsworks#LayerAttributesKeys" - }, - "value": { - "target": "com.amazonaws.opsworks#String" - } - }, - "com.amazonaws.opsworks#LayerAttributesKeys": { - "type": "enum", - "members": { - "EcsClusterArn": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "EcsClusterArn" - } - }, - "EnableHaproxyStats": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "EnableHaproxyStats" - } - }, - "HaproxyStatsUrl": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "HaproxyStatsUrl" - } - }, - "HaproxyStatsUser": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "HaproxyStatsUser" - } - }, - "HaproxyStatsPassword": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "HaproxyStatsPassword" - } - }, - "HaproxyHealthCheckUrl": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "HaproxyHealthCheckUrl" - } - }, - "HaproxyHealthCheckMethod": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "HaproxyHealthCheckMethod" - } - }, - "MysqlRootPassword": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "MysqlRootPassword" - } - }, - "MysqlRootPasswordUbiquitous": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "MysqlRootPasswordUbiquitous" - } - }, - "GangliaUrl": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "GangliaUrl" - } - }, - "GangliaUser": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "GangliaUser" - } - }, - "GangliaPassword": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "GangliaPassword" - } - }, - "MemcachedMemory": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "MemcachedMemory" - } - }, - "NodejsVersion": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "NodejsVersion" - } - }, - "RubyVersion": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "RubyVersion" - } - }, - "RubygemsVersion": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "RubygemsVersion" - } - }, - "ManageBundler": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ManageBundler" - } - }, - "BundlerVersion": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "BundlerVersion" - } - }, - "RailsStack": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "RailsStack" - } - }, - "PassengerVersion": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "PassengerVersion" - } - }, - "Jvm": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "Jvm" - } - }, - "JvmVersion": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "JvmVersion" - } - }, - "JvmOptions": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "JvmOptions" - } - }, - "JavaAppServer": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "JavaAppServer" - } - }, - "JavaAppServerVersion": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "JavaAppServerVersion" - } - } - } - }, - "com.amazonaws.opsworks#LayerType": { - "type": "enum", - "members": { - "aws_flow_ruby": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "aws-flow-ruby" - } - }, - "ecs_cluster": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ecs-cluster" - } - }, - "java_app": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "java-app" - } - }, - "lb": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "lb" - } - }, - "web": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "web" - } - }, - "php_app": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "php-app" - } - }, - "rails_app": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "rails-app" - } - }, - "nodejs_app": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "nodejs-app" - } - }, - "memcached": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "memcached" - } - }, - "db_master": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "db-master" - } - }, - "monitoring_master": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "monitoring-master" - } - }, - "custom": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "custom" - } - } - } - }, - "com.amazonaws.opsworks#Layers": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#Layer" - } - }, - "com.amazonaws.opsworks#LifecycleEventConfiguration": { - "type": "structure", - "members": { - "Shutdown": { - "target": "com.amazonaws.opsworks#ShutdownEventConfiguration", - "traits": { - "smithy.api#documentation": "

A ShutdownEventConfiguration object that specifies the Shutdown event\n configuration.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Specifies the lifecycle event configuration

" - } - }, - "com.amazonaws.opsworks#ListTags": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#ListTagsRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#ListTagsResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Returns a list of tags that are applied to the specified stack or layer.

" - } - }, - "com.amazonaws.opsworks#ListTagsRequest": { - "type": "structure", - "members": { - "ResourceArn": { - "target": "com.amazonaws.opsworks#ResourceArn", - "traits": { - "smithy.api#documentation": "

The stack or layer's Amazon Resource Number (ARN).

", - "smithy.api#required": {} - } - }, - "MaxResults": { - "target": "com.amazonaws.opsworks#MaxResults", - "traits": { - "smithy.api#default": 0, - "smithy.api#documentation": "

Do not use. A validation exception occurs if you add a MaxResults parameter to a ListTagsRequest \n call.\n

" - } - }, - "NextToken": { - "target": "com.amazonaws.opsworks#NextToken", - "traits": { - "smithy.api#documentation": "

Do not use. A validation exception occurs if you add a NextToken parameter to a ListTagsRequest \n call.\n

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#ListTagsResult": { - "type": "structure", - "members": { - "Tags": { - "target": "com.amazonaws.opsworks#Tags", - "traits": { - "smithy.api#documentation": "

A set of key-value pairs that contain tag keys and tag values that are attached to a stack or layer.

" - } - }, - "NextToken": { - "target": "com.amazonaws.opsworks#NextToken", - "traits": { - "smithy.api#documentation": "

If a paginated request does not return all of the remaining results, this parameter is set to a token that\n you can assign to the request object's NextToken parameter to get the next set of results.\n If the previous paginated request returned all of the remaining results,\n this parameter is set to null.\n

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a ListTags request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#LoadBasedAutoScalingConfiguration": { - "type": "structure", - "members": { - "LayerId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The layer ID.

" - } - }, - "Enable": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether load-based auto scaling is enabled for the layer.

" - } - }, - "UpScaling": { - "target": "com.amazonaws.opsworks#AutoScalingThresholds", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "DownScaling": { - "target": "com.amazonaws.opsworks#AutoScalingThresholds", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes a layer's load-based auto scaling configuration.

" - } - }, - "com.amazonaws.opsworks#LoadBasedAutoScalingConfigurations": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#LoadBasedAutoScalingConfiguration" - } - }, - "com.amazonaws.opsworks#MaxResults": { - "type": "integer", - "traits": { - "smithy.api#default": 0 - } - }, - "com.amazonaws.opsworks#Minute": { - "type": "integer", - "traits": { - "smithy.api#range": { - "min": 1, - "max": 100 - } - } - }, - "com.amazonaws.opsworks#NextToken": { - "type": "string" - }, - "com.amazonaws.opsworks#OperatingSystem": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "Id": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "Type": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "ConfigurationManagers": { - "target": "com.amazonaws.opsworks#OperatingSystemConfigurationManagers", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "ReportedName": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

A short name for the operating system manufacturer.

" - } - }, - "ReportedVersion": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "Supported": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes supported operating systems in OpsWorks Stacks.

" - } - }, - "com.amazonaws.opsworks#OperatingSystemConfigurationManager": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The name of the configuration manager, which is Chef.

" - } - }, - "Version": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The versions of the configuration manager that are supported by an operating system.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

A block that contains information about the configuration manager (Chef) and the versions of the \n configuration manager that are supported for an operating system.

" - } - }, - "com.amazonaws.opsworks#OperatingSystemConfigurationManagers": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#OperatingSystemConfigurationManager" - } - }, - "com.amazonaws.opsworks#OperatingSystems": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#OperatingSystem" - } - }, - "com.amazonaws.opsworks#OpsWorks_20130218": { - "type": "service", - "version": "2013-02-18", - "operations": [ - { - "target": "com.amazonaws.opsworks#AssignInstance" - }, - { - "target": "com.amazonaws.opsworks#AssignVolume" - }, - { - "target": "com.amazonaws.opsworks#AssociateElasticIp" - }, - { - "target": "com.amazonaws.opsworks#AttachElasticLoadBalancer" - }, - { - "target": "com.amazonaws.opsworks#CloneStack" - }, - { - "target": "com.amazonaws.opsworks#CreateApp" - }, - { - "target": "com.amazonaws.opsworks#CreateDeployment" - }, - { - "target": "com.amazonaws.opsworks#CreateInstance" - }, - { - "target": "com.amazonaws.opsworks#CreateLayer" - }, - { - "target": "com.amazonaws.opsworks#CreateStack" - }, - { - "target": "com.amazonaws.opsworks#CreateUserProfile" - }, - { - "target": "com.amazonaws.opsworks#DeleteApp" - }, - { - "target": "com.amazonaws.opsworks#DeleteInstance" - }, - { - "target": "com.amazonaws.opsworks#DeleteLayer" - }, - { - "target": "com.amazonaws.opsworks#DeleteStack" - }, - { - "target": "com.amazonaws.opsworks#DeleteUserProfile" - }, - { - "target": "com.amazonaws.opsworks#DeregisterEcsCluster" - }, - { - "target": "com.amazonaws.opsworks#DeregisterElasticIp" - }, - { - "target": "com.amazonaws.opsworks#DeregisterInstance" - }, - { - "target": "com.amazonaws.opsworks#DeregisterRdsDbInstance" - }, - { - "target": "com.amazonaws.opsworks#DeregisterVolume" - }, - { - "target": "com.amazonaws.opsworks#DescribeAgentVersions" - }, - { - "target": "com.amazonaws.opsworks#DescribeApps" - }, - { - "target": "com.amazonaws.opsworks#DescribeCommands" - }, - { - "target": "com.amazonaws.opsworks#DescribeDeployments" - }, - { - "target": "com.amazonaws.opsworks#DescribeEcsClusters" - }, - { - "target": "com.amazonaws.opsworks#DescribeElasticIps" - }, - { - "target": "com.amazonaws.opsworks#DescribeElasticLoadBalancers" - }, - { - "target": "com.amazonaws.opsworks#DescribeInstances" - }, - { - "target": "com.amazonaws.opsworks#DescribeLayers" - }, - { - "target": "com.amazonaws.opsworks#DescribeLoadBasedAutoScaling" - }, - { - "target": "com.amazonaws.opsworks#DescribeMyUserProfile" - }, - { - "target": "com.amazonaws.opsworks#DescribeOperatingSystems" - }, - { - "target": "com.amazonaws.opsworks#DescribePermissions" - }, - { - "target": "com.amazonaws.opsworks#DescribeRaidArrays" - }, - { - "target": "com.amazonaws.opsworks#DescribeRdsDbInstances" - }, - { - "target": "com.amazonaws.opsworks#DescribeServiceErrors" - }, - { - "target": "com.amazonaws.opsworks#DescribeStackProvisioningParameters" - }, - { - "target": "com.amazonaws.opsworks#DescribeStacks" - }, - { - "target": "com.amazonaws.opsworks#DescribeStackSummary" - }, - { - "target": "com.amazonaws.opsworks#DescribeTimeBasedAutoScaling" - }, - { - "target": "com.amazonaws.opsworks#DescribeUserProfiles" - }, - { - "target": "com.amazonaws.opsworks#DescribeVolumes" - }, - { - "target": "com.amazonaws.opsworks#DetachElasticLoadBalancer" - }, - { - "target": "com.amazonaws.opsworks#DisassociateElasticIp" - }, - { - "target": "com.amazonaws.opsworks#GetHostnameSuggestion" - }, - { - "target": "com.amazonaws.opsworks#GrantAccess" - }, - { - "target": "com.amazonaws.opsworks#ListTags" - }, - { - "target": "com.amazonaws.opsworks#RebootInstance" - }, - { - "target": "com.amazonaws.opsworks#RegisterEcsCluster" - }, - { - "target": "com.amazonaws.opsworks#RegisterElasticIp" - }, - { - "target": "com.amazonaws.opsworks#RegisterInstance" - }, - { - "target": "com.amazonaws.opsworks#RegisterRdsDbInstance" - }, - { - "target": "com.amazonaws.opsworks#RegisterVolume" - }, - { - "target": "com.amazonaws.opsworks#SetLoadBasedAutoScaling" - }, - { - "target": "com.amazonaws.opsworks#SetPermission" - }, - { - "target": "com.amazonaws.opsworks#SetTimeBasedAutoScaling" - }, - { - "target": "com.amazonaws.opsworks#StartInstance" - }, - { - "target": "com.amazonaws.opsworks#StartStack" - }, - { - "target": "com.amazonaws.opsworks#StopInstance" - }, - { - "target": "com.amazonaws.opsworks#StopStack" - }, - { - "target": "com.amazonaws.opsworks#TagResource" - }, - { - "target": "com.amazonaws.opsworks#UnassignInstance" - }, - { - "target": "com.amazonaws.opsworks#UnassignVolume" - }, - { - "target": "com.amazonaws.opsworks#UntagResource" - }, - { - "target": "com.amazonaws.opsworks#UpdateApp" - }, - { - "target": "com.amazonaws.opsworks#UpdateElasticIp" - }, - { - "target": "com.amazonaws.opsworks#UpdateInstance" - }, - { - "target": "com.amazonaws.opsworks#UpdateLayer" - }, - { - "target": "com.amazonaws.opsworks#UpdateMyUserProfile" - }, - { - "target": "com.amazonaws.opsworks#UpdateRdsDbInstance" - }, - { - "target": "com.amazonaws.opsworks#UpdateStack" - }, - { - "target": "com.amazonaws.opsworks#UpdateUserProfile" - }, - { - "target": "com.amazonaws.opsworks#UpdateVolume" - } - ], - "traits": { - "aws.api#service": { - "sdkId": "OpsWorks", - "arnNamespace": "opsworks", - "cloudFormationName": "OpsWorks", - "cloudTrailEventSource": "opsworks.amazonaws.com", - "endpointPrefix": "opsworks" - }, - "aws.auth#sigv4": { - "name": "opsworks" - }, - "aws.protocols#awsJson1_1": {}, - "smithy.api#documentation": "OpsWorks\n

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

\n

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

\n

\n SDKs and CLI\n

\n

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

\n \n

\n Endpoints\n

\n

OpsWorks Stacks supports the following endpoints, all HTTPS. You must connect to one of the following endpoints. \n Stacks can only be accessed or managed within the endpoint in which they are created.

\n \n

\n Chef Versions\n

\n

When you call CreateStack, CloneStack, or UpdateStack we recommend you\n use the ConfigurationManager parameter to specify the Chef version.\n The recommended and default value for Linux stacks is currently 12. Windows stacks use Chef 12.2. For more information,\n see Chef Versions.

\n \n

You can specify Chef 12, 11.10, or 11.4 for your Linux stack. We recommend migrating your existing Linux stacks \n to Chef 12 as soon as possible.

\n
", - "smithy.api#title": "AWS OpsWorks", - "smithy.api#xmlNamespace": { - "uri": "http://opsworks.amazonaws.com/doc/2013-02-18/" - }, - "smithy.rules#endpointRuleSet": { - "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" - } - ] - }, - "smithy.rules#endpointTests": { - "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" - } - } - }, - "com.amazonaws.opsworks#Parameters": { - "type": "map", - "key": { - "target": "com.amazonaws.opsworks#String" - }, - "value": { - "target": "com.amazonaws.opsworks#String" - } - }, - "com.amazonaws.opsworks#Permission": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

A stack ID.

" - } - }, - "IamUserArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "AllowSsh": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether the user can use SSH.

" - } - }, - "AllowSudo": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether the user can use sudo.

" - } - }, - "Level": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes stack or user permissions.

" - } - }, - "com.amazonaws.opsworks#Permissions": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#Permission" - } - }, - "com.amazonaws.opsworks#RaidArray": { - "type": "structure", - "members": { - "RaidArrayId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The array ID.

" - } - }, - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance ID.

" - } - }, - "Name": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The array name.

" - } - }, - "RaidLevel": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The RAID level.

" - } - }, - "NumberOfDisks": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of disks in the array.

" - } - }, - "Size": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The array's size.

" - } - }, - "Device": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The array's Linux device. For example /dev/mdadm0.

" - } - }, - "MountPoint": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The array's mount point.

" - } - }, - "AvailabilityZone": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The array's Availability Zone. For more information, see Regions and Endpoints.

" - } - }, - "CreatedAt": { - "target": "com.amazonaws.opsworks#DateTime", - "traits": { - "smithy.api#documentation": "

When the RAID array was created.

" - } - }, - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

" - } - }, - "VolumeType": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The volume type, standard or PIOPS.

" - } - }, - "Iops": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

For PIOPS volumes, the IOPS per disk.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes an instance's RAID array.

" - } - }, - "com.amazonaws.opsworks#RaidArrays": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#RaidArray" - } - }, - "com.amazonaws.opsworks#RdsDbInstance": { - "type": "structure", - "members": { - "RdsDbInstanceArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance's ARN.

" - } - }, - "DbInstanceIdentifier": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The database instance identifier.

" - } - }, - "DbUser": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The master user name.

" - } - }, - "DbPassword": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "Region": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance's Amazon Web Services Region.

" - } - }, - "Address": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance's address.

" - } - }, - "Engine": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance's database engine.

" - } - }, - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "MissingOnRds": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes an Amazon RDS instance.

" - } - }, - "com.amazonaws.opsworks#RdsDbInstances": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#RdsDbInstance" - } - }, - "com.amazonaws.opsworks#RebootInstance": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#RebootInstanceRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n

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

" - } - }, - "com.amazonaws.opsworks#RebootInstanceRequest": { - "type": "structure", - "members": { - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance ID.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#Recipes": { - "type": "structure", - "members": { - "Setup": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

An array of custom recipe names to be run following a setup event.

" - } - }, - "Configure": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

An array of custom recipe names to be run following a configure event.

" - } - }, - "Deploy": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

An array of custom recipe names to be run following a deploy event.

" - } - }, - "Undeploy": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

An array of custom recipe names to be run following a undeploy event.

" - } - }, - "Shutdown": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

An array of custom recipe names to be run following a shutdown event.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

OpsWorks Stacks supports five\n lifecycle events:\n setup, configuration, deploy, undeploy, and shutdown. For\n each layer, OpsWorks Stacks runs a set of standard recipes for each event. In addition, you can provide\n custom recipes for any or all layers and events. OpsWorks Stacks runs custom event recipes after the\n standard recipes. LayerCustomRecipes specifies the custom recipes for a\n particular layer to be run in response to each of the five events.

\n

To specify a recipe, use the cookbook's directory name in the repository followed by two colons and the recipe name, \n which is the recipe's file name without the .rb extension. For example: phpapp2::dbsetup specifies the dbsetup.rb recipe in \n the repository's phpapp2 folder.

" - } - }, - "com.amazonaws.opsworks#RegisterEcsCluster": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#RegisterEcsClusterRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#RegisterEcsClusterResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n

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

" - } - }, - "com.amazonaws.opsworks#RegisterEcsClusterRequest": { - "type": "structure", - "members": { - "EcsClusterArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The cluster's ARN.

", - "smithy.api#required": {} - } - }, - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#RegisterEcsClusterResult": { - "type": "structure", - "members": { - "EcsClusterArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The cluster's ARN.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a RegisterEcsCluster request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#RegisterElasticIp": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#RegisterElasticIpRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#RegisterElasticIpResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n

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

" - } - }, - "com.amazonaws.opsworks#RegisterElasticIpRequest": { - "type": "structure", - "members": { - "ElasticIp": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The Elastic IP address.

", - "smithy.api#required": {} - } - }, - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#RegisterElasticIpResult": { - "type": "structure", - "members": { - "ElasticIp": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The Elastic IP address.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a RegisterElasticIp request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#RegisterInstance": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#RegisterInstanceRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#RegisterInstanceResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n \n

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

\n
\n

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

\n

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

" - } - }, - "com.amazonaws.opsworks#RegisterInstanceRequest": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "Hostname": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n " - } - }, - "PublicIp": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance's public IP address.

" - } - }, - "PrivateIp": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance's private IP address.

" - } - }, - "RsaPublicKey": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "RsaPublicKeyFingerprint": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instances public RSA key fingerprint.

" - } - }, - "InstanceIdentity": { - "target": "com.amazonaws.opsworks#InstanceIdentity", - "traits": { - "smithy.api#documentation": "

An InstanceIdentity object that contains the instance's identity.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#RegisterInstanceResult": { - "type": "structure", - "members": { - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The registered instance's OpsWorks Stacks ID.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a RegisterInstanceResult request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#RegisterRdsDbInstance": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#RegisterRdsDbInstanceRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Registers an Amazon RDS instance with a stack.

\n

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

" - } - }, - "com.amazonaws.opsworks#RegisterRdsDbInstanceRequest": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

", - "smithy.api#required": {} - } - }, - "RdsDbInstanceArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The Amazon RDS instance's ARN.

", - "smithy.api#required": {} - } - }, - "DbUser": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The database's master user name.

", - "smithy.api#required": {} - } - }, - "DbPassword": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The database password.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#RegisterVolume": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#RegisterVolumeRequest" - }, - "output": { - "target": "com.amazonaws.opsworks#RegisterVolumeResult" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n

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

" - } - }, - "com.amazonaws.opsworks#RegisterVolumeRequest": { - "type": "structure", - "members": { - "Ec2VolumeId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The Amazon EBS volume ID.

" - } - }, - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#RegisterVolumeResult": { - "type": "structure", - "members": { - "VolumeId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The volume ID.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the response to a RegisterVolume request.

", - "smithy.api#output": {} - } - }, - "com.amazonaws.opsworks#ReportedOs": { - "type": "structure", - "members": { - "Family": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The operating system family.

" - } - }, - "Name": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The operating system name.

" - } - }, - "Version": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The operating system version.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

A registered instance's reported operating system.

" - } - }, - "com.amazonaws.opsworks#ResourceArn": { - "type": "string" - }, - "com.amazonaws.opsworks#ResourceNotFoundException": { - "type": "structure", - "members": { - "message": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The exception message.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Indicates that a resource was not found.

", - "smithy.api#error": "client" - } - }, - "com.amazonaws.opsworks#RootDeviceType": { - "type": "enum", - "members": { - "ebs": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ebs" - } - }, - "instance_store": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "instance-store" - } - } - } - }, - "com.amazonaws.opsworks#SelfUserProfile": { - "type": "structure", - "members": { - "IamUserArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The user's IAM ARN.

" - } - }, - "Name": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The user's name.

" - } - }, - "SshUsername": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The user's SSH user name.

" - } - }, - "SshPublicKey": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The user's SSH public key.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes a user's SSH information.

" - } - }, - "com.amazonaws.opsworks#ServiceError": { - "type": "structure", - "members": { - "ServiceErrorId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The error ID.

" - } - }, - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

" - } - }, - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance ID.

" - } - }, - "Type": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The error type.

" - } - }, - "Message": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

A message that describes the error.

" - } - }, - "CreatedAt": { - "target": "com.amazonaws.opsworks#DateTime", - "traits": { - "smithy.api#documentation": "

When the error occurred.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes an OpsWorks Stacks service error.

" - } - }, - "com.amazonaws.opsworks#ServiceErrors": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#ServiceError" - } - }, - "com.amazonaws.opsworks#SetLoadBasedAutoScaling": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#SetLoadBasedAutoScalingRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n \n

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

\n
\n

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

" - } - }, - "com.amazonaws.opsworks#SetLoadBasedAutoScalingRequest": { - "type": "structure", - "members": { - "LayerId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The layer ID.

", - "smithy.api#required": {} - } - }, - "Enable": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Enables load-based auto scaling for the layer.

" - } - }, - "UpScaling": { - "target": "com.amazonaws.opsworks#AutoScalingThresholds", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "DownScaling": { - "target": "com.amazonaws.opsworks#AutoScalingThresholds", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#SetPermission": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#SetPermissionRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Specifies a user's permissions. For more information, see \n Security and\n Permissions.

\n

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

" - } - }, - "com.amazonaws.opsworks#SetPermissionRequest": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

", - "smithy.api#required": {} - } - }, - "IamUserArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "AllowSsh": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "AllowSudo": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

The user is allowed to use sudo to elevate privileges.

" - } - }, - "Level": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The user's permission level, which must be set to one of the following strings. You cannot set your own permissions level.

\n \n

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

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#SetTimeBasedAutoScaling": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#SetTimeBasedAutoScalingRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Specify the time-based auto scaling configuration for a specified instance. For more\n information, see Managing\n Load with Time-based and Load-based Instances.

\n

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

" - } - }, - "com.amazonaws.opsworks#SetTimeBasedAutoScalingRequest": { - "type": "structure", - "members": { - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance ID.

", - "smithy.api#required": {} - } - }, - "AutoScalingSchedule": { - "target": "com.amazonaws.opsworks#WeeklyAutoScalingSchedule", - "traits": { - "smithy.api#documentation": "

An AutoScalingSchedule with the instance schedule.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#ShutdownEventConfiguration": { - "type": "structure", - "members": { - "ExecutionTimeout": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "DelayUntilElbConnectionsDrained": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The Shutdown event configuration.

" - } - }, - "com.amazonaws.opsworks#Source": { - "type": "structure", - "members": { - "Type": { - "target": "com.amazonaws.opsworks#SourceType", - "traits": { - "smithy.api#documentation": "

The repository type.

" - } - }, - "Url": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "Username": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

This parameter depends on the repository type.

\n " - } - }, - "Password": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n \n

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.

\n

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

" - } - }, - "SshKey": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

In requests, the repository's SSH key.

\n

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

" - } - }, - "Revision": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the information required to retrieve an app or cookbook from a repository. For more\n information, see Creating Apps or Custom Recipes and\n Cookbooks.

" - } - }, - "com.amazonaws.opsworks#SourceType": { - "type": "enum", - "members": { - "git": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "git" - } - }, - "svn": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "svn" - } - }, - "archive": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "archive" - } - }, - "s3": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "s3" - } - } - } - }, - "com.amazonaws.opsworks#SslConfiguration": { - "type": "structure", - "members": { - "Certificate": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "PrivateKey": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "Chain": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes an app's SSL configuration.

" - } - }, - "com.amazonaws.opsworks#Stack": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

" - } - }, - "Name": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "Arn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack's ARN.

" - } - }, - "Region": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "VpcId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "Attributes": { - "target": "com.amazonaws.opsworks#StackAttributes", - "traits": { - "smithy.api#documentation": "

The stack's attributes.

" - } - }, - "ServiceRoleArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack Identity and Access Management (IAM) role.

" - } - }, - "DefaultInstanceProfileArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "DefaultOs": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack's default operating system.

" - } - }, - "HostnameTheme": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "DefaultAvailabilityZone": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack's default Availability Zone. For more information, see Regions and Endpoints.

" - } - }, - "DefaultSubnetId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "CustomJson": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

A JSON object that contains user-defined attributes to be added to the stack configuration and deployment attributes. \n You can use custom JSON to override the corresponding default stack configuration attribute values or to pass data to recipes. \n The string should be in the following format:

\n

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

\n

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

" - } - }, - "ConfigurationManager": { - "target": "com.amazonaws.opsworks#StackConfigurationManager", - "traits": { - "smithy.api#documentation": "

The configuration manager.

" - } - }, - "ChefConfiguration": { - "target": "com.amazonaws.opsworks#ChefConfiguration", - "traits": { - "smithy.api#documentation": "

A ChefConfiguration object that specifies whether to enable Berkshelf and the\n Berkshelf version. For more information, see Create a New Stack.

" - } - }, - "UseCustomCookbooks": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether the stack uses custom cookbooks.

" - } - }, - "UseOpsworksSecurityGroups": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "CustomCookbooksSource": { - "target": "com.amazonaws.opsworks#Source", - "traits": { - "smithy.api#documentation": "

Contains the information required to retrieve an app or cookbook from a repository. For more information, \n see Adding Apps or \n Cookbooks and Recipes.

" - } - }, - "DefaultSshKeyName": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "CreatedAt": { - "target": "com.amazonaws.opsworks#DateTime", - "traits": { - "smithy.api#documentation": "

The date when the stack was created.

" - } - }, - "DefaultRootDeviceType": { - "target": "com.amazonaws.opsworks#RootDeviceType", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "AgentVersion": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes a stack.

" - } - }, - "com.amazonaws.opsworks#StackAttributes": { - "type": "map", - "key": { - "target": "com.amazonaws.opsworks#StackAttributesKeys" - }, - "value": { - "target": "com.amazonaws.opsworks#String" - } - }, - "com.amazonaws.opsworks#StackAttributesKeys": { - "type": "enum", - "members": { - "Color": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "Color" - } - } - } - }, - "com.amazonaws.opsworks#StackConfigurationManager": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The name. This parameter must be set to Chef.

" - } - }, - "Version": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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. \n The default value for Linux stacks is 12.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes the configuration manager.

" - } - }, - "com.amazonaws.opsworks#StackSummary": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

" - } - }, - "Name": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack name.

" - } - }, - "Arn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack's ARN.

" - } - }, - "LayersCount": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of layers.

" - } - }, - "AppsCount": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of apps.

" - } - }, - "InstancesCount": { - "target": "com.amazonaws.opsworks#InstancesCount", - "traits": { - "smithy.api#documentation": "

An InstancesCount object with the number of instances in each status.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Summarizes the number of layers, instances, and apps in a stack.

" - } - }, - "com.amazonaws.opsworks#Stacks": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#Stack" - } - }, - "com.amazonaws.opsworks#StartInstance": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#StartInstanceRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Starts a specified instance. For more information, see Starting,\n Stopping, and Rebooting Instances.

\n

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

" - } - }, - "com.amazonaws.opsworks#StartInstanceRequest": { - "type": "structure", - "members": { - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance ID.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#StartStack": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#StartStackRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Starts a stack's instances.

\n

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

" - } - }, - "com.amazonaws.opsworks#StartStackRequest": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#StopInstance": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#StopInstanceRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n

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

" - } - }, - "com.amazonaws.opsworks#StopInstanceRequest": { - "type": "structure", - "members": { - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance ID.

", - "smithy.api#required": {} - } - }, - "Force": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#StopStack": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#StopStackRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Stops a specified stack.

\n

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

" - } - }, - "com.amazonaws.opsworks#StopStackRequest": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#String": { - "type": "string" - }, - "com.amazonaws.opsworks#Strings": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#String" - } - }, - "com.amazonaws.opsworks#Switch": { - "type": "string" - }, - "com.amazonaws.opsworks#TagKey": { - "type": "string" - }, - "com.amazonaws.opsworks#TagKeys": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#TagKey" - } - }, - "com.amazonaws.opsworks#TagResource": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#TagResourceRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "com.amazonaws.opsworks#TagResourceRequest": { - "type": "structure", - "members": { - "ResourceArn": { - "target": "com.amazonaws.opsworks#ResourceArn", - "traits": { - "smithy.api#documentation": "

The stack or layer's Amazon Resource Number (ARN).

", - "smithy.api#required": {} - } - }, - "Tags": { - "target": "com.amazonaws.opsworks#Tags", - "traits": { - "smithy.api#documentation": "

A map that contains tag keys and tag values that are attached to a stack or layer.

\n ", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#TagValue": { - "type": "string" - }, - "com.amazonaws.opsworks#Tags": { - "type": "map", - "key": { - "target": "com.amazonaws.opsworks#TagKey" - }, - "value": { - "target": "com.amazonaws.opsworks#TagValue" - } - }, - "com.amazonaws.opsworks#TemporaryCredential": { - "type": "structure", - "members": { - "Username": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The user name.

" - } - }, - "Password": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The password.

" - } - }, - "ValidForInMinutes": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance's OpsWorks Stacks ID.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains the data needed by RDP clients such as the Microsoft Remote Desktop Connection to log in to the instance.

" - } - }, - "com.amazonaws.opsworks#TimeBasedAutoScalingConfiguration": { - "type": "structure", - "members": { - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance ID.

" - } - }, - "AutoScalingSchedule": { - "target": "com.amazonaws.opsworks#WeeklyAutoScalingSchedule", - "traits": { - "smithy.api#documentation": "

A WeeklyAutoScalingSchedule object with the instance schedule.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes an instance's time-based auto scaling configuration.

" - } - }, - "com.amazonaws.opsworks#TimeBasedAutoScalingConfigurations": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#TimeBasedAutoScalingConfiguration" - } - }, - "com.amazonaws.opsworks#UnassignInstance": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#UnassignInstanceRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n

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

" - } - }, - "com.amazonaws.opsworks#UnassignInstanceRequest": { - "type": "structure", - "members": { - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance ID.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#UnassignVolume": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#UnassignVolumeRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n

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

" - } - }, - "com.amazonaws.opsworks#UnassignVolumeRequest": { - "type": "structure", - "members": { - "VolumeId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The volume ID.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#UntagResource": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#UntagResourceRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Removes tags from a specified stack or layer.

" - } - }, - "com.amazonaws.opsworks#UntagResourceRequest": { - "type": "structure", - "members": { - "ResourceArn": { - "target": "com.amazonaws.opsworks#ResourceArn", - "traits": { - "smithy.api#documentation": "

The stack or layer's Amazon Resource Number (ARN).

", - "smithy.api#required": {} - } - }, - "TagKeys": { - "target": "com.amazonaws.opsworks#TagKeys", - "traits": { - "smithy.api#documentation": "

A list of the keys of tags to be removed from a stack or layer.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#UpdateApp": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#UpdateAppRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Updates a specified app.

\n

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

" - } - }, - "com.amazonaws.opsworks#UpdateAppRequest": { - "type": "structure", - "members": { - "AppId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The app ID.

", - "smithy.api#required": {} - } - }, - "Name": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The app name.

" - } - }, - "Description": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

A description of the app.

" - } - }, - "DataSources": { - "target": "com.amazonaws.opsworks#DataSources", - "traits": { - "smithy.api#documentation": "

The app's data sources.

" - } - }, - "Type": { - "target": "com.amazonaws.opsworks#AppType", - "traits": { - "smithy.api#documentation": "

The app type.

" - } - }, - "AppSource": { - "target": "com.amazonaws.opsworks#Source", - "traits": { - "smithy.api#documentation": "

A Source object that specifies the app repository.

" - } - }, - "Domains": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "EnableSsl": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether SSL is enabled for the app.

" - } - }, - "SslConfiguration": { - "target": "com.amazonaws.opsworks#SslConfiguration", - "traits": { - "smithy.api#documentation": "

An SslConfiguration object with the SSL configuration.

" - } - }, - "Attributes": { - "target": "com.amazonaws.opsworks#AppAttributes", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "Environment": { - "target": "com.amazonaws.opsworks#EnvironmentVariables", - "traits": { - "smithy.api#documentation": "

An array of EnvironmentVariable objects that specify environment variables to be\n associated with the app. After you deploy the app, these variables are defined on the\n associated app server instances.For more information, see Environment Variables.

\n

There is no specific limit on the number of environment variables. However, the size of the associated data structure - \n which includes the variables' names, values, and protected flag values - cannot exceed 20 KB. This limit should accommodate most \n if not all use cases. Exceeding it will cause an exception with the message, \"Environment: is too large (maximum is 20 KB).\"

\n \n

If you have specified one or more environment variables, you cannot modify the stack's Chef version.

\n
" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#UpdateElasticIp": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#UpdateElasticIpRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Updates a registered Elastic IP address's name. For more information, see Resource Management.

\n

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

" - } - }, - "com.amazonaws.opsworks#UpdateElasticIpRequest": { - "type": "structure", - "members": { - "ElasticIp": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "Name": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#UpdateInstance": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#UpdateInstanceRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Updates a specified instance.

\n

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

" - } - }, - "com.amazonaws.opsworks#UpdateInstanceRequest": { - "type": "structure", - "members": { - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance ID.

", - "smithy.api#required": {} - } - }, - "LayerIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

The instance's layer IDs.

" - } - }, - "InstanceType": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "AutoScalingType": { - "target": "com.amazonaws.opsworks#AutoScalingType", - "traits": { - "smithy.api#documentation": "

For load-based or time-based instances, the type. Windows stacks can use only time-based instances.

" - } - }, - "Hostname": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n " - } - }, - "Os": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

\n

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

\n \n

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

\n
" - } - }, - "AmiId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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 \n instance is already using. \n You cannot apply a new AMI to an instance by running UpdateInstance. UpdateInstance does not work on instances that are using \n custom AMIs.\n

" - } - }, - "SshKeyName": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance's Amazon EC2 key name.

" - } - }, - "Architecture": { - "target": "com.amazonaws.opsworks#Architecture", - "traits": { - "smithy.api#documentation": "

The instance architecture. Instance types do not necessarily support both architectures. For\n a list of the architectures that are supported by the different instance types, see Instance\n Families and Types.

" - } - }, - "InstallUpdatesOnBoot": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

\n
" - } - }, - "EbsOptimized": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

This property cannot be updated.

" - } - }, - "AgentVersion": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

\n

AgentVersion cannot be set to Chef 12.2.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#UpdateLayer": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#UpdateLayerRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Updates a specified layer.

\n

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

" - } - }, - "com.amazonaws.opsworks#UpdateLayerRequest": { - "type": "structure", - "members": { - "LayerId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The layer ID.

", - "smithy.api#required": {} - } - }, - "Name": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "Shortname": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n

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

" - } - }, - "Attributes": { - "target": "com.amazonaws.opsworks#LayerAttributes", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "CloudWatchLogsConfiguration": { - "target": "com.amazonaws.opsworks#CloudWatchLogsConfiguration", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "CustomInstanceProfileArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "CustomJson": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "CustomSecurityGroupIds": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "Packages": { - "target": "com.amazonaws.opsworks#Strings", - "traits": { - "smithy.api#documentation": "

An array of Package objects that describe the layer's packages.

" - } - }, - "VolumeConfigurations": { - "target": "com.amazonaws.opsworks#VolumeConfigurations", - "traits": { - "smithy.api#documentation": "

A VolumeConfigurations object that describes the layer's Amazon EBS volumes.

" - } - }, - "EnableAutoHealing": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether to disable auto healing for the layer.

" - } - }, - "AutoAssignElasticIps": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "AutoAssignPublicIps": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "CustomRecipes": { - "target": "com.amazonaws.opsworks#Recipes", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "InstallUpdatesOnBoot": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

\n
" - } - }, - "UseEbsOptimizedInstances": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether to use Amazon EBS-optimized instances.

" - } - }, - "LifecycleEventConfiguration": { - "target": "com.amazonaws.opsworks#LifecycleEventConfiguration", - "traits": { - "smithy.api#documentation": "

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#UpdateMyUserProfile": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#UpdateMyUserProfileRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Updates a user's SSH public key.

\n

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

" - } - }, - "com.amazonaws.opsworks#UpdateMyUserProfileRequest": { - "type": "structure", - "members": { - "SshPublicKey": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The user's SSH public key.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#UpdateRdsDbInstance": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#UpdateRdsDbInstanceRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Updates an Amazon RDS instance.

\n

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

" - } - }, - "com.amazonaws.opsworks#UpdateRdsDbInstanceRequest": { - "type": "structure", - "members": { - "RdsDbInstanceArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The Amazon RDS instance's ARN.

", - "smithy.api#required": {} - } - }, - "DbUser": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The master user name.

" - } - }, - "DbPassword": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The database password.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#UpdateStack": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#UpdateStackRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Updates a specified stack.

\n

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

" - } - }, - "com.amazonaws.opsworks#UpdateStackRequest": { - "type": "structure", - "members": { - "StackId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The stack ID.

", - "smithy.api#required": {} - } - }, - "Name": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "Attributes": { - "target": "com.amazonaws.opsworks#StackAttributes", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "ServiceRoleArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "DefaultInstanceProfileArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "DefaultOs": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

" - } - }, - "HostnameTheme": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

" - } - }, - "DefaultAvailabilityZone": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "DefaultSubnetId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "CustomJson": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n

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

\n

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

" - } - }, - "ConfigurationManager": { - "target": "com.amazonaws.opsworks#StackConfigurationManager", - "traits": { - "smithy.api#documentation": "

The configuration manager. When you update a stack, we recommend that you use the configuration manager to specify the \n Chef version: 12, 11.10, or 11.4 for Linux stacks, or 12.2 for Windows stacks. The default value for Linux stacks is currently 12.

" - } - }, - "ChefConfiguration": { - "target": "com.amazonaws.opsworks#ChefConfiguration", - "traits": { - "smithy.api#documentation": "

A ChefConfiguration object that specifies whether to enable Berkshelf and the\n Berkshelf version on Chef 11.10 stacks. For more information, see Create a New Stack.

" - } - }, - "UseCustomCookbooks": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

Whether the stack uses custom cookbooks.

" - } - }, - "CustomCookbooksSource": { - "target": "com.amazonaws.opsworks#Source", - "traits": { - "smithy.api#documentation": "

Contains the information required to retrieve an app or cookbook from a repository. For more information, \n see Adding Apps or \n Cookbooks and Recipes.

" - } - }, - "DefaultSshKeyName": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "DefaultRootDeviceType": { - "target": "com.amazonaws.opsworks#RootDeviceType", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "UseOpsworksSecurityGroups": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

\n

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

\n \n

For more information, see Create a New\n Stack.

" - } - }, - "AgentVersion": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

\n \n

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

\n
" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#UpdateUserProfile": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#UpdateUserProfileRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Updates a specified user profile.

\n

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

" - } - }, - "com.amazonaws.opsworks#UpdateUserProfileRequest": { - "type": "structure", - "members": { - "IamUserArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "SshUsername": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "SshPublicKey": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The user's new SSH public key.

" - } - }, - "AllowSelfManagement": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#UpdateVolume": { - "type": "operation", - "input": { - "target": "com.amazonaws.opsworks#UpdateVolumeRequest" - }, - "output": { - "target": "smithy.api#Unit" - }, - "errors": [ - { - "target": "com.amazonaws.opsworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.opsworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Updates an Amazon EBS volume's name or mount point. For more information, see \n Resource Management.

\n

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

" - } - }, - "com.amazonaws.opsworks#UpdateVolumeRequest": { - "type": "structure", - "members": { - "VolumeId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The volume ID.

", - "smithy.api#required": {} - } - }, - "Name": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "MountPoint": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The new mount point.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.opsworks#UserProfile": { - "type": "structure", - "members": { - "IamUserArn": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The user's IAM ARN.

" - } - }, - "Name": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The user's name.

" - } - }, - "SshUsername": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The user's SSH user name.

" - } - }, - "SshPublicKey": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The user's SSH public key.

" - } - }, - "AllowSelfManagement": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes a user's SSH information.

" - } - }, - "com.amazonaws.opsworks#UserProfiles": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#UserProfile" - } - }, - "com.amazonaws.opsworks#ValidForInMinutes": { - "type": "integer", - "traits": { - "smithy.api#range": { - "min": 60, - "max": 1440 - } - } - }, - "com.amazonaws.opsworks#ValidationException": { - "type": "structure", - "members": { - "message": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The exception message.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Indicates that a request was not valid.

", - "smithy.api#error": "client" - } - }, - "com.amazonaws.opsworks#VirtualizationType": { - "type": "enum", - "members": { - "paravirtual": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "paravirtual" - } - }, - "hvm": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "hvm" - } - } - } - }, - "com.amazonaws.opsworks#Volume": { - "type": "structure", - "members": { - "VolumeId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The volume ID.

" - } - }, - "Ec2VolumeId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The Amazon EC2 volume ID.

" - } - }, - "Name": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "RaidArrayId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The RAID array ID.

" - } - }, - "InstanceId": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The instance ID.

" - } - }, - "Status": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The value returned by DescribeVolumes.

" - } - }, - "Size": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The volume size.

" - } - }, - "Device": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

The device name.

" - } - }, - "MountPoint": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "Region": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "AvailabilityZone": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "VolumeType": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n " - } - }, - "Iops": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

For PIOPS volumes, the IOPS per disk.

" - } - }, - "Encrypted": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes an instance's Amazon EBS volume.

" - } - }, - "com.amazonaws.opsworks#VolumeConfiguration": { - "type": "structure", - "members": { - "MountPoint": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "RaidLevel": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The volume RAID level.

" - } - }, - "NumberOfDisks": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The number of disks in the volume.

", - "smithy.api#required": {} - } - }, - "Size": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

The volume size.

", - "smithy.api#required": {} - } - }, - "VolumeType": { - "target": "com.amazonaws.opsworks#String", - "traits": { - "smithy.api#documentation": "

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

\n " - } - }, - "Iops": { - "target": "com.amazonaws.opsworks#Integer", - "traits": { - "smithy.api#documentation": "

For PIOPS volumes, the IOPS per disk.

" - } - }, - "Encrypted": { - "target": "com.amazonaws.opsworks#Boolean", - "traits": { - "smithy.api#documentation": "

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

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes an Amazon EBS volume configuration.

" - } - }, - "com.amazonaws.opsworks#VolumeConfigurations": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#VolumeConfiguration" - } - }, - "com.amazonaws.opsworks#VolumeType": { - "type": "enum", - "members": { - "gp2": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "gp2" - } - }, - "io1": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "io1" - } - }, - "standard": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "standard" - } - } - } - }, - "com.amazonaws.opsworks#Volumes": { - "type": "list", - "member": { - "target": "com.amazonaws.opsworks#Volume" - } - }, - "com.amazonaws.opsworks#WeeklyAutoScalingSchedule": { - "type": "structure", - "members": { - "Monday": { - "target": "com.amazonaws.opsworks#DailyAutoScalingSchedule", - "traits": { - "smithy.api#documentation": "

The schedule for Monday.

" - } - }, - "Tuesday": { - "target": "com.amazonaws.opsworks#DailyAutoScalingSchedule", - "traits": { - "smithy.api#documentation": "

The schedule for Tuesday.

" - } - }, - "Wednesday": { - "target": "com.amazonaws.opsworks#DailyAutoScalingSchedule", - "traits": { - "smithy.api#documentation": "

The schedule for Wednesday.

" - } - }, - "Thursday": { - "target": "com.amazonaws.opsworks#DailyAutoScalingSchedule", - "traits": { - "smithy.api#documentation": "

The schedule for Thursday.

" - } - }, - "Friday": { - "target": "com.amazonaws.opsworks#DailyAutoScalingSchedule", - "traits": { - "smithy.api#documentation": "

The schedule for Friday.

" - } - }, - "Saturday": { - "target": "com.amazonaws.opsworks#DailyAutoScalingSchedule", - "traits": { - "smithy.api#documentation": "

The schedule for Saturday.

" - } - }, - "Sunday": { - "target": "com.amazonaws.opsworks#DailyAutoScalingSchedule", - "traits": { - "smithy.api#documentation": "

The schedule for Sunday.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes a time-based instance's auto scaling schedule. The schedule consists of a set of key-value pairs.

\n \n

The default setting for all time periods is off, so you use the following parameters primarily to specify the online periods. You don't have to explicitly specify offline periods unless you want to change an online period to an offline period.

\n

The following example specifies that the instance should be online for four hours, \n from UTC 1200 - 1600. It will be off for the remainder of the day.

\n

\n { \"12\":\"on\", \"13\":\"on\", \"14\":\"on\", \"15\":\"on\" } \n

" - } - } - } -} From a63472e2787ad5aa61efb8ca45ba2aea7082b3c3 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Tue, 26 Aug 2025 21:38:47 +0000 Subject: [PATCH 2/6] chore(client-opsworks): remove OpsWorks --- clients/client-opsworks/.gitignore | 10 - clients/client-opsworks/CHANGELOG.md | 6654 ----------------- clients/client-opsworks/LICENSE | 201 - clients/client-opsworks/README.md | 910 --- clients/client-opsworks/api-extractor.json | 4 - clients/client-opsworks/package.json | 100 - clients/client-opsworks/src/OpsWorks.ts | 1624 ---- clients/client-opsworks/src/OpsWorksClient.ts | 733 -- .../auth/httpAuthExtensionConfiguration.ts | 72 - .../src/auth/httpAuthSchemeProvider.ts | 154 - .../src/commands/AssignInstanceCommand.ts | 117 - .../src/commands/AssignVolumeCommand.ts | 107 - .../src/commands/AssociateElasticIpCommand.ts | 107 - .../AttachElasticLoadBalancerCommand.ts | 110 - .../src/commands/CloneStackCommand.ts | 142 - .../src/commands/CreateAppCommand.ts | 143 - .../src/commands/CreateDeploymentCommand.ts | 122 - .../src/commands/CreateInstanceCommand.ts | 137 - .../src/commands/CreateLayerCommand.ts | 181 - .../src/commands/CreateStackCommand.ts | 134 - .../src/commands/CreateUserProfileCommand.ts | 103 - .../src/commands/DeleteAppCommand.ts | 103 - .../src/commands/DeleteInstanceCommand.ts | 108 - .../src/commands/DeleteLayerCommand.ts | 105 - .../src/commands/DeleteStackCommand.ts | 104 - .../src/commands/DeleteUserProfileCommand.ts | 102 - .../commands/DeregisterEcsClusterCommand.ts | 105 - .../commands/DeregisterElasticIpCommand.ts | 103 - .../src/commands/DeregisterInstanceCommand.ts | 103 - .../DeregisterRdsDbInstanceCommand.ts | 102 - .../src/commands/DeregisterVolumeCommand.ts | 104 - .../commands/DescribeAgentVersionsCommand.ts | 113 - .../src/commands/DescribeAppsCommand.ts | 155 - .../src/commands/DescribeCommandsCommand.ts | 124 - .../commands/DescribeDeploymentsCommand.ts | 135 - .../commands/DescribeEcsClustersCommand.ts | 121 - .../src/commands/DescribeElasticIpsCommand.ts | 119 - .../DescribeElasticLoadBalancersCommand.ts | 133 - .../src/commands/DescribeInstancesCommand.ts | 176 - .../src/commands/DescribeLayersCommand.ts | 192 - .../DescribeLoadBasedAutoScalingCommand.ts | 141 - .../commands/DescribeMyUserProfileCommand.ts | 101 - .../DescribeOperatingSystemsCommand.ts | 106 - .../commands/DescribePermissionsCommand.ts | 113 - .../src/commands/DescribeRaidArraysCommand.ts | 127 - .../commands/DescribeRdsDbInstancesCommand.ts | 120 - .../commands/DescribeServiceErrorsCommand.ts | 118 - ...cribeStackProvisioningParametersCommand.ts | 115 - .../commands/DescribeStackSummaryCommand.ts | 133 - .../src/commands/DescribeStacksCommand.ts | 146 - .../DescribeTimeBasedAutoScalingCommand.ts | 137 - .../commands/DescribeUserProfilesCommand.ts | 113 - .../src/commands/DescribeVolumesCommand.ts | 129 - .../DetachElasticLoadBalancerCommand.ts | 101 - .../commands/DisassociateElasticIpCommand.ts | 103 - .../commands/GetHostnameSuggestionCommand.ts | 105 - .../src/commands/GrantAccessCommand.ts | 108 - .../src/commands/ListTagsCommand.ts | 104 - .../src/commands/RebootInstanceCommand.ts | 103 - .../src/commands/RegisterEcsClusterCommand.ts | 110 - .../src/commands/RegisterElasticIpCommand.ts | 107 - .../src/commands/RegisterInstanceCommand.ts | 127 - .../commands/RegisterRdsDbInstanceCommand.ts | 105 - .../src/commands/RegisterVolumeCommand.ts | 107 - .../SetLoadBasedAutoScalingCommand.ts | 132 - .../src/commands/SetPermissionCommand.ts | 108 - .../SetTimeBasedAutoScalingCommand.ts | 123 - .../src/commands/StartInstanceCommand.ts | 103 - .../src/commands/StartStackCommand.ts | 102 - .../src/commands/StopInstanceCommand.ts | 106 - .../src/commands/StopStackCommand.ts | 102 - .../src/commands/TagResourceCommand.ts | 101 - .../src/commands/UnassignInstanceCommand.ts | 105 - .../src/commands/UnassignVolumeCommand.ts | 104 - .../src/commands/UntagResourceCommand.ts | 100 - .../src/commands/UpdateAppCommand.ts | 139 - .../src/commands/UpdateElasticIpCommand.ts | 103 - .../src/commands/UpdateInstanceCommand.ts | 115 - .../src/commands/UpdateLayerCommand.ts | 168 - .../commands/UpdateMyUserProfileCommand.ts | 99 - .../commands/UpdateRdsDbInstanceCommand.ts | 104 - .../src/commands/UpdateStackCommand.ts | 134 - .../src/commands/UpdateUserProfileCommand.ts | 104 - .../src/commands/UpdateVolumeCommand.ts | 105 - clients/client-opsworks/src/commands/index.ts | 75 - .../src/endpoint/EndpointParameters.ts | 40 - .../src/endpoint/endpointResolver.ts | 26 - .../client-opsworks/src/endpoint/ruleset.ts | 32 - .../src/extensionConfiguration.ts | 15 - clients/client-opsworks/src/index.ts | 130 - .../src/models/OpsWorksServiceException.ts | 24 - clients/client-opsworks/src/models/index.ts | 2 - .../client-opsworks/src/models/models_0.ts | 6619 ---------------- .../DescribeEcsClustersPaginator.ts | 24 - .../src/pagination/Interfaces.ts | 11 - .../client-opsworks/src/pagination/index.ts | 3 - .../src/protocols/Aws_json1_1.ts | 3203 -------- .../src/runtimeConfig.browser.ts | 44 - .../src/runtimeConfig.native.ts | 18 - .../src/runtimeConfig.shared.ts | 38 - clients/client-opsworks/src/runtimeConfig.ts | 72 - .../client-opsworks/src/runtimeExtensions.ts | 46 - clients/client-opsworks/src/waiters/index.ts | 7 - .../src/waiters/waitForAppExists.ts | 42 - .../waiters/waitForDeploymentSuccessful.ts | 70 - .../src/waiters/waitForInstanceOnline.ts | 168 - .../src/waiters/waitForInstanceRegistered.ts | 154 - .../src/waiters/waitForInstanceStopped.ts | 168 - .../src/waiters/waitForInstanceTerminated.ts | 171 - clients/client-opsworks/tsconfig.cjs.json | 7 - clients/client-opsworks/tsconfig.es.json | 10 - clients/client-opsworks/tsconfig.json | 13 - clients/client-opsworks/tsconfig.types.json | 9 - 113 files changed, 30449 deletions(-) delete mode 100644 clients/client-opsworks/.gitignore delete mode 100644 clients/client-opsworks/CHANGELOG.md delete mode 100644 clients/client-opsworks/LICENSE delete mode 100644 clients/client-opsworks/README.md delete mode 100644 clients/client-opsworks/api-extractor.json delete mode 100644 clients/client-opsworks/package.json delete mode 100644 clients/client-opsworks/src/OpsWorks.ts delete mode 100644 clients/client-opsworks/src/OpsWorksClient.ts delete mode 100644 clients/client-opsworks/src/auth/httpAuthExtensionConfiguration.ts delete mode 100644 clients/client-opsworks/src/auth/httpAuthSchemeProvider.ts delete mode 100644 clients/client-opsworks/src/commands/AssignInstanceCommand.ts delete mode 100644 clients/client-opsworks/src/commands/AssignVolumeCommand.ts delete mode 100644 clients/client-opsworks/src/commands/AssociateElasticIpCommand.ts delete mode 100644 clients/client-opsworks/src/commands/AttachElasticLoadBalancerCommand.ts delete mode 100644 clients/client-opsworks/src/commands/CloneStackCommand.ts delete mode 100644 clients/client-opsworks/src/commands/CreateAppCommand.ts delete mode 100644 clients/client-opsworks/src/commands/CreateDeploymentCommand.ts delete mode 100644 clients/client-opsworks/src/commands/CreateInstanceCommand.ts delete mode 100644 clients/client-opsworks/src/commands/CreateLayerCommand.ts delete mode 100644 clients/client-opsworks/src/commands/CreateStackCommand.ts delete mode 100644 clients/client-opsworks/src/commands/CreateUserProfileCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DeleteAppCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DeleteInstanceCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DeleteLayerCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DeleteStackCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DeleteUserProfileCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DeregisterEcsClusterCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DeregisterElasticIpCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DeregisterInstanceCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DeregisterRdsDbInstanceCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DeregisterVolumeCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DescribeAgentVersionsCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DescribeAppsCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DescribeCommandsCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DescribeDeploymentsCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DescribeEcsClustersCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DescribeElasticIpsCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DescribeElasticLoadBalancersCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DescribeInstancesCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DescribeLayersCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DescribeLoadBasedAutoScalingCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DescribeMyUserProfileCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DescribeOperatingSystemsCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DescribePermissionsCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DescribeRaidArraysCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DescribeRdsDbInstancesCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DescribeServiceErrorsCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DescribeStackProvisioningParametersCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DescribeStackSummaryCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DescribeStacksCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DescribeTimeBasedAutoScalingCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DescribeUserProfilesCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DescribeVolumesCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DetachElasticLoadBalancerCommand.ts delete mode 100644 clients/client-opsworks/src/commands/DisassociateElasticIpCommand.ts delete mode 100644 clients/client-opsworks/src/commands/GetHostnameSuggestionCommand.ts delete mode 100644 clients/client-opsworks/src/commands/GrantAccessCommand.ts delete mode 100644 clients/client-opsworks/src/commands/ListTagsCommand.ts delete mode 100644 clients/client-opsworks/src/commands/RebootInstanceCommand.ts delete mode 100644 clients/client-opsworks/src/commands/RegisterEcsClusterCommand.ts delete mode 100644 clients/client-opsworks/src/commands/RegisterElasticIpCommand.ts delete mode 100644 clients/client-opsworks/src/commands/RegisterInstanceCommand.ts delete mode 100644 clients/client-opsworks/src/commands/RegisterRdsDbInstanceCommand.ts delete mode 100644 clients/client-opsworks/src/commands/RegisterVolumeCommand.ts delete mode 100644 clients/client-opsworks/src/commands/SetLoadBasedAutoScalingCommand.ts delete mode 100644 clients/client-opsworks/src/commands/SetPermissionCommand.ts delete mode 100644 clients/client-opsworks/src/commands/SetTimeBasedAutoScalingCommand.ts delete mode 100644 clients/client-opsworks/src/commands/StartInstanceCommand.ts delete mode 100644 clients/client-opsworks/src/commands/StartStackCommand.ts delete mode 100644 clients/client-opsworks/src/commands/StopInstanceCommand.ts delete mode 100644 clients/client-opsworks/src/commands/StopStackCommand.ts delete mode 100644 clients/client-opsworks/src/commands/TagResourceCommand.ts delete mode 100644 clients/client-opsworks/src/commands/UnassignInstanceCommand.ts delete mode 100644 clients/client-opsworks/src/commands/UnassignVolumeCommand.ts delete mode 100644 clients/client-opsworks/src/commands/UntagResourceCommand.ts delete mode 100644 clients/client-opsworks/src/commands/UpdateAppCommand.ts delete mode 100644 clients/client-opsworks/src/commands/UpdateElasticIpCommand.ts delete mode 100644 clients/client-opsworks/src/commands/UpdateInstanceCommand.ts delete mode 100644 clients/client-opsworks/src/commands/UpdateLayerCommand.ts delete mode 100644 clients/client-opsworks/src/commands/UpdateMyUserProfileCommand.ts delete mode 100644 clients/client-opsworks/src/commands/UpdateRdsDbInstanceCommand.ts delete mode 100644 clients/client-opsworks/src/commands/UpdateStackCommand.ts delete mode 100644 clients/client-opsworks/src/commands/UpdateUserProfileCommand.ts delete mode 100644 clients/client-opsworks/src/commands/UpdateVolumeCommand.ts delete mode 100644 clients/client-opsworks/src/commands/index.ts delete mode 100644 clients/client-opsworks/src/endpoint/EndpointParameters.ts delete mode 100644 clients/client-opsworks/src/endpoint/endpointResolver.ts delete mode 100644 clients/client-opsworks/src/endpoint/ruleset.ts delete mode 100644 clients/client-opsworks/src/extensionConfiguration.ts delete mode 100644 clients/client-opsworks/src/index.ts delete mode 100644 clients/client-opsworks/src/models/OpsWorksServiceException.ts delete mode 100644 clients/client-opsworks/src/models/index.ts delete mode 100644 clients/client-opsworks/src/models/models_0.ts delete mode 100644 clients/client-opsworks/src/pagination/DescribeEcsClustersPaginator.ts delete mode 100644 clients/client-opsworks/src/pagination/Interfaces.ts delete mode 100644 clients/client-opsworks/src/pagination/index.ts delete mode 100644 clients/client-opsworks/src/protocols/Aws_json1_1.ts delete mode 100644 clients/client-opsworks/src/runtimeConfig.browser.ts delete mode 100644 clients/client-opsworks/src/runtimeConfig.native.ts delete mode 100644 clients/client-opsworks/src/runtimeConfig.shared.ts delete mode 100644 clients/client-opsworks/src/runtimeConfig.ts delete mode 100644 clients/client-opsworks/src/runtimeExtensions.ts delete mode 100644 clients/client-opsworks/src/waiters/index.ts delete mode 100644 clients/client-opsworks/src/waiters/waitForAppExists.ts delete mode 100644 clients/client-opsworks/src/waiters/waitForDeploymentSuccessful.ts delete mode 100644 clients/client-opsworks/src/waiters/waitForInstanceOnline.ts delete mode 100644 clients/client-opsworks/src/waiters/waitForInstanceRegistered.ts delete mode 100644 clients/client-opsworks/src/waiters/waitForInstanceStopped.ts delete mode 100644 clients/client-opsworks/src/waiters/waitForInstanceTerminated.ts delete mode 100644 clients/client-opsworks/tsconfig.cjs.json delete mode 100644 clients/client-opsworks/tsconfig.es.json delete mode 100644 clients/client-opsworks/tsconfig.json delete mode 100644 clients/client-opsworks/tsconfig.types.json diff --git a/clients/client-opsworks/.gitignore b/clients/client-opsworks/.gitignore deleted file mode 100644 index 1a76554918be..000000000000 --- a/clients/client-opsworks/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -/node_modules/ -/build/ -/coverage/ -/docs/ -/dist-* -*.tsbuildinfo -*.tgz -*.log -package-lock.json - diff --git a/clients/client-opsworks/CHANGELOG.md b/clients/client-opsworks/CHANGELOG.md deleted file mode 100644 index 3fff8ce2262c..000000000000 --- a/clients/client-opsworks/CHANGELOG.md +++ /dev/null @@ -1,6654 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -# [3.876.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.875.0...v3.876.0) (2025-08-26) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.873.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.872.0...v3.873.0) (2025-08-21) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.872.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.871.0...v3.872.0) (2025-08-20) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.864.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.863.0...v3.864.0) (2025-08-08) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.863.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.862.0...v3.863.0) (2025-08-07) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.862.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.861.0...v3.862.0) (2025-08-06) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.859.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.858.0...v3.859.0) (2025-08-01) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.858.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.857.0...v3.858.0) (2025-07-31) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.857.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.856.0...v3.857.0) (2025-07-30) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.856.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.855.0...v3.856.0) (2025-07-29) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.855.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.854.0...v3.855.0) (2025-07-28) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.848.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.847.0...v3.848.0) (2025-07-17) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.846.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.845.0...v3.846.0) (2025-07-16) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.845.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.844.0...v3.845.0) (2025-07-15) - - -### Bug Fixes - -* **clients:** upgrade @smithy/middleware-endpoint to fix file/env endpoint resolution ([#7206](https://github.com/aws/aws-sdk-js-v3/issues/7206)) ([37a6275](https://github.com/aws/aws-sdk-js-v3/commit/37a627510bc53ad0ce8d3ef10a2a5ec8ad195ee2)) - - - - - -# [3.844.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.843.0...v3.844.0) (2025-07-09) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.840.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.839.0...v3.840.0) (2025-06-30) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.839.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.838.0...v3.839.0) (2025-06-27) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.835.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.834.0...v3.835.0) (2025-06-23) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.830.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.829.0...v3.830.0) (2025-06-16) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.828.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.827.1...v3.828.0) (2025-06-11) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.826.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.825.0...v3.826.0) (2025-06-06) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.825.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.824.0...v3.825.0) (2025-06-05) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.823.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.822.0...v3.823.0) (2025-06-03) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.821.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.820.0...v3.821.0) (2025-05-30) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.817.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.816.0...v3.817.0) (2025-05-23) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.816.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.815.0...v3.816.0) (2025-05-22) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.812.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.811.0...v3.812.0) (2025-05-16) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.810.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.809.0...v3.810.0) (2025-05-14) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.808.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.807.0...v3.808.0) (2025-05-12) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.806.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.805.0...v3.806.0) (2025-05-08) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.804.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.803.0...v3.804.0) (2025-05-06) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.803.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.802.0...v3.803.0) (2025-05-05) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.799.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.798.0...v3.799.0) (2025-04-29) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.798.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.797.0...v3.798.0) (2025-04-28) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.797.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.796.0...v3.797.0) (2025-04-25) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.796.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.795.0...v3.796.0) (2025-04-24) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.787.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.786.0...v3.787.0) (2025-04-10) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.782.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.781.0...v3.782.0) (2025-04-03) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.777.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.776.0...v3.777.0) (2025-03-27) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.775.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.774.0...v3.775.0) (2025-03-25) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.774.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.773.0...v3.774.0) (2025-03-24) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.772.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.771.0...v3.772.0) (2025-03-20) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.750.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.749.0...v3.750.0) (2025-02-17) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.749.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.748.0...v3.749.0) (2025-02-14) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.744.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.743.0...v3.744.0) (2025-02-07) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.743.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.742.1...v3.743.0) (2025-02-06) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.741.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.740.0...v3.741.0) (2025-02-03) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.734.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.733.0...v3.734.0) (2025-01-23) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.731.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.730.0...v3.731.0) (2025-01-17) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.730.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.729.0...v3.730.0) (2025-01-16) - - -### Bug Fixes - -* **nested-clients:** create nested clients for internal use ([#6791](https://github.com/aws/aws-sdk-js-v3/issues/6791)) ([5c53685](https://github.com/aws/aws-sdk-js-v3/commit/5c5368554d13a3b798a72c53e30cd3d897621135)) - - - - - -## [3.726.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.726.0...v3.726.1) (2025-01-10) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.726.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.725.0...v3.726.0) (2025-01-09) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.723.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.722.0...v3.723.0) (2025-01-06) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.721.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.720.0...v3.721.0) (2025-01-02) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.716.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.715.0...v3.716.0) (2024-12-19) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.714.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.713.0...v3.714.0) (2024-12-17) - - -### Features - -* **clients:** profile setting for clients ([#6728](https://github.com/aws/aws-sdk-js-v3/issues/6728)) ([afd9eea](https://github.com/aws/aws-sdk-js-v3/commit/afd9eea89fd0d63a377123f1ca999daeefd904a7)) - - - - - -# [3.713.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.712.0...v3.713.0) (2024-12-16) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.712.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.711.0...v3.712.0) (2024-12-13) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.709.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.708.0...v3.709.0) (2024-12-10) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.699.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.698.0...v3.699.0) (2024-11-22) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.696.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.695.0...v3.696.0) (2024-11-19) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.693.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.692.0...v3.693.0) (2024-11-15) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.692.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.691.0...v3.692.0) (2024-11-14) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.691.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.690.0...v3.691.0) (2024-11-13) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.686.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.685.0...v3.686.0) (2024-11-06) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.679.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.678.0...v3.679.0) (2024-10-24) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.678.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.677.0...v3.678.0) (2024-10-23) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.677.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.676.0...v3.677.0) (2024-10-22) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.675.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.674.0...v3.675.0) (2024-10-18) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.670.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.669.0...v3.670.0) (2024-10-11) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.669.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.668.0...v3.669.0) (2024-10-10) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.668.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.667.0...v3.668.0) (2024-10-09) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.667.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.666.0...v3.667.0) (2024-10-08) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.666.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.665.0...v3.666.0) (2024-10-07) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.665.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.664.0...v3.665.0) (2024-10-04) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.664.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.663.0...v3.664.0) (2024-10-03) - - -### Features - -* **middleware-user-agent:** add client config for userAgentAppId ([#6524](https://github.com/aws/aws-sdk-js-v3/issues/6524)) ([2990ea8](https://github.com/aws/aws-sdk-js-v3/commit/2990ea8f0d689966a9de0000d579f147c2d4af81)) - - - - - -# [3.662.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.661.0...v3.662.0) (2024-10-01) - - -### Bug Fixes - -* **s3-request-presigner:** enable overriding hoistable headers ([#6535](https://github.com/aws/aws-sdk-js-v3/issues/6535)) ([3c2e59c](https://github.com/aws/aws-sdk-js-v3/commit/3c2e59cfddd753d1c9739332b9195ae5eadde4df)) - - - - - -## [3.658.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.658.0...v3.658.1) (2024-09-25) - - -### Bug Fixes - -* **clients:** allow empty string field values for headers ([#6511](https://github.com/aws/aws-sdk-js-v3/issues/6511)) ([1273ff3](https://github.com/aws/aws-sdk-js-v3/commit/1273ff317071749cfeb88caad9df7492256c03e2)) - - - - - -# [3.658.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.657.0...v3.658.0) (2024-09-24) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.654.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.653.0...v3.654.0) (2024-09-18) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -## [3.651.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.651.0...v3.651.1) (2024-09-13) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.650.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.649.0...v3.650.0) (2024-09-11) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.649.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.648.0...v3.649.0) (2024-09-10) - - -### Features - -* **endpoints:** codegen sync for request creation performance improvements ([#6449](https://github.com/aws/aws-sdk-js-v3/issues/6449)) ([c8e8f28](https://github.com/aws/aws-sdk-js-v3/commit/c8e8f28d0714c8165162e1411b5f740ba729a93a)) - - - - - -# [3.645.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.644.0...v3.645.0) (2024-09-04) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.637.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.636.0...v3.637.0) (2024-08-22) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.635.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.634.0...v3.635.0) (2024-08-20) - - -### Features - -* **codegen:** add Smithy RPCv2 CBOR to list of protocols ([#6096](https://github.com/aws/aws-sdk-js-v3/issues/6096)) ([5154d4f](https://github.com/aws/aws-sdk-js-v3/commit/5154d4f19bc77a7bad075b35ce135d3b5f60ad1d)) - - - - - -# [3.632.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.631.0...v3.632.0) (2024-08-15) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.631.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.630.0...v3.631.0) (2024-08-14) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.629.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.628.0...v3.629.0) (2024-08-12) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.624.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.623.0...v3.624.0) (2024-08-05) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.623.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.622.0...v3.623.0) (2024-08-02) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.622.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.621.0...v3.622.0) (2024-08-01) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.621.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.620.1...v3.621.0) (2024-07-30) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -## [3.620.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.620.0...v3.620.1) (2024-07-29) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.620.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.619.0...v3.620.0) (2024-07-25) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.616.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.615.0...v3.616.0) (2024-07-18) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.614.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.613.0...v3.614.0) (2024-07-10) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.613.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.612.0...v3.613.0) (2024-07-09) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.609.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.608.0...v3.609.0) (2024-07-02) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.606.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.605.0...v3.606.0) (2024-06-27) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.600.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.599.0...v3.600.0) (2024-06-18) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.598.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.597.0...v3.598.0) (2024-06-14) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.596.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.595.0...v3.596.0) (2024-06-12) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.592.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.591.0...v3.592.0) (2024-06-06) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.590.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.589.0...v3.590.0) (2024-06-04) - - -### Bug Fixes - -* **codegen:** consistently add region as config option when generated client is Sigv4 but not AWS ([#6156](https://github.com/aws/aws-sdk-js-v3/issues/6156)) ([06f51cc](https://github.com/aws/aws-sdk-js-v3/commit/06f51ccdc1c825f4b4de6a865520ace78c098ff3)) - - - - - -# [3.588.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.587.0...v3.588.0) (2024-05-31) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.587.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.586.0...v3.587.0) (2024-05-30) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.583.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.582.0...v3.583.0) (2024-05-23) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.582.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.581.0...v3.582.0) (2024-05-22) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.576.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.575.0...v3.576.0) (2024-05-14) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.575.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.574.0...v3.575.0) (2024-05-13) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.574.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.573.0...v3.574.0) (2024-05-10) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.572.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.571.0...v3.572.0) (2024-05-08) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.569.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.568.0...v3.569.0) (2024-05-03) - - -### Bug Fixes - -* **clients:** add deps required by default credential providers ([#6055](https://github.com/aws/aws-sdk-js-v3/issues/6055)) ([bfa8626](https://github.com/aws/aws-sdk-js-v3/commit/bfa86268540d197a21f13e8d2e8bced10b78d480)) - - - - - -# [3.568.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.567.0...v3.568.0) (2024-05-02) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.567.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.566.0...v3.567.0) (2024-05-01) - - -### Features - -* end support for Node.js 14.x ([#6034](https://github.com/aws/aws-sdk-js-v3/issues/6034)) ([d196411](https://github.com/aws/aws-sdk-js-v3/commit/d19641119f07d62c29f12348f448cd834d841533)) - - - - - -# [3.565.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.564.0...v3.565.0) (2024-04-29) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.564.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.563.0...v3.564.0) (2024-04-26) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.563.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.562.0...v3.563.0) (2024-04-25) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.556.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.555.0...v3.556.0) (2024-04-16) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.554.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.553.0...v3.554.0) (2024-04-11) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.552.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.551.0...v3.552.0) (2024-04-09) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.549.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.548.0...v3.549.0) (2024-04-04) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22) - - -### Bug Fixes - -* **util-endpoints:** augment endpointFunctions inline in endpointResolver functions ([#5933](https://github.com/aws/aws-sdk-js-v3/issues/5933)) ([42a791d](https://github.com/aws/aws-sdk-js-v3/commit/42a791defb20c697fefc985f1f2b22fc9e5be388)) - - - - - -# [3.535.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.534.0...v3.535.0) (2024-03-15) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.533.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.532.0...v3.533.0) (2024-03-13) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -## [3.529.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.529.0...v3.529.1) (2024-03-08) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.529.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.528.0...v3.529.0) (2024-03-07) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.525.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.524.0...v3.525.0) (2024-02-29) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.523.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.522.0...v3.523.0) (2024-02-27) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.521.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.520.0...v3.521.0) (2024-02-23) - - -### Features - -* requestHandler ctor param pass-through ([#5820](https://github.com/aws/aws-sdk-js-v3/issues/5820)) ([9fec71d](https://github.com/aws/aws-sdk-js-v3/commit/9fec71d1933cd8e3db118c164bca16edc2305532)) - - - - - -# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.514.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.513.0...v3.514.0) (2024-02-14) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.513.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.512.0...v3.513.0) (2024-02-13) - - -### Features - -* **experimentalIdentityAndAuth:** release phase for services without customizations ([#5787](https://github.com/aws/aws-sdk-js-v3/issues/5787)) ([4004ff6](https://github.com/aws/aws-sdk-js-v3/commit/4004ff68a8ad20f6e60e8fab1f8952928f92f4b7)) - - - - - -# [3.511.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.510.0...v3.511.0) (2024-02-09) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.509.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.508.0...v3.509.0) (2024-02-07) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.507.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.506.0...v3.507.0) (2024-02-05) - - -### Features - -* unified error dispatcher in protocols ([#5756](https://github.com/aws/aws-sdk-js-v3/issues/5756)) ([0872087](https://github.com/aws/aws-sdk-js-v3/commit/0872087ef56422541bd38d293f97613dfd10236f)) - - - - - -# [3.504.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.503.1...v3.504.0) (2024-01-31) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -## [3.503.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.503.0...v3.503.1) (2024-01-30) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.503.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.502.0...v3.503.0) (2024-01-30) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.502.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.501.0...v3.502.0) (2024-01-29) - - -### Features - -* **credential-providers:** lazy load STS & SSO clients in credential providers ([#5681](https://github.com/aws/aws-sdk-js-v3/issues/5681)) ([d27301d](https://github.com/aws/aws-sdk-js-v3/commit/d27301d48f3e75fdaccabf58f779f0b33a70664e)) - - - - - -# [3.501.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.500.0...v3.501.0) (2024-01-26) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.499.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.498.0...v3.499.0) (2024-01-24) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.496.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.495.0...v3.496.0) (2024-01-19) - - -### Bug Fixes - -* get full list of exports for esm compat in dist-cjs ([#5694](https://github.com/aws/aws-sdk-js-v3/issues/5694)) ([5d26da6](https://github.com/aws/aws-sdk-js-v3/commit/5d26da6d07b593ae286ca674fb3cbff7c833cbb0)) - - - - - -# [3.495.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.494.0...v3.495.0) (2024-01-18) - - -### Features - -* use bundled dist-cjs build ([#5687](https://github.com/aws/aws-sdk-js-v3/issues/5687)) ([5f79e22](https://github.com/aws/aws-sdk-js-v3/commit/5f79e225e32f0b2ed5b432ae4e4108663eb0acfb)) - - - - - -# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.489.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.488.0...v3.489.0) (2024-01-10) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.485.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.484.0...v3.485.0) (2024-01-03) - - -### Features - -* **credential-providers:** add credentialScope field ([#5606](https://github.com/aws/aws-sdk-js-v3/issues/5606)) ([04c1459](https://github.com/aws/aws-sdk-js-v3/commit/04c14592898ac63ed87d47f2a53320ccaa991083)) - - - - - -# [3.484.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.483.0...v3.484.0) (2023-12-29) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.481.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.480.0...v3.481.0) (2023-12-26) - - -### Features - -* codegen for command class builder ([#5604](https://github.com/aws/aws-sdk-js-v3/issues/5604)) ([4835de4](https://github.com/aws/aws-sdk-js-v3/commit/4835de4ebb8f302ae1e838ac1efaf5f12384910d)) - - - - - -# [3.478.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.477.0...v3.478.0) (2023-12-20) - - -### Features - -* codegen for paginator factory ([#5590](https://github.com/aws/aws-sdk-js-v3/issues/5590)) ([e54099b](https://github.com/aws/aws-sdk-js-v3/commit/e54099b7c1eb3b1de5737d5494821b1dae045fca)) - - - - - -# [3.477.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.476.0...v3.477.0) (2023-12-19) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.476.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.475.0...v3.476.0) (2023-12-18) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.474.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.473.0...v3.474.0) (2023-12-14) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.473.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.472.0...v3.473.0) (2023-12-13) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.470.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.469.0...v3.470.0) (2023-12-08) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.468.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.467.0...v3.468.0) (2023-12-06) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.465.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.464.0...v3.465.0) (2023-12-01) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.462.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.461.0...v3.462.0) (2023-11-29) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.461.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.460.0...v3.461.0) (2023-11-28) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.460.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.459.0...v3.460.0) (2023-11-28) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.458.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.457.0...v3.458.0) (2023-11-27) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.454.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.453.0...v3.454.0) (2023-11-17) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.451.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.450.0...v3.451.0) (2023-11-14) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.450.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.449.0...v3.450.0) (2023-11-13) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.449.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.448.0...v3.449.0) (2023-11-10) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.445.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.444.0...v3.445.0) (2023-11-07) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.441.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.440.0...v3.441.0) (2023-11-01) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.438.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.437.0...v3.438.0) (2023-10-27) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.437.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.436.0...v3.437.0) (2023-10-26) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.436.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.435.0...v3.436.0) (2023-10-25) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.435.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.434.0...v3.435.0) (2023-10-24) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.433.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.432.0...v3.433.0) (2023-10-20) - - -### Bug Fixes - -* **codegen:** use partial record for enum keyed types ([#5391](https://github.com/aws/aws-sdk-js-v3/issues/5391)) ([70c2107](https://github.com/aws/aws-sdk-js-v3/commit/70c2107b970d035bfedb211278c88fdbfc2e5334)) - - - - - -# [3.431.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.430.0...v3.431.0) (2023-10-18) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.430.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.429.0...v3.430.0) (2023-10-17) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.429.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.428.0...v3.429.0) (2023-10-16) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.428.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.427.0...v3.428.0) (2023-10-12) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.427.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.426.0...v3.427.0) (2023-10-06) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.425.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.424.0...v3.425.0) (2023-10-04) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.423.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.422.0...v3.423.0) (2023-10-02) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.421.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.420.0...v3.421.0) (2023-09-27) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.418.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.417.0...v3.418.0) (2023-09-22) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.414.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.413.0...v3.414.0) (2023-09-15) - - -### Features - -* **region-config:** add aws region runtime extension codegen ([#5157](https://github.com/aws/aws-sdk-js-v3/issues/5157)) ([b9d59e8](https://github.com/aws/aws-sdk-js-v3/commit/b9d59e81696f9628c6502473bb01a2d1a617e928)) - - - - - -# [3.413.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.412.0...v3.413.0) (2023-09-14) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.410.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.409.0...v3.410.0) (2023-09-11) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.409.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.408.0...v3.409.0) (2023-09-08) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.408.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.407.0...v3.408.0) (2023-09-07) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.405.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.404.0...v3.405.0) (2023-09-01) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.398.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.397.0...v3.398.0) (2023-08-23) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.395.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.394.0...v3.395.0) (2023-08-18) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.391.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.390.0...v3.391.0) (2023-08-14) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.388.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.387.0...v3.388.0) (2023-08-09) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.387.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.386.0...v3.387.0) (2023-08-08) - - -### Features - -* **clients:** allow client creation without configuration ([#5060](https://github.com/aws/aws-sdk-js-v3/issues/5060)) ([a9723dc](https://github.com/aws/aws-sdk-js-v3/commit/a9723dcbbf970402a3131a8ff79153a04b2cfb89)) - - - - - -# [3.386.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.385.0...v3.386.0) (2023-08-07) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.385.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.384.0...v3.385.0) (2023-08-04) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.382.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.381.0...v3.382.0) (2023-08-01) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -## [3.379.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.0...v3.379.1) (2023-07-28) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.378.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.377.0...v3.378.0) (2023-07-26) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.377.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.376.0...v3.377.0) (2023-07-25) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.370.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.369.0...v3.370.0) (2023-07-13) - - -### Bug Fixes - -* **codegen:** pkg.json merge behavior ([#4954](https://github.com/aws/aws-sdk-js-v3/issues/4954)) ([4fc0b7f](https://github.com/aws/aws-sdk-js-v3/commit/4fc0b7f3961fe8a88c781c8f34269aef12d5f620)) - - - - - -# [3.369.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.368.0...v3.369.0) (2023-07-11) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.363.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.362.0...v3.363.0) (2023-06-29) - - -### Features - -* **clients:** use migrated [@smithy](https://github.com/smithy) packages ([#4873](https://github.com/aws/aws-sdk-js-v3/issues/4873)) ([d036e2e](https://github.com/aws/aws-sdk-js-v3/commit/d036e2e43cd33cfd497871f97dde907c3078b2fd)) - - - - - -# [3.362.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.361.0...v3.362.0) (2023-06-28) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.360.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.359.0...v3.360.0) (2023-06-26) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.359.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.358.0...v3.359.0) (2023-06-23) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.358.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.357.0...v3.358.0) (2023-06-22) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.357.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.356.0...v3.357.0) (2023-06-21) - - -### Features - -* **clients:** automatic blob type conversions ([#4836](https://github.com/aws/aws-sdk-js-v3/issues/4836)) ([60ec921](https://github.com/aws/aws-sdk-js-v3/commit/60ec921c879ae8363f32ebbe9e1ecd6062df1081)) - - - - - -# [3.354.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.353.0...v3.354.0) (2023-06-16) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.353.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.352.0...v3.353.0) (2023-06-15) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.352.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.351.0...v3.352.0) (2023-06-13) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.350.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.349.0...v3.350.0) (2023-06-09) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.348.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.347.1...v3.348.0) (2023-06-07) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -## [3.347.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.347.0...v3.347.1) (2023-06-07) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.347.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.346.0...v3.347.0) (2023-06-06) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.345.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.344.0...v3.345.0) (2023-06-02) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.344.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.343.0...v3.344.0) (2023-06-01) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.342.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.341.0...v3.342.0) (2023-05-30) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.341.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.340.0...v3.341.0) (2023-05-26) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.338.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.337.0...v3.338.0) (2023-05-23) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.337.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.336.0...v3.337.0) (2023-05-22) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.335.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.334.0...v3.335.0) (2023-05-18) - - -### Features - -* **deps:** use [@smithy](https://github.com/smithy) types and protocol-http ([#4722](https://github.com/aws/aws-sdk-js-v3/issues/4722)) ([7ed7101](https://github.com/aws/aws-sdk-js-v3/commit/7ed7101dcc4e81038b6c7f581162b959e6b33a04)) - - - - - -# [3.332.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.331.0...v3.332.0) (2023-05-11) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.329.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.328.0...v3.329.0) (2023-05-08) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.328.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.327.0...v3.328.0) (2023-05-05) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.327.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.326.0...v3.327.0) (2023-05-04) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.326.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.325.0...v3.326.0) (2023-05-03) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.325.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.324.0...v3.325.0) (2023-05-02) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -## [3.321.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.321.0...v3.321.1) (2023-04-27) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.319.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.318.0...v3.319.0) (2023-04-24) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.316.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.315.0...v3.316.0) (2023-04-19) - - -### Features - -* **smithy-client:** factory for aggregated clients ([#4639](https://github.com/aws/aws-sdk-js-v3/issues/4639)) ([852b99d](https://github.com/aws/aws-sdk-js-v3/commit/852b99d393fe5f1a9ff6345f797949f3901a9cbf)) - - - - - -# [3.315.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.314.0...v3.315.0) (2023-04-17) - - -### Features - -* **codegen:** shorten serialization and deserialization code in protocols files ([#4625](https://github.com/aws/aws-sdk-js-v3/issues/4625)) ([8798a6e](https://github.com/aws/aws-sdk-js-v3/commit/8798a6eac1b48f0a807c51e38b864ef62b712943)) - - - - - -# [3.312.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.311.0...v3.312.0) (2023-04-12) - - -### Features - -* **client:** reduce generated HTTP request header code size ([#4594](https://github.com/aws/aws-sdk-js-v3/issues/4594)) ([fe91123](https://github.com/aws/aws-sdk-js-v3/commit/fe91123411499b5932b406fb813e69f4a0d36503)) - - - - - -# [3.310.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.309.0...v3.310.0) (2023-04-10) - - -### Bug Fixes - -* use updated dist glob pattern in package.json ([#4628](https://github.com/aws/aws-sdk-js-v3/issues/4628)) ([352393d](https://github.com/aws/aws-sdk-js-v3/commit/352393dcdba5ba16dca589c265c40e22913c7f2b)) - - - - - -# [3.309.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.308.0...v3.309.0) (2023-04-07) - - -### Features - -* **codegen:** shorten internal serde function names ([#4611](https://github.com/aws/aws-sdk-js-v3/issues/4611)) ([e385e85](https://github.com/aws/aws-sdk-js-v3/commit/e385e85938d112434b752abb38ab5de2d094f669)) - - - - - -# [3.306.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.305.0...v3.306.0) (2023-04-04) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.303.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.302.0...v3.303.0) (2023-03-30) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.301.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.300.0...v3.301.0) (2023-03-28) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.300.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.299.0...v3.300.0) (2023-03-27) - - -### Features - -* **clients:** codegen for structural hint documentation in commands ([#4573](https://github.com/aws/aws-sdk-js-v3/issues/4573)) ([b3ff58d](https://github.com/aws/aws-sdk-js-v3/commit/b3ff58d3606ceefcdd04ac82fc1ca54f5f811989)) - - - - - -# [3.299.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.298.0...v3.299.0) (2023-03-24) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.298.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.297.0...v3.298.0) (2023-03-23) - - -### Features - -* **clients:** remove generated log filters for data with no sensitive data ([#4544](https://github.com/aws/aws-sdk-js-v3/issues/4544)) ([569155d](https://github.com/aws/aws-sdk-js-v3/commit/569155d6cce710b102cefa7511ba1bc1d28bc87e)) - - - - - -# [3.297.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.296.0...v3.297.0) (2023-03-22) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.296.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.295.0...v3.296.0) (2023-03-21) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.295.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.294.0...v3.295.0) (2023-03-20) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.294.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.293.0...v3.294.0) (2023-03-17) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.293.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.292.1...v3.293.0) (2023-03-16) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.292.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.291.0...v3.292.0) (2023-03-15) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.290.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.289.0...v3.290.0) (2023-03-13) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.289.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.288.0...v3.289.0) (2023-03-10) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.288.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.287.0...v3.288.0) (2023-03-09) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.287.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.286.0...v3.287.0) (2023-03-08) - - -### Bug Fixes - -* **clients:** remove aggregated client from paginators ([#4496](https://github.com/aws/aws-sdk-js-v3/issues/4496)) ([aea457a](https://github.com/aws/aws-sdk-js-v3/commit/aea457ab5d4e72939f2f608140d82b60526eb716)) - - - - - -# [3.282.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.281.0...v3.282.0) (2023-03-01) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.281.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.280.0...v3.281.0) (2023-02-28) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.279.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.278.0...v3.279.0) (2023-02-24) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.278.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.277.0...v3.278.0) (2023-02-23) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.276.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.275.0...v3.276.0) (2023-02-21) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.272.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.271.0...v3.272.0) (2023-02-15) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.271.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.270.0...v3.271.0) (2023-02-14) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.267.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.266.1...v3.267.0) (2023-02-08) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -## [3.266.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.266.0...v3.266.1) (2023-02-07) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.266.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.265.0...v3.266.0) (2023-02-06) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.264.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.263.0...v3.264.0) (2023-02-02) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.262.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.261.0...v3.262.0) (2023-01-31) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.261.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.260.0...v3.261.0) (2023-01-30) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.259.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.258.0...v3.259.0) (2023-01-26) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.258.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.257.0...v3.258.0) (2023-01-25) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.257.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.256.0...v3.257.0) (2023-01-24) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.256.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.255.0...v3.256.0) (2023-01-23) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.254.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.253.0...v3.254.0) (2023-01-19) - - -### Features - -* **checksum:** replace Hash with Checksum ([#4346](https://github.com/aws/aws-sdk-js-v3/issues/4346)) ([172b4f3](https://github.com/aws/aws-sdk-js-v3/commit/172b4f3475370b386271750436004706b36bc056)) - - - - - -# [3.252.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.251.0...v3.252.0) (2023-01-17) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.245.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.244.0...v3.245.0) (2023-01-05) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.241.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.240.0...v3.241.0) (2022-12-29) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.238.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.237.0...v3.238.0) (2022-12-23) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.236.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.235.0...v3.236.0) (2022-12-21) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.235.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.234.0...v3.235.0) (2022-12-20) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.234.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.233.0...v3.234.0) (2022-12-19) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.231.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.230.0...v3.231.0) (2022-12-14) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.229.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.228.0...v3.229.0) (2022-12-12) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.226.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.225.0...v3.226.0) (2022-12-07) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.224.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.223.0...v3.224.0) (2022-12-05) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.223.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.222.0...v3.223.0) (2022-12-02) - - -### Bug Fixes - -* **clients:** remove unconditional inclusion of util-retry ([#4246](https://github.com/aws/aws-sdk-js-v3/issues/4246)) ([3baeb44](https://github.com/aws/aws-sdk-js-v3/commit/3baeb445fb399fa3b6d81e89e88c22b0c0a691cc)) - - - - - -# [3.222.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.221.0...v3.222.0) (2022-12-01) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.218.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.217.0...v3.218.0) (2022-11-28) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.216.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.215.0...v3.216.0) (2022-11-22) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.215.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.214.0...v3.215.0) (2022-11-21) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.213.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.212.0...v3.213.0) (2022-11-17) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.212.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.211.0...v3.212.0) (2022-11-16) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.211.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.210.0...v3.211.0) (2022-11-15) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.210.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.209.0...v3.210.0) (2022-11-14) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.209.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.208.0...v3.209.0) (2022-11-11) - - -### Bug Fixes - -* **clients:** remove unconditional add of util-base64 node and browser modules ([#4170](https://github.com/aws/aws-sdk-js-v3/issues/4170)) ([24ec718](https://github.com/aws/aws-sdk-js-v3/commit/24ec718ea19309059d8b923c0b5c4265d308a36f)) -* **clients:** use default no-op logger in clients codegen ([#4171](https://github.com/aws/aws-sdk-js-v3/issues/4171)) ([9721730](https://github.com/aws/aws-sdk-js-v3/commit/9721730bc3ceba8a8b80ad95e9c893e55e30272e)) - - - - - -# [3.208.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.207.0...v3.208.0) (2022-11-10) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.204.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.203.0...v3.204.0) (2022-11-04) - - -### Features - -* **clients:** update client endpoints as of 2022-11-04 ([7471107](https://github.com/aws/aws-sdk-js-v3/commit/7471107c0881b5d9e474447a660dd3354a50b195)) - - - - - -# [3.202.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.201.0...v3.202.0) (2022-11-02) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.201.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.200.0...v3.201.0) (2022-11-01) - - -### Features - -* end support for Node.js 12.x ([#4123](https://github.com/aws/aws-sdk-js-v3/issues/4123)) ([83f913e](https://github.com/aws/aws-sdk-js-v3/commit/83f913ec2ac3878d8726c6964f585550dc5caf3e)) - - - - - -# [3.200.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.199.0...v3.200.0) (2022-10-31) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.199.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.198.0...v3.199.0) (2022-10-28) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.198.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.197.0...v3.198.0) (2022-10-27) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.197.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.196.0...v3.197.0) (2022-10-26) - - -### Bug Fixes - -* **types:** expand custom endpoint type ([#4097](https://github.com/aws/aws-sdk-js-v3/issues/4097)) ([3620ce4](https://github.com/aws/aws-sdk-js-v3/commit/3620ce4162435b9688823162281140f40365b14c)) - - - - - -# [3.196.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.195.0...v3.196.0) (2022-10-25) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.195.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.194.0...v3.195.0) (2022-10-24) - - -### Features - -* **endpoint:** endpoints models for awsJson1.1 ([#4079](https://github.com/aws/aws-sdk-js-v3/issues/4079)) ([246d653](https://github.com/aws/aws-sdk-js-v3/commit/246d6534c53dcf9bd2eb6a620cb5b6c04b27451a)) - - - - - -# [3.194.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.193.0...v3.194.0) (2022-10-21) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.193.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.192.0...v3.193.0) (2022-10-20) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.192.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.191.0...v3.192.0) (2022-10-19) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.190.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.189.0...v3.190.0) (2022-10-17) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.188.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.187.0...v3.188.0) (2022-10-13) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.185.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.184.0...v3.185.0) (2022-10-05) - - -### Bug Fixes - -* **codegen:** add deser check for x-amz-request-id ([#4015](https://github.com/aws/aws-sdk-js-v3/issues/4015)) ([6ff07bd](https://github.com/aws/aws-sdk-js-v3/commit/6ff07bd7e72bd56725f318013ac1d6d0fbbcdd9a)) - - - - - -# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.181.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.180.0...v3.181.0) (2022-09-29) - - -### Bug Fixes - -* **clients:** make parseErrorBody async ([#3999](https://github.com/aws/aws-sdk-js-v3/issues/3999)) ([2558c93](https://github.com/aws/aws-sdk-js-v3/commit/2558c93c050357ac6dc47aa0452b15b12ebfd676)) -* **clients:** populate message field when parsing errors ([#3995](https://github.com/aws/aws-sdk-js-v3/issues/3995)) ([02e47f1](https://github.com/aws/aws-sdk-js-v3/commit/02e47f14397ae0a5d2e2883350d038b307fdcdb4)) - - - - - -# [3.180.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.179.0...v3.180.0) (2022-09-27) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.179.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.178.0...v3.179.0) (2022-09-26) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.165.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.164.0...v3.165.0) (2022-09-06) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.163.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.162.0...v3.163.0) (2022-09-01) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.162.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.161.0...v3.162.0) (2022-08-31) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.161.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.160.0...v3.161.0) (2022-08-30) - - -### Features - -* **clients:** update client endpoints as of 2022-08-30 ([59043d3](https://github.com/aws/aws-sdk-js-v3/commit/59043d3755015c9185990f3ad850aaded13bd58c)) - - - - - -# [3.160.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.159.0...v3.160.0) (2022-08-29) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.159.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.158.0...v3.159.0) (2022-08-26) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.154.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.153.0...v3.154.0) (2022-08-19) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.150.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.149.0...v3.150.0) (2022-08-15) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.145.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.144.0...v3.145.0) (2022-08-08) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.142.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.141.0...v3.142.0) (2022-08-02) - - -### Features - -* **codegen:** general data mapping function ([#3830](https://github.com/aws/aws-sdk-js-v3/issues/3830)) ([9417eae](https://github.com/aws/aws-sdk-js-v3/commit/9417eae722806799fb4c15c07921574268c1165c)) - - - - - -# [3.141.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.140.0...v3.141.0) (2022-08-01) - - -### Features - -* **clients:** update client endpoints as of 2022-08-01 ([aaf49f2](https://github.com/aws/aws-sdk-js-v3/commit/aaf49f21b371412e6ea7e00890b71a7b31991b66)) - - - - - -# [3.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26) - - -### Features - -* **namespaces:** remove namespaces with only a log filter ([#3823](https://github.com/aws/aws-sdk-js-v3/issues/3823)) ([33e6822](https://github.com/aws/aws-sdk-js-v3/commit/33e68228fb64c53dd8f89e6be76dd5f46edc3cfd)) - - - - - -# [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.130.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.129.0...v3.130.0) (2022-07-14) - - -### Bug Fixes - -* **codegen:** fix error code parsing when it's a number ([#3371](https://github.com/aws/aws-sdk-js-v3/issues/3371)) ([c2d8522](https://github.com/aws/aws-sdk-js-v3/commit/c2d852279a3d23958521a6ceb4f4c642b0cb1848)) - - - - - -# [3.128.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.127.0...v3.128.0) (2022-07-12) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.127.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.126.0...v3.127.0) (2022-07-11) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.121.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.120.0...v3.121.0) (2022-06-30) - - -### Features - -* **clients:** fallback to status code for unmodeled errors ([#3752](https://github.com/aws/aws-sdk-js-v3/issues/3752)) ([49bcc4f](https://github.com/aws/aws-sdk-js-v3/commit/49bcc4f153e890e798a8e82fd5fc397b2dcc449f)) - - - - - -## [3.118.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.118.0...v3.118.1) (2022-06-27) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.118.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.117.0...v3.118.0) (2022-06-24) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.112.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.111.0...v3.112.0) (2022-06-16) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.110.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.109.0...v3.110.0) (2022-06-14) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.109.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.108.1...v3.109.0) (2022-06-13) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.105.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.104.0...v3.105.0) (2022-06-06) - - -### Features - -* **clients:** support recursion detection in Lambda ([#3654](https://github.com/aws/aws-sdk-js-v3/issues/3654)) ([ecfe46e](https://github.com/aws/aws-sdk-js-v3/commit/ecfe46ea1fd8b6e3812b75b3dc6c03554fb4b3fa)) - - - - - -# [3.100.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.99.0...v3.100.0) (2022-05-26) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.99.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.98.0...v3.99.0) (2022-05-25) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.95.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.94.0...v3.95.0) (2022-05-19) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.94.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.93.0...v3.94.0) (2022-05-18) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.92.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.91.0...v3.92.0) (2022-05-16) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.87.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.86.0...v3.87.0) (2022-05-09) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.85.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.84.0...v3.85.0) (2022-05-05) - - -### Features - -* **codegen:** add codegen indicator comment to all generated files ([#3592](https://github.com/aws/aws-sdk-js-v3/issues/3592)) ([567a530](https://github.com/aws/aws-sdk-js-v3/commit/567a5304232fcc1f9db3fd3df545054de8336b4b)) - - - - - -# [3.82.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.81.0...v3.82.0) (2022-05-02) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.81.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.80.0...v3.81.0) (2022-04-29) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.80.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.79.0...v3.80.0) (2022-04-28) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.79.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.78.0...v3.79.0) (2022-04-27) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.78.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.77.0...v3.78.0) (2022-04-26) - - -### Features - -* **types:** add pagination stopOnSameToken option ([#3524](https://github.com/aws/aws-sdk-js-v3/issues/3524)) ([9bf73e8](https://github.com/aws/aws-sdk-js-v3/commit/9bf73e81b8d9be9f12c72cbefbe26c502d1873c6)) - - - - - -# [3.76.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.75.0...v3.76.0) (2022-04-22) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.75.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.74.0...v3.75.0) (2022-04-21) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.74.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.73.0...v3.74.0) (2022-04-20) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.72.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.71.0...v3.72.0) (2022-04-15) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.67.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.66.0...v3.67.0) (2022-04-08) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.58.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.57.0...v3.58.0) (2022-03-28) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.56.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.55.0...v3.56.0) (2022-03-24) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.54.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.1...v3.54.0) (2022-03-11) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24) - - -### Features - -* **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074)) - - - - - -# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15) - - -### Features - -* **clients:** update clients to use default values inferred from defaults mode ([#3192](https://github.com/aws/aws-sdk-js-v3/issues/3192)) ([9152e21](https://github.com/aws/aws-sdk-js-v3/commit/9152e210c6ec29f34bb070eaf2874039022e6ab7)) - - - - - -# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07) - - -### Bug Fixes - -* **clients:** update clean:dist script to delete dist-* folder ([#3155](https://github.com/aws/aws-sdk-js-v3/issues/3155)) ([cdb1709](https://github.com/aws/aws-sdk-js-v3/commit/cdb17090f82d1fc8755811c82cbed5976ec7e60b)) - - -### Features - -* **clients:** extend typedoc.json from root ([#3136](https://github.com/aws/aws-sdk-js-v3/issues/3136)) ([f6a3ef5](https://github.com/aws/aws-sdk-js-v3/commit/f6a3ef541ae2d92872d09d8cab6727911287ebb2)) -* end support for Node.js 10.x ([#3122](https://github.com/aws/aws-sdk-js-v3/issues/3122)) ([7acf18a](https://github.com/aws/aws-sdk-js-v3/commit/7acf18abd3fb1cc461f809110cdb0d7968c2070e)) - - - - - -# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23) - - -### Features - -* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7)) - - - - - -# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11) - - -### Features - -* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a)) - - - - - -# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05) - - -### Features - -* **clients:** populate variants in endpoints hashes ([#2974](https://github.com/aws/aws-sdk-js-v3/issues/2974)) ([0dd68ef](https://github.com/aws/aws-sdk-js-v3/commit/0dd68ef8b04ea0e96e43b05a9a10221e433fdf86)) - - - - - -# [3.39.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.38.0...v3.39.0) (2021-10-29) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22) - - -### Features - -* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7)) -* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b)) - - - - - -# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15) - - -### Features - -* **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c)) - - - - - -## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12) - - -### Bug Fixes - -* **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d)) - - - - - -# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08) - - -### Features - -* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32)) -* **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704)) -* **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966)) - - - - - -# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04) - - -### Features - -* **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba)) -* **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d)) - - - - - -# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24) - - -### Features - -* **clients:** remove comments from transpiled JS files ([#2817](https://github.com/aws/aws-sdk-js-v3/issues/2817)) ([d01420b](https://github.com/aws/aws-sdk-js-v3/commit/d01420b247966c8ec84c1dd0a1b42512ede10c90)) - - - - - -# [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.29.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.28.0...v3.29.0) (2021-09-02) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.28.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.27.0...v3.28.0) (2021-08-27) - - -### Bug Fixes - -* **clients:** use optional chaining while processing runtime config ([#2690](https://github.com/aws/aws-sdk-js-v3/issues/2690)) ([18469ce](https://github.com/aws/aws-sdk-js-v3/commit/18469cefc27840ba00d516265ebd976f10240496)) - - -### Features - -* **clients:** allow setting path prefix from custom endpoints ([#2722](https://github.com/aws/aws-sdk-js-v3/issues/2722)) ([990ba2f](https://github.com/aws/aws-sdk-js-v3/commit/990ba2fe1c03cf10c3cb345cee4d137af7095f3d)) -* **clients:** modular endpoints resolution ([#2704](https://github.com/aws/aws-sdk-js-v3/issues/2704)) ([88de69b](https://github.com/aws/aws-sdk-js-v3/commit/88de69ba28aaedfc7f13fa165044ef8cae023bbe)) - - - - - -# [3.27.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.26.0...v3.27.0) (2021-08-19) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.26.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.25.0...v3.26.0) (2021-08-13) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.25.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.24.0...v3.25.0) (2021-08-05) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.24.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.23.0...v3.24.0) (2021-07-29) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.23.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.22.0...v3.23.0) (2021-07-23) - - -### Bug Fixes - -* **clients:** allow undefined configuration ([#2617](https://github.com/aws/aws-sdk-js-v3/issues/2617)) ([a004d15](https://github.com/aws/aws-sdk-js-v3/commit/a004d1569e0b213259c50f72fddfd209fff0d7a3)) -* bump up tslib to 2.3.0 ([#2601](https://github.com/aws/aws-sdk-js-v3/issues/2601)) ([7040faa](https://github.com/aws/aws-sdk-js-v3/commit/7040faac07976c1dcfd5240675b82a2f275b2a55)) - - -### Features - -* **clients:** change runtime config from constant to provider functions ([#2574](https://github.com/aws/aws-sdk-js-v3/issues/2574)) ([5eca565](https://github.com/aws/aws-sdk-js-v3/commit/5eca565b5237a31ee4f18a2ecb4608099ccd55ac)) - - - - - -# [3.22.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.21.0...v3.22.0) (2021-07-16) - - -### Bug Fixes - -* **clients:** link to Hash Interface ([#2573](https://github.com/aws/aws-sdk-js-v3/issues/2573)) ([bb7b3ed](https://github.com/aws/aws-sdk-js-v3/commit/bb7b3edc152f2c33b0e1cf2848aba4231882c36d)) -* **clients:** prefix `dist/` for typesVersions TS<4 ([#2580](https://github.com/aws/aws-sdk-js-v3/issues/2580)) ([dff5cd4](https://github.com/aws/aws-sdk-js-v3/commit/dff5cd4b6fa00453e938ce8f238c1542ee7ba3d6)) - - - - - -# [3.21.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.20.0...v3.21.0) (2021-07-09) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.20.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.19.0...v3.20.0) (2021-07-02) - - -### Bug Fixes - -* replace prepublishOnly script with downlevel-dts ([#2537](https://github.com/aws/aws-sdk-js-v3/issues/2537)) ([63818a1](https://github.com/aws/aws-sdk-js-v3/commit/63818a1e47b08af56f092031a01bbbff0a9af590)) - - - - - -# [3.19.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.18.0...v3.19.0) (2021-06-24) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.18.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.17.0...v3.18.0) (2021-06-04) - - -### Features - -* support Sigv4 for non AWS services ([#2385](https://github.com/aws/aws-sdk-js-v3/issues/2385)) ([0a251aa](https://github.com/aws/aws-sdk-js-v3/commit/0a251aa44d54fbf21e328ccf2b20db45e94aaa90)), closes [/github.com/awslabs/smithy/blob/main/smithy-aws-protocol-tests/model/restJson1/main.smithy#L11-L13](https://github.com//github.com/awslabs/smithy/blob/main/smithy-aws-protocol-tests/model/restJson1/main.smithy/issues/L11-L13) -* **clients:** add retryModeProvider in runtimeConfig ([#2440](https://github.com/aws/aws-sdk-js-v3/issues/2440)) ([fc0a5da](https://github.com/aws/aws-sdk-js-v3/commit/fc0a5dae2c13814d5a0c5fce1d892ce0e97c98e4)) - - - - - -# [3.17.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.16.0...v3.17.0) (2021-05-26) - - -### Features - -* **clients:** update endpoint resolution as of 05/12/2021 ([#2398](https://github.com/aws/aws-sdk-js-v3/issues/2398)) ([17afcbb](https://github.com/aws/aws-sdk-js-v3/commit/17afcbb65bb26f091ba258717716272d5dc4e2c7)) - - - - - -# [3.16.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.15.0...v3.16.0) (2021-05-14) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.15.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.14.0...v3.15.0) (2021-05-10) - - -### Features - -* **clients:** adding throwable waiters WaitUntil[operationState] ([#2302](https://github.com/aws/aws-sdk-js-v3/issues/2302)) ([f01d5ae](https://github.com/aws/aws-sdk-js-v3/commit/f01d5ae5e0e81ecc122dba2d2883352c1b86c3bb)) - - - - - -# [3.14.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.1...v3.14.0) (2021-04-30) - - -### Bug Fixes - -* **clients:** typo in README difference -> different ([#2314](https://github.com/aws/aws-sdk-js-v3/issues/2314)) ([9ac1f40](https://github.com/aws/aws-sdk-js-v3/commit/9ac1f40eea78075e6b301df50cfae17c19ad77c3)) - - -### Features - -* **clients:** update clients as of 04/29/2021 ([#2329](https://github.com/aws/aws-sdk-js-v3/issues/2329)) ([48ab750](https://github.com/aws/aws-sdk-js-v3/commit/48ab75045d1a94adfae94ac638a0dd882ebd05ac)) - - - - - -## [3.13.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.0...v3.13.1) (2021-04-22) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.13.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.12.0...v3.13.0) (2021-04-15) - - -### Features - -* remove @aws-sdk/url-parser-native in favor of react-native-url-polyfill ([#2229](https://github.com/aws/aws-sdk-js-v3/issues/2229)) ([d6a67d7](https://github.com/aws/aws-sdk-js-v3/commit/d6a67d7cd471e3440fa7b23ba00b11c00b10a566)) - - - - - -# [3.12.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.11.0...v3.12.0) (2021-04-09) - - -### Bug Fixes - -* run downlevel-dts in prepublishOnly ([#2218](https://github.com/aws/aws-sdk-js-v3/issues/2218)) ([0745502](https://github.com/aws/aws-sdk-js-v3/commit/0745502dcf819460ee1d81362470859674c757a7)) - - -### Features - -* support default role assumers ([#2221](https://github.com/aws/aws-sdk-js-v3/issues/2221)) ([ae17f4c](https://github.com/aws/aws-sdk-js-v3/commit/ae17f4c64f0390c9b879eb27390688ac156cac47)) - - - - - -# [3.11.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.10.0...v3.11.0) (2021-04-01) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.10.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.9.0...v3.10.0) (2021-03-26) - - -### Bug Fixes - -* **clients:** generate jest.config.js ([#2172](https://github.com/aws/aws-sdk-js-v3/issues/2172)) ([95b0e19](https://github.com/aws/aws-sdk-js-v3/commit/95b0e191eddf71033b9bd6a2d76d20fedea71b5f)) - - -### Features - -* use ts-jest for running jest tests ([#2088](https://github.com/aws/aws-sdk-js-v3/issues/2088)) ([456002c](https://github.com/aws/aws-sdk-js-v3/commit/456002cf7fa16864b72c3c279b094886a42abddb)) - - - - - -# [3.9.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.8.1...v3.9.0) (2021-03-18) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -## [3.8.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.8.0...v3.8.1) (2021-03-11) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.8.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.7.0...v3.8.0) (2021-03-05) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [3.7.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.6.1...v3.7.0) (2021-02-25) - - -### Bug Fixes - -* **codegen:** move auth to standalone plugin ([#2076](https://github.com/aws/aws-sdk-js-v3/issues/2076)) ([8d99715](https://github.com/aws/aws-sdk-js-v3/commit/8d997158c15dd4e3b3d9fe91d6d39fd37b9445f5)) - - - - - -## [3.6.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.6.0...v3.6.1) (2021-02-22) - - -### Bug Fixes - -* update references of default branch from master to main ([#2057](https://github.com/aws/aws-sdk-js-v3/issues/2057)) ([59b8b58](https://github.com/aws/aws-sdk-js-v3/commit/59b8b58c3a8c057b36abfaa59bae3a6ffb068cf1)) - - - - - -# [3.6.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.5.0...v3.6.0) (2021-02-20) - - -### Bug Fixes - -* revert publish v3.5.1-0 ([#2058](https://github.com/aws/aws-sdk-js-v3/issues/2058)) ([af25697](https://github.com/aws/aws-sdk-js-v3/commit/af25697aee9363a66c0d69b83f7df2e445c4b721)) - - - - - -# [3.5.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.4.1...v3.5.0) (2021-02-12) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -## [3.4.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.4.0...v3.4.1) (2021-01-29) - - -### Bug Fixes - -* **clients:** use TS 3.4 compatible types for TS 3.9 ([#1978](https://github.com/aws/aws-sdk-js-v3/issues/1978)) ([8bced5c](https://github.com/aws/aws-sdk-js-v3/commit/8bced5c32b9dbc68f1065054d796cb0b8b87bcc4)) - - - - - -# [3.4.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.3.0...v3.4.0) (2021-01-28) - - -### Features - -* **middleware-stack:** allow adding middleware to override an existing one ([#1964](https://github.com/aws/aws-sdk-js-v3/issues/1964)) ([9c21f14](https://github.com/aws/aws-sdk-js-v3/commit/9c21f14412f2b1f591422f3c67dedbe886db723b)), closes [#1883](https://github.com/aws/aws-sdk-js-v3/issues/1883) -* use downlevel-dts to generate TS 3.4 compatible types ([#1943](https://github.com/aws/aws-sdk-js-v3/issues/1943)) ([63ad215](https://github.com/aws/aws-sdk-js-v3/commit/63ad2151c8bb7be32ea8838a9b0974806ed3906b)) - - - - - -# [3.3.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.2.0...v3.3.0) (2021-01-14) - - -### Bug Fixes - -* **clients:** export explicit dependencies on @aws-sdk/types ([#1902](https://github.com/aws/aws-sdk-js-v3/issues/1902)) ([96f1087](https://github.com/aws/aws-sdk-js-v3/commit/96f1087333ba916593d557051297983912b27caa)) -* **clients:** lowercase all header names in serializer ([#1892](https://github.com/aws/aws-sdk-js-v3/issues/1892)) ([1308721](https://github.com/aws/aws-sdk-js-v3/commit/130872194bc94590f599051ee067d862210252f8)) -* **url-parser:** merge browser and node url parser, add rn url parser ([#1903](https://github.com/aws/aws-sdk-js-v3/issues/1903)) ([99be092](https://github.com/aws/aws-sdk-js-v3/commit/99be092fded13bb00802549e17dbdb6d760a8679)) - - -### Features - -* **clients:** update README with documentation, usage and more ([#1907](https://github.com/aws/aws-sdk-js-v3/issues/1907)) ([03be111](https://github.com/aws/aws-sdk-js-v3/commit/03be111a086360687f20b2ac1d490584fb4fbefe)) - - - - - -# [3.2.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1.0...v3.2.0) (2021-01-09) - - -### Bug Fixes - -* stop adding command mw repeatedly in resolveMiddleware() ([#1883](https://github.com/aws/aws-sdk-js-v3/issues/1883)) ([d4c302b](https://github.com/aws/aws-sdk-js-v3/commit/d4c302b816e1781f8d04bd479cc4e26e0fe4debc)) - - - - - -# [3.1.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.0.0...v3.1.0) (2020-12-23) - - -### Bug Fixes - -* **clients:** default region and credential provider ([#1834](https://github.com/aws/aws-sdk-js-v3/issues/1834)) ([bc79ab5](https://github.com/aws/aws-sdk-js-v3/commit/bc79ab5f17e00bc069b51f2f426dc73c16483eaa)) -* log requestId, extendedRequestId, cfId in $metadata ([#1819](https://github.com/aws/aws-sdk-js-v3/issues/1819)) ([f2a47e8](https://github.com/aws/aws-sdk-js-v3/commit/f2a47e80965f96b86fa42038bf2711b922eee302)) -* **clients:** populate sdkId in serviceId and default to use arnNamespace as signingName ([#1786](https://github.com/aws/aws-sdk-js-v3/issues/1786)) ([0011af2](https://github.com/aws/aws-sdk-js-v3/commit/0011af27a62d0d201296225e2a70276645b3231a)) -* **clients:** update endpoint provider ([#1824](https://github.com/aws/aws-sdk-js-v3/issues/1824)) ([64d2210](https://github.com/aws/aws-sdk-js-v3/commit/64d22105691f286ad9accf1a137d7c1928378ad4)) - - -### Features - -* standardize user agent value ([#1775](https://github.com/aws/aws-sdk-js-v3/issues/1775)) ([388b180](https://github.com/aws/aws-sdk-js-v3/commit/388b18071146171b42d283a93f9590cb23956e1a)) - - - - - -# [3.0.0](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.10...v3.0.0) (2020-12-15) - - -### Features - -* bump version to 3.0.0 ([#1793](https://github.com/aws/aws-sdk-js-v3/issues/1793)) ([d8475f8](https://github.com/aws/aws-sdk-js-v3/commit/d8475f8d972d28fbc15cd7e23abfe18f9eab0644)) - - - - - -# [1.0.0-rc.10](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.9...v1.0.0-rc.10) (2020-12-15) - - -### Features - -* **clients:** waiter code generation ([#1784](https://github.com/aws/aws-sdk-js-v3/issues/1784)) ([c78d705](https://github.com/aws/aws-sdk-js-v3/commit/c78d705e0a4d1d95fe74483f8da58ad23708f0c6)) -* update clients as of 12/12/2020 ([#1771](https://github.com/aws/aws-sdk-js-v3/issues/1771)) ([f69ff44](https://github.com/aws/aws-sdk-js-v3/commit/f69ff440a79018ad69fcb26ad46e3db65b23ce71)) -* update clients as of 12/12/2020 with model fixes ([#1774](https://github.com/aws/aws-sdk-js-v3/issues/1774)) ([54e8715](https://github.com/aws/aws-sdk-js-v3/commit/54e87151877dd5cf9a5f256698c088cc7a856225)) - - - - - -# [1.0.0-rc.9](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.8...v1.0.0-rc.9) (2020-12-11) - - -### Bug Fixes - -* **codegen:** import SENSITIVE_STRING only when used ([#1761](https://github.com/aws/aws-sdk-js-v3/issues/1761)) ([9296283](https://github.com/aws/aws-sdk-js-v3/commit/9296283623edecf95441e310200a17b61efe80e3)) - - -### Features - -* add service id config ([#1765](https://github.com/aws/aws-sdk-js-v3/issues/1765)) ([1ba5672](https://github.com/aws/aws-sdk-js-v3/commit/1ba5672ff75bf5401f02f65d20af61c7bee339ff)) - - - - - -# [1.0.0-rc.8](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.7...v1.0.0-rc.8) (2020-12-05) - - -### Features - -* **invalid-dependency:** add invalidAsyncFunction which rejects with an Error ([#1719](https://github.com/aws/aws-sdk-js-v3/issues/1719)) ([c4c046e](https://github.com/aws/aws-sdk-js-v3/commit/c4c046edf0e752560fded20255642e6aed559d2c)) - - - - - -# [1.0.0-rc.7](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2020-11-20) - - -### Bug Fixes - -* change paginators to export paginateOperationName ([#1692](https://github.com/aws/aws-sdk-js-v3/issues/1692)) ([6d02935](https://github.com/aws/aws-sdk-js-v3/commit/6d029356c03f52469975aecff32baf8cc5f293e8)) - - -### BREAKING CHANGES - -* change paginators to export paginateOperationName to be consistent with verb nouns across AWS - - - - - -# [1.0.0-rc.6](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.5...v1.0.0-rc.6) (2020-11-13) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [1.0.0-rc.5](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.4...v1.0.0-rc.5) (2020-11-09) - - -### Bug Fixes - -* codegen for paginator send commands ([#1667](https://github.com/aws/aws-sdk-js-v3/issues/1667)) ([13f3347](https://github.com/aws/aws-sdk-js-v3/commit/13f3347723e99b20c7ccd38cdd73d5ac981857a0)) -* **package.json:** migrate @aws-sdk/types into devDependencies codegen ([#1658](https://github.com/aws/aws-sdk-js-v3/issues/1658)) ([eb50962](https://github.com/aws/aws-sdk-js-v3/commit/eb509629cd6eeb293bf762c201710acabe049a58)) - - - - - -# [1.0.0-rc.4](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2020-10-31) - - -### Features - -* log clientName and commandName ([#1637](https://github.com/aws/aws-sdk-js-v3/issues/1637)) ([79f25ca](https://github.com/aws/aws-sdk-js-v3/commit/79f25cacc076483e0134f3626d9971ada5f1206d)) - - - - - -# [1.0.0-rc.3](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2020-10-27) - - -### Features - -* update client description to add keywords ([#1631](https://github.com/aws/aws-sdk-js-v3/issues/1631)) ([93fc586](https://github.com/aws/aws-sdk-js-v3/commit/93fc5866bf6e5f3b40f8dcfe829172bb80cc8391)) - - - - - -# [1.0.0-rc.2](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2020-10-22) - - -### Bug Fixes - -* throw 3XX redirection as errors explicitly ([#1591](https://github.com/aws/aws-sdk-js-v3/issues/1591)) ([76f83f1](https://github.com/aws/aws-sdk-js-v3/commit/76f83f19c96dc6c8705c8367cae5d87bbcfd7b23)) - - - - - -# [1.0.0-rc.1](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-gamma.11...v1.0.0-rc.1) (2020-10-19) - - -### Features - -* ready for release candidate ([#1578](https://github.com/aws/aws-sdk-js-v3/issues/1578)) ([519f66c](https://github.com/aws/aws-sdk-js-v3/commit/519f66c6388b91d0bd750a511e6d1af56196835e)) - - - - - -# [1.0.0-gamma.11](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/client-opsworks@1.0.0-gamma.10...@aws-sdk/client-opsworks@1.0.0-gamma.11) (2020-10-07) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [1.0.0-gamma.10](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/client-opsworks@1.0.0-gamma.9...@aws-sdk/client-opsworks@1.0.0-gamma.10) (2020-09-29) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [1.0.0-gamma.9](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/client-opsworks@1.0.0-gamma.8...@aws-sdk/client-opsworks@1.0.0-gamma.9) (2020-09-15) - - -### Bug Fixes - -* default import package.json for spec compatibility ([#1505](https://github.com/aws/aws-sdk-js-v3/issues/1505)) ([797ba7d](https://github.com/aws/aws-sdk-js-v3/commit/797ba7dc7743eb65e8f81536bcf70e5c225ef861)) -* toposort and chunk shape models ([#1510](https://github.com/aws/aws-sdk-js-v3/issues/1510)) ([bee87d8](https://github.com/aws/aws-sdk-js-v3/commit/bee87d8fcc5ea82a361386309ebf9330fe39c816)) - - - - - -# [1.0.0-gamma.8](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/client-opsworks@1.0.0-gamma.7...@aws-sdk/client-opsworks@1.0.0-gamma.8) (2020-09-01) - - -### Features - -* add LoggerConfig to all clients ([#1472](https://github.com/aws/aws-sdk-js-v3/issues/1472)) ([d55a812](https://github.com/aws/aws-sdk-js-v3/commit/d55a81278fee13281b20bfa60d89d2b111245dd4)) - - - - - -# [1.0.0-gamma.7](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/client-opsworks@1.0.0-gamma.6...@aws-sdk/client-opsworks@1.0.0-gamma.7) (2020-08-25) - - -### Features - -* adds client paginators ([#1458](https://github.com/aws/aws-sdk-js-v3/issues/1458)) ([0c7f7ee](https://github.com/aws/aws-sdk-js-v3/commit/0c7f7eee39eef17a5baee3c0db78682a54b1028a)) -* get partition of given region ([#1435](https://github.com/aws/aws-sdk-js-v3/issues/1435)) ([c18bfe4](https://github.com/aws/aws-sdk-js-v3/commit/c18bfe489db77d945d0bcc4ae7194ff46cd461a9)) -* refactor nodejs region loader ([#1437](https://github.com/aws/aws-sdk-js-v3/issues/1437)) ([5d79645](https://github.com/aws/aws-sdk-js-v3/commit/5d79645eb622b111c94a7de1918c8357c83a7bf8)) -* refactor nodejs retry config loader ([#1438](https://github.com/aws/aws-sdk-js-v3/issues/1438)) ([5478012](https://github.com/aws/aws-sdk-js-v3/commit/5478012147b475bdce07a2cbe393a972e502c93f)) -* update clients with smithy models as of 08/20 ([#1457](https://github.com/aws/aws-sdk-js-v3/issues/1457)) ([f95cce3](https://github.com/aws/aws-sdk-js-v3/commit/f95cce338fcdc49ead6e3ca6d178a6fd58ae556f)) - - - - - -# [1.0.0-gamma.6](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/client-opsworks@1.0.0-gamma.5...@aws-sdk/client-opsworks@1.0.0-gamma.6) (2020-08-04) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [1.0.0-gamma.5](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/client-opsworks@1.0.0-gamma.4...@aws-sdk/client-opsworks@1.0.0-gamma.5) (2020-07-21) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# [1.0.0-gamma.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/client-opsworks@1.0.0-gamma.3...@aws-sdk/client-opsworks@1.0.0-gamma.4) (2020-07-13) - -**Note:** Version bump only for package @aws-sdk/client-opsworks - - - - - -# 1.0.0-gamma.3 (2020-07-08) - - -### Features - -* add filterSensitiveLog method to Structure namespaces ([#1130](https://github.com/aws/aws-sdk-js-v3/issues/1130)) ([8eff087](https://github.com/aws/aws-sdk-js-v3/commit/8eff0875580e30e12f2e0abd5fa402973790e697)) - - - -# 1.0.0-gamma.2 (2020-05-26) - - - -# 1.0.0-gamma.1 (2020-05-21) - - -### Bug Fixes - -* add default value to stream collector ([#1131](https://github.com/aws/aws-sdk-js-v3/issues/1131)) ([030082a](https://github.com/aws/aws-sdk-js-v3/commit/030082a0378f873da34c5381c7889754c5bde9d3)) -* use JS url parser in ReactNative ([#1129](https://github.com/aws/aws-sdk-js-v3/issues/1129)) ([efc8570](https://github.com/aws/aws-sdk-js-v3/commit/efc8570af4019ce4f07a94afde82661ad64bf3d4)) - - -### Features - -* bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12)) -* refactor http request handlers ([#1186](https://github.com/aws/aws-sdk-js-v3/issues/1186)) ([605ebc5](https://github.com/aws/aws-sdk-js-v3/commit/605ebc57d2ec140ae5dd1c152168ec786e6663d9)) - - - -# 1.0.0-beta.4 (2020-04-25) - - -### Bug Fixes - -* move endpoint resolution to the serializers ([#1106](https://github.com/aws/aws-sdk-js-v3/issues/1106)) ([08c9420](https://github.com/aws/aws-sdk-js-v3/commit/08c9420db1ba9c3faf3ed26aa1244646bacff1d1)) -* request default endpoints from serde context being overwritten ([#1097](https://github.com/aws/aws-sdk-js-v3/issues/1097)) ([299d2a1](https://github.com/aws/aws-sdk-js-v3/commit/299d2a19bddfbab1b70552fd7a6b669ef7762288)) - - -### Features - -* add default destroy function to clients ([#1081](https://github.com/aws/aws-sdk-js-v3/issues/1081)) ([7eb0f0e](https://github.com/aws/aws-sdk-js-v3/commit/7eb0f0e5debfafe08c51dc4f99dcf29d79dea358)) - - - -# 1.0.0-beta.3 (2020-03-30) - - - -# 1.0.0-beta.2 (2020-03-28) - - - -# 1.0.0-beta.1 (2020-03-25) - - -### Features - -* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) - - - -# 1.0.0-alpha.28 (2020-03-20) - - - -# 1.0.0-alpha.27 (2020-03-13) - - -### Bug Fixes - -* codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144) - - - -# 1.0.0-alpha.26 (2020-03-12) - - - -# 1.0.0-alpha.25 (2020-03-09) - - -### Features - -* codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141) -* codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140) - - - -# 1.0.0-alpha.24 (2020-02-19) - - - -# 1.0.0-alpha.23 (2020-02-14) - - - -# 1.0.0-alpha.22 (2020-02-11) - - - -# 1.0.0-alpha.21 (2020-02-11) - - - -# 1.0.0-alpha.20 (2020-02-09) - - - -# 1.0.0-alpha.19 (2020-02-07) - - - -# 1.0.0-alpha.18 (2020-02-06) - - - -# 1.0.0-alpha.17 (2020-02-05) - - - -# 1.0.0-alpha.16 (2020-02-04) - - - -# 1.0.0-alpha.14 (2020-01-28) - - - -# 1.0.0-alpha.13 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2b7f44ddfc933d22b0a9329332799c6131)) - - - - - -# 1.0.0-gamma.2 (2020-05-26) - - - -# 1.0.0-gamma.1 (2020-05-21) - - -### Bug Fixes - -* add default value to stream collector ([#1131](https://github.com/aws/aws-sdk-js-v3/issues/1131)) ([030082a](https://github.com/aws/aws-sdk-js-v3/commit/030082a0378f873da34c5381c7889754c5bde9d3)) -* use JS url parser in ReactNative ([#1129](https://github.com/aws/aws-sdk-js-v3/issues/1129)) ([efc8570](https://github.com/aws/aws-sdk-js-v3/commit/efc8570af4019ce4f07a94afde82661ad64bf3d4)) - - -### Features - -* bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12)) -* refactor http request handlers ([#1186](https://github.com/aws/aws-sdk-js-v3/issues/1186)) ([605ebc5](https://github.com/aws/aws-sdk-js-v3/commit/605ebc57d2ec140ae5dd1c152168ec786e6663d9)) - - - -# 1.0.0-beta.4 (2020-04-25) - - -### Bug Fixes - -* move endpoint resolution to the serializers ([#1106](https://github.com/aws/aws-sdk-js-v3/issues/1106)) ([08c9420](https://github.com/aws/aws-sdk-js-v3/commit/08c9420db1ba9c3faf3ed26aa1244646bacff1d1)) -* request default endpoints from serde context being overwritten ([#1097](https://github.com/aws/aws-sdk-js-v3/issues/1097)) ([299d2a1](https://github.com/aws/aws-sdk-js-v3/commit/299d2a19bddfbab1b70552fd7a6b669ef7762288)) - - -### Features - -* add default destroy function to clients ([#1081](https://github.com/aws/aws-sdk-js-v3/issues/1081)) ([7eb0f0e](https://github.com/aws/aws-sdk-js-v3/commit/7eb0f0e5debfafe08c51dc4f99dcf29d79dea358)) - - - -# 1.0.0-beta.3 (2020-03-30) - - - -# 1.0.0-beta.2 (2020-03-28) - - - -# 1.0.0-beta.1 (2020-03-25) - - -### Features - -* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) - - - -# 1.0.0-alpha.28 (2020-03-20) - - - -# 1.0.0-alpha.27 (2020-03-13) - - -### Bug Fixes - -* codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144) - - - -# 1.0.0-alpha.26 (2020-03-12) - - - -# 1.0.0-alpha.25 (2020-03-09) - - -### Features - -* codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141) -* codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140) - - - -# 1.0.0-alpha.24 (2020-02-19) - - - -# 1.0.0-alpha.23 (2020-02-14) - - - -# 1.0.0-alpha.22 (2020-02-11) - - - -# 1.0.0-alpha.21 (2020-02-11) - - - -# 1.0.0-alpha.20 (2020-02-09) - - - -# 1.0.0-alpha.19 (2020-02-07) - - - -# 1.0.0-alpha.18 (2020-02-06) - - - -# 1.0.0-alpha.17 (2020-02-05) - - - -# 1.0.0-alpha.16 (2020-02-04) - - - -# 1.0.0-alpha.14 (2020-01-28) - - - -# 1.0.0-alpha.13 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2b7f44ddfc933d22b0a9329332799c6131)) - - - - - -# 1.0.0-gamma.1 (2020-05-21) - - -### Bug Fixes - -* add default value to stream collector ([#1131](https://github.com/aws/aws-sdk-js-v3/issues/1131)) ([030082a](https://github.com/aws/aws-sdk-js-v3/commit/030082a0378f873da34c5381c7889754c5bde9d3)) -* use JS url parser in ReactNative ([#1129](https://github.com/aws/aws-sdk-js-v3/issues/1129)) ([efc8570](https://github.com/aws/aws-sdk-js-v3/commit/efc8570af4019ce4f07a94afde82661ad64bf3d4)) - - -### Features - -* bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12)) -* refactor http request handlers ([#1186](https://github.com/aws/aws-sdk-js-v3/issues/1186)) ([605ebc5](https://github.com/aws/aws-sdk-js-v3/commit/605ebc57d2ec140ae5dd1c152168ec786e6663d9)) - - - -# 1.0.0-beta.4 (2020-04-25) - - -### Bug Fixes - -* move endpoint resolution to the serializers ([#1106](https://github.com/aws/aws-sdk-js-v3/issues/1106)) ([08c9420](https://github.com/aws/aws-sdk-js-v3/commit/08c9420db1ba9c3faf3ed26aa1244646bacff1d1)) -* request default endpoints from serde context being overwritten ([#1097](https://github.com/aws/aws-sdk-js-v3/issues/1097)) ([299d2a1](https://github.com/aws/aws-sdk-js-v3/commit/299d2a19bddfbab1b70552fd7a6b669ef7762288)) - - -### Features - -* add default destroy function to clients ([#1081](https://github.com/aws/aws-sdk-js-v3/issues/1081)) ([7eb0f0e](https://github.com/aws/aws-sdk-js-v3/commit/7eb0f0e5debfafe08c51dc4f99dcf29d79dea358)) - - - -# 1.0.0-beta.3 (2020-03-30) - - - -# 1.0.0-beta.2 (2020-03-28) - - - -# 1.0.0-beta.1 (2020-03-25) - - -### Features - -* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) - - - -# 1.0.0-alpha.28 (2020-03-20) - - - -# 1.0.0-alpha.27 (2020-03-13) - - -### Bug Fixes - -* codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144) - - - -# 1.0.0-alpha.26 (2020-03-12) - - - -# 1.0.0-alpha.25 (2020-03-09) - - -### Features - -* codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141) -* codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140) - - - -# 1.0.0-alpha.24 (2020-02-19) - - - -# 1.0.0-alpha.23 (2020-02-14) - - - -# 1.0.0-alpha.22 (2020-02-11) - - - -# 1.0.0-alpha.21 (2020-02-11) - - - -# 1.0.0-alpha.20 (2020-02-09) - - - -# 1.0.0-alpha.19 (2020-02-07) - - - -# 1.0.0-alpha.18 (2020-02-06) - - - -# 1.0.0-alpha.17 (2020-02-05) - - - -# 1.0.0-alpha.16 (2020-02-04) - - - -# 1.0.0-alpha.14 (2020-01-28) - - - -# 1.0.0-alpha.13 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2b7f44ddfc933d22b0a9329332799c6131)) - - - - - -# 1.0.0-beta.5 (2020-04-27) - - -### Features - -* use exact @aws-sdk/* dependencies ([#1110](https://github.com/aws/aws-sdk-js-v3/issues/1110)) ([bcfd7a2](https://github.com/aws/aws-sdk-js-v3/commit/bcfd7a2faeca3a2605057fd4736d710aa4902b62)) - - - -# 1.0.0-beta.3 (2020-03-30) - - - -# 1.0.0-beta.2 (2020-03-28) - - - -# 1.0.0-beta.1 (2020-03-25) - - -### Features - -* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) - - - -# 1.0.0-alpha.28 (2020-03-20) - - - -# 1.0.0-alpha.27 (2020-03-13) - - -### Bug Fixes - -* codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144) - - - -# 1.0.0-alpha.26 (2020-03-12) - - - -# 1.0.0-alpha.25 (2020-03-09) - - -### Features - -* codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141) -* codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140) - - - -# 1.0.0-alpha.24 (2020-02-19) - - - -# 1.0.0-alpha.23 (2020-02-14) - - - -# 1.0.0-alpha.22 (2020-02-11) - - - -# 1.0.0-alpha.21 (2020-02-11) - - - -# 1.0.0-alpha.20 (2020-02-09) - - - -# 1.0.0-alpha.19 (2020-02-07) - - - -# 1.0.0-alpha.18 (2020-02-06) - - - -# 1.0.0-alpha.17 (2020-02-05) - - - -# 1.0.0-alpha.16 (2020-02-04) - - - -# 1.0.0-alpha.14 (2020-01-28) - - - -# 1.0.0-alpha.13 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2b7f44ddfc933d22b0a9329332799c6131)) - - - - - -# 1.0.0-beta.4 (2020-04-25) - - -### Bug Fixes - -* move endpoint resolution to the serializers ([#1106](https://github.com/aws/aws-sdk-js-v3/issues/1106)) ([08c9420](https://github.com/aws/aws-sdk-js-v3/commit/08c9420db1ba9c3faf3ed26aa1244646bacff1d1)) -* request default endpoints from serde context being overwritten ([#1097](https://github.com/aws/aws-sdk-js-v3/issues/1097)) ([299d2a1](https://github.com/aws/aws-sdk-js-v3/commit/299d2a19bddfbab1b70552fd7a6b669ef7762288)) - - -### Features - -* add default destroy function to clients ([#1081](https://github.com/aws/aws-sdk-js-v3/issues/1081)) ([7eb0f0e](https://github.com/aws/aws-sdk-js-v3/commit/7eb0f0e5debfafe08c51dc4f99dcf29d79dea358)) - - - -# 1.0.0-beta.3 (2020-03-30) - - - -# 1.0.0-beta.2 (2020-03-28) - - - -# 1.0.0-beta.1 (2020-03-25) - - -### Features - -* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) - - - -# 1.0.0-alpha.28 (2020-03-20) - - - -# 1.0.0-alpha.27 (2020-03-13) - - -### Bug Fixes - -* codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144) - - - -# 1.0.0-alpha.26 (2020-03-12) - - - -# 1.0.0-alpha.25 (2020-03-09) - - -### Features - -* codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141) -* codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140) - - - -# 1.0.0-alpha.24 (2020-02-19) - - - -# 1.0.0-alpha.23 (2020-02-14) - - - -# 1.0.0-alpha.22 (2020-02-11) - - - -# 1.0.0-alpha.21 (2020-02-11) - - - -# 1.0.0-alpha.20 (2020-02-09) - - - -# 1.0.0-alpha.19 (2020-02-07) - - - -# 1.0.0-alpha.18 (2020-02-06) - - - -# 1.0.0-alpha.17 (2020-02-05) - - - -# 1.0.0-alpha.16 (2020-02-04) - - - -# 1.0.0-alpha.14 (2020-01-28) - - - -# 1.0.0-alpha.13 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2b7f44ddfc933d22b0a9329332799c6131)) - - - - - -# 1.0.0-beta.3 (2020-03-30) - - - -# 1.0.0-beta.2 (2020-03-28) - - - -# 1.0.0-beta.1 (2020-03-25) - - -### Features - -* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) - - - -# 1.0.0-alpha.28 (2020-03-20) - - - -# 1.0.0-alpha.27 (2020-03-13) - - -### Bug Fixes - -* codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144) - - - -# 1.0.0-alpha.26 (2020-03-12) - - - -# 1.0.0-alpha.25 (2020-03-09) - - -### Features - -* codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141) -* codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140) - - - -# 1.0.0-alpha.24 (2020-02-19) - - - -# 1.0.0-alpha.23 (2020-02-14) - - - -# 1.0.0-alpha.22 (2020-02-11) - - - -# 1.0.0-alpha.21 (2020-02-11) - - - -# 1.0.0-alpha.20 (2020-02-09) - - - -# 1.0.0-alpha.19 (2020-02-07) - - - -# 1.0.0-alpha.18 (2020-02-06) - - - -# 1.0.0-alpha.17 (2020-02-05) - - - -# 1.0.0-alpha.16 (2020-02-04) - - - -# 1.0.0-alpha.14 (2020-01-28) - - - -# 1.0.0-alpha.13 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2b7f44ddfc933d22b0a9329332799c6131)) - - - - - -# 1.0.0-beta.2 (2020-03-28) - - - -# 1.0.0-beta.1 (2020-03-25) - - -### Features - -* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) - - - -# 1.0.0-alpha.28 (2020-03-20) - - - -# 1.0.0-alpha.27 (2020-03-13) - - -### Bug Fixes - -* codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144) - - - -# 1.0.0-alpha.26 (2020-03-12) - - - -# 1.0.0-alpha.25 (2020-03-09) - - -### Features - -* codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141) -* codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140) - - - -# 1.0.0-alpha.24 (2020-02-19) - - - -# 1.0.0-alpha.23 (2020-02-14) - - - -# 1.0.0-alpha.22 (2020-02-11) - - - -# 1.0.0-alpha.21 (2020-02-11) - - - -# 1.0.0-alpha.20 (2020-02-09) - - - -# 1.0.0-alpha.19 (2020-02-07) - - - -# 1.0.0-alpha.18 (2020-02-06) - - - -# 1.0.0-alpha.17 (2020-02-05) - - - -# 1.0.0-alpha.16 (2020-02-04) - - - -# 1.0.0-alpha.14 (2020-01-28) - - - -# 1.0.0-alpha.13 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2b7f44ddfc933d22b0a9329332799c6131)) - - - - - -# 1.0.0-beta.1 (2020-03-25) - - -### Features - -* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) - - - -# 1.0.0-alpha.28 (2020-03-20) - - - -# 1.0.0-alpha.27 (2020-03-13) - - -### Bug Fixes - -* codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144) - - - -# 1.0.0-alpha.26 (2020-03-12) - - - -# 1.0.0-alpha.25 (2020-03-09) - - -### Features - -* codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141) -* codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140) - - - -# 1.0.0-alpha.24 (2020-02-19) - - - -# 1.0.0-alpha.23 (2020-02-14) - - - -# 1.0.0-alpha.22 (2020-02-11) - - - -# 1.0.0-alpha.21 (2020-02-11) - - - -# 1.0.0-alpha.20 (2020-02-09) - - - -# 1.0.0-alpha.19 (2020-02-07) - - - -# 1.0.0-alpha.18 (2020-02-06) - - - -# 1.0.0-alpha.17 (2020-02-05) - - - -# 1.0.0-alpha.16 (2020-02-04) - - - -# 1.0.0-alpha.14 (2020-01-28) - - - -# 1.0.0-alpha.13 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2b7f44ddfc933d22b0a9329332799c6131)) - - - - - -# 1.0.0-alpha.25 (2020-03-20) - - - -# 1.0.0-alpha.27 (2020-03-13) - - -### Bug Fixes - -* codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144) - - - -# 1.0.0-alpha.26 (2020-03-12) - - - -# 1.0.0-alpha.25 (2020-03-09) - - -### Features - -* codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141) -* codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140) - - - -# 1.0.0-alpha.24 (2020-02-19) - - - -# 1.0.0-alpha.23 (2020-02-14) - - - -# 1.0.0-alpha.22 (2020-02-11) - - - -# 1.0.0-alpha.21 (2020-02-11) - - - -# 1.0.0-alpha.20 (2020-02-09) - - - -# 1.0.0-alpha.19 (2020-02-07) - - - -# 1.0.0-alpha.18 (2020-02-06) - - - -# 1.0.0-alpha.17 (2020-02-05) - - - -# 1.0.0-alpha.16 (2020-02-04) - - - -# 1.0.0-alpha.14 (2020-01-28) - - - -# 1.0.0-alpha.13 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2b7f44ddfc933d22b0a9329332799c6131)) - - - - - -# 1.0.0-alpha.24 (2020-03-13) - - -### Bug Fixes - -* codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144) - - - -# 1.0.0-alpha.26 (2020-03-12) - - - -# 1.0.0-alpha.25 (2020-03-09) - - -### Features - -* codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141) -* codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140) - - - -# 1.0.0-alpha.24 (2020-02-19) - - - -# 1.0.0-alpha.23 (2020-02-14) - - - -# 1.0.0-alpha.22 (2020-02-11) - - - -# 1.0.0-alpha.21 (2020-02-11) - - - -# 1.0.0-alpha.20 (2020-02-09) - - - -# 1.0.0-alpha.19 (2020-02-07) - - - -# 1.0.0-alpha.18 (2020-02-06) - - - -# 1.0.0-alpha.17 (2020-02-05) - - - -# 1.0.0-alpha.16 (2020-02-04) - - - -# 1.0.0-alpha.14 (2020-01-28) - - - -# 1.0.0-alpha.13 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2b7f44ddfc933d22b0a9329332799c6131)) - - - - - -# 1.0.0-alpha.23 (2020-03-12) - - - -# 1.0.0-alpha.25 (2020-03-09) - - -### Features - -* codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141) -* codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140) - - - -# 1.0.0-alpha.24 (2020-02-19) - - - -# 1.0.0-alpha.23 (2020-02-14) - - - -# 1.0.0-alpha.22 (2020-02-11) - - - -# 1.0.0-alpha.21 (2020-02-11) - - - -# 1.0.0-alpha.20 (2020-02-09) - - - -# 1.0.0-alpha.19 (2020-02-07) - - - -# 1.0.0-alpha.18 (2020-02-06) - - - -# 1.0.0-alpha.17 (2020-02-05) - - - -# 1.0.0-alpha.16 (2020-02-04) - - - -# 1.0.0-alpha.14 (2020-01-28) - - - -# 1.0.0-alpha.13 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2b7f44ddfc933d22b0a9329332799c6131)) - - - - - -# 1.0.0-alpha.22 (2020-03-09) - - -### Features - -* codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141) -* codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140) - - - -# 1.0.0-alpha.24 (2020-02-19) - - - -# 1.0.0-alpha.23 (2020-02-14) - - - -# 1.0.0-alpha.22 (2020-02-11) - - - -# 1.0.0-alpha.21 (2020-02-11) - - - -# 1.0.0-alpha.20 (2020-02-09) - - - -# 1.0.0-alpha.19 (2020-02-07) - - - -# 1.0.0-alpha.18 (2020-02-06) - - - -# 1.0.0-alpha.17 (2020-02-05) - - - -# 1.0.0-alpha.16 (2020-02-04) - - - -# 1.0.0-alpha.14 (2020-01-28) - - - -# 1.0.0-alpha.13 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2b7f44ddfc933d22b0a9329332799c6131)) - - - - - -# 1.0.0-alpha.21 (2020-02-19) - - - -# 1.0.0-alpha.23 (2020-02-14) - - - -# 1.0.0-alpha.22 (2020-02-11) - - - -# 1.0.0-alpha.21 (2020-02-11) - - - -# 1.0.0-alpha.20 (2020-02-09) - - - -# 1.0.0-alpha.19 (2020-02-07) - - - -# 1.0.0-alpha.18 (2020-02-06) - - - -# 1.0.0-alpha.17 (2020-02-05) - - - -# 1.0.0-alpha.16 (2020-02-04) - - - -# 1.0.0-alpha.14 (2020-01-28) - - - -# 1.0.0-alpha.13 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2)) - - - - - -# 1.0.0-alpha.20 (2020-02-14) - - - -# 1.0.0-alpha.22 (2020-02-11) - - - -# 1.0.0-alpha.21 (2020-02-11) - - - -# 1.0.0-alpha.20 (2020-02-09) - - - -# 1.0.0-alpha.19 (2020-02-07) - - - -# 1.0.0-alpha.18 (2020-02-06) - - - -# 1.0.0-alpha.17 (2020-02-05) - - - -# 1.0.0-alpha.16 (2020-02-04) - - - -# 1.0.0-alpha.14 (2020-01-28) - - - -# 1.0.0-alpha.13 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2)) - - - - - -# 1.0.0-alpha.19 (2020-02-11) - - - -# 1.0.0-alpha.21 (2020-02-11) - - - -# 1.0.0-alpha.20 (2020-02-09) - - - -# 1.0.0-alpha.19 (2020-02-07) - - - -# 1.0.0-alpha.18 (2020-02-06) - - - -# 1.0.0-alpha.17 (2020-02-05) - - - -# 1.0.0-alpha.16 (2020-02-04) - - - -# 1.0.0-alpha.14 (2020-01-28) - - - -# 1.0.0-alpha.13 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2)) - - - - - -# 1.0.0-alpha.18 (2020-02-11) - - - -# 1.0.0-alpha.20 (2020-02-09) - - - -# 1.0.0-alpha.19 (2020-02-07) - - - -# 1.0.0-alpha.18 (2020-02-06) - - - -# 1.0.0-alpha.17 (2020-02-05) - - - -# 1.0.0-alpha.16 (2020-02-04) - - - -# 1.0.0-alpha.14 (2020-01-28) - - - -# 1.0.0-alpha.13 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2)) - - - - - -# 1.0.0-alpha.17 (2020-02-09) - - - -# 1.0.0-alpha.19 (2020-02-07) - - - -# 1.0.0-alpha.18 (2020-02-06) - - - -# 1.0.0-alpha.17 (2020-02-05) - - - -# 1.0.0-alpha.16 (2020-02-04) - - - -# 1.0.0-alpha.14 (2020-01-28) - - - -# 1.0.0-alpha.13 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2)) - - - - - -# 1.0.0-alpha.16 (2020-02-07) - - - -# 1.0.0-alpha.18 (2020-02-06) - - - -# 1.0.0-alpha.17 (2020-02-05) - - - -# 1.0.0-alpha.16 (2020-02-04) - - - -# 1.0.0-alpha.14 (2020-01-28) - - - -# 1.0.0-alpha.13 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2)) - - - - - -# 1.0.0-alpha.15 (2020-02-06) - - - -# 1.0.0-alpha.17 (2020-02-05) - - - -# 1.0.0-alpha.16 (2020-02-04) - - - -# 1.0.0-alpha.14 (2020-01-28) - - - -# 1.0.0-alpha.13 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2)) - - - - - -# 1.0.0-alpha.14 (2020-02-05) - - - -# 1.0.0-alpha.16 (2020-02-04) - - - -# 1.0.0-alpha.14 (2020-01-28) - - - -# 1.0.0-alpha.13 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2)) - - - - - -# 1.0.0-alpha.13 (2020-02-04) - - - -# 1.0.0-alpha.14 (2020-01-28) - - - -# 1.0.0-alpha.13 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2)) - - - - - -# 1.0.0-alpha.12 (2020-01-28) - - - -# 1.0.0-alpha.13 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2)) - - - - - -# 1.0.0-alpha.11 (2020-01-24) - - - -# 1.0.0-alpha.12 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2)) - - - - - -# 1.0.0-alpha.10 (2020-01-22) - - - -# 1.0.0-alpha.11 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2)) - - - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.9 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2)) - - - - - -# 1.0.0-alpha.8 (2020-01-17) - - - -# 1.0.0-alpha.8 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2)) - - - - - -# 1.0.0-alpha.7 (2020-01-16) - - - -# 1.0.0-alpha.4 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2)) - - - - - -# 1.0.0-alpha.6 (2020-01-14) - - - -# 1.0.0-alpha.3 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2)) - - - - - -# 1.0.0-alpha.5 (2020-01-14) - - - -# 1.0.0-alpha.2 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2)) - - - - - -# 1.0.0-alpha.4 (2020-01-10) - - -### Features - -* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87) - - - -# 1.0.0-alpha.1 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2)) - - - - - -# 1.0.0-alpha.3 (2020-01-10) - - - -# 0.9.0 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2)) - - - - - -# 1.0.0-alpha.2 (2020-01-09) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2)) - - - - - -# 1.0.0-alpha.1 (2020-01-08) - - -### Features - -* add client-opsworks ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([5bdb7d2](https://github.com/aws/aws-sdk-js-v3/commit/5bdb7d2)) diff --git a/clients/client-opsworks/LICENSE b/clients/client-opsworks/LICENSE deleted file mode 100644 index dd65ae06be7a..000000000000 --- a/clients/client-opsworks/LICENSE +++ /dev/null @@ -1,201 +0,0 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/clients/client-opsworks/README.md b/clients/client-opsworks/README.md deleted file mode 100644 index 052ff6529d0f..000000000000 --- a/clients/client-opsworks/README.md +++ /dev/null @@ -1,910 +0,0 @@ - - -# @aws-sdk/client-opsworks - -## Description - -AWS SDK for JavaScript OpsWorks Client for Node.js, Browser and React Native. - -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.

-
- -## Installing - -To install this package, simply type add or install @aws-sdk/client-opsworks -using your favorite package manager: - -- `npm install @aws-sdk/client-opsworks` -- `yarn add @aws-sdk/client-opsworks` -- `pnpm add @aws-sdk/client-opsworks` - -## Getting Started - -### Import - -The AWS SDK is modulized by clients and commands. -To send a request, you only need to import the `OpsWorksClient` and -the commands you need, for example `ListTagsCommand`: - -```js -// ES5 example -const { OpsWorksClient, ListTagsCommand } = require("@aws-sdk/client-opsworks"); -``` - -```ts -// ES6+ example -import { OpsWorksClient, ListTagsCommand } from "@aws-sdk/client-opsworks"; -``` - -### Usage - -To send a request, you: - -- Initiate client with configuration (e.g. credentials, region). -- Initiate command with input parameters. -- Call `send` operation on client with command object as input. -- If you are using a custom http handler, you may call `destroy()` to close open connections. - -```js -// a client can be shared by different commands. -const client = new OpsWorksClient({ region: "REGION" }); - -const params = { - /** input parameters */ -}; -const command = new ListTagsCommand(params); -``` - -#### Async/await - -We recommend using [await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await) -operator to wait for the promise returned by send operation as follows: - -```js -// async/await. -try { - const data = await client.send(command); - // process data. -} catch (error) { - // error handling. -} finally { - // finally. -} -``` - -Async-await is clean, concise, intuitive, easy to debug and has better error handling -as compared to using Promise chains or callbacks. - -#### Promises - -You can also use [Promise chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises#chaining) -to execute send operation. - -```js -client.send(command).then( - (data) => { - // process data. - }, - (error) => { - // error handling. - } -); -``` - -Promises can also be called using `.catch()` and `.finally()` as follows: - -```js -client - .send(command) - .then((data) => { - // process data. - }) - .catch((error) => { - // error handling. - }) - .finally(() => { - // finally. - }); -``` - -#### Callbacks - -We do not recommend using callbacks because of [callback hell](http://callbackhell.com/), -but they are supported by the send operation. - -```js -// callbacks. -client.send(command, (err, data) => { - // process err and data. -}); -``` - -#### v2 compatible style - -The client can also send requests using v2 compatible style. -However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post -on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/) - -```ts -import * as AWS from "@aws-sdk/client-opsworks"; -const client = new AWS.OpsWorks({ region: "REGION" }); - -// async/await. -try { - const data = await client.listTags(params); - // process data. -} catch (error) { - // error handling. -} - -// Promises. -client - .listTags(params) - .then((data) => { - // process data. - }) - .catch((error) => { - // error handling. - }); - -// callbacks. -client.listTags(params, (err, data) => { - // process err and data. -}); -``` - -### Troubleshooting - -When the service returns an exception, the error will include the exception information, -as well as response metadata (e.g. request id). - -```js -try { - const data = await client.send(command); - // process data. -} catch (error) { - const { requestId, cfId, extendedRequestId } = error.$metadata; - console.log({ requestId, cfId, extendedRequestId }); - /** - * The keys within exceptions are also parsed. - * You can access them by specifying exception names: - * if (error.name === 'SomeServiceException') { - * const value = error.specialKeyInException; - * } - */ -} -``` - -## Getting Help - -Please use these community resources for getting help. -We use the GitHub issues for tracking bugs and feature requests, but have limited bandwidth to address them. - -- Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html) - or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html). -- Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/) - on AWS Developer Blog. -- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with `aws-sdk-js`. -- Join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3). -- If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose). - -To test your universal JavaScript code in Node.js, browser and react-native environments, -visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests). - -## Contributing - -This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-opsworks` package is updated. -To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients). - -## License - -This SDK is distributed under the -[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0), -see LICENSE for more information. - -## Client Commands (Operations List) - -
- -AssignInstance - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/AssignInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/AssignInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/AssignInstanceCommandOutput/) - -
-
- -AssignVolume - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/AssignVolumeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/AssignVolumeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/AssignVolumeCommandOutput/) - -
-
- -AssociateElasticIp - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/AssociateElasticIpCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/AssociateElasticIpCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/AssociateElasticIpCommandOutput/) - -
-
- -AttachElasticLoadBalancer - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/AttachElasticLoadBalancerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/AttachElasticLoadBalancerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/AttachElasticLoadBalancerCommandOutput/) - -
-
- -CloneStack - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/CloneStackCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/CloneStackCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/CloneStackCommandOutput/) - -
-
- -CreateApp - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/CreateAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/CreateAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/CreateAppCommandOutput/) - -
-
- -CreateDeployment - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/CreateDeploymentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/CreateDeploymentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/CreateDeploymentCommandOutput/) - -
-
- -CreateInstance - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/CreateInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/CreateInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/CreateInstanceCommandOutput/) - -
-
- -CreateLayer - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/CreateLayerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/CreateLayerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/CreateLayerCommandOutput/) - -
-
- -CreateStack - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/CreateStackCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/CreateStackCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/CreateStackCommandOutput/) - -
-
- -CreateUserProfile - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/CreateUserProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/CreateUserProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/CreateUserProfileCommandOutput/) - -
-
- -DeleteApp - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DeleteAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DeleteAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DeleteAppCommandOutput/) - -
-
- -DeleteInstance - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DeleteInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DeleteInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DeleteInstanceCommandOutput/) - -
-
- -DeleteLayer - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DeleteLayerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DeleteLayerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DeleteLayerCommandOutput/) - -
-
- -DeleteStack - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DeleteStackCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DeleteStackCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DeleteStackCommandOutput/) - -
-
- -DeleteUserProfile - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DeleteUserProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DeleteUserProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DeleteUserProfileCommandOutput/) - -
-
- -DeregisterEcsCluster - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DeregisterEcsClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DeregisterEcsClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DeregisterEcsClusterCommandOutput/) - -
-
- -DeregisterElasticIp - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DeregisterElasticIpCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DeregisterElasticIpCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DeregisterElasticIpCommandOutput/) - -
-
- -DeregisterInstance - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DeregisterInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DeregisterInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DeregisterInstanceCommandOutput/) - -
-
- -DeregisterRdsDbInstance - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DeregisterRdsDbInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DeregisterRdsDbInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DeregisterRdsDbInstanceCommandOutput/) - -
-
- -DeregisterVolume - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DeregisterVolumeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DeregisterVolumeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DeregisterVolumeCommandOutput/) - -
-
- -DescribeAgentVersions - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DescribeAgentVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeAgentVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeAgentVersionsCommandOutput/) - -
-
- -DescribeApps - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DescribeAppsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeAppsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeAppsCommandOutput/) - -
-
- -DescribeCommands - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DescribeCommandsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeCommandsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeCommandsCommandOutput/) - -
-
- -DescribeDeployments - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DescribeDeploymentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeDeploymentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeDeploymentsCommandOutput/) - -
-
- -DescribeEcsClusters - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DescribeEcsClustersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeEcsClustersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeEcsClustersCommandOutput/) - -
-
- -DescribeElasticIps - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DescribeElasticIpsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeElasticIpsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeElasticIpsCommandOutput/) - -
-
- -DescribeElasticLoadBalancers - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DescribeElasticLoadBalancersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeElasticLoadBalancersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeElasticLoadBalancersCommandOutput/) - -
-
- -DescribeInstances - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DescribeInstancesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeInstancesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeInstancesCommandOutput/) - -
-
- -DescribeLayers - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DescribeLayersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeLayersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeLayersCommandOutput/) - -
-
- -DescribeLoadBasedAutoScaling - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DescribeLoadBasedAutoScalingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeLoadBasedAutoScalingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeLoadBasedAutoScalingCommandOutput/) - -
-
- -DescribeMyUserProfile - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DescribeMyUserProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeMyUserProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeMyUserProfileCommandOutput/) - -
-
- -DescribeOperatingSystems - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DescribeOperatingSystemsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeOperatingSystemsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeOperatingSystemsCommandOutput/) - -
-
- -DescribePermissions - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DescribePermissionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribePermissionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribePermissionsCommandOutput/) - -
-
- -DescribeRaidArrays - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DescribeRaidArraysCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeRaidArraysCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeRaidArraysCommandOutput/) - -
-
- -DescribeRdsDbInstances - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DescribeRdsDbInstancesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeRdsDbInstancesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeRdsDbInstancesCommandOutput/) - -
-
- -DescribeServiceErrors - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DescribeServiceErrorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeServiceErrorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeServiceErrorsCommandOutput/) - -
-
- -DescribeStackProvisioningParameters - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DescribeStackProvisioningParametersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeStackProvisioningParametersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeStackProvisioningParametersCommandOutput/) - -
-
- -DescribeStacks - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DescribeStacksCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeStacksCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeStacksCommandOutput/) - -
-
- -DescribeStackSummary - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DescribeStackSummaryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeStackSummaryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeStackSummaryCommandOutput/) - -
-
- -DescribeTimeBasedAutoScaling - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DescribeTimeBasedAutoScalingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeTimeBasedAutoScalingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeTimeBasedAutoScalingCommandOutput/) - -
-
- -DescribeUserProfiles - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DescribeUserProfilesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeUserProfilesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeUserProfilesCommandOutput/) - -
-
- -DescribeVolumes - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DescribeVolumesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeVolumesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DescribeVolumesCommandOutput/) - -
-
- -DetachElasticLoadBalancer - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DetachElasticLoadBalancerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DetachElasticLoadBalancerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DetachElasticLoadBalancerCommandOutput/) - -
-
- -DisassociateElasticIp - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/DisassociateElasticIpCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DisassociateElasticIpCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/DisassociateElasticIpCommandOutput/) - -
-
- -GetHostnameSuggestion - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/GetHostnameSuggestionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/GetHostnameSuggestionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/GetHostnameSuggestionCommandOutput/) - -
-
- -GrantAccess - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/GrantAccessCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/GrantAccessCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/GrantAccessCommandOutput/) - -
-
- -ListTags - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/ListTagsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/ListTagsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/ListTagsCommandOutput/) - -
-
- -RebootInstance - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/RebootInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/RebootInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/RebootInstanceCommandOutput/) - -
-
- -RegisterEcsCluster - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/RegisterEcsClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/RegisterEcsClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/RegisterEcsClusterCommandOutput/) - -
-
- -RegisterElasticIp - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/RegisterElasticIpCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/RegisterElasticIpCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/RegisterElasticIpCommandOutput/) - -
-
- -RegisterInstance - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/RegisterInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/RegisterInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/RegisterInstanceCommandOutput/) - -
-
- -RegisterRdsDbInstance - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/RegisterRdsDbInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/RegisterRdsDbInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/RegisterRdsDbInstanceCommandOutput/) - -
-
- -RegisterVolume - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/RegisterVolumeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/RegisterVolumeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/RegisterVolumeCommandOutput/) - -
-
- -SetLoadBasedAutoScaling - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/SetLoadBasedAutoScalingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/SetLoadBasedAutoScalingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/SetLoadBasedAutoScalingCommandOutput/) - -
-
- -SetPermission - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/SetPermissionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/SetPermissionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/SetPermissionCommandOutput/) - -
-
- -SetTimeBasedAutoScaling - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/SetTimeBasedAutoScalingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/SetTimeBasedAutoScalingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/SetTimeBasedAutoScalingCommandOutput/) - -
-
- -StartInstance - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/StartInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/StartInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/StartInstanceCommandOutput/) - -
-
- -StartStack - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/StartStackCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/StartStackCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/StartStackCommandOutput/) - -
-
- -StopInstance - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/StopInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/StopInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/StopInstanceCommandOutput/) - -
-
- -StopStack - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/StopStackCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/StopStackCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/StopStackCommandOutput/) - -
-
- -TagResource - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/TagResourceCommandOutput/) - -
-
- -UnassignInstance - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/UnassignInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UnassignInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UnassignInstanceCommandOutput/) - -
-
- -UnassignVolume - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/UnassignVolumeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UnassignVolumeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UnassignVolumeCommandOutput/) - -
-
- -UntagResource - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UntagResourceCommandOutput/) - -
-
- -UpdateApp - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/UpdateAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UpdateAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UpdateAppCommandOutput/) - -
-
- -UpdateElasticIp - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/UpdateElasticIpCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UpdateElasticIpCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UpdateElasticIpCommandOutput/) - -
-
- -UpdateInstance - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/UpdateInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UpdateInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UpdateInstanceCommandOutput/) - -
-
- -UpdateLayer - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/UpdateLayerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UpdateLayerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UpdateLayerCommandOutput/) - -
-
- -UpdateMyUserProfile - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/UpdateMyUserProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UpdateMyUserProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UpdateMyUserProfileCommandOutput/) - -
-
- -UpdateRdsDbInstance - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/UpdateRdsDbInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UpdateRdsDbInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UpdateRdsDbInstanceCommandOutput/) - -
-
- -UpdateStack - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/UpdateStackCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UpdateStackCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UpdateStackCommandOutput/) - -
-
- -UpdateUserProfile - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/UpdateUserProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UpdateUserProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UpdateUserProfileCommandOutput/) - -
-
- -UpdateVolume - - -[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opsworks/command/UpdateVolumeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UpdateVolumeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opsworks/Interface/UpdateVolumeCommandOutput/) - -
diff --git a/clients/client-opsworks/api-extractor.json b/clients/client-opsworks/api-extractor.json deleted file mode 100644 index d5bf5ffeee85..000000000000 --- a/clients/client-opsworks/api-extractor.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "extends": "../../api-extractor.json", - "mainEntryPointFilePath": "/dist-types/index.d.ts" -} diff --git a/clients/client-opsworks/package.json b/clients/client-opsworks/package.json deleted file mode 100644 index 7de943bcf187..000000000000 --- a/clients/client-opsworks/package.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "name": "@aws-sdk/client-opsworks", - "description": "AWS SDK for JavaScript Opsworks Client for Node.js, Browser and React Native", - "version": "3.876.0", - "scripts": { - "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", - "build:cjs": "node ../../scripts/compilation/inline client-opsworks", - "build:es": "tsc -p tsconfig.es.json", - "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", - "build:types": "tsc -p tsconfig.types.json", - "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", - "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", - "extract:docs": "api-extractor run --local", - "generate:client": "node ../../scripts/generate-clients/single-service --solo opsworks" - }, - "main": "./dist-cjs/index.js", - "types": "./dist-types/index.d.ts", - "module": "./dist-es/index.js", - "sideEffects": false, - "dependencies": { - "@aws-crypto/sha256-browser": "5.2.0", - "@aws-crypto/sha256-js": "5.2.0", - "@aws-sdk/core": "*", - "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/middleware-host-header": "*", - "@aws-sdk/middleware-logger": "*", - "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/region-config-resolver": "*", - "@aws-sdk/types": "*", - "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-user-agent-browser": "*", - "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^4.1.5", - "@smithy/core": "^3.8.0", - "@smithy/fetch-http-handler": "^5.1.1", - "@smithy/hash-node": "^4.0.5", - "@smithy/invalid-dependency": "^4.0.5", - "@smithy/middleware-content-length": "^4.0.5", - "@smithy/middleware-endpoint": "^4.1.18", - "@smithy/middleware-retry": "^4.1.19", - "@smithy/middleware-serde": "^4.0.9", - "@smithy/middleware-stack": "^4.0.5", - "@smithy/node-config-provider": "^4.1.4", - "@smithy/node-http-handler": "^4.1.1", - "@smithy/protocol-http": "^5.1.3", - "@smithy/smithy-client": "^4.4.10", - "@smithy/types": "^4.3.2", - "@smithy/url-parser": "^4.0.5", - "@smithy/util-base64": "^4.0.0", - "@smithy/util-body-length-browser": "^4.0.0", - "@smithy/util-body-length-node": "^4.0.0", - "@smithy/util-defaults-mode-browser": "^4.0.26", - "@smithy/util-defaults-mode-node": "^4.0.26", - "@smithy/util-endpoints": "^3.0.7", - "@smithy/util-middleware": "^4.0.5", - "@smithy/util-retry": "^4.0.7", - "@smithy/util-utf8": "^4.0.0", - "@smithy/util-waiter": "^4.0.7", - "tslib": "^2.6.2" - }, - "devDependencies": { - "@tsconfig/node18": "18.2.4", - "@types/node": "^18.19.69", - "concurrently": "7.0.0", - "downlevel-dts": "0.10.1", - "rimraf": "3.0.2", - "typescript": "~5.8.3" - }, - "engines": { - "node": ">=18.0.0" - }, - "typesVersions": { - "<4.0": { - "dist-types/*": [ - "dist-types/ts3.4/*" - ] - } - }, - "files": [ - "dist-*/**" - ], - "author": { - "name": "AWS SDK for JavaScript Team", - "url": "https://aws.amazon.com/javascript/" - }, - "license": "Apache-2.0", - "browser": { - "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser" - }, - "react-native": { - "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native" - }, - "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-opsworks", - "repository": { - "type": "git", - "url": "https://github.com/aws/aws-sdk-js-v3.git", - "directory": "clients/client-opsworks" - } -} diff --git a/clients/client-opsworks/src/OpsWorks.ts b/clients/client-opsworks/src/OpsWorks.ts deleted file mode 100644 index 1589c41bcb72..000000000000 --- a/clients/client-opsworks/src/OpsWorks.ts +++ /dev/null @@ -1,1624 +0,0 @@ -// smithy-typescript generated code -import { createAggregatedClient } from "@smithy/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; - -import { - AssignInstanceCommand, - AssignInstanceCommandInput, - AssignInstanceCommandOutput, -} from "./commands/AssignInstanceCommand"; -import { - AssignVolumeCommand, - AssignVolumeCommandInput, - AssignVolumeCommandOutput, -} from "./commands/AssignVolumeCommand"; -import { - AssociateElasticIpCommand, - AssociateElasticIpCommandInput, - AssociateElasticIpCommandOutput, -} from "./commands/AssociateElasticIpCommand"; -import { - AttachElasticLoadBalancerCommand, - AttachElasticLoadBalancerCommandInput, - AttachElasticLoadBalancerCommandOutput, -} from "./commands/AttachElasticLoadBalancerCommand"; -import { CloneStackCommand, CloneStackCommandInput, CloneStackCommandOutput } from "./commands/CloneStackCommand"; -import { CreateAppCommand, CreateAppCommandInput, CreateAppCommandOutput } from "./commands/CreateAppCommand"; -import { - CreateDeploymentCommand, - CreateDeploymentCommandInput, - CreateDeploymentCommandOutput, -} from "./commands/CreateDeploymentCommand"; -import { - CreateInstanceCommand, - CreateInstanceCommandInput, - CreateInstanceCommandOutput, -} from "./commands/CreateInstanceCommand"; -import { CreateLayerCommand, CreateLayerCommandInput, CreateLayerCommandOutput } from "./commands/CreateLayerCommand"; -import { CreateStackCommand, CreateStackCommandInput, CreateStackCommandOutput } from "./commands/CreateStackCommand"; -import { - CreateUserProfileCommand, - CreateUserProfileCommandInput, - CreateUserProfileCommandOutput, -} from "./commands/CreateUserProfileCommand"; -import { DeleteAppCommand, DeleteAppCommandInput, DeleteAppCommandOutput } from "./commands/DeleteAppCommand"; -import { - DeleteInstanceCommand, - DeleteInstanceCommandInput, - DeleteInstanceCommandOutput, -} from "./commands/DeleteInstanceCommand"; -import { DeleteLayerCommand, DeleteLayerCommandInput, DeleteLayerCommandOutput } from "./commands/DeleteLayerCommand"; -import { DeleteStackCommand, DeleteStackCommandInput, DeleteStackCommandOutput } from "./commands/DeleteStackCommand"; -import { - DeleteUserProfileCommand, - DeleteUserProfileCommandInput, - DeleteUserProfileCommandOutput, -} from "./commands/DeleteUserProfileCommand"; -import { - DeregisterEcsClusterCommand, - DeregisterEcsClusterCommandInput, - DeregisterEcsClusterCommandOutput, -} from "./commands/DeregisterEcsClusterCommand"; -import { - DeregisterElasticIpCommand, - DeregisterElasticIpCommandInput, - DeregisterElasticIpCommandOutput, -} from "./commands/DeregisterElasticIpCommand"; -import { - DeregisterInstanceCommand, - DeregisterInstanceCommandInput, - DeregisterInstanceCommandOutput, -} from "./commands/DeregisterInstanceCommand"; -import { - DeregisterRdsDbInstanceCommand, - DeregisterRdsDbInstanceCommandInput, - DeregisterRdsDbInstanceCommandOutput, -} from "./commands/DeregisterRdsDbInstanceCommand"; -import { - DeregisterVolumeCommand, - DeregisterVolumeCommandInput, - DeregisterVolumeCommandOutput, -} from "./commands/DeregisterVolumeCommand"; -import { - DescribeAgentVersionsCommand, - DescribeAgentVersionsCommandInput, - DescribeAgentVersionsCommandOutput, -} from "./commands/DescribeAgentVersionsCommand"; -import { - DescribeAppsCommand, - DescribeAppsCommandInput, - DescribeAppsCommandOutput, -} from "./commands/DescribeAppsCommand"; -import { - DescribeCommandsCommand, - DescribeCommandsCommandInput, - DescribeCommandsCommandOutput, -} from "./commands/DescribeCommandsCommand"; -import { - DescribeDeploymentsCommand, - DescribeDeploymentsCommandInput, - DescribeDeploymentsCommandOutput, -} from "./commands/DescribeDeploymentsCommand"; -import { - DescribeEcsClustersCommand, - DescribeEcsClustersCommandInput, - DescribeEcsClustersCommandOutput, -} from "./commands/DescribeEcsClustersCommand"; -import { - DescribeElasticIpsCommand, - DescribeElasticIpsCommandInput, - DescribeElasticIpsCommandOutput, -} from "./commands/DescribeElasticIpsCommand"; -import { - DescribeElasticLoadBalancersCommand, - DescribeElasticLoadBalancersCommandInput, - DescribeElasticLoadBalancersCommandOutput, -} from "./commands/DescribeElasticLoadBalancersCommand"; -import { - DescribeInstancesCommand, - DescribeInstancesCommandInput, - DescribeInstancesCommandOutput, -} from "./commands/DescribeInstancesCommand"; -import { - DescribeLayersCommand, - DescribeLayersCommandInput, - DescribeLayersCommandOutput, -} from "./commands/DescribeLayersCommand"; -import { - DescribeLoadBasedAutoScalingCommand, - DescribeLoadBasedAutoScalingCommandInput, - DescribeLoadBasedAutoScalingCommandOutput, -} from "./commands/DescribeLoadBasedAutoScalingCommand"; -import { - DescribeMyUserProfileCommand, - DescribeMyUserProfileCommandInput, - DescribeMyUserProfileCommandOutput, -} from "./commands/DescribeMyUserProfileCommand"; -import { - DescribeOperatingSystemsCommand, - DescribeOperatingSystemsCommandInput, - DescribeOperatingSystemsCommandOutput, -} from "./commands/DescribeOperatingSystemsCommand"; -import { - DescribePermissionsCommand, - DescribePermissionsCommandInput, - DescribePermissionsCommandOutput, -} from "./commands/DescribePermissionsCommand"; -import { - DescribeRaidArraysCommand, - DescribeRaidArraysCommandInput, - DescribeRaidArraysCommandOutput, -} from "./commands/DescribeRaidArraysCommand"; -import { - DescribeRdsDbInstancesCommand, - DescribeRdsDbInstancesCommandInput, - DescribeRdsDbInstancesCommandOutput, -} from "./commands/DescribeRdsDbInstancesCommand"; -import { - DescribeServiceErrorsCommand, - DescribeServiceErrorsCommandInput, - DescribeServiceErrorsCommandOutput, -} from "./commands/DescribeServiceErrorsCommand"; -import { - DescribeStackProvisioningParametersCommand, - DescribeStackProvisioningParametersCommandInput, - DescribeStackProvisioningParametersCommandOutput, -} from "./commands/DescribeStackProvisioningParametersCommand"; -import { - DescribeStacksCommand, - DescribeStacksCommandInput, - DescribeStacksCommandOutput, -} from "./commands/DescribeStacksCommand"; -import { - DescribeStackSummaryCommand, - DescribeStackSummaryCommandInput, - DescribeStackSummaryCommandOutput, -} from "./commands/DescribeStackSummaryCommand"; -import { - DescribeTimeBasedAutoScalingCommand, - DescribeTimeBasedAutoScalingCommandInput, - DescribeTimeBasedAutoScalingCommandOutput, -} from "./commands/DescribeTimeBasedAutoScalingCommand"; -import { - DescribeUserProfilesCommand, - DescribeUserProfilesCommandInput, - DescribeUserProfilesCommandOutput, -} from "./commands/DescribeUserProfilesCommand"; -import { - DescribeVolumesCommand, - DescribeVolumesCommandInput, - DescribeVolumesCommandOutput, -} from "./commands/DescribeVolumesCommand"; -import { - DetachElasticLoadBalancerCommand, - DetachElasticLoadBalancerCommandInput, - DetachElasticLoadBalancerCommandOutput, -} from "./commands/DetachElasticLoadBalancerCommand"; -import { - DisassociateElasticIpCommand, - DisassociateElasticIpCommandInput, - DisassociateElasticIpCommandOutput, -} from "./commands/DisassociateElasticIpCommand"; -import { - GetHostnameSuggestionCommand, - GetHostnameSuggestionCommandInput, - GetHostnameSuggestionCommandOutput, -} from "./commands/GetHostnameSuggestionCommand"; -import { GrantAccessCommand, GrantAccessCommandInput, GrantAccessCommandOutput } from "./commands/GrantAccessCommand"; -import { ListTagsCommand, ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand"; -import { - RebootInstanceCommand, - RebootInstanceCommandInput, - RebootInstanceCommandOutput, -} from "./commands/RebootInstanceCommand"; -import { - RegisterEcsClusterCommand, - RegisterEcsClusterCommandInput, - RegisterEcsClusterCommandOutput, -} from "./commands/RegisterEcsClusterCommand"; -import { - RegisterElasticIpCommand, - RegisterElasticIpCommandInput, - RegisterElasticIpCommandOutput, -} from "./commands/RegisterElasticIpCommand"; -import { - RegisterInstanceCommand, - RegisterInstanceCommandInput, - RegisterInstanceCommandOutput, -} from "./commands/RegisterInstanceCommand"; -import { - RegisterRdsDbInstanceCommand, - RegisterRdsDbInstanceCommandInput, - RegisterRdsDbInstanceCommandOutput, -} from "./commands/RegisterRdsDbInstanceCommand"; -import { - RegisterVolumeCommand, - RegisterVolumeCommandInput, - RegisterVolumeCommandOutput, -} from "./commands/RegisterVolumeCommand"; -import { - SetLoadBasedAutoScalingCommand, - SetLoadBasedAutoScalingCommandInput, - SetLoadBasedAutoScalingCommandOutput, -} from "./commands/SetLoadBasedAutoScalingCommand"; -import { - SetPermissionCommand, - SetPermissionCommandInput, - SetPermissionCommandOutput, -} from "./commands/SetPermissionCommand"; -import { - SetTimeBasedAutoScalingCommand, - SetTimeBasedAutoScalingCommandInput, - SetTimeBasedAutoScalingCommandOutput, -} from "./commands/SetTimeBasedAutoScalingCommand"; -import { - StartInstanceCommand, - StartInstanceCommandInput, - StartInstanceCommandOutput, -} from "./commands/StartInstanceCommand"; -import { StartStackCommand, StartStackCommandInput, StartStackCommandOutput } from "./commands/StartStackCommand"; -import { - StopInstanceCommand, - StopInstanceCommandInput, - StopInstanceCommandOutput, -} from "./commands/StopInstanceCommand"; -import { StopStackCommand, StopStackCommandInput, StopStackCommandOutput } from "./commands/StopStackCommand"; -import { TagResourceCommand, TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand"; -import { - UnassignInstanceCommand, - UnassignInstanceCommandInput, - UnassignInstanceCommandOutput, -} from "./commands/UnassignInstanceCommand"; -import { - UnassignVolumeCommand, - UnassignVolumeCommandInput, - UnassignVolumeCommandOutput, -} from "./commands/UnassignVolumeCommand"; -import { - UntagResourceCommand, - UntagResourceCommandInput, - UntagResourceCommandOutput, -} from "./commands/UntagResourceCommand"; -import { UpdateAppCommand, UpdateAppCommandInput, UpdateAppCommandOutput } from "./commands/UpdateAppCommand"; -import { - UpdateElasticIpCommand, - UpdateElasticIpCommandInput, - UpdateElasticIpCommandOutput, -} from "./commands/UpdateElasticIpCommand"; -import { - UpdateInstanceCommand, - UpdateInstanceCommandInput, - UpdateInstanceCommandOutput, -} from "./commands/UpdateInstanceCommand"; -import { UpdateLayerCommand, UpdateLayerCommandInput, UpdateLayerCommandOutput } from "./commands/UpdateLayerCommand"; -import { - UpdateMyUserProfileCommand, - UpdateMyUserProfileCommandInput, - UpdateMyUserProfileCommandOutput, -} from "./commands/UpdateMyUserProfileCommand"; -import { - UpdateRdsDbInstanceCommand, - UpdateRdsDbInstanceCommandInput, - UpdateRdsDbInstanceCommandOutput, -} from "./commands/UpdateRdsDbInstanceCommand"; -import { UpdateStackCommand, UpdateStackCommandInput, UpdateStackCommandOutput } from "./commands/UpdateStackCommand"; -import { - UpdateUserProfileCommand, - UpdateUserProfileCommandInput, - UpdateUserProfileCommandOutput, -} from "./commands/UpdateUserProfileCommand"; -import { - UpdateVolumeCommand, - UpdateVolumeCommandInput, - UpdateVolumeCommandOutput, -} from "./commands/UpdateVolumeCommand"; -import { OpsWorksClient, OpsWorksClientConfig } from "./OpsWorksClient"; - -const commands = { - AssignInstanceCommand, - AssignVolumeCommand, - AssociateElasticIpCommand, - AttachElasticLoadBalancerCommand, - CloneStackCommand, - CreateAppCommand, - CreateDeploymentCommand, - CreateInstanceCommand, - CreateLayerCommand, - CreateStackCommand, - CreateUserProfileCommand, - DeleteAppCommand, - DeleteInstanceCommand, - DeleteLayerCommand, - DeleteStackCommand, - DeleteUserProfileCommand, - DeregisterEcsClusterCommand, - DeregisterElasticIpCommand, - DeregisterInstanceCommand, - DeregisterRdsDbInstanceCommand, - DeregisterVolumeCommand, - DescribeAgentVersionsCommand, - DescribeAppsCommand, - DescribeCommandsCommand, - DescribeDeploymentsCommand, - DescribeEcsClustersCommand, - DescribeElasticIpsCommand, - DescribeElasticLoadBalancersCommand, - DescribeInstancesCommand, - DescribeLayersCommand, - DescribeLoadBasedAutoScalingCommand, - DescribeMyUserProfileCommand, - DescribeOperatingSystemsCommand, - DescribePermissionsCommand, - DescribeRaidArraysCommand, - DescribeRdsDbInstancesCommand, - DescribeServiceErrorsCommand, - DescribeStackProvisioningParametersCommand, - DescribeStacksCommand, - DescribeStackSummaryCommand, - DescribeTimeBasedAutoScalingCommand, - DescribeUserProfilesCommand, - DescribeVolumesCommand, - DetachElasticLoadBalancerCommand, - DisassociateElasticIpCommand, - GetHostnameSuggestionCommand, - GrantAccessCommand, - ListTagsCommand, - RebootInstanceCommand, - RegisterEcsClusterCommand, - RegisterElasticIpCommand, - RegisterInstanceCommand, - RegisterRdsDbInstanceCommand, - RegisterVolumeCommand, - SetLoadBasedAutoScalingCommand, - SetPermissionCommand, - SetTimeBasedAutoScalingCommand, - StartInstanceCommand, - StartStackCommand, - StopInstanceCommand, - StopStackCommand, - TagResourceCommand, - UnassignInstanceCommand, - UnassignVolumeCommand, - UntagResourceCommand, - UpdateAppCommand, - UpdateElasticIpCommand, - UpdateInstanceCommand, - UpdateLayerCommand, - UpdateMyUserProfileCommand, - UpdateRdsDbInstanceCommand, - UpdateStackCommand, - UpdateUserProfileCommand, - UpdateVolumeCommand, -}; - -export interface OpsWorks { - /** - * @see {@link AssignInstanceCommand} - */ - assignInstance( - args: AssignInstanceCommandInput, - options?: __HttpHandlerOptions - ): Promise; - assignInstance(args: AssignInstanceCommandInput, cb: (err: any, data?: AssignInstanceCommandOutput) => void): void; - assignInstance( - args: AssignInstanceCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: AssignInstanceCommandOutput) => void - ): void; - - /** - * @see {@link AssignVolumeCommand} - */ - assignVolume(args: AssignVolumeCommandInput, options?: __HttpHandlerOptions): Promise; - assignVolume(args: AssignVolumeCommandInput, cb: (err: any, data?: AssignVolumeCommandOutput) => void): void; - assignVolume( - args: AssignVolumeCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: AssignVolumeCommandOutput) => void - ): void; - - /** - * @see {@link AssociateElasticIpCommand} - */ - associateElasticIp( - args: AssociateElasticIpCommandInput, - options?: __HttpHandlerOptions - ): Promise; - associateElasticIp( - args: AssociateElasticIpCommandInput, - cb: (err: any, data?: AssociateElasticIpCommandOutput) => void - ): void; - associateElasticIp( - args: AssociateElasticIpCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: AssociateElasticIpCommandOutput) => void - ): void; - - /** - * @see {@link AttachElasticLoadBalancerCommand} - */ - attachElasticLoadBalancer( - args: AttachElasticLoadBalancerCommandInput, - options?: __HttpHandlerOptions - ): Promise; - attachElasticLoadBalancer( - args: AttachElasticLoadBalancerCommandInput, - cb: (err: any, data?: AttachElasticLoadBalancerCommandOutput) => void - ): void; - attachElasticLoadBalancer( - args: AttachElasticLoadBalancerCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: AttachElasticLoadBalancerCommandOutput) => void - ): void; - - /** - * @see {@link CloneStackCommand} - */ - cloneStack(args: CloneStackCommandInput, options?: __HttpHandlerOptions): Promise; - cloneStack(args: CloneStackCommandInput, cb: (err: any, data?: CloneStackCommandOutput) => void): void; - cloneStack( - args: CloneStackCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: CloneStackCommandOutput) => void - ): void; - - /** - * @see {@link CreateAppCommand} - */ - createApp(args: CreateAppCommandInput, options?: __HttpHandlerOptions): Promise; - createApp(args: CreateAppCommandInput, cb: (err: any, data?: CreateAppCommandOutput) => void): void; - createApp( - args: CreateAppCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: CreateAppCommandOutput) => void - ): void; - - /** - * @see {@link CreateDeploymentCommand} - */ - createDeployment( - args: CreateDeploymentCommandInput, - options?: __HttpHandlerOptions - ): Promise; - createDeployment( - args: CreateDeploymentCommandInput, - cb: (err: any, data?: CreateDeploymentCommandOutput) => void - ): void; - createDeployment( - args: CreateDeploymentCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: CreateDeploymentCommandOutput) => void - ): void; - - /** - * @see {@link CreateInstanceCommand} - */ - createInstance( - args: CreateInstanceCommandInput, - options?: __HttpHandlerOptions - ): Promise; - createInstance(args: CreateInstanceCommandInput, cb: (err: any, data?: CreateInstanceCommandOutput) => void): void; - createInstance( - args: CreateInstanceCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: CreateInstanceCommandOutput) => void - ): void; - - /** - * @see {@link CreateLayerCommand} - */ - createLayer(args: CreateLayerCommandInput, options?: __HttpHandlerOptions): Promise; - createLayer(args: CreateLayerCommandInput, cb: (err: any, data?: CreateLayerCommandOutput) => void): void; - createLayer( - args: CreateLayerCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: CreateLayerCommandOutput) => void - ): void; - - /** - * @see {@link CreateStackCommand} - */ - createStack(args: CreateStackCommandInput, options?: __HttpHandlerOptions): Promise; - createStack(args: CreateStackCommandInput, cb: (err: any, data?: CreateStackCommandOutput) => void): void; - createStack( - args: CreateStackCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: CreateStackCommandOutput) => void - ): void; - - /** - * @see {@link CreateUserProfileCommand} - */ - createUserProfile( - args: CreateUserProfileCommandInput, - options?: __HttpHandlerOptions - ): Promise; - createUserProfile( - args: CreateUserProfileCommandInput, - cb: (err: any, data?: CreateUserProfileCommandOutput) => void - ): void; - createUserProfile( - args: CreateUserProfileCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: CreateUserProfileCommandOutput) => void - ): void; - - /** - * @see {@link DeleteAppCommand} - */ - deleteApp(args: DeleteAppCommandInput, options?: __HttpHandlerOptions): Promise; - deleteApp(args: DeleteAppCommandInput, cb: (err: any, data?: DeleteAppCommandOutput) => void): void; - deleteApp( - args: DeleteAppCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DeleteAppCommandOutput) => void - ): void; - - /** - * @see {@link DeleteInstanceCommand} - */ - deleteInstance( - args: DeleteInstanceCommandInput, - options?: __HttpHandlerOptions - ): Promise; - deleteInstance(args: DeleteInstanceCommandInput, cb: (err: any, data?: DeleteInstanceCommandOutput) => void): void; - deleteInstance( - args: DeleteInstanceCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DeleteInstanceCommandOutput) => void - ): void; - - /** - * @see {@link DeleteLayerCommand} - */ - deleteLayer(args: DeleteLayerCommandInput, options?: __HttpHandlerOptions): Promise; - deleteLayer(args: DeleteLayerCommandInput, cb: (err: any, data?: DeleteLayerCommandOutput) => void): void; - deleteLayer( - args: DeleteLayerCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DeleteLayerCommandOutput) => void - ): void; - - /** - * @see {@link DeleteStackCommand} - */ - deleteStack(args: DeleteStackCommandInput, options?: __HttpHandlerOptions): Promise; - deleteStack(args: DeleteStackCommandInput, cb: (err: any, data?: DeleteStackCommandOutput) => void): void; - deleteStack( - args: DeleteStackCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DeleteStackCommandOutput) => void - ): void; - - /** - * @see {@link DeleteUserProfileCommand} - */ - deleteUserProfile( - args: DeleteUserProfileCommandInput, - options?: __HttpHandlerOptions - ): Promise; - deleteUserProfile( - args: DeleteUserProfileCommandInput, - cb: (err: any, data?: DeleteUserProfileCommandOutput) => void - ): void; - deleteUserProfile( - args: DeleteUserProfileCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DeleteUserProfileCommandOutput) => void - ): void; - - /** - * @see {@link DeregisterEcsClusterCommand} - */ - deregisterEcsCluster( - args: DeregisterEcsClusterCommandInput, - options?: __HttpHandlerOptions - ): Promise; - deregisterEcsCluster( - args: DeregisterEcsClusterCommandInput, - cb: (err: any, data?: DeregisterEcsClusterCommandOutput) => void - ): void; - deregisterEcsCluster( - args: DeregisterEcsClusterCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DeregisterEcsClusterCommandOutput) => void - ): void; - - /** - * @see {@link DeregisterElasticIpCommand} - */ - deregisterElasticIp( - args: DeregisterElasticIpCommandInput, - options?: __HttpHandlerOptions - ): Promise; - deregisterElasticIp( - args: DeregisterElasticIpCommandInput, - cb: (err: any, data?: DeregisterElasticIpCommandOutput) => void - ): void; - deregisterElasticIp( - args: DeregisterElasticIpCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DeregisterElasticIpCommandOutput) => void - ): void; - - /** - * @see {@link DeregisterInstanceCommand} - */ - deregisterInstance( - args: DeregisterInstanceCommandInput, - options?: __HttpHandlerOptions - ): Promise; - deregisterInstance( - args: DeregisterInstanceCommandInput, - cb: (err: any, data?: DeregisterInstanceCommandOutput) => void - ): void; - deregisterInstance( - args: DeregisterInstanceCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DeregisterInstanceCommandOutput) => void - ): void; - - /** - * @see {@link DeregisterRdsDbInstanceCommand} - */ - deregisterRdsDbInstance( - args: DeregisterRdsDbInstanceCommandInput, - options?: __HttpHandlerOptions - ): Promise; - deregisterRdsDbInstance( - args: DeregisterRdsDbInstanceCommandInput, - cb: (err: any, data?: DeregisterRdsDbInstanceCommandOutput) => void - ): void; - deregisterRdsDbInstance( - args: DeregisterRdsDbInstanceCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DeregisterRdsDbInstanceCommandOutput) => void - ): void; - - /** - * @see {@link DeregisterVolumeCommand} - */ - deregisterVolume( - args: DeregisterVolumeCommandInput, - options?: __HttpHandlerOptions - ): Promise; - deregisterVolume( - args: DeregisterVolumeCommandInput, - cb: (err: any, data?: DeregisterVolumeCommandOutput) => void - ): void; - deregisterVolume( - args: DeregisterVolumeCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DeregisterVolumeCommandOutput) => void - ): void; - - /** - * @see {@link DescribeAgentVersionsCommand} - */ - describeAgentVersions(): Promise; - describeAgentVersions( - args: DescribeAgentVersionsCommandInput, - options?: __HttpHandlerOptions - ): Promise; - describeAgentVersions( - args: DescribeAgentVersionsCommandInput, - cb: (err: any, data?: DescribeAgentVersionsCommandOutput) => void - ): void; - describeAgentVersions( - args: DescribeAgentVersionsCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DescribeAgentVersionsCommandOutput) => void - ): void; - - /** - * @see {@link DescribeAppsCommand} - */ - describeApps(): Promise; - describeApps(args: DescribeAppsCommandInput, options?: __HttpHandlerOptions): Promise; - describeApps(args: DescribeAppsCommandInput, cb: (err: any, data?: DescribeAppsCommandOutput) => void): void; - describeApps( - args: DescribeAppsCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DescribeAppsCommandOutput) => void - ): void; - - /** - * @see {@link DescribeCommandsCommand} - */ - describeCommands(): Promise; - describeCommands( - args: DescribeCommandsCommandInput, - options?: __HttpHandlerOptions - ): Promise; - describeCommands( - args: DescribeCommandsCommandInput, - cb: (err: any, data?: DescribeCommandsCommandOutput) => void - ): void; - describeCommands( - args: DescribeCommandsCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DescribeCommandsCommandOutput) => void - ): void; - - /** - * @see {@link DescribeDeploymentsCommand} - */ - describeDeployments(): Promise; - describeDeployments( - args: DescribeDeploymentsCommandInput, - options?: __HttpHandlerOptions - ): Promise; - describeDeployments( - args: DescribeDeploymentsCommandInput, - cb: (err: any, data?: DescribeDeploymentsCommandOutput) => void - ): void; - describeDeployments( - args: DescribeDeploymentsCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DescribeDeploymentsCommandOutput) => void - ): void; - - /** - * @see {@link DescribeEcsClustersCommand} - */ - describeEcsClusters(): Promise; - describeEcsClusters( - args: DescribeEcsClustersCommandInput, - options?: __HttpHandlerOptions - ): Promise; - describeEcsClusters( - args: DescribeEcsClustersCommandInput, - cb: (err: any, data?: DescribeEcsClustersCommandOutput) => void - ): void; - describeEcsClusters( - args: DescribeEcsClustersCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DescribeEcsClustersCommandOutput) => void - ): void; - - /** - * @see {@link DescribeElasticIpsCommand} - */ - describeElasticIps(): Promise; - describeElasticIps( - args: DescribeElasticIpsCommandInput, - options?: __HttpHandlerOptions - ): Promise; - describeElasticIps( - args: DescribeElasticIpsCommandInput, - cb: (err: any, data?: DescribeElasticIpsCommandOutput) => void - ): void; - describeElasticIps( - args: DescribeElasticIpsCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DescribeElasticIpsCommandOutput) => void - ): void; - - /** - * @see {@link DescribeElasticLoadBalancersCommand} - */ - describeElasticLoadBalancers(): Promise; - describeElasticLoadBalancers( - args: DescribeElasticLoadBalancersCommandInput, - options?: __HttpHandlerOptions - ): Promise; - describeElasticLoadBalancers( - args: DescribeElasticLoadBalancersCommandInput, - cb: (err: any, data?: DescribeElasticLoadBalancersCommandOutput) => void - ): void; - describeElasticLoadBalancers( - args: DescribeElasticLoadBalancersCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DescribeElasticLoadBalancersCommandOutput) => void - ): void; - - /** - * @see {@link DescribeInstancesCommand} - */ - describeInstances(): Promise; - describeInstances( - args: DescribeInstancesCommandInput, - options?: __HttpHandlerOptions - ): Promise; - describeInstances( - args: DescribeInstancesCommandInput, - cb: (err: any, data?: DescribeInstancesCommandOutput) => void - ): void; - describeInstances( - args: DescribeInstancesCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DescribeInstancesCommandOutput) => void - ): void; - - /** - * @see {@link DescribeLayersCommand} - */ - describeLayers(): Promise; - describeLayers( - args: DescribeLayersCommandInput, - options?: __HttpHandlerOptions - ): Promise; - describeLayers(args: DescribeLayersCommandInput, cb: (err: any, data?: DescribeLayersCommandOutput) => void): void; - describeLayers( - args: DescribeLayersCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DescribeLayersCommandOutput) => void - ): void; - - /** - * @see {@link DescribeLoadBasedAutoScalingCommand} - */ - describeLoadBasedAutoScaling( - args: DescribeLoadBasedAutoScalingCommandInput, - options?: __HttpHandlerOptions - ): Promise; - describeLoadBasedAutoScaling( - args: DescribeLoadBasedAutoScalingCommandInput, - cb: (err: any, data?: DescribeLoadBasedAutoScalingCommandOutput) => void - ): void; - describeLoadBasedAutoScaling( - args: DescribeLoadBasedAutoScalingCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DescribeLoadBasedAutoScalingCommandOutput) => void - ): void; - - /** - * @see {@link DescribeMyUserProfileCommand} - */ - describeMyUserProfile(): Promise; - describeMyUserProfile( - args: DescribeMyUserProfileCommandInput, - options?: __HttpHandlerOptions - ): Promise; - describeMyUserProfile( - args: DescribeMyUserProfileCommandInput, - cb: (err: any, data?: DescribeMyUserProfileCommandOutput) => void - ): void; - describeMyUserProfile( - args: DescribeMyUserProfileCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DescribeMyUserProfileCommandOutput) => void - ): void; - - /** - * @see {@link DescribeOperatingSystemsCommand} - */ - describeOperatingSystems(): Promise; - describeOperatingSystems( - args: DescribeOperatingSystemsCommandInput, - options?: __HttpHandlerOptions - ): Promise; - describeOperatingSystems( - args: DescribeOperatingSystemsCommandInput, - cb: (err: any, data?: DescribeOperatingSystemsCommandOutput) => void - ): void; - describeOperatingSystems( - args: DescribeOperatingSystemsCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DescribeOperatingSystemsCommandOutput) => void - ): void; - - /** - * @see {@link DescribePermissionsCommand} - */ - describePermissions(): Promise; - describePermissions( - args: DescribePermissionsCommandInput, - options?: __HttpHandlerOptions - ): Promise; - describePermissions( - args: DescribePermissionsCommandInput, - cb: (err: any, data?: DescribePermissionsCommandOutput) => void - ): void; - describePermissions( - args: DescribePermissionsCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DescribePermissionsCommandOutput) => void - ): void; - - /** - * @see {@link DescribeRaidArraysCommand} - */ - describeRaidArrays(): Promise; - describeRaidArrays( - args: DescribeRaidArraysCommandInput, - options?: __HttpHandlerOptions - ): Promise; - describeRaidArrays( - args: DescribeRaidArraysCommandInput, - cb: (err: any, data?: DescribeRaidArraysCommandOutput) => void - ): void; - describeRaidArrays( - args: DescribeRaidArraysCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DescribeRaidArraysCommandOutput) => void - ): void; - - /** - * @see {@link DescribeRdsDbInstancesCommand} - */ - describeRdsDbInstances( - args: DescribeRdsDbInstancesCommandInput, - options?: __HttpHandlerOptions - ): Promise; - describeRdsDbInstances( - args: DescribeRdsDbInstancesCommandInput, - cb: (err: any, data?: DescribeRdsDbInstancesCommandOutput) => void - ): void; - describeRdsDbInstances( - args: DescribeRdsDbInstancesCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DescribeRdsDbInstancesCommandOutput) => void - ): void; - - /** - * @see {@link DescribeServiceErrorsCommand} - */ - describeServiceErrors(): Promise; - describeServiceErrors( - args: DescribeServiceErrorsCommandInput, - options?: __HttpHandlerOptions - ): Promise; - describeServiceErrors( - args: DescribeServiceErrorsCommandInput, - cb: (err: any, data?: DescribeServiceErrorsCommandOutput) => void - ): void; - describeServiceErrors( - args: DescribeServiceErrorsCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DescribeServiceErrorsCommandOutput) => void - ): void; - - /** - * @see {@link DescribeStackProvisioningParametersCommand} - */ - describeStackProvisioningParameters( - args: DescribeStackProvisioningParametersCommandInput, - options?: __HttpHandlerOptions - ): Promise; - describeStackProvisioningParameters( - args: DescribeStackProvisioningParametersCommandInput, - cb: (err: any, data?: DescribeStackProvisioningParametersCommandOutput) => void - ): void; - describeStackProvisioningParameters( - args: DescribeStackProvisioningParametersCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DescribeStackProvisioningParametersCommandOutput) => void - ): void; - - /** - * @see {@link DescribeStacksCommand} - */ - describeStacks(): Promise; - describeStacks( - args: DescribeStacksCommandInput, - options?: __HttpHandlerOptions - ): Promise; - describeStacks(args: DescribeStacksCommandInput, cb: (err: any, data?: DescribeStacksCommandOutput) => void): void; - describeStacks( - args: DescribeStacksCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DescribeStacksCommandOutput) => void - ): void; - - /** - * @see {@link DescribeStackSummaryCommand} - */ - describeStackSummary( - args: DescribeStackSummaryCommandInput, - options?: __HttpHandlerOptions - ): Promise; - describeStackSummary( - args: DescribeStackSummaryCommandInput, - cb: (err: any, data?: DescribeStackSummaryCommandOutput) => void - ): void; - describeStackSummary( - args: DescribeStackSummaryCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DescribeStackSummaryCommandOutput) => void - ): void; - - /** - * @see {@link DescribeTimeBasedAutoScalingCommand} - */ - describeTimeBasedAutoScaling( - args: DescribeTimeBasedAutoScalingCommandInput, - options?: __HttpHandlerOptions - ): Promise; - describeTimeBasedAutoScaling( - args: DescribeTimeBasedAutoScalingCommandInput, - cb: (err: any, data?: DescribeTimeBasedAutoScalingCommandOutput) => void - ): void; - describeTimeBasedAutoScaling( - args: DescribeTimeBasedAutoScalingCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DescribeTimeBasedAutoScalingCommandOutput) => void - ): void; - - /** - * @see {@link DescribeUserProfilesCommand} - */ - describeUserProfiles(): Promise; - describeUserProfiles( - args: DescribeUserProfilesCommandInput, - options?: __HttpHandlerOptions - ): Promise; - describeUserProfiles( - args: DescribeUserProfilesCommandInput, - cb: (err: any, data?: DescribeUserProfilesCommandOutput) => void - ): void; - describeUserProfiles( - args: DescribeUserProfilesCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DescribeUserProfilesCommandOutput) => void - ): void; - - /** - * @see {@link DescribeVolumesCommand} - */ - describeVolumes(): Promise; - describeVolumes( - args: DescribeVolumesCommandInput, - options?: __HttpHandlerOptions - ): Promise; - describeVolumes(args: DescribeVolumesCommandInput, cb: (err: any, data?: DescribeVolumesCommandOutput) => void): void; - describeVolumes( - args: DescribeVolumesCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DescribeVolumesCommandOutput) => void - ): void; - - /** - * @see {@link DetachElasticLoadBalancerCommand} - */ - detachElasticLoadBalancer( - args: DetachElasticLoadBalancerCommandInput, - options?: __HttpHandlerOptions - ): Promise; - detachElasticLoadBalancer( - args: DetachElasticLoadBalancerCommandInput, - cb: (err: any, data?: DetachElasticLoadBalancerCommandOutput) => void - ): void; - detachElasticLoadBalancer( - args: DetachElasticLoadBalancerCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DetachElasticLoadBalancerCommandOutput) => void - ): void; - - /** - * @see {@link DisassociateElasticIpCommand} - */ - disassociateElasticIp( - args: DisassociateElasticIpCommandInput, - options?: __HttpHandlerOptions - ): Promise; - disassociateElasticIp( - args: DisassociateElasticIpCommandInput, - cb: (err: any, data?: DisassociateElasticIpCommandOutput) => void - ): void; - disassociateElasticIp( - args: DisassociateElasticIpCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: DisassociateElasticIpCommandOutput) => void - ): void; - - /** - * @see {@link GetHostnameSuggestionCommand} - */ - getHostnameSuggestion( - args: GetHostnameSuggestionCommandInput, - options?: __HttpHandlerOptions - ): Promise; - getHostnameSuggestion( - args: GetHostnameSuggestionCommandInput, - cb: (err: any, data?: GetHostnameSuggestionCommandOutput) => void - ): void; - getHostnameSuggestion( - args: GetHostnameSuggestionCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: GetHostnameSuggestionCommandOutput) => void - ): void; - - /** - * @see {@link GrantAccessCommand} - */ - grantAccess(args: GrantAccessCommandInput, options?: __HttpHandlerOptions): Promise; - grantAccess(args: GrantAccessCommandInput, cb: (err: any, data?: GrantAccessCommandOutput) => void): void; - grantAccess( - args: GrantAccessCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: GrantAccessCommandOutput) => void - ): void; - - /** - * @see {@link ListTagsCommand} - */ - listTags(args: ListTagsCommandInput, options?: __HttpHandlerOptions): Promise; - listTags(args: ListTagsCommandInput, cb: (err: any, data?: ListTagsCommandOutput) => void): void; - listTags( - args: ListTagsCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: ListTagsCommandOutput) => void - ): void; - - /** - * @see {@link RebootInstanceCommand} - */ - rebootInstance( - args: RebootInstanceCommandInput, - options?: __HttpHandlerOptions - ): Promise; - rebootInstance(args: RebootInstanceCommandInput, cb: (err: any, data?: RebootInstanceCommandOutput) => void): void; - rebootInstance( - args: RebootInstanceCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: RebootInstanceCommandOutput) => void - ): void; - - /** - * @see {@link RegisterEcsClusterCommand} - */ - registerEcsCluster( - args: RegisterEcsClusterCommandInput, - options?: __HttpHandlerOptions - ): Promise; - registerEcsCluster( - args: RegisterEcsClusterCommandInput, - cb: (err: any, data?: RegisterEcsClusterCommandOutput) => void - ): void; - registerEcsCluster( - args: RegisterEcsClusterCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: RegisterEcsClusterCommandOutput) => void - ): void; - - /** - * @see {@link RegisterElasticIpCommand} - */ - registerElasticIp( - args: RegisterElasticIpCommandInput, - options?: __HttpHandlerOptions - ): Promise; - registerElasticIp( - args: RegisterElasticIpCommandInput, - cb: (err: any, data?: RegisterElasticIpCommandOutput) => void - ): void; - registerElasticIp( - args: RegisterElasticIpCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: RegisterElasticIpCommandOutput) => void - ): void; - - /** - * @see {@link RegisterInstanceCommand} - */ - registerInstance( - args: RegisterInstanceCommandInput, - options?: __HttpHandlerOptions - ): Promise; - registerInstance( - args: RegisterInstanceCommandInput, - cb: (err: any, data?: RegisterInstanceCommandOutput) => void - ): void; - registerInstance( - args: RegisterInstanceCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: RegisterInstanceCommandOutput) => void - ): void; - - /** - * @see {@link RegisterRdsDbInstanceCommand} - */ - registerRdsDbInstance( - args: RegisterRdsDbInstanceCommandInput, - options?: __HttpHandlerOptions - ): Promise; - registerRdsDbInstance( - args: RegisterRdsDbInstanceCommandInput, - cb: (err: any, data?: RegisterRdsDbInstanceCommandOutput) => void - ): void; - registerRdsDbInstance( - args: RegisterRdsDbInstanceCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: RegisterRdsDbInstanceCommandOutput) => void - ): void; - - /** - * @see {@link RegisterVolumeCommand} - */ - registerVolume( - args: RegisterVolumeCommandInput, - options?: __HttpHandlerOptions - ): Promise; - registerVolume(args: RegisterVolumeCommandInput, cb: (err: any, data?: RegisterVolumeCommandOutput) => void): void; - registerVolume( - args: RegisterVolumeCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: RegisterVolumeCommandOutput) => void - ): void; - - /** - * @see {@link SetLoadBasedAutoScalingCommand} - */ - setLoadBasedAutoScaling( - args: SetLoadBasedAutoScalingCommandInput, - options?: __HttpHandlerOptions - ): Promise; - setLoadBasedAutoScaling( - args: SetLoadBasedAutoScalingCommandInput, - cb: (err: any, data?: SetLoadBasedAutoScalingCommandOutput) => void - ): void; - setLoadBasedAutoScaling( - args: SetLoadBasedAutoScalingCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: SetLoadBasedAutoScalingCommandOutput) => void - ): void; - - /** - * @see {@link SetPermissionCommand} - */ - setPermission(args: SetPermissionCommandInput, options?: __HttpHandlerOptions): Promise; - setPermission(args: SetPermissionCommandInput, cb: (err: any, data?: SetPermissionCommandOutput) => void): void; - setPermission( - args: SetPermissionCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: SetPermissionCommandOutput) => void - ): void; - - /** - * @see {@link SetTimeBasedAutoScalingCommand} - */ - setTimeBasedAutoScaling( - args: SetTimeBasedAutoScalingCommandInput, - options?: __HttpHandlerOptions - ): Promise; - setTimeBasedAutoScaling( - args: SetTimeBasedAutoScalingCommandInput, - cb: (err: any, data?: SetTimeBasedAutoScalingCommandOutput) => void - ): void; - setTimeBasedAutoScaling( - args: SetTimeBasedAutoScalingCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: SetTimeBasedAutoScalingCommandOutput) => void - ): void; - - /** - * @see {@link StartInstanceCommand} - */ - startInstance(args: StartInstanceCommandInput, options?: __HttpHandlerOptions): Promise; - startInstance(args: StartInstanceCommandInput, cb: (err: any, data?: StartInstanceCommandOutput) => void): void; - startInstance( - args: StartInstanceCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: StartInstanceCommandOutput) => void - ): void; - - /** - * @see {@link StartStackCommand} - */ - startStack(args: StartStackCommandInput, options?: __HttpHandlerOptions): Promise; - startStack(args: StartStackCommandInput, cb: (err: any, data?: StartStackCommandOutput) => void): void; - startStack( - args: StartStackCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: StartStackCommandOutput) => void - ): void; - - /** - * @see {@link StopInstanceCommand} - */ - stopInstance(args: StopInstanceCommandInput, options?: __HttpHandlerOptions): Promise; - stopInstance(args: StopInstanceCommandInput, cb: (err: any, data?: StopInstanceCommandOutput) => void): void; - stopInstance( - args: StopInstanceCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: StopInstanceCommandOutput) => void - ): void; - - /** - * @see {@link StopStackCommand} - */ - stopStack(args: StopStackCommandInput, options?: __HttpHandlerOptions): Promise; - stopStack(args: StopStackCommandInput, cb: (err: any, data?: StopStackCommandOutput) => void): void; - stopStack( - args: StopStackCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: StopStackCommandOutput) => void - ): void; - - /** - * @see {@link TagResourceCommand} - */ - tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise; - tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void; - tagResource( - args: TagResourceCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: TagResourceCommandOutput) => void - ): void; - - /** - * @see {@link UnassignInstanceCommand} - */ - unassignInstance( - args: UnassignInstanceCommandInput, - options?: __HttpHandlerOptions - ): Promise; - unassignInstance( - args: UnassignInstanceCommandInput, - cb: (err: any, data?: UnassignInstanceCommandOutput) => void - ): void; - unassignInstance( - args: UnassignInstanceCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: UnassignInstanceCommandOutput) => void - ): void; - - /** - * @see {@link UnassignVolumeCommand} - */ - unassignVolume( - args: UnassignVolumeCommandInput, - options?: __HttpHandlerOptions - ): Promise; - unassignVolume(args: UnassignVolumeCommandInput, cb: (err: any, data?: UnassignVolumeCommandOutput) => void): void; - unassignVolume( - args: UnassignVolumeCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: UnassignVolumeCommandOutput) => void - ): void; - - /** - * @see {@link UntagResourceCommand} - */ - untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise; - untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void; - untagResource( - args: UntagResourceCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: UntagResourceCommandOutput) => void - ): void; - - /** - * @see {@link UpdateAppCommand} - */ - updateApp(args: UpdateAppCommandInput, options?: __HttpHandlerOptions): Promise; - updateApp(args: UpdateAppCommandInput, cb: (err: any, data?: UpdateAppCommandOutput) => void): void; - updateApp( - args: UpdateAppCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: UpdateAppCommandOutput) => void - ): void; - - /** - * @see {@link UpdateElasticIpCommand} - */ - updateElasticIp( - args: UpdateElasticIpCommandInput, - options?: __HttpHandlerOptions - ): Promise; - updateElasticIp(args: UpdateElasticIpCommandInput, cb: (err: any, data?: UpdateElasticIpCommandOutput) => void): void; - updateElasticIp( - args: UpdateElasticIpCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: UpdateElasticIpCommandOutput) => void - ): void; - - /** - * @see {@link UpdateInstanceCommand} - */ - updateInstance( - args: UpdateInstanceCommandInput, - options?: __HttpHandlerOptions - ): Promise; - updateInstance(args: UpdateInstanceCommandInput, cb: (err: any, data?: UpdateInstanceCommandOutput) => void): void; - updateInstance( - args: UpdateInstanceCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: UpdateInstanceCommandOutput) => void - ): void; - - /** - * @see {@link UpdateLayerCommand} - */ - updateLayer(args: UpdateLayerCommandInput, options?: __HttpHandlerOptions): Promise; - updateLayer(args: UpdateLayerCommandInput, cb: (err: any, data?: UpdateLayerCommandOutput) => void): void; - updateLayer( - args: UpdateLayerCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: UpdateLayerCommandOutput) => void - ): void; - - /** - * @see {@link UpdateMyUserProfileCommand} - */ - updateMyUserProfile(): Promise; - updateMyUserProfile( - args: UpdateMyUserProfileCommandInput, - options?: __HttpHandlerOptions - ): Promise; - updateMyUserProfile( - args: UpdateMyUserProfileCommandInput, - cb: (err: any, data?: UpdateMyUserProfileCommandOutput) => void - ): void; - updateMyUserProfile( - args: UpdateMyUserProfileCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: UpdateMyUserProfileCommandOutput) => void - ): void; - - /** - * @see {@link UpdateRdsDbInstanceCommand} - */ - updateRdsDbInstance( - args: UpdateRdsDbInstanceCommandInput, - options?: __HttpHandlerOptions - ): Promise; - updateRdsDbInstance( - args: UpdateRdsDbInstanceCommandInput, - cb: (err: any, data?: UpdateRdsDbInstanceCommandOutput) => void - ): void; - updateRdsDbInstance( - args: UpdateRdsDbInstanceCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: UpdateRdsDbInstanceCommandOutput) => void - ): void; - - /** - * @see {@link UpdateStackCommand} - */ - updateStack(args: UpdateStackCommandInput, options?: __HttpHandlerOptions): Promise; - updateStack(args: UpdateStackCommandInput, cb: (err: any, data?: UpdateStackCommandOutput) => void): void; - updateStack( - args: UpdateStackCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: UpdateStackCommandOutput) => void - ): void; - - /** - * @see {@link UpdateUserProfileCommand} - */ - updateUserProfile( - args: UpdateUserProfileCommandInput, - options?: __HttpHandlerOptions - ): Promise; - updateUserProfile( - args: UpdateUserProfileCommandInput, - cb: (err: any, data?: UpdateUserProfileCommandOutput) => void - ): void; - updateUserProfile( - args: UpdateUserProfileCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: UpdateUserProfileCommandOutput) => void - ): void; - - /** - * @see {@link UpdateVolumeCommand} - */ - updateVolume(args: UpdateVolumeCommandInput, options?: __HttpHandlerOptions): Promise; - updateVolume(args: UpdateVolumeCommandInput, cb: (err: any, data?: UpdateVolumeCommandOutput) => void): void; - updateVolume( - args: UpdateVolumeCommandInput, - options: __HttpHandlerOptions, - cb: (err: any, data?: UpdateVolumeCommandOutput) => void - ): void; -} - -/** - * 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.

- *
    - *
  • - *

    opsworks.us-east-1.amazonaws.com

    - *
  • - *
  • - *

    opsworks.us-east-2.amazonaws.com

    - *
  • - *
  • - *

    opsworks.us-west-1.amazonaws.com

    - *
  • - *
  • - *

    opsworks.us-west-2.amazonaws.com

    - *
  • - *
  • - *

    opsworks.ca-central-1.amazonaws.com (API only; not available in the Amazon Web Services Management Console)

    - *
  • - *
  • - *

    opsworks.eu-west-1.amazonaws.com

    - *
  • - *
  • - *

    opsworks.eu-west-2.amazonaws.com

    - *
  • - *
  • - *

    opsworks.eu-west-3.amazonaws.com

    - *
  • - *
  • - *

    opsworks.eu-central-1.amazonaws.com

    - *
  • - *
  • - *

    opsworks.ap-northeast-1.amazonaws.com

    - *
  • - *
  • - *

    opsworks.ap-northeast-2.amazonaws.com

    - *
  • - *
  • - *

    opsworks.ap-south-1.amazonaws.com

    - *
  • - *
  • - *

    opsworks.ap-southeast-1.amazonaws.com

    - *
  • - *
  • - *

    opsworks.ap-southeast-2.amazonaws.com

    - *
  • - *
  • - *

    opsworks.sa-east-1.amazonaws.com

    - *
  • - *
- *

- * Chef Versions - *

- *

When you call CreateStack, CloneStack, or UpdateStack we recommend you - * use the ConfigurationManager parameter to specify the Chef version. - * The recommended and default value for Linux stacks is currently 12. Windows stacks use Chef 12.2. For more information, - * see Chef Versions.

- * - *

You can specify Chef 12, 11.10, or 11.4 for your Linux stack. We recommend migrating your existing Linux stacks - * to Chef 12 as soon as possible.

- *
- * @public - */ -export class OpsWorks extends OpsWorksClient implements OpsWorks {} -createAggregatedClient(commands, OpsWorks); diff --git a/clients/client-opsworks/src/OpsWorksClient.ts b/clients/client-opsworks/src/OpsWorksClient.ts deleted file mode 100644 index d8c3325cb5e7..000000000000 --- a/clients/client-opsworks/src/OpsWorksClient.ts +++ /dev/null @@ -1,733 +0,0 @@ -// smithy-typescript generated code -import { - getHostHeaderPlugin, - HostHeaderInputConfig, - HostHeaderResolvedConfig, - resolveHostHeaderConfig, -} from "@aws-sdk/middleware-host-header"; -import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; -import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { - getUserAgentPlugin, - resolveUserAgentConfig, - UserAgentInputConfig, - UserAgentResolvedConfig, -} from "@aws-sdk/middleware-user-agent"; -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; -import { - DefaultIdentityProviderConfig, - getHttpAuthSchemeEndpointRuleSetPlugin, - getHttpSigningPlugin, -} from "@smithy/core"; -import { getContentLengthPlugin } from "@smithy/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; -import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http"; -import { - Client as __Client, - DefaultsMode as __DefaultsMode, - SmithyConfiguration as __SmithyConfiguration, - SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@smithy/smithy-client"; -import { - AwsCredentialIdentityProvider, - BodyLengthCalculator as __BodyLengthCalculator, - CheckOptionalClientConfig as __CheckOptionalClientConfig, - ChecksumConstructor as __ChecksumConstructor, - Decoder as __Decoder, - Encoder as __Encoder, - EndpointV2 as __EndpointV2, - HashConstructor as __HashConstructor, - HttpHandlerOptions as __HttpHandlerOptions, - Logger as __Logger, - Provider as __Provider, - Provider, - StreamCollector as __StreamCollector, - UrlParser as __UrlParser, - UserAgent as __UserAgent, -} from "@smithy/types"; - -import { - defaultOpsWorksHttpAuthSchemeParametersProvider, - HttpAuthSchemeInputConfig, - HttpAuthSchemeResolvedConfig, - resolveHttpAuthSchemeConfig, -} from "./auth/httpAuthSchemeProvider"; -import { AssignInstanceCommandInput, AssignInstanceCommandOutput } from "./commands/AssignInstanceCommand"; -import { AssignVolumeCommandInput, AssignVolumeCommandOutput } from "./commands/AssignVolumeCommand"; -import { AssociateElasticIpCommandInput, AssociateElasticIpCommandOutput } from "./commands/AssociateElasticIpCommand"; -import { - AttachElasticLoadBalancerCommandInput, - AttachElasticLoadBalancerCommandOutput, -} from "./commands/AttachElasticLoadBalancerCommand"; -import { CloneStackCommandInput, CloneStackCommandOutput } from "./commands/CloneStackCommand"; -import { CreateAppCommandInput, CreateAppCommandOutput } from "./commands/CreateAppCommand"; -import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "./commands/CreateDeploymentCommand"; -import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "./commands/CreateInstanceCommand"; -import { CreateLayerCommandInput, CreateLayerCommandOutput } from "./commands/CreateLayerCommand"; -import { CreateStackCommandInput, CreateStackCommandOutput } from "./commands/CreateStackCommand"; -import { CreateUserProfileCommandInput, CreateUserProfileCommandOutput } from "./commands/CreateUserProfileCommand"; -import { DeleteAppCommandInput, DeleteAppCommandOutput } from "./commands/DeleteAppCommand"; -import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "./commands/DeleteInstanceCommand"; -import { DeleteLayerCommandInput, DeleteLayerCommandOutput } from "./commands/DeleteLayerCommand"; -import { DeleteStackCommandInput, DeleteStackCommandOutput } from "./commands/DeleteStackCommand"; -import { DeleteUserProfileCommandInput, DeleteUserProfileCommandOutput } from "./commands/DeleteUserProfileCommand"; -import { - DeregisterEcsClusterCommandInput, - DeregisterEcsClusterCommandOutput, -} from "./commands/DeregisterEcsClusterCommand"; -import { - DeregisterElasticIpCommandInput, - DeregisterElasticIpCommandOutput, -} from "./commands/DeregisterElasticIpCommand"; -import { DeregisterInstanceCommandInput, DeregisterInstanceCommandOutput } from "./commands/DeregisterInstanceCommand"; -import { - DeregisterRdsDbInstanceCommandInput, - DeregisterRdsDbInstanceCommandOutput, -} from "./commands/DeregisterRdsDbInstanceCommand"; -import { DeregisterVolumeCommandInput, DeregisterVolumeCommandOutput } from "./commands/DeregisterVolumeCommand"; -import { - DescribeAgentVersionsCommandInput, - DescribeAgentVersionsCommandOutput, -} from "./commands/DescribeAgentVersionsCommand"; -import { DescribeAppsCommandInput, DescribeAppsCommandOutput } from "./commands/DescribeAppsCommand"; -import { DescribeCommandsCommandInput, DescribeCommandsCommandOutput } from "./commands/DescribeCommandsCommand"; -import { - DescribeDeploymentsCommandInput, - DescribeDeploymentsCommandOutput, -} from "./commands/DescribeDeploymentsCommand"; -import { - DescribeEcsClustersCommandInput, - DescribeEcsClustersCommandOutput, -} from "./commands/DescribeEcsClustersCommand"; -import { DescribeElasticIpsCommandInput, DescribeElasticIpsCommandOutput } from "./commands/DescribeElasticIpsCommand"; -import { - DescribeElasticLoadBalancersCommandInput, - DescribeElasticLoadBalancersCommandOutput, -} from "./commands/DescribeElasticLoadBalancersCommand"; -import { DescribeInstancesCommandInput, DescribeInstancesCommandOutput } from "./commands/DescribeInstancesCommand"; -import { DescribeLayersCommandInput, DescribeLayersCommandOutput } from "./commands/DescribeLayersCommand"; -import { - DescribeLoadBasedAutoScalingCommandInput, - DescribeLoadBasedAutoScalingCommandOutput, -} from "./commands/DescribeLoadBasedAutoScalingCommand"; -import { - DescribeMyUserProfileCommandInput, - DescribeMyUserProfileCommandOutput, -} from "./commands/DescribeMyUserProfileCommand"; -import { - DescribeOperatingSystemsCommandInput, - DescribeOperatingSystemsCommandOutput, -} from "./commands/DescribeOperatingSystemsCommand"; -import { - DescribePermissionsCommandInput, - DescribePermissionsCommandOutput, -} from "./commands/DescribePermissionsCommand"; -import { DescribeRaidArraysCommandInput, DescribeRaidArraysCommandOutput } from "./commands/DescribeRaidArraysCommand"; -import { - DescribeRdsDbInstancesCommandInput, - DescribeRdsDbInstancesCommandOutput, -} from "./commands/DescribeRdsDbInstancesCommand"; -import { - DescribeServiceErrorsCommandInput, - DescribeServiceErrorsCommandOutput, -} from "./commands/DescribeServiceErrorsCommand"; -import { - DescribeStackProvisioningParametersCommandInput, - DescribeStackProvisioningParametersCommandOutput, -} from "./commands/DescribeStackProvisioningParametersCommand"; -import { DescribeStacksCommandInput, DescribeStacksCommandOutput } from "./commands/DescribeStacksCommand"; -import { - DescribeStackSummaryCommandInput, - DescribeStackSummaryCommandOutput, -} from "./commands/DescribeStackSummaryCommand"; -import { - DescribeTimeBasedAutoScalingCommandInput, - DescribeTimeBasedAutoScalingCommandOutput, -} from "./commands/DescribeTimeBasedAutoScalingCommand"; -import { - DescribeUserProfilesCommandInput, - DescribeUserProfilesCommandOutput, -} from "./commands/DescribeUserProfilesCommand"; -import { DescribeVolumesCommandInput, DescribeVolumesCommandOutput } from "./commands/DescribeVolumesCommand"; -import { - DetachElasticLoadBalancerCommandInput, - DetachElasticLoadBalancerCommandOutput, -} from "./commands/DetachElasticLoadBalancerCommand"; -import { - DisassociateElasticIpCommandInput, - DisassociateElasticIpCommandOutput, -} from "./commands/DisassociateElasticIpCommand"; -import { - GetHostnameSuggestionCommandInput, - GetHostnameSuggestionCommandOutput, -} from "./commands/GetHostnameSuggestionCommand"; -import { GrantAccessCommandInput, GrantAccessCommandOutput } from "./commands/GrantAccessCommand"; -import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand"; -import { RebootInstanceCommandInput, RebootInstanceCommandOutput } from "./commands/RebootInstanceCommand"; -import { RegisterEcsClusterCommandInput, RegisterEcsClusterCommandOutput } from "./commands/RegisterEcsClusterCommand"; -import { RegisterElasticIpCommandInput, RegisterElasticIpCommandOutput } from "./commands/RegisterElasticIpCommand"; -import { RegisterInstanceCommandInput, RegisterInstanceCommandOutput } from "./commands/RegisterInstanceCommand"; -import { - RegisterRdsDbInstanceCommandInput, - RegisterRdsDbInstanceCommandOutput, -} from "./commands/RegisterRdsDbInstanceCommand"; -import { RegisterVolumeCommandInput, RegisterVolumeCommandOutput } from "./commands/RegisterVolumeCommand"; -import { - SetLoadBasedAutoScalingCommandInput, - SetLoadBasedAutoScalingCommandOutput, -} from "./commands/SetLoadBasedAutoScalingCommand"; -import { SetPermissionCommandInput, SetPermissionCommandOutput } from "./commands/SetPermissionCommand"; -import { - SetTimeBasedAutoScalingCommandInput, - SetTimeBasedAutoScalingCommandOutput, -} from "./commands/SetTimeBasedAutoScalingCommand"; -import { StartInstanceCommandInput, StartInstanceCommandOutput } from "./commands/StartInstanceCommand"; -import { StartStackCommandInput, StartStackCommandOutput } from "./commands/StartStackCommand"; -import { StopInstanceCommandInput, StopInstanceCommandOutput } from "./commands/StopInstanceCommand"; -import { StopStackCommandInput, StopStackCommandOutput } from "./commands/StopStackCommand"; -import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand"; -import { UnassignInstanceCommandInput, UnassignInstanceCommandOutput } from "./commands/UnassignInstanceCommand"; -import { UnassignVolumeCommandInput, UnassignVolumeCommandOutput } from "./commands/UnassignVolumeCommand"; -import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand"; -import { UpdateAppCommandInput, UpdateAppCommandOutput } from "./commands/UpdateAppCommand"; -import { UpdateElasticIpCommandInput, UpdateElasticIpCommandOutput } from "./commands/UpdateElasticIpCommand"; -import { UpdateInstanceCommandInput, UpdateInstanceCommandOutput } from "./commands/UpdateInstanceCommand"; -import { UpdateLayerCommandInput, UpdateLayerCommandOutput } from "./commands/UpdateLayerCommand"; -import { - UpdateMyUserProfileCommandInput, - UpdateMyUserProfileCommandOutput, -} from "./commands/UpdateMyUserProfileCommand"; -import { - UpdateRdsDbInstanceCommandInput, - UpdateRdsDbInstanceCommandOutput, -} from "./commands/UpdateRdsDbInstanceCommand"; -import { UpdateStackCommandInput, UpdateStackCommandOutput } from "./commands/UpdateStackCommand"; -import { UpdateUserProfileCommandInput, UpdateUserProfileCommandOutput } from "./commands/UpdateUserProfileCommand"; -import { UpdateVolumeCommandInput, UpdateVolumeCommandOutput } from "./commands/UpdateVolumeCommand"; -import { - ClientInputEndpointParameters, - ClientResolvedEndpointParameters, - EndpointParameters, - resolveClientEndpointParameters, -} from "./endpoint/EndpointParameters"; -import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; -import { resolveRuntimeExtensions, RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions"; - -export { __Client }; - -/** - * @public - */ -export type ServiceInputTypes = - | AssignInstanceCommandInput - | AssignVolumeCommandInput - | AssociateElasticIpCommandInput - | AttachElasticLoadBalancerCommandInput - | CloneStackCommandInput - | CreateAppCommandInput - | CreateDeploymentCommandInput - | CreateInstanceCommandInput - | CreateLayerCommandInput - | CreateStackCommandInput - | CreateUserProfileCommandInput - | DeleteAppCommandInput - | DeleteInstanceCommandInput - | DeleteLayerCommandInput - | DeleteStackCommandInput - | DeleteUserProfileCommandInput - | DeregisterEcsClusterCommandInput - | DeregisterElasticIpCommandInput - | DeregisterInstanceCommandInput - | DeregisterRdsDbInstanceCommandInput - | DeregisterVolumeCommandInput - | DescribeAgentVersionsCommandInput - | DescribeAppsCommandInput - | DescribeCommandsCommandInput - | DescribeDeploymentsCommandInput - | DescribeEcsClustersCommandInput - | DescribeElasticIpsCommandInput - | DescribeElasticLoadBalancersCommandInput - | DescribeInstancesCommandInput - | DescribeLayersCommandInput - | DescribeLoadBasedAutoScalingCommandInput - | DescribeMyUserProfileCommandInput - | DescribeOperatingSystemsCommandInput - | DescribePermissionsCommandInput - | DescribeRaidArraysCommandInput - | DescribeRdsDbInstancesCommandInput - | DescribeServiceErrorsCommandInput - | DescribeStackProvisioningParametersCommandInput - | DescribeStackSummaryCommandInput - | DescribeStacksCommandInput - | DescribeTimeBasedAutoScalingCommandInput - | DescribeUserProfilesCommandInput - | DescribeVolumesCommandInput - | DetachElasticLoadBalancerCommandInput - | DisassociateElasticIpCommandInput - | GetHostnameSuggestionCommandInput - | GrantAccessCommandInput - | ListTagsCommandInput - | RebootInstanceCommandInput - | RegisterEcsClusterCommandInput - | RegisterElasticIpCommandInput - | RegisterInstanceCommandInput - | RegisterRdsDbInstanceCommandInput - | RegisterVolumeCommandInput - | SetLoadBasedAutoScalingCommandInput - | SetPermissionCommandInput - | SetTimeBasedAutoScalingCommandInput - | StartInstanceCommandInput - | StartStackCommandInput - | StopInstanceCommandInput - | StopStackCommandInput - | TagResourceCommandInput - | UnassignInstanceCommandInput - | UnassignVolumeCommandInput - | UntagResourceCommandInput - | UpdateAppCommandInput - | UpdateElasticIpCommandInput - | UpdateInstanceCommandInput - | UpdateLayerCommandInput - | UpdateMyUserProfileCommandInput - | UpdateRdsDbInstanceCommandInput - | UpdateStackCommandInput - | UpdateUserProfileCommandInput - | UpdateVolumeCommandInput; - -/** - * @public - */ -export type ServiceOutputTypes = - | AssignInstanceCommandOutput - | AssignVolumeCommandOutput - | AssociateElasticIpCommandOutput - | AttachElasticLoadBalancerCommandOutput - | CloneStackCommandOutput - | CreateAppCommandOutput - | CreateDeploymentCommandOutput - | CreateInstanceCommandOutput - | CreateLayerCommandOutput - | CreateStackCommandOutput - | CreateUserProfileCommandOutput - | DeleteAppCommandOutput - | DeleteInstanceCommandOutput - | DeleteLayerCommandOutput - | DeleteStackCommandOutput - | DeleteUserProfileCommandOutput - | DeregisterEcsClusterCommandOutput - | DeregisterElasticIpCommandOutput - | DeregisterInstanceCommandOutput - | DeregisterRdsDbInstanceCommandOutput - | DeregisterVolumeCommandOutput - | DescribeAgentVersionsCommandOutput - | DescribeAppsCommandOutput - | DescribeCommandsCommandOutput - | DescribeDeploymentsCommandOutput - | DescribeEcsClustersCommandOutput - | DescribeElasticIpsCommandOutput - | DescribeElasticLoadBalancersCommandOutput - | DescribeInstancesCommandOutput - | DescribeLayersCommandOutput - | DescribeLoadBasedAutoScalingCommandOutput - | DescribeMyUserProfileCommandOutput - | DescribeOperatingSystemsCommandOutput - | DescribePermissionsCommandOutput - | DescribeRaidArraysCommandOutput - | DescribeRdsDbInstancesCommandOutput - | DescribeServiceErrorsCommandOutput - | DescribeStackProvisioningParametersCommandOutput - | DescribeStackSummaryCommandOutput - | DescribeStacksCommandOutput - | DescribeTimeBasedAutoScalingCommandOutput - | DescribeUserProfilesCommandOutput - | DescribeVolumesCommandOutput - | DetachElasticLoadBalancerCommandOutput - | DisassociateElasticIpCommandOutput - | GetHostnameSuggestionCommandOutput - | GrantAccessCommandOutput - | ListTagsCommandOutput - | RebootInstanceCommandOutput - | RegisterEcsClusterCommandOutput - | RegisterElasticIpCommandOutput - | RegisterInstanceCommandOutput - | RegisterRdsDbInstanceCommandOutput - | RegisterVolumeCommandOutput - | SetLoadBasedAutoScalingCommandOutput - | SetPermissionCommandOutput - | SetTimeBasedAutoScalingCommandOutput - | StartInstanceCommandOutput - | StartStackCommandOutput - | StopInstanceCommandOutput - | StopStackCommandOutput - | TagResourceCommandOutput - | UnassignInstanceCommandOutput - | UnassignVolumeCommandOutput - | UntagResourceCommandOutput - | UpdateAppCommandOutput - | UpdateElasticIpCommandOutput - | UpdateInstanceCommandOutput - | UpdateLayerCommandOutput - | UpdateMyUserProfileCommandOutput - | UpdateRdsDbInstanceCommandOutput - | UpdateStackCommandOutput - | UpdateUserProfileCommandOutput - | UpdateVolumeCommandOutput; - -/** - * @public - */ -export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> { - /** - * The HTTP handler to use or its constructor options. Fetch in browser and Https in Nodejs. - */ - requestHandler?: __HttpHandlerUserInput; - - /** - * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface - * that computes the SHA-256 HMAC or checksum of a string or binary buffer. - * @internal - */ - sha256?: __ChecksumConstructor | __HashConstructor; - - /** - * The function that will be used to convert strings into HTTP endpoints. - * @internal - */ - urlParser?: __UrlParser; - - /** - * A function that can calculate the length of a request body. - * @internal - */ - bodyLengthChecker?: __BodyLengthCalculator; - - /** - * A function that converts a stream into an array of bytes. - * @internal - */ - streamCollector?: __StreamCollector; - - /** - * The function that will be used to convert a base64-encoded string to a byte array. - * @internal - */ - base64Decoder?: __Decoder; - - /** - * The function that will be used to convert binary data to a base64-encoded string. - * @internal - */ - base64Encoder?: __Encoder; - - /** - * The function that will be used to convert a UTF8-encoded string to a byte array. - * @internal - */ - utf8Decoder?: __Decoder; - - /** - * The function that will be used to convert binary data to a UTF-8 encoded string. - * @internal - */ - utf8Encoder?: __Encoder; - - /** - * The runtime environment. - * @internal - */ - runtime?: string; - - /** - * Disable dynamically changing the endpoint of the client based on the hostPrefix - * trait of an operation. - */ - disableHostPrefix?: boolean; - - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - - /** - * Enables IPv6/IPv4 dualstack endpoint. - */ - useDualstackEndpoint?: boolean | __Provider; - - /** - * Enables FIPS compatible endpoints. - */ - useFipsEndpoint?: boolean | __Provider; - - /** - * The AWS region to which this client will send requests - */ - region?: string | __Provider; - - /** - * Setting a client profile is similar to setting a value for the - * AWS_PROFILE environment variable. Setting a profile on a client - * in code only affects the single client instance, unlike AWS_PROFILE. - * - * When set, and only for environments where an AWS configuration - * file exists, fields configurable by this file will be retrieved - * from the specified profile within that file. - * Conflicting code configuration and environment variables will - * still have higher priority. - * - * For client credential resolution that involves checking the AWS - * configuration file, the client's profile (this value) will be - * used unless a different profile is set in the credential - * provider options. - * - */ - profile?: string; - - /** - * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header - * @internal - */ - defaultUserAgentProvider?: Provider<__UserAgent>; - - /** - * Default credentials provider; Not available in browser runtime. - * @deprecated - * @internal - */ - credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider; - - /** - * Value for how many times a request will be made at most in case of retry. - */ - maxAttempts?: number | __Provider; - - /** - * Specifies which retry algorithm to use. - * @see https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-util-retry/Enum/RETRY_MODES/ - * - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. - */ - logger?: __Logger; - - /** - * Optional extensions - */ - extensions?: RuntimeExtension[]; - - /** - * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. - */ - defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; -} - -/** - * @public - */ -export type OpsWorksClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & - ClientDefaults & - UserAgentInputConfig & - RetryInputConfig & - RegionInputConfig & - HostHeaderInputConfig & - EndpointInputConfig & - HttpAuthSchemeInputConfig & - ClientInputEndpointParameters; -/** - * @public - * - * The configuration interface of OpsWorksClient class constructor that set the region, credentials and other options. - */ -export interface OpsWorksClientConfig extends OpsWorksClientConfigType {} - -/** - * @public - */ -export type OpsWorksClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & - Required & - RuntimeExtensionsConfig & - UserAgentResolvedConfig & - RetryResolvedConfig & - RegionResolvedConfig & - HostHeaderResolvedConfig & - EndpointResolvedConfig & - HttpAuthSchemeResolvedConfig & - ClientResolvedEndpointParameters; -/** - * @public - * - * The resolved configuration interface of OpsWorksClient class. This is resolved and normalized from the {@link OpsWorksClientConfig | constructor configuration interface}. - */ -export interface OpsWorksClientResolvedConfig extends OpsWorksClientResolvedConfigType {} - -/** - * 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.

- *
    - *
  • - *

    opsworks.us-east-1.amazonaws.com

    - *
  • - *
  • - *

    opsworks.us-east-2.amazonaws.com

    - *
  • - *
  • - *

    opsworks.us-west-1.amazonaws.com

    - *
  • - *
  • - *

    opsworks.us-west-2.amazonaws.com

    - *
  • - *
  • - *

    opsworks.ca-central-1.amazonaws.com (API only; not available in the Amazon Web Services Management Console)

    - *
  • - *
  • - *

    opsworks.eu-west-1.amazonaws.com

    - *
  • - *
  • - *

    opsworks.eu-west-2.amazonaws.com

    - *
  • - *
  • - *

    opsworks.eu-west-3.amazonaws.com

    - *
  • - *
  • - *

    opsworks.eu-central-1.amazonaws.com

    - *
  • - *
  • - *

    opsworks.ap-northeast-1.amazonaws.com

    - *
  • - *
  • - *

    opsworks.ap-northeast-2.amazonaws.com

    - *
  • - *
  • - *

    opsworks.ap-south-1.amazonaws.com

    - *
  • - *
  • - *

    opsworks.ap-southeast-1.amazonaws.com

    - *
  • - *
  • - *

    opsworks.ap-southeast-2.amazonaws.com

    - *
  • - *
  • - *

    opsworks.sa-east-1.amazonaws.com

    - *
  • - *
- *

- * Chef Versions - *

- *

When you call CreateStack, CloneStack, or UpdateStack we recommend you - * use the ConfigurationManager parameter to specify the Chef version. - * The recommended and default value for Linux stacks is currently 12. Windows stacks use Chef 12.2. For more information, - * see Chef Versions.

- * - *

You can specify Chef 12, 11.10, or 11.4 for your Linux stack. We recommend migrating your existing Linux stacks - * to Chef 12 as soon as possible.

- *
- * @public - */ -export class OpsWorksClient extends __Client< - __HttpHandlerOptions, - ServiceInputTypes, - ServiceOutputTypes, - OpsWorksClientResolvedConfig -> { - /** - * The resolved configuration of OpsWorksClient class. This is resolved and normalized from the {@link OpsWorksClientConfig | constructor configuration interface}. - */ - readonly config: OpsWorksClientResolvedConfig; - - constructor(...[configuration]: __CheckOptionalClientConfig) { - const _config_0 = __getRuntimeConfig(configuration || {}); - super(_config_0 as any); - this.initConfig = _config_0; - const _config_1 = resolveClientEndpointParameters(_config_0); - const _config_2 = resolveUserAgentConfig(_config_1); - const _config_3 = resolveRetryConfig(_config_2); - const _config_4 = resolveRegionConfig(_config_3); - const _config_5 = resolveHostHeaderConfig(_config_4); - const _config_6 = resolveEndpointConfig(_config_5); - const _config_7 = resolveHttpAuthSchemeConfig(_config_6); - const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []); - this.config = _config_8; - this.middlewareStack.use(getUserAgentPlugin(this.config)); - this.middlewareStack.use(getRetryPlugin(this.config)); - this.middlewareStack.use(getContentLengthPlugin(this.config)); - this.middlewareStack.use(getHostHeaderPlugin(this.config)); - this.middlewareStack.use(getLoggerPlugin(this.config)); - this.middlewareStack.use(getRecursionDetectionPlugin(this.config)); - this.middlewareStack.use( - getHttpAuthSchemeEndpointRuleSetPlugin(this.config, { - httpAuthSchemeParametersProvider: defaultOpsWorksHttpAuthSchemeParametersProvider, - identityProviderConfigProvider: async (config: OpsWorksClientResolvedConfig) => - new DefaultIdentityProviderConfig({ - "aws.auth#sigv4": config.credentials, - }), - }) - ); - this.middlewareStack.use(getHttpSigningPlugin(this.config)); - } - - /** - * Destroy underlying resources, like sockets. It's usually not necessary to do this. - * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed. - * Otherwise, sockets might stay open for quite a long time before the server terminates them. - */ - destroy(): void { - super.destroy(); - } -} diff --git a/clients/client-opsworks/src/auth/httpAuthExtensionConfiguration.ts b/clients/client-opsworks/src/auth/httpAuthExtensionConfiguration.ts deleted file mode 100644 index fe65f1d4a3b3..000000000000 --- a/clients/client-opsworks/src/auth/httpAuthExtensionConfiguration.ts +++ /dev/null @@ -1,72 +0,0 @@ -// smithy-typescript generated code -import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types"; - -import { OpsWorksHttpAuthSchemeProvider } from "./httpAuthSchemeProvider"; - -/** - * @internal - */ -export interface HttpAuthExtensionConfiguration { - setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void; - httpAuthSchemes(): HttpAuthScheme[]; - setHttpAuthSchemeProvider(httpAuthSchemeProvider: OpsWorksHttpAuthSchemeProvider): void; - httpAuthSchemeProvider(): OpsWorksHttpAuthSchemeProvider; - setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void; - credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined; -} - -/** - * @internal - */ -export type HttpAuthRuntimeConfig = Partial<{ - httpAuthSchemes: HttpAuthScheme[]; - httpAuthSchemeProvider: OpsWorksHttpAuthSchemeProvider; - credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider; -}>; - -/** - * @internal - */ -export const getHttpAuthExtensionConfiguration = ( - runtimeConfig: HttpAuthRuntimeConfig -): HttpAuthExtensionConfiguration => { - const _httpAuthSchemes = runtimeConfig.httpAuthSchemes!; - let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider!; - let _credentials = runtimeConfig.credentials; - return { - setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void { - const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId); - if (index === -1) { - _httpAuthSchemes.push(httpAuthScheme); - } else { - _httpAuthSchemes.splice(index, 1, httpAuthScheme); - } - }, - httpAuthSchemes(): HttpAuthScheme[] { - return _httpAuthSchemes; - }, - setHttpAuthSchemeProvider(httpAuthSchemeProvider: OpsWorksHttpAuthSchemeProvider): void { - _httpAuthSchemeProvider = httpAuthSchemeProvider; - }, - httpAuthSchemeProvider(): OpsWorksHttpAuthSchemeProvider { - return _httpAuthSchemeProvider; - }, - setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void { - _credentials = credentials; - }, - credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined { - return _credentials; - }, - }; -}; - -/** - * @internal - */ -export const resolveHttpAuthRuntimeConfig = (config: HttpAuthExtensionConfiguration): HttpAuthRuntimeConfig => { - return { - httpAuthSchemes: config.httpAuthSchemes(), - httpAuthSchemeProvider: config.httpAuthSchemeProvider(), - credentials: config.credentials(), - }; -}; diff --git a/clients/client-opsworks/src/auth/httpAuthSchemeProvider.ts b/clients/client-opsworks/src/auth/httpAuthSchemeProvider.ts deleted file mode 100644 index 5359c8fce8af..000000000000 --- a/clients/client-opsworks/src/auth/httpAuthSchemeProvider.ts +++ /dev/null @@ -1,154 +0,0 @@ -// smithy-typescript generated code -import { - AwsSdkSigV4AuthInputConfig, - AwsSdkSigV4AuthResolvedConfig, - AwsSdkSigV4PreviouslyResolved, - resolveAwsSdkSigV4Config, -} from "@aws-sdk/core"; -import { - HandlerExecutionContext, - HttpAuthOption, - HttpAuthScheme, - HttpAuthSchemeParameters, - HttpAuthSchemeParametersProvider, - HttpAuthSchemeProvider, - Provider, -} from "@smithy/types"; -import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware"; - -import { OpsWorksClientConfig, OpsWorksClientResolvedConfig } from "../OpsWorksClient"; - -/** - * @internal - */ -export interface OpsWorksHttpAuthSchemeParameters extends HttpAuthSchemeParameters { - region?: string; -} - -/** - * @internal - */ -export interface OpsWorksHttpAuthSchemeParametersProvider - extends HttpAuthSchemeParametersProvider< - OpsWorksClientResolvedConfig, - HandlerExecutionContext, - OpsWorksHttpAuthSchemeParameters, - object - > {} - -/** - * @internal - */ -export const defaultOpsWorksHttpAuthSchemeParametersProvider = async ( - config: OpsWorksClientResolvedConfig, - context: HandlerExecutionContext, - input: object -): Promise => { - return { - operation: getSmithyContext(context).operation as string, - region: - (await normalizeProvider(config.region)()) || - (() => { - throw new Error("expected `region` to be configured for `aws.auth#sigv4`"); - })(), - }; -}; - -function createAwsAuthSigv4HttpAuthOption(authParameters: OpsWorksHttpAuthSchemeParameters): HttpAuthOption { - return { - schemeId: "aws.auth#sigv4", - signingProperties: { - name: "opsworks", - region: authParameters.region, - }, - propertiesExtractor: (config: Partial, context) => ({ - /** - * @internal - */ - signingProperties: { - config, - context, - }, - }), - }; -} - -/** - * @internal - */ -export interface OpsWorksHttpAuthSchemeProvider extends HttpAuthSchemeProvider {} - -/** - * @internal - */ -export const defaultOpsWorksHttpAuthSchemeProvider: OpsWorksHttpAuthSchemeProvider = (authParameters) => { - const options: HttpAuthOption[] = []; - switch (authParameters.operation) { - default: { - options.push(createAwsAuthSigv4HttpAuthOption(authParameters)); - } - } - return options; -}; - -/** - * @internal - */ -export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig { - /** - * A comma-separated list of case-sensitive auth scheme names. - * An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. - * For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. - * @public - */ - authSchemePreference?: string[] | Provider; - - /** - * Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme. - * @internal - */ - httpAuthSchemes?: HttpAuthScheme[]; - - /** - * Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use. - * @internal - */ - httpAuthSchemeProvider?: OpsWorksHttpAuthSchemeProvider; -} - -/** - * @internal - */ -export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig { - /** - * A comma-separated list of case-sensitive auth scheme names. - * An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. - * For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. - * @public - */ - readonly authSchemePreference: Provider; - - /** - * Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme. - * @internal - */ - readonly httpAuthSchemes: HttpAuthScheme[]; - - /** - * Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use. - * @internal - */ - readonly httpAuthSchemeProvider: OpsWorksHttpAuthSchemeProvider; -} - -/** - * @internal - */ -export const resolveHttpAuthSchemeConfig = ( - config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved -): T & HttpAuthSchemeResolvedConfig => { - const config_0 = resolveAwsSdkSigV4Config(config); - return Object.assign(config_0, { - authSchemePreference: normalizeProvider(config.authSchemePreference ?? []), - }) as T & HttpAuthSchemeResolvedConfig; -}; diff --git a/clients/client-opsworks/src/commands/AssignInstanceCommand.ts b/clients/client-opsworks/src/commands/AssignInstanceCommand.ts deleted file mode 100644 index 134d4e713e93..000000000000 --- a/clients/client-opsworks/src/commands/AssignInstanceCommand.ts +++ /dev/null @@ -1,117 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { AssignInstanceRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_AssignInstanceCommand, se_AssignInstanceCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link AssignInstanceCommand}. - */ -export interface AssignInstanceCommandInput extends AssignInstanceRequest {} -/** - * @public - * - * The output of {@link AssignInstanceCommand}. - */ -export interface AssignInstanceCommandOutput extends __MetadataBearer {} - -/** - *

Assign a registered instance to a layer.

- *
    - *
  • - *

    You can assign registered on-premises instances to any layer type.

    - *
  • - *
  • - *

    You can assign registered Amazon EC2 instances only to custom layers.

    - *
  • - *
  • - *

    You cannot use this action with instances that were created with OpsWorks Stacks.

    - *
  • - *
- *

- * 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, AssignInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, AssignInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // AssignInstanceRequest - * InstanceId: "STRING_VALUE", // required - * LayerIds: [ // Strings // required - * "STRING_VALUE", - * ], - * }; - * const command = new AssignInstanceCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param AssignInstanceCommandInput - {@link AssignInstanceCommandInput} - * @returns {@link AssignInstanceCommandOutput} - * @see {@link AssignInstanceCommandInput} for command's `input` shape. - * @see {@link AssignInstanceCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class AssignInstanceCommand extends $Command - .classBuilder< - AssignInstanceCommandInput, - AssignInstanceCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "AssignInstance", {}) - .n("OpsWorksClient", "AssignInstanceCommand") - .f(void 0, void 0) - .ser(se_AssignInstanceCommand) - .de(de_AssignInstanceCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: AssignInstanceRequest; - output: {}; - }; - sdk: { - input: AssignInstanceCommandInput; - output: AssignInstanceCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/AssignVolumeCommand.ts b/clients/client-opsworks/src/commands/AssignVolumeCommand.ts deleted file mode 100644 index f29d7037f441..000000000000 --- a/clients/client-opsworks/src/commands/AssignVolumeCommand.ts +++ /dev/null @@ -1,107 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { AssignVolumeRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_AssignVolumeCommand, se_AssignVolumeCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link AssignVolumeCommand}. - */ -export interface AssignVolumeCommandInput extends AssignVolumeRequest {} -/** - * @public - * - * The output of {@link AssignVolumeCommand}. - */ -export interface AssignVolumeCommandOutput extends __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, AssignVolumeCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, AssignVolumeCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // AssignVolumeRequest - * VolumeId: "STRING_VALUE", // required - * InstanceId: "STRING_VALUE", - * }; - * const command = new AssignVolumeCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param AssignVolumeCommandInput - {@link AssignVolumeCommandInput} - * @returns {@link AssignVolumeCommandOutput} - * @see {@link AssignVolumeCommandInput} for command's `input` shape. - * @see {@link AssignVolumeCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class AssignVolumeCommand extends $Command - .classBuilder< - AssignVolumeCommandInput, - AssignVolumeCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "AssignVolume", {}) - .n("OpsWorksClient", "AssignVolumeCommand") - .f(void 0, void 0) - .ser(se_AssignVolumeCommand) - .de(de_AssignVolumeCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: AssignVolumeRequest; - output: {}; - }; - sdk: { - input: AssignVolumeCommandInput; - output: AssignVolumeCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/AssociateElasticIpCommand.ts b/clients/client-opsworks/src/commands/AssociateElasticIpCommand.ts deleted file mode 100644 index 152147e98b70..000000000000 --- a/clients/client-opsworks/src/commands/AssociateElasticIpCommand.ts +++ /dev/null @@ -1,107 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { AssociateElasticIpRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_AssociateElasticIpCommand, se_AssociateElasticIpCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link AssociateElasticIpCommand}. - */ -export interface AssociateElasticIpCommandInput extends AssociateElasticIpRequest {} -/** - * @public - * - * The output of {@link AssociateElasticIpCommand}. - */ -export interface AssociateElasticIpCommandOutput extends __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, AssociateElasticIpCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, AssociateElasticIpCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // AssociateElasticIpRequest - * ElasticIp: "STRING_VALUE", // required - * InstanceId: "STRING_VALUE", - * }; - * const command = new AssociateElasticIpCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param AssociateElasticIpCommandInput - {@link AssociateElasticIpCommandInput} - * @returns {@link AssociateElasticIpCommandOutput} - * @see {@link AssociateElasticIpCommandInput} for command's `input` shape. - * @see {@link AssociateElasticIpCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class AssociateElasticIpCommand extends $Command - .classBuilder< - AssociateElasticIpCommandInput, - AssociateElasticIpCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "AssociateElasticIp", {}) - .n("OpsWorksClient", "AssociateElasticIpCommand") - .f(void 0, void 0) - .ser(se_AssociateElasticIpCommand) - .de(de_AssociateElasticIpCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: AssociateElasticIpRequest; - output: {}; - }; - sdk: { - input: AssociateElasticIpCommandInput; - output: AssociateElasticIpCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/AttachElasticLoadBalancerCommand.ts b/clients/client-opsworks/src/commands/AttachElasticLoadBalancerCommand.ts deleted file mode 100644 index 3d07e22876c4..000000000000 --- a/clients/client-opsworks/src/commands/AttachElasticLoadBalancerCommand.ts +++ /dev/null @@ -1,110 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { AttachElasticLoadBalancerRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_AttachElasticLoadBalancerCommand, se_AttachElasticLoadBalancerCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link AttachElasticLoadBalancerCommand}. - */ -export interface AttachElasticLoadBalancerCommandInput extends AttachElasticLoadBalancerRequest {} -/** - * @public - * - * The output of {@link AttachElasticLoadBalancerCommand}. - */ -export interface AttachElasticLoadBalancerCommandOutput extends __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, AttachElasticLoadBalancerCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, AttachElasticLoadBalancerCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // AttachElasticLoadBalancerRequest - * ElasticLoadBalancerName: "STRING_VALUE", // required - * LayerId: "STRING_VALUE", // required - * }; - * const command = new AttachElasticLoadBalancerCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param AttachElasticLoadBalancerCommandInput - {@link AttachElasticLoadBalancerCommandInput} - * @returns {@link AttachElasticLoadBalancerCommandOutput} - * @see {@link AttachElasticLoadBalancerCommandInput} for command's `input` shape. - * @see {@link AttachElasticLoadBalancerCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class AttachElasticLoadBalancerCommand extends $Command - .classBuilder< - AttachElasticLoadBalancerCommandInput, - AttachElasticLoadBalancerCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "AttachElasticLoadBalancer", {}) - .n("OpsWorksClient", "AttachElasticLoadBalancerCommand") - .f(void 0, void 0) - .ser(se_AttachElasticLoadBalancerCommand) - .de(de_AttachElasticLoadBalancerCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: AttachElasticLoadBalancerRequest; - output: {}; - }; - sdk: { - input: AttachElasticLoadBalancerCommandInput; - output: AttachElasticLoadBalancerCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/CloneStackCommand.ts b/clients/client-opsworks/src/commands/CloneStackCommand.ts deleted file mode 100644 index 8dc3e2d8d06c..000000000000 --- a/clients/client-opsworks/src/commands/CloneStackCommand.ts +++ /dev/null @@ -1,142 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { CloneStackRequest, CloneStackResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_CloneStackCommand, se_CloneStackCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link CloneStackCommand}. - */ -export interface CloneStackCommandInput extends CloneStackRequest {} -/** - * @public - * - * The output of {@link CloneStackCommand}. - */ -export interface CloneStackCommandOutput extends CloneStackResult, __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, CloneStackCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, CloneStackCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // CloneStackRequest - * SourceStackId: "STRING_VALUE", // required - * Name: "STRING_VALUE", - * Region: "STRING_VALUE", - * VpcId: "STRING_VALUE", - * Attributes: { // StackAttributes - * "": "STRING_VALUE", - * }, - * ServiceRoleArn: "STRING_VALUE", // required - * DefaultInstanceProfileArn: "STRING_VALUE", - * DefaultOs: "STRING_VALUE", - * HostnameTheme: "STRING_VALUE", - * DefaultAvailabilityZone: "STRING_VALUE", - * DefaultSubnetId: "STRING_VALUE", - * CustomJson: "STRING_VALUE", - * ConfigurationManager: { // StackConfigurationManager - * Name: "STRING_VALUE", - * Version: "STRING_VALUE", - * }, - * ChefConfiguration: { // ChefConfiguration - * ManageBerkshelf: true || false, - * BerkshelfVersion: "STRING_VALUE", - * }, - * UseCustomCookbooks: true || false, - * UseOpsworksSecurityGroups: true || false, - * CustomCookbooksSource: { // Source - * Type: "git" || "svn" || "archive" || "s3", - * Url: "STRING_VALUE", - * Username: "STRING_VALUE", - * Password: "STRING_VALUE", - * SshKey: "STRING_VALUE", - * Revision: "STRING_VALUE", - * }, - * DefaultSshKeyName: "STRING_VALUE", - * ClonePermissions: true || false, - * CloneAppIds: [ // Strings - * "STRING_VALUE", - * ], - * DefaultRootDeviceType: "ebs" || "instance-store", - * AgentVersion: "STRING_VALUE", - * }; - * const command = new CloneStackCommand(input); - * const response = await client.send(command); - * // { // CloneStackResult - * // StackId: "STRING_VALUE", - * // }; - * - * ``` - * - * @param CloneStackCommandInput - {@link CloneStackCommandInput} - * @returns {@link CloneStackCommandOutput} - * @see {@link CloneStackCommandInput} for command's `input` shape. - * @see {@link CloneStackCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class CloneStackCommand extends $Command - .classBuilder< - CloneStackCommandInput, - CloneStackCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "CloneStack", {}) - .n("OpsWorksClient", "CloneStackCommand") - .f(void 0, void 0) - .ser(se_CloneStackCommand) - .de(de_CloneStackCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: CloneStackRequest; - output: CloneStackResult; - }; - sdk: { - input: CloneStackCommandInput; - output: CloneStackCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/CreateAppCommand.ts b/clients/client-opsworks/src/commands/CreateAppCommand.ts deleted file mode 100644 index 79c97482d9e0..000000000000 --- a/clients/client-opsworks/src/commands/CreateAppCommand.ts +++ /dev/null @@ -1,143 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { CreateAppRequest, CreateAppResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_CreateAppCommand, se_CreateAppCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link CreateAppCommand}. - */ -export interface CreateAppCommandInput extends CreateAppRequest {} -/** - * @public - * - * The output of {@link CreateAppCommand}. - */ -export interface CreateAppCommandOutput extends CreateAppResult, __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, CreateAppCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, CreateAppCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // CreateAppRequest - * StackId: "STRING_VALUE", // required - * Shortname: "STRING_VALUE", - * Name: "STRING_VALUE", // required - * Description: "STRING_VALUE", - * DataSources: [ // DataSources - * { // DataSource - * Type: "STRING_VALUE", - * Arn: "STRING_VALUE", - * DatabaseName: "STRING_VALUE", - * }, - * ], - * Type: "aws-flow-ruby" || "java" || "rails" || "php" || "nodejs" || "static" || "other", // required - * AppSource: { // Source - * Type: "git" || "svn" || "archive" || "s3", - * Url: "STRING_VALUE", - * Username: "STRING_VALUE", - * Password: "STRING_VALUE", - * SshKey: "STRING_VALUE", - * Revision: "STRING_VALUE", - * }, - * Domains: [ // Strings - * "STRING_VALUE", - * ], - * EnableSsl: true || false, - * SslConfiguration: { // SslConfiguration - * Certificate: "STRING_VALUE", // required - * PrivateKey: "STRING_VALUE", // required - * Chain: "STRING_VALUE", - * }, - * Attributes: { // AppAttributes - * "": "STRING_VALUE", - * }, - * Environment: [ // EnvironmentVariables - * { // EnvironmentVariable - * Key: "STRING_VALUE", // required - * Value: "STRING_VALUE", // required - * Secure: true || false, - * }, - * ], - * }; - * const command = new CreateAppCommand(input); - * const response = await client.send(command); - * // { // CreateAppResult - * // AppId: "STRING_VALUE", - * // }; - * - * ``` - * - * @param CreateAppCommandInput - {@link CreateAppCommandInput} - * @returns {@link CreateAppCommandOutput} - * @see {@link CreateAppCommandInput} for command's `input` shape. - * @see {@link CreateAppCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class CreateAppCommand extends $Command - .classBuilder< - CreateAppCommandInput, - CreateAppCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "CreateApp", {}) - .n("OpsWorksClient", "CreateAppCommand") - .f(void 0, void 0) - .ser(se_CreateAppCommand) - .de(de_CreateAppCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: CreateAppRequest; - output: CreateAppResult; - }; - sdk: { - input: CreateAppCommandInput; - output: CreateAppCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/CreateDeploymentCommand.ts b/clients/client-opsworks/src/commands/CreateDeploymentCommand.ts deleted file mode 100644 index 2517673d3a3a..000000000000 --- a/clients/client-opsworks/src/commands/CreateDeploymentCommand.ts +++ /dev/null @@ -1,122 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { CreateDeploymentRequest, CreateDeploymentResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_CreateDeploymentCommand, se_CreateDeploymentCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link CreateDeploymentCommand}. - */ -export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {} -/** - * @public - * - * The output of {@link CreateDeploymentCommand}. - */ -export interface CreateDeploymentCommandOutput extends CreateDeploymentResult, __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, CreateDeploymentCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, CreateDeploymentCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // CreateDeploymentRequest - * StackId: "STRING_VALUE", // required - * AppId: "STRING_VALUE", - * InstanceIds: [ // Strings - * "STRING_VALUE", - * ], - * LayerIds: [ - * "STRING_VALUE", - * ], - * Command: { // DeploymentCommand - * Name: "install_dependencies" || "update_dependencies" || "update_custom_cookbooks" || "execute_recipes" || "configure" || "setup" || "deploy" || "rollback" || "start" || "stop" || "restart" || "undeploy", // required - * Args: { // DeploymentCommandArgs - * "": [ - * "STRING_VALUE", - * ], - * }, - * }, - * Comment: "STRING_VALUE", - * CustomJson: "STRING_VALUE", - * }; - * const command = new CreateDeploymentCommand(input); - * const response = await client.send(command); - * // { // CreateDeploymentResult - * // DeploymentId: "STRING_VALUE", - * // }; - * - * ``` - * - * @param CreateDeploymentCommandInput - {@link CreateDeploymentCommandInput} - * @returns {@link CreateDeploymentCommandOutput} - * @see {@link CreateDeploymentCommandInput} for command's `input` shape. - * @see {@link CreateDeploymentCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class CreateDeploymentCommand extends $Command - .classBuilder< - CreateDeploymentCommandInput, - CreateDeploymentCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "CreateDeployment", {}) - .n("OpsWorksClient", "CreateDeploymentCommand") - .f(void 0, void 0) - .ser(se_CreateDeploymentCommand) - .de(de_CreateDeploymentCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: CreateDeploymentRequest; - output: CreateDeploymentResult; - }; - sdk: { - input: CreateDeploymentCommandInput; - output: CreateDeploymentCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/CreateInstanceCommand.ts b/clients/client-opsworks/src/commands/CreateInstanceCommand.ts deleted file mode 100644 index 3fffa96d07db..000000000000 --- a/clients/client-opsworks/src/commands/CreateInstanceCommand.ts +++ /dev/null @@ -1,137 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { CreateInstanceRequest, CreateInstanceResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_CreateInstanceCommand, se_CreateInstanceCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link CreateInstanceCommand}. - */ -export interface CreateInstanceCommandInput extends CreateInstanceRequest {} -/** - * @public - * - * The output of {@link CreateInstanceCommand}. - */ -export interface CreateInstanceCommandOutput extends CreateInstanceResult, __MetadataBearer {} - -/** - *

Creates an instance in a specified stack. For more information, see Adding an - * Instance to a Layer.

- *

- * 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, CreateInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, CreateInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // CreateInstanceRequest - * StackId: "STRING_VALUE", // required - * LayerIds: [ // Strings // required - * "STRING_VALUE", - * ], - * InstanceType: "STRING_VALUE", // required - * AutoScalingType: "load" || "timer", - * Hostname: "STRING_VALUE", - * Os: "STRING_VALUE", - * AmiId: "STRING_VALUE", - * SshKeyName: "STRING_VALUE", - * AvailabilityZone: "STRING_VALUE", - * VirtualizationType: "STRING_VALUE", - * SubnetId: "STRING_VALUE", - * Architecture: "x86_64" || "i386", - * RootDeviceType: "ebs" || "instance-store", - * BlockDeviceMappings: [ // BlockDeviceMappings - * { // BlockDeviceMapping - * DeviceName: "STRING_VALUE", - * NoDevice: "STRING_VALUE", - * VirtualName: "STRING_VALUE", - * Ebs: { // EbsBlockDevice - * SnapshotId: "STRING_VALUE", - * Iops: Number("int"), - * VolumeSize: Number("int"), - * VolumeType: "gp2" || "io1" || "standard", - * DeleteOnTermination: true || false, - * }, - * }, - * ], - * InstallUpdatesOnBoot: true || false, - * EbsOptimized: true || false, - * AgentVersion: "STRING_VALUE", - * Tenancy: "STRING_VALUE", - * }; - * const command = new CreateInstanceCommand(input); - * const response = await client.send(command); - * // { // CreateInstanceResult - * // InstanceId: "STRING_VALUE", - * // }; - * - * ``` - * - * @param CreateInstanceCommandInput - {@link CreateInstanceCommandInput} - * @returns {@link CreateInstanceCommandOutput} - * @see {@link CreateInstanceCommandInput} for command's `input` shape. - * @see {@link CreateInstanceCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class CreateInstanceCommand extends $Command - .classBuilder< - CreateInstanceCommandInput, - CreateInstanceCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "CreateInstance", {}) - .n("OpsWorksClient", "CreateInstanceCommand") - .f(void 0, void 0) - .ser(se_CreateInstanceCommand) - .de(de_CreateInstanceCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: CreateInstanceRequest; - output: CreateInstanceResult; - }; - sdk: { - input: CreateInstanceCommandInput; - output: CreateInstanceCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/CreateLayerCommand.ts b/clients/client-opsworks/src/commands/CreateLayerCommand.ts deleted file mode 100644 index 414d2f27319c..000000000000 --- a/clients/client-opsworks/src/commands/CreateLayerCommand.ts +++ /dev/null @@ -1,181 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { CreateLayerRequest, CreateLayerResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_CreateLayerCommand, se_CreateLayerCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link CreateLayerCommand}. - */ -export interface CreateLayerCommandInput extends CreateLayerRequest {} -/** - * @public - * - * The output of {@link CreateLayerCommand}. - */ -export interface CreateLayerCommandOutput extends CreateLayerResult, __MetadataBearer {} - -/** - *

Creates a layer. For more information, see How to - * Create a Layer.

- * - *

You should use CreateLayer for noncustom layer types such as - * PHP App Server only if the stack - * does not have an existing layer of that type. A stack can have at most one instance of each - * noncustom layer; if you attempt to create a second instance, CreateLayer fails. A - * stack can have an arbitrary number of custom layers, so you can call CreateLayer as - * many times as you like for that layer type.

- *
- *

- * 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, CreateLayerCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, CreateLayerCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // CreateLayerRequest - * StackId: "STRING_VALUE", // required - * Type: "aws-flow-ruby" || "ecs-cluster" || "java-app" || "lb" || "web" || "php-app" || "rails-app" || "nodejs-app" || "memcached" || "db-master" || "monitoring-master" || "custom", // required - * Name: "STRING_VALUE", // required - * Shortname: "STRING_VALUE", // required - * Attributes: { // LayerAttributes - * "": "STRING_VALUE", - * }, - * CloudWatchLogsConfiguration: { // CloudWatchLogsConfiguration - * Enabled: true || false, - * LogStreams: [ // CloudWatchLogsLogStreams - * { // CloudWatchLogsLogStream - * LogGroupName: "STRING_VALUE", - * DatetimeFormat: "STRING_VALUE", - * TimeZone: "LOCAL" || "UTC", - * File: "STRING_VALUE", - * FileFingerprintLines: "STRING_VALUE", - * MultiLineStartPattern: "STRING_VALUE", - * InitialPosition: "start_of_file" || "end_of_file", - * Encoding: "ascii" || "big5" || "big5hkscs" || "cp037" || "cp424" || "cp437" || "cp500" || "cp720" || "cp737" || "cp775" || "cp850" || "cp852" || "cp855" || "cp856" || "cp857" || "cp858" || "cp860" || "cp861" || "cp862" || "cp863" || "cp864" || "cp865" || "cp866" || "cp869" || "cp874" || "cp875" || "cp932" || "cp949" || "cp950" || "cp1006" || "cp1026" || "cp1140" || "cp1250" || "cp1251" || "cp1252" || "cp1253" || "cp1254" || "cp1255" || "cp1256" || "cp1257" || "cp1258" || "euc_jp" || "euc_jis_2004" || "euc_jisx0213" || "euc_kr" || "gb2312" || "gbk" || "gb18030" || "hz" || "iso2022_jp" || "iso2022_jp_1" || "iso2022_jp_2" || "iso2022_jp_2004" || "iso2022_jp_3" || "iso2022_jp_ext" || "iso2022_kr" || "latin_1" || "iso8859_2" || "iso8859_3" || "iso8859_4" || "iso8859_5" || "iso8859_6" || "iso8859_7" || "iso8859_8" || "iso8859_9" || "iso8859_10" || "iso8859_13" || "iso8859_14" || "iso8859_15" || "iso8859_16" || "johab" || "koi8_r" || "koi8_u" || "mac_cyrillic" || "mac_greek" || "mac_iceland" || "mac_latin2" || "mac_roman" || "mac_turkish" || "ptcp154" || "shift_jis" || "shift_jis_2004" || "shift_jisx0213" || "utf_32" || "utf_32_be" || "utf_32_le" || "utf_16" || "utf_16_be" || "utf_16_le" || "utf_7" || "utf_8" || "utf_8_sig", - * BufferDuration: Number("int"), - * BatchCount: Number("int"), - * BatchSize: Number("int"), - * }, - * ], - * }, - * CustomInstanceProfileArn: "STRING_VALUE", - * CustomJson: "STRING_VALUE", - * CustomSecurityGroupIds: [ // Strings - * "STRING_VALUE", - * ], - * Packages: [ - * "STRING_VALUE", - * ], - * VolumeConfigurations: [ // VolumeConfigurations - * { // VolumeConfiguration - * MountPoint: "STRING_VALUE", // required - * RaidLevel: Number("int"), - * NumberOfDisks: Number("int"), // required - * Size: Number("int"), // required - * VolumeType: "STRING_VALUE", - * Iops: Number("int"), - * Encrypted: true || false, - * }, - * ], - * EnableAutoHealing: true || false, - * AutoAssignElasticIps: true || false, - * AutoAssignPublicIps: true || false, - * CustomRecipes: { // Recipes - * Setup: [ - * "STRING_VALUE", - * ], - * Configure: [ - * "STRING_VALUE", - * ], - * Deploy: [ - * "STRING_VALUE", - * ], - * Undeploy: "", - * Shutdown: "", - * }, - * InstallUpdatesOnBoot: true || false, - * UseEbsOptimizedInstances: true || false, - * LifecycleEventConfiguration: { // LifecycleEventConfiguration - * Shutdown: { // ShutdownEventConfiguration - * ExecutionTimeout: Number("int"), - * DelayUntilElbConnectionsDrained: true || false, - * }, - * }, - * }; - * const command = new CreateLayerCommand(input); - * const response = await client.send(command); - * // { // CreateLayerResult - * // LayerId: "STRING_VALUE", - * // }; - * - * ``` - * - * @param CreateLayerCommandInput - {@link CreateLayerCommandInput} - * @returns {@link CreateLayerCommandOutput} - * @see {@link CreateLayerCommandInput} for command's `input` shape. - * @see {@link CreateLayerCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class CreateLayerCommand extends $Command - .classBuilder< - CreateLayerCommandInput, - CreateLayerCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "CreateLayer", {}) - .n("OpsWorksClient", "CreateLayerCommand") - .f(void 0, void 0) - .ser(se_CreateLayerCommand) - .de(de_CreateLayerCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: CreateLayerRequest; - output: CreateLayerResult; - }; - sdk: { - input: CreateLayerCommandInput; - output: CreateLayerCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/CreateStackCommand.ts b/clients/client-opsworks/src/commands/CreateStackCommand.ts deleted file mode 100644 index cf1429dc741d..000000000000 --- a/clients/client-opsworks/src/commands/CreateStackCommand.ts +++ /dev/null @@ -1,134 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { CreateStackRequest, CreateStackResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_CreateStackCommand, se_CreateStackCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link CreateStackCommand}. - */ -export interface CreateStackCommandInput extends CreateStackRequest {} -/** - * @public - * - * The output of {@link CreateStackCommand}. - */ -export interface CreateStackCommandOutput extends CreateStackResult, __MetadataBearer {} - -/** - *

Creates a new stack. For more information, see Create a New - * 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, CreateStackCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, CreateStackCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // CreateStackRequest - * Name: "STRING_VALUE", // required - * Region: "STRING_VALUE", // required - * VpcId: "STRING_VALUE", - * Attributes: { // StackAttributes - * "": "STRING_VALUE", - * }, - * ServiceRoleArn: "STRING_VALUE", // required - * DefaultInstanceProfileArn: "STRING_VALUE", // required - * DefaultOs: "STRING_VALUE", - * HostnameTheme: "STRING_VALUE", - * DefaultAvailabilityZone: "STRING_VALUE", - * DefaultSubnetId: "STRING_VALUE", - * CustomJson: "STRING_VALUE", - * ConfigurationManager: { // StackConfigurationManager - * Name: "STRING_VALUE", - * Version: "STRING_VALUE", - * }, - * ChefConfiguration: { // ChefConfiguration - * ManageBerkshelf: true || false, - * BerkshelfVersion: "STRING_VALUE", - * }, - * UseCustomCookbooks: true || false, - * UseOpsworksSecurityGroups: true || false, - * CustomCookbooksSource: { // Source - * Type: "git" || "svn" || "archive" || "s3", - * Url: "STRING_VALUE", - * Username: "STRING_VALUE", - * Password: "STRING_VALUE", - * SshKey: "STRING_VALUE", - * Revision: "STRING_VALUE", - * }, - * DefaultSshKeyName: "STRING_VALUE", - * DefaultRootDeviceType: "ebs" || "instance-store", - * AgentVersion: "STRING_VALUE", - * }; - * const command = new CreateStackCommand(input); - * const response = await client.send(command); - * // { // CreateStackResult - * // StackId: "STRING_VALUE", - * // }; - * - * ``` - * - * @param CreateStackCommandInput - {@link CreateStackCommandInput} - * @returns {@link CreateStackCommandOutput} - * @see {@link CreateStackCommandInput} for command's `input` shape. - * @see {@link CreateStackCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class CreateStackCommand extends $Command - .classBuilder< - CreateStackCommandInput, - CreateStackCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "CreateStack", {}) - .n("OpsWorksClient", "CreateStackCommand") - .f(void 0, void 0) - .ser(se_CreateStackCommand) - .de(de_CreateStackCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: CreateStackRequest; - output: CreateStackResult; - }; - sdk: { - input: CreateStackCommandInput; - output: CreateStackCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/CreateUserProfileCommand.ts b/clients/client-opsworks/src/commands/CreateUserProfileCommand.ts deleted file mode 100644 index fa092541457a..000000000000 --- a/clients/client-opsworks/src/commands/CreateUserProfileCommand.ts +++ /dev/null @@ -1,103 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { CreateUserProfileRequest, CreateUserProfileResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_CreateUserProfileCommand, se_CreateUserProfileCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link CreateUserProfileCommand}. - */ -export interface CreateUserProfileCommandInput extends CreateUserProfileRequest {} -/** - * @public - * - * The output of {@link CreateUserProfileCommand}. - */ -export interface CreateUserProfileCommandOutput extends CreateUserProfileResult, __MetadataBearer {} - -/** - *

Creates a new 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, CreateUserProfileCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, CreateUserProfileCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // CreateUserProfileRequest - * IamUserArn: "STRING_VALUE", // required - * SshUsername: "STRING_VALUE", - * SshPublicKey: "STRING_VALUE", - * AllowSelfManagement: true || false, - * }; - * const command = new CreateUserProfileCommand(input); - * const response = await client.send(command); - * // { // CreateUserProfileResult - * // IamUserArn: "STRING_VALUE", - * // }; - * - * ``` - * - * @param CreateUserProfileCommandInput - {@link CreateUserProfileCommandInput} - * @returns {@link CreateUserProfileCommandOutput} - * @see {@link CreateUserProfileCommandInput} for command's `input` shape. - * @see {@link CreateUserProfileCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class CreateUserProfileCommand extends $Command - .classBuilder< - CreateUserProfileCommandInput, - CreateUserProfileCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "CreateUserProfile", {}) - .n("OpsWorksClient", "CreateUserProfileCommand") - .f(void 0, void 0) - .ser(se_CreateUserProfileCommand) - .de(de_CreateUserProfileCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: CreateUserProfileRequest; - output: CreateUserProfileResult; - }; - sdk: { - input: CreateUserProfileCommandInput; - output: CreateUserProfileCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DeleteAppCommand.ts b/clients/client-opsworks/src/commands/DeleteAppCommand.ts deleted file mode 100644 index b9e5d6067023..000000000000 --- a/clients/client-opsworks/src/commands/DeleteAppCommand.ts +++ /dev/null @@ -1,103 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DeleteAppRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DeleteAppCommand, se_DeleteAppCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DeleteAppCommand}. - */ -export interface DeleteAppCommandInput extends DeleteAppRequest {} -/** - * @public - * - * The output of {@link DeleteAppCommand}. - */ -export interface DeleteAppCommandOutput extends __MetadataBearer {} - -/** - *

Deletes a specified app.

- *

- * 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DeleteAppCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DeleteAppCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DeleteAppRequest - * AppId: "STRING_VALUE", // required - * }; - * const command = new DeleteAppCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param DeleteAppCommandInput - {@link DeleteAppCommandInput} - * @returns {@link DeleteAppCommandOutput} - * @see {@link DeleteAppCommandInput} for command's `input` shape. - * @see {@link DeleteAppCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DeleteAppCommand extends $Command - .classBuilder< - DeleteAppCommandInput, - DeleteAppCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DeleteApp", {}) - .n("OpsWorksClient", "DeleteAppCommand") - .f(void 0, void 0) - .ser(se_DeleteAppCommand) - .de(de_DeleteAppCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DeleteAppRequest; - output: {}; - }; - sdk: { - input: DeleteAppCommandInput; - output: DeleteAppCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DeleteInstanceCommand.ts b/clients/client-opsworks/src/commands/DeleteInstanceCommand.ts deleted file mode 100644 index 2bca91ee89c4..000000000000 --- a/clients/client-opsworks/src/commands/DeleteInstanceCommand.ts +++ /dev/null @@ -1,108 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DeleteInstanceRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DeleteInstanceCommand, se_DeleteInstanceCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DeleteInstanceCommand}. - */ -export interface DeleteInstanceCommandInput extends DeleteInstanceRequest {} -/** - * @public - * - * The output of {@link DeleteInstanceCommand}. - */ -export interface DeleteInstanceCommandOutput extends __MetadataBearer {} - -/** - *

Deletes a specified instance, which terminates the associated Amazon EC2 instance. You must stop an instance before - * you can delete it.

- *

For more information, see Deleting - * 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DeleteInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DeleteInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DeleteInstanceRequest - * InstanceId: "STRING_VALUE", // required - * DeleteElasticIp: true || false, - * DeleteVolumes: true || false, - * }; - * const command = new DeleteInstanceCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param DeleteInstanceCommandInput - {@link DeleteInstanceCommandInput} - * @returns {@link DeleteInstanceCommandOutput} - * @see {@link DeleteInstanceCommandInput} for command's `input` shape. - * @see {@link DeleteInstanceCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DeleteInstanceCommand extends $Command - .classBuilder< - DeleteInstanceCommandInput, - DeleteInstanceCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DeleteInstance", {}) - .n("OpsWorksClient", "DeleteInstanceCommand") - .f(void 0, void 0) - .ser(se_DeleteInstanceCommand) - .de(de_DeleteInstanceCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DeleteInstanceRequest; - output: {}; - }; - sdk: { - input: DeleteInstanceCommandInput; - output: DeleteInstanceCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DeleteLayerCommand.ts b/clients/client-opsworks/src/commands/DeleteLayerCommand.ts deleted file mode 100644 index 3db3d2077865..000000000000 --- a/clients/client-opsworks/src/commands/DeleteLayerCommand.ts +++ /dev/null @@ -1,105 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DeleteLayerRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DeleteLayerCommand, se_DeleteLayerCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DeleteLayerCommand}. - */ -export interface DeleteLayerCommandInput extends DeleteLayerRequest {} -/** - * @public - * - * The output of {@link DeleteLayerCommand}. - */ -export interface DeleteLayerCommandOutput extends __MetadataBearer {} - -/** - *

Deletes a specified layer. You must first stop and then delete all associated instances or - * unassign registered instances. For more information, see How to - * Delete a Layer.

- *

- * 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DeleteLayerCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DeleteLayerCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DeleteLayerRequest - * LayerId: "STRING_VALUE", // required - * }; - * const command = new DeleteLayerCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param DeleteLayerCommandInput - {@link DeleteLayerCommandInput} - * @returns {@link DeleteLayerCommandOutput} - * @see {@link DeleteLayerCommandInput} for command's `input` shape. - * @see {@link DeleteLayerCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DeleteLayerCommand extends $Command - .classBuilder< - DeleteLayerCommandInput, - DeleteLayerCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DeleteLayer", {}) - .n("OpsWorksClient", "DeleteLayerCommand") - .f(void 0, void 0) - .ser(se_DeleteLayerCommand) - .de(de_DeleteLayerCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DeleteLayerRequest; - output: {}; - }; - sdk: { - input: DeleteLayerCommandInput; - output: DeleteLayerCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DeleteStackCommand.ts b/clients/client-opsworks/src/commands/DeleteStackCommand.ts deleted file mode 100644 index 7255d0883322..000000000000 --- a/clients/client-opsworks/src/commands/DeleteStackCommand.ts +++ /dev/null @@ -1,104 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DeleteStackRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DeleteStackCommand, se_DeleteStackCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DeleteStackCommand}. - */ -export interface DeleteStackCommandInput extends DeleteStackRequest {} -/** - * @public - * - * The output of {@link DeleteStackCommand}. - */ -export interface DeleteStackCommandOutput extends __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DeleteStackCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DeleteStackCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DeleteStackRequest - * StackId: "STRING_VALUE", // required - * }; - * const command = new DeleteStackCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param DeleteStackCommandInput - {@link DeleteStackCommandInput} - * @returns {@link DeleteStackCommandOutput} - * @see {@link DeleteStackCommandInput} for command's `input` shape. - * @see {@link DeleteStackCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DeleteStackCommand extends $Command - .classBuilder< - DeleteStackCommandInput, - DeleteStackCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DeleteStack", {}) - .n("OpsWorksClient", "DeleteStackCommand") - .f(void 0, void 0) - .ser(se_DeleteStackCommand) - .de(de_DeleteStackCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DeleteStackRequest; - output: {}; - }; - sdk: { - input: DeleteStackCommandInput; - output: DeleteStackCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DeleteUserProfileCommand.ts b/clients/client-opsworks/src/commands/DeleteUserProfileCommand.ts deleted file mode 100644 index 8faed9aed04c..000000000000 --- a/clients/client-opsworks/src/commands/DeleteUserProfileCommand.ts +++ /dev/null @@ -1,102 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DeleteUserProfileRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DeleteUserProfileCommand, se_DeleteUserProfileCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DeleteUserProfileCommand}. - */ -export interface DeleteUserProfileCommandInput extends DeleteUserProfileRequest {} -/** - * @public - * - * The output of {@link DeleteUserProfileCommand}. - */ -export interface DeleteUserProfileCommandOutput extends __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DeleteUserProfileCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DeleteUserProfileCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DeleteUserProfileRequest - * IamUserArn: "STRING_VALUE", // required - * }; - * const command = new DeleteUserProfileCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param DeleteUserProfileCommandInput - {@link DeleteUserProfileCommandInput} - * @returns {@link DeleteUserProfileCommandOutput} - * @see {@link DeleteUserProfileCommandInput} for command's `input` shape. - * @see {@link DeleteUserProfileCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DeleteUserProfileCommand extends $Command - .classBuilder< - DeleteUserProfileCommandInput, - DeleteUserProfileCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DeleteUserProfile", {}) - .n("OpsWorksClient", "DeleteUserProfileCommand") - .f(void 0, void 0) - .ser(se_DeleteUserProfileCommand) - .de(de_DeleteUserProfileCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DeleteUserProfileRequest; - output: {}; - }; - sdk: { - input: DeleteUserProfileCommandInput; - output: DeleteUserProfileCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DeregisterEcsClusterCommand.ts b/clients/client-opsworks/src/commands/DeregisterEcsClusterCommand.ts deleted file mode 100644 index d35cfe0e831d..000000000000 --- a/clients/client-opsworks/src/commands/DeregisterEcsClusterCommand.ts +++ /dev/null @@ -1,105 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DeregisterEcsClusterRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DeregisterEcsClusterCommand, se_DeregisterEcsClusterCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DeregisterEcsClusterCommand}. - */ -export interface DeregisterEcsClusterCommandInput extends DeregisterEcsClusterRequest {} -/** - * @public - * - * The output of {@link DeregisterEcsClusterCommand}. - */ -export interface DeregisterEcsClusterCommandOutput extends __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DeregisterEcsClusterCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DeregisterEcsClusterCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DeregisterEcsClusterRequest - * EcsClusterArn: "STRING_VALUE", // required - * }; - * const command = new DeregisterEcsClusterCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param DeregisterEcsClusterCommandInput - {@link DeregisterEcsClusterCommandInput} - * @returns {@link DeregisterEcsClusterCommandOutput} - * @see {@link DeregisterEcsClusterCommandInput} for command's `input` shape. - * @see {@link DeregisterEcsClusterCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DeregisterEcsClusterCommand extends $Command - .classBuilder< - DeregisterEcsClusterCommandInput, - DeregisterEcsClusterCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DeregisterEcsCluster", {}) - .n("OpsWorksClient", "DeregisterEcsClusterCommand") - .f(void 0, void 0) - .ser(se_DeregisterEcsClusterCommand) - .de(de_DeregisterEcsClusterCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DeregisterEcsClusterRequest; - output: {}; - }; - sdk: { - input: DeregisterEcsClusterCommandInput; - output: DeregisterEcsClusterCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DeregisterElasticIpCommand.ts b/clients/client-opsworks/src/commands/DeregisterElasticIpCommand.ts deleted file mode 100644 index 3dc09fe00330..000000000000 --- a/clients/client-opsworks/src/commands/DeregisterElasticIpCommand.ts +++ /dev/null @@ -1,103 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DeregisterElasticIpRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DeregisterElasticIpCommand, se_DeregisterElasticIpCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DeregisterElasticIpCommand}. - */ -export interface DeregisterElasticIpCommandInput extends DeregisterElasticIpRequest {} -/** - * @public - * - * The output of {@link DeregisterElasticIpCommand}. - */ -export interface DeregisterElasticIpCommandOutput extends __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DeregisterElasticIpCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DeregisterElasticIpCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DeregisterElasticIpRequest - * ElasticIp: "STRING_VALUE", // required - * }; - * const command = new DeregisterElasticIpCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param DeregisterElasticIpCommandInput - {@link DeregisterElasticIpCommandInput} - * @returns {@link DeregisterElasticIpCommandOutput} - * @see {@link DeregisterElasticIpCommandInput} for command's `input` shape. - * @see {@link DeregisterElasticIpCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DeregisterElasticIpCommand extends $Command - .classBuilder< - DeregisterElasticIpCommandInput, - DeregisterElasticIpCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DeregisterElasticIp", {}) - .n("OpsWorksClient", "DeregisterElasticIpCommand") - .f(void 0, void 0) - .ser(se_DeregisterElasticIpCommand) - .de(de_DeregisterElasticIpCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DeregisterElasticIpRequest; - output: {}; - }; - sdk: { - input: DeregisterElasticIpCommandInput; - output: DeregisterElasticIpCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DeregisterInstanceCommand.ts b/clients/client-opsworks/src/commands/DeregisterInstanceCommand.ts deleted file mode 100644 index 71c26fddfc93..000000000000 --- a/clients/client-opsworks/src/commands/DeregisterInstanceCommand.ts +++ /dev/null @@ -1,103 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DeregisterInstanceRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DeregisterInstanceCommand, se_DeregisterInstanceCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DeregisterInstanceCommand}. - */ -export interface DeregisterInstanceCommandInput extends DeregisterInstanceRequest {} -/** - * @public - * - * The output of {@link DeregisterInstanceCommand}. - */ -export interface DeregisterInstanceCommandOutput extends __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DeregisterInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DeregisterInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DeregisterInstanceRequest - * InstanceId: "STRING_VALUE", // required - * }; - * const command = new DeregisterInstanceCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param DeregisterInstanceCommandInput - {@link DeregisterInstanceCommandInput} - * @returns {@link DeregisterInstanceCommandOutput} - * @see {@link DeregisterInstanceCommandInput} for command's `input` shape. - * @see {@link DeregisterInstanceCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DeregisterInstanceCommand extends $Command - .classBuilder< - DeregisterInstanceCommandInput, - DeregisterInstanceCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DeregisterInstance", {}) - .n("OpsWorksClient", "DeregisterInstanceCommand") - .f(void 0, void 0) - .ser(se_DeregisterInstanceCommand) - .de(de_DeregisterInstanceCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DeregisterInstanceRequest; - output: {}; - }; - sdk: { - input: DeregisterInstanceCommandInput; - output: DeregisterInstanceCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DeregisterRdsDbInstanceCommand.ts b/clients/client-opsworks/src/commands/DeregisterRdsDbInstanceCommand.ts deleted file mode 100644 index ae02be8308f0..000000000000 --- a/clients/client-opsworks/src/commands/DeregisterRdsDbInstanceCommand.ts +++ /dev/null @@ -1,102 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DeregisterRdsDbInstanceRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DeregisterRdsDbInstanceCommand, se_DeregisterRdsDbInstanceCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DeregisterRdsDbInstanceCommand}. - */ -export interface DeregisterRdsDbInstanceCommandInput extends DeregisterRdsDbInstanceRequest {} -/** - * @public - * - * The output of {@link DeregisterRdsDbInstanceCommand}. - */ -export interface DeregisterRdsDbInstanceCommandOutput extends __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DeregisterRdsDbInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DeregisterRdsDbInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DeregisterRdsDbInstanceRequest - * RdsDbInstanceArn: "STRING_VALUE", // required - * }; - * const command = new DeregisterRdsDbInstanceCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param DeregisterRdsDbInstanceCommandInput - {@link DeregisterRdsDbInstanceCommandInput} - * @returns {@link DeregisterRdsDbInstanceCommandOutput} - * @see {@link DeregisterRdsDbInstanceCommandInput} for command's `input` shape. - * @see {@link DeregisterRdsDbInstanceCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DeregisterRdsDbInstanceCommand extends $Command - .classBuilder< - DeregisterRdsDbInstanceCommandInput, - DeregisterRdsDbInstanceCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DeregisterRdsDbInstance", {}) - .n("OpsWorksClient", "DeregisterRdsDbInstanceCommand") - .f(void 0, void 0) - .ser(se_DeregisterRdsDbInstanceCommand) - .de(de_DeregisterRdsDbInstanceCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DeregisterRdsDbInstanceRequest; - output: {}; - }; - sdk: { - input: DeregisterRdsDbInstanceCommandInput; - output: DeregisterRdsDbInstanceCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DeregisterVolumeCommand.ts b/clients/client-opsworks/src/commands/DeregisterVolumeCommand.ts deleted file mode 100644 index 3b1733c0f06e..000000000000 --- a/clients/client-opsworks/src/commands/DeregisterVolumeCommand.ts +++ /dev/null @@ -1,104 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DeregisterVolumeRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DeregisterVolumeCommand, se_DeregisterVolumeCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DeregisterVolumeCommand}. - */ -export interface DeregisterVolumeCommandInput extends DeregisterVolumeRequest {} -/** - * @public - * - * The output of {@link DeregisterVolumeCommand}. - */ -export interface DeregisterVolumeCommandOutput extends __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DeregisterVolumeCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DeregisterVolumeCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DeregisterVolumeRequest - * VolumeId: "STRING_VALUE", // required - * }; - * const command = new DeregisterVolumeCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param DeregisterVolumeCommandInput - {@link DeregisterVolumeCommandInput} - * @returns {@link DeregisterVolumeCommandOutput} - * @see {@link DeregisterVolumeCommandInput} for command's `input` shape. - * @see {@link DeregisterVolumeCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DeregisterVolumeCommand extends $Command - .classBuilder< - DeregisterVolumeCommandInput, - DeregisterVolumeCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DeregisterVolume", {}) - .n("OpsWorksClient", "DeregisterVolumeCommand") - .f(void 0, void 0) - .ser(se_DeregisterVolumeCommand) - .de(de_DeregisterVolumeCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DeregisterVolumeRequest; - output: {}; - }; - sdk: { - input: DeregisterVolumeCommandInput; - output: DeregisterVolumeCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DescribeAgentVersionsCommand.ts b/clients/client-opsworks/src/commands/DescribeAgentVersionsCommand.ts deleted file mode 100644 index f2158b5da53b..000000000000 --- a/clients/client-opsworks/src/commands/DescribeAgentVersionsCommand.ts +++ /dev/null @@ -1,113 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DescribeAgentVersionsRequest, DescribeAgentVersionsResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DescribeAgentVersionsCommand, se_DescribeAgentVersionsCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DescribeAgentVersionsCommand}. - */ -export interface DescribeAgentVersionsCommandInput extends DescribeAgentVersionsRequest {} -/** - * @public - * - * The output of {@link DescribeAgentVersionsCommand}. - */ -export interface DescribeAgentVersionsCommandOutput extends DescribeAgentVersionsResult, __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DescribeAgentVersionsCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DescribeAgentVersionsCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DescribeAgentVersionsRequest - * StackId: "STRING_VALUE", - * ConfigurationManager: { // StackConfigurationManager - * Name: "STRING_VALUE", - * Version: "STRING_VALUE", - * }, - * }; - * const command = new DescribeAgentVersionsCommand(input); - * const response = await client.send(command); - * // { // DescribeAgentVersionsResult - * // AgentVersions: [ // AgentVersions - * // { // AgentVersion - * // Version: "STRING_VALUE", - * // ConfigurationManager: { // StackConfigurationManager - * // Name: "STRING_VALUE", - * // Version: "STRING_VALUE", - * // }, - * // }, - * // ], - * // }; - * - * ``` - * - * @param DescribeAgentVersionsCommandInput - {@link DescribeAgentVersionsCommandInput} - * @returns {@link DescribeAgentVersionsCommandOutput} - * @see {@link DescribeAgentVersionsCommandInput} for command's `input` shape. - * @see {@link DescribeAgentVersionsCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DescribeAgentVersionsCommand extends $Command - .classBuilder< - DescribeAgentVersionsCommandInput, - DescribeAgentVersionsCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DescribeAgentVersions", {}) - .n("OpsWorksClient", "DescribeAgentVersionsCommand") - .f(void 0, void 0) - .ser(se_DescribeAgentVersionsCommand) - .de(de_DescribeAgentVersionsCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DescribeAgentVersionsRequest; - output: DescribeAgentVersionsResult; - }; - sdk: { - input: DescribeAgentVersionsCommandInput; - output: DescribeAgentVersionsCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DescribeAppsCommand.ts b/clients/client-opsworks/src/commands/DescribeAppsCommand.ts deleted file mode 100644 index 2b008f85bc64..000000000000 --- a/clients/client-opsworks/src/commands/DescribeAppsCommand.ts +++ /dev/null @@ -1,155 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DescribeAppsRequest, DescribeAppsResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DescribeAppsCommand, se_DescribeAppsCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DescribeAppsCommand}. - */ -export interface DescribeAppsCommandInput extends DescribeAppsRequest {} -/** - * @public - * - * The output of {@link DescribeAppsCommand}. - */ -export interface DescribeAppsCommandOutput extends DescribeAppsResult, __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DescribeAppsCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DescribeAppsCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DescribeAppsRequest - * StackId: "STRING_VALUE", - * AppIds: [ // Strings - * "STRING_VALUE", - * ], - * }; - * const command = new DescribeAppsCommand(input); - * const response = await client.send(command); - * // { // DescribeAppsResult - * // Apps: [ // Apps - * // { // App - * // AppId: "STRING_VALUE", - * // StackId: "STRING_VALUE", - * // Shortname: "STRING_VALUE", - * // Name: "STRING_VALUE", - * // Description: "STRING_VALUE", - * // DataSources: [ // DataSources - * // { // DataSource - * // Type: "STRING_VALUE", - * // Arn: "STRING_VALUE", - * // DatabaseName: "STRING_VALUE", - * // }, - * // ], - * // Type: "aws-flow-ruby" || "java" || "rails" || "php" || "nodejs" || "static" || "other", - * // AppSource: { // Source - * // Type: "git" || "svn" || "archive" || "s3", - * // Url: "STRING_VALUE", - * // Username: "STRING_VALUE", - * // Password: "STRING_VALUE", - * // SshKey: "STRING_VALUE", - * // Revision: "STRING_VALUE", - * // }, - * // Domains: [ // Strings - * // "STRING_VALUE", - * // ], - * // EnableSsl: true || false, - * // SslConfiguration: { // SslConfiguration - * // Certificate: "STRING_VALUE", // required - * // PrivateKey: "STRING_VALUE", // required - * // Chain: "STRING_VALUE", - * // }, - * // Attributes: { // AppAttributes - * // "": "STRING_VALUE", - * // }, - * // CreatedAt: "STRING_VALUE", - * // Environment: [ // EnvironmentVariables - * // { // EnvironmentVariable - * // Key: "STRING_VALUE", // required - * // Value: "STRING_VALUE", // required - * // Secure: true || false, - * // }, - * // ], - * // }, - * // ], - * // }; - * - * ``` - * - * @param DescribeAppsCommandInput - {@link DescribeAppsCommandInput} - * @returns {@link DescribeAppsCommandOutput} - * @see {@link DescribeAppsCommandInput} for command's `input` shape. - * @see {@link DescribeAppsCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DescribeAppsCommand extends $Command - .classBuilder< - DescribeAppsCommandInput, - DescribeAppsCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DescribeApps", {}) - .n("OpsWorksClient", "DescribeAppsCommand") - .f(void 0, void 0) - .ser(se_DescribeAppsCommand) - .de(de_DescribeAppsCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DescribeAppsRequest; - output: DescribeAppsResult; - }; - sdk: { - input: DescribeAppsCommandInput; - output: DescribeAppsCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DescribeCommandsCommand.ts b/clients/client-opsworks/src/commands/DescribeCommandsCommand.ts deleted file mode 100644 index cf944b9b98ef..000000000000 --- a/clients/client-opsworks/src/commands/DescribeCommandsCommand.ts +++ /dev/null @@ -1,124 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DescribeCommandsRequest, DescribeCommandsResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DescribeCommandsCommand, se_DescribeCommandsCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DescribeCommandsCommand}. - */ -export interface DescribeCommandsCommandInput extends DescribeCommandsRequest {} -/** - * @public - * - * The output of {@link DescribeCommandsCommand}. - */ -export interface DescribeCommandsCommandOutput extends DescribeCommandsResult, __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DescribeCommandsCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DescribeCommandsCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DescribeCommandsRequest - * DeploymentId: "STRING_VALUE", - * InstanceId: "STRING_VALUE", - * CommandIds: [ // Strings - * "STRING_VALUE", - * ], - * }; - * const command = new DescribeCommandsCommand(input); - * const response = await client.send(command); - * // { // DescribeCommandsResult - * // Commands: [ // Commands - * // { // Command - * // CommandId: "STRING_VALUE", - * // InstanceId: "STRING_VALUE", - * // DeploymentId: "STRING_VALUE", - * // CreatedAt: "STRING_VALUE", - * // AcknowledgedAt: "STRING_VALUE", - * // CompletedAt: "STRING_VALUE", - * // Status: "STRING_VALUE", - * // ExitCode: Number("int"), - * // LogUrl: "STRING_VALUE", - * // Type: "STRING_VALUE", - * // }, - * // ], - * // }; - * - * ``` - * - * @param DescribeCommandsCommandInput - {@link DescribeCommandsCommandInput} - * @returns {@link DescribeCommandsCommandOutput} - * @see {@link DescribeCommandsCommandInput} for command's `input` shape. - * @see {@link DescribeCommandsCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DescribeCommandsCommand extends $Command - .classBuilder< - DescribeCommandsCommandInput, - DescribeCommandsCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DescribeCommands", {}) - .n("OpsWorksClient", "DescribeCommandsCommand") - .f(void 0, void 0) - .ser(se_DescribeCommandsCommand) - .de(de_DescribeCommandsCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DescribeCommandsRequest; - output: DescribeCommandsResult; - }; - sdk: { - input: DescribeCommandsCommandInput; - output: DescribeCommandsCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DescribeDeploymentsCommand.ts b/clients/client-opsworks/src/commands/DescribeDeploymentsCommand.ts deleted file mode 100644 index a9426029f443..000000000000 --- a/clients/client-opsworks/src/commands/DescribeDeploymentsCommand.ts +++ /dev/null @@ -1,135 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DescribeDeploymentsRequest, DescribeDeploymentsResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DescribeDeploymentsCommand, se_DescribeDeploymentsCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DescribeDeploymentsCommand}. - */ -export interface DescribeDeploymentsCommandInput extends DescribeDeploymentsRequest {} -/** - * @public - * - * The output of {@link DescribeDeploymentsCommand}. - */ -export interface DescribeDeploymentsCommandOutput extends DescribeDeploymentsResult, __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DescribeDeploymentsCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DescribeDeploymentsCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DescribeDeploymentsRequest - * StackId: "STRING_VALUE", - * AppId: "STRING_VALUE", - * DeploymentIds: [ // Strings - * "STRING_VALUE", - * ], - * }; - * const command = new DescribeDeploymentsCommand(input); - * const response = await client.send(command); - * // { // DescribeDeploymentsResult - * // Deployments: [ // Deployments - * // { // Deployment - * // DeploymentId: "STRING_VALUE", - * // StackId: "STRING_VALUE", - * // AppId: "STRING_VALUE", - * // CreatedAt: "STRING_VALUE", - * // CompletedAt: "STRING_VALUE", - * // Duration: Number("int"), - * // IamUserArn: "STRING_VALUE", - * // Comment: "STRING_VALUE", - * // Command: { // DeploymentCommand - * // Name: "install_dependencies" || "update_dependencies" || "update_custom_cookbooks" || "execute_recipes" || "configure" || "setup" || "deploy" || "rollback" || "start" || "stop" || "restart" || "undeploy", // required - * // Args: { // DeploymentCommandArgs - * // "": [ // Strings - * // "STRING_VALUE", - * // ], - * // }, - * // }, - * // Status: "STRING_VALUE", - * // CustomJson: "STRING_VALUE", - * // InstanceIds: [ - * // "STRING_VALUE", - * // ], - * // }, - * // ], - * // }; - * - * ``` - * - * @param DescribeDeploymentsCommandInput - {@link DescribeDeploymentsCommandInput} - * @returns {@link DescribeDeploymentsCommandOutput} - * @see {@link DescribeDeploymentsCommandInput} for command's `input` shape. - * @see {@link DescribeDeploymentsCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DescribeDeploymentsCommand extends $Command - .classBuilder< - DescribeDeploymentsCommandInput, - DescribeDeploymentsCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DescribeDeployments", {}) - .n("OpsWorksClient", "DescribeDeploymentsCommand") - .f(void 0, void 0) - .ser(se_DescribeDeploymentsCommand) - .de(de_DescribeDeploymentsCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DescribeDeploymentsRequest; - output: DescribeDeploymentsResult; - }; - sdk: { - input: DescribeDeploymentsCommandInput; - output: DescribeDeploymentsCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DescribeEcsClustersCommand.ts b/clients/client-opsworks/src/commands/DescribeEcsClustersCommand.ts deleted file mode 100644 index 708b236cd3fe..000000000000 --- a/clients/client-opsworks/src/commands/DescribeEcsClustersCommand.ts +++ /dev/null @@ -1,121 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DescribeEcsClustersRequest, DescribeEcsClustersResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DescribeEcsClustersCommand, se_DescribeEcsClustersCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DescribeEcsClustersCommand}. - */ -export interface DescribeEcsClustersCommandInput extends DescribeEcsClustersRequest {} -/** - * @public - * - * The output of {@link DescribeEcsClustersCommand}. - */ -export interface DescribeEcsClustersCommandOutput extends DescribeEcsClustersResult, __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DescribeEcsClustersCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DescribeEcsClustersCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DescribeEcsClustersRequest - * EcsClusterArns: [ // Strings - * "STRING_VALUE", - * ], - * StackId: "STRING_VALUE", - * NextToken: "STRING_VALUE", - * MaxResults: Number("int"), - * }; - * const command = new DescribeEcsClustersCommand(input); - * const response = await client.send(command); - * // { // DescribeEcsClustersResult - * // EcsClusters: [ // EcsClusters - * // { // EcsCluster - * // EcsClusterArn: "STRING_VALUE", - * // EcsClusterName: "STRING_VALUE", - * // StackId: "STRING_VALUE", - * // RegisteredAt: "STRING_VALUE", - * // }, - * // ], - * // NextToken: "STRING_VALUE", - * // }; - * - * ``` - * - * @param DescribeEcsClustersCommandInput - {@link DescribeEcsClustersCommandInput} - * @returns {@link DescribeEcsClustersCommandOutput} - * @see {@link DescribeEcsClustersCommandInput} for command's `input` shape. - * @see {@link DescribeEcsClustersCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DescribeEcsClustersCommand extends $Command - .classBuilder< - DescribeEcsClustersCommandInput, - DescribeEcsClustersCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DescribeEcsClusters", {}) - .n("OpsWorksClient", "DescribeEcsClustersCommand") - .f(void 0, void 0) - .ser(se_DescribeEcsClustersCommand) - .de(de_DescribeEcsClustersCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DescribeEcsClustersRequest; - output: DescribeEcsClustersResult; - }; - sdk: { - input: DescribeEcsClustersCommandInput; - output: DescribeEcsClustersCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DescribeElasticIpsCommand.ts b/clients/client-opsworks/src/commands/DescribeElasticIpsCommand.ts deleted file mode 100644 index 80ce9467d10b..000000000000 --- a/clients/client-opsworks/src/commands/DescribeElasticIpsCommand.ts +++ /dev/null @@ -1,119 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DescribeElasticIpsRequest, DescribeElasticIpsResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DescribeElasticIpsCommand, se_DescribeElasticIpsCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DescribeElasticIpsCommand}. - */ -export interface DescribeElasticIpsCommandInput extends DescribeElasticIpsRequest {} -/** - * @public - * - * The output of {@link DescribeElasticIpsCommand}. - */ -export interface DescribeElasticIpsCommandOutput extends DescribeElasticIpsResult, __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DescribeElasticIpsCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DescribeElasticIpsCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DescribeElasticIpsRequest - * InstanceId: "STRING_VALUE", - * StackId: "STRING_VALUE", - * Ips: [ // Strings - * "STRING_VALUE", - * ], - * }; - * const command = new DescribeElasticIpsCommand(input); - * const response = await client.send(command); - * // { // DescribeElasticIpsResult - * // ElasticIps: [ // ElasticIps - * // { // ElasticIp - * // Ip: "STRING_VALUE", - * // Name: "STRING_VALUE", - * // Domain: "STRING_VALUE", - * // Region: "STRING_VALUE", - * // InstanceId: "STRING_VALUE", - * // }, - * // ], - * // }; - * - * ``` - * - * @param DescribeElasticIpsCommandInput - {@link DescribeElasticIpsCommandInput} - * @returns {@link DescribeElasticIpsCommandOutput} - * @see {@link DescribeElasticIpsCommandInput} for command's `input` shape. - * @see {@link DescribeElasticIpsCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DescribeElasticIpsCommand extends $Command - .classBuilder< - DescribeElasticIpsCommandInput, - DescribeElasticIpsCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DescribeElasticIps", {}) - .n("OpsWorksClient", "DescribeElasticIpsCommand") - .f(void 0, void 0) - .ser(se_DescribeElasticIpsCommand) - .de(de_DescribeElasticIpsCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DescribeElasticIpsRequest; - output: DescribeElasticIpsResult; - }; - sdk: { - input: DescribeElasticIpsCommandInput; - output: DescribeElasticIpsCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DescribeElasticLoadBalancersCommand.ts b/clients/client-opsworks/src/commands/DescribeElasticLoadBalancersCommand.ts deleted file mode 100644 index 1b9d0bcb2706..000000000000 --- a/clients/client-opsworks/src/commands/DescribeElasticLoadBalancersCommand.ts +++ /dev/null @@ -1,133 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DescribeElasticLoadBalancersRequest, DescribeElasticLoadBalancersResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { - de_DescribeElasticLoadBalancersCommand, - se_DescribeElasticLoadBalancersCommand, -} from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DescribeElasticLoadBalancersCommand}. - */ -export interface DescribeElasticLoadBalancersCommandInput extends DescribeElasticLoadBalancersRequest {} -/** - * @public - * - * The output of {@link DescribeElasticLoadBalancersCommand}. - */ -export interface DescribeElasticLoadBalancersCommandOutput - extends DescribeElasticLoadBalancersResult, - __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DescribeElasticLoadBalancersCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DescribeElasticLoadBalancersCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DescribeElasticLoadBalancersRequest - * StackId: "STRING_VALUE", - * LayerIds: [ // Strings - * "STRING_VALUE", - * ], - * }; - * const command = new DescribeElasticLoadBalancersCommand(input); - * const response = await client.send(command); - * // { // DescribeElasticLoadBalancersResult - * // ElasticLoadBalancers: [ // ElasticLoadBalancers - * // { // ElasticLoadBalancer - * // ElasticLoadBalancerName: "STRING_VALUE", - * // Region: "STRING_VALUE", - * // DnsName: "STRING_VALUE", - * // StackId: "STRING_VALUE", - * // LayerId: "STRING_VALUE", - * // VpcId: "STRING_VALUE", - * // AvailabilityZones: [ // Strings - * // "STRING_VALUE", - * // ], - * // SubnetIds: [ - * // "STRING_VALUE", - * // ], - * // Ec2InstanceIds: [ - * // "STRING_VALUE", - * // ], - * // }, - * // ], - * // }; - * - * ``` - * - * @param DescribeElasticLoadBalancersCommandInput - {@link DescribeElasticLoadBalancersCommandInput} - * @returns {@link DescribeElasticLoadBalancersCommandOutput} - * @see {@link DescribeElasticLoadBalancersCommandInput} for command's `input` shape. - * @see {@link DescribeElasticLoadBalancersCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DescribeElasticLoadBalancersCommand extends $Command - .classBuilder< - DescribeElasticLoadBalancersCommandInput, - DescribeElasticLoadBalancersCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DescribeElasticLoadBalancers", {}) - .n("OpsWorksClient", "DescribeElasticLoadBalancersCommand") - .f(void 0, void 0) - .ser(se_DescribeElasticLoadBalancersCommand) - .de(de_DescribeElasticLoadBalancersCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DescribeElasticLoadBalancersRequest; - output: DescribeElasticLoadBalancersResult; - }; - sdk: { - input: DescribeElasticLoadBalancersCommandInput; - output: DescribeElasticLoadBalancersCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DescribeInstancesCommand.ts b/clients/client-opsworks/src/commands/DescribeInstancesCommand.ts deleted file mode 100644 index 5723af645254..000000000000 --- a/clients/client-opsworks/src/commands/DescribeInstancesCommand.ts +++ /dev/null @@ -1,176 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DescribeInstancesRequest, DescribeInstancesResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DescribeInstancesCommand, se_DescribeInstancesCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DescribeInstancesCommand}. - */ -export interface DescribeInstancesCommandInput extends DescribeInstancesRequest {} -/** - * @public - * - * The output of {@link DescribeInstancesCommand}. - */ -export interface DescribeInstancesCommandOutput extends DescribeInstancesResult, __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DescribeInstancesCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DescribeInstancesCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DescribeInstancesRequest - * StackId: "STRING_VALUE", - * LayerId: "STRING_VALUE", - * InstanceIds: [ // Strings - * "STRING_VALUE", - * ], - * }; - * const command = new DescribeInstancesCommand(input); - * const response = await client.send(command); - * // { // DescribeInstancesResult - * // Instances: [ // Instances - * // { // Instance - * // AgentVersion: "STRING_VALUE", - * // AmiId: "STRING_VALUE", - * // Architecture: "x86_64" || "i386", - * // Arn: "STRING_VALUE", - * // AutoScalingType: "load" || "timer", - * // AvailabilityZone: "STRING_VALUE", - * // BlockDeviceMappings: [ // BlockDeviceMappings - * // { // BlockDeviceMapping - * // DeviceName: "STRING_VALUE", - * // NoDevice: "STRING_VALUE", - * // VirtualName: "STRING_VALUE", - * // Ebs: { // EbsBlockDevice - * // SnapshotId: "STRING_VALUE", - * // Iops: Number("int"), - * // VolumeSize: Number("int"), - * // VolumeType: "gp2" || "io1" || "standard", - * // DeleteOnTermination: true || false, - * // }, - * // }, - * // ], - * // CreatedAt: "STRING_VALUE", - * // EbsOptimized: true || false, - * // Ec2InstanceId: "STRING_VALUE", - * // EcsClusterArn: "STRING_VALUE", - * // EcsContainerInstanceArn: "STRING_VALUE", - * // ElasticIp: "STRING_VALUE", - * // Hostname: "STRING_VALUE", - * // InfrastructureClass: "STRING_VALUE", - * // InstallUpdatesOnBoot: true || false, - * // InstanceId: "STRING_VALUE", - * // InstanceProfileArn: "STRING_VALUE", - * // InstanceType: "STRING_VALUE", - * // LastServiceErrorId: "STRING_VALUE", - * // LayerIds: [ // Strings - * // "STRING_VALUE", - * // ], - * // Os: "STRING_VALUE", - * // Platform: "STRING_VALUE", - * // PrivateDns: "STRING_VALUE", - * // PrivateIp: "STRING_VALUE", - * // PublicDns: "STRING_VALUE", - * // PublicIp: "STRING_VALUE", - * // RegisteredBy: "STRING_VALUE", - * // ReportedAgentVersion: "STRING_VALUE", - * // ReportedOs: { // ReportedOs - * // Family: "STRING_VALUE", - * // Name: "STRING_VALUE", - * // Version: "STRING_VALUE", - * // }, - * // RootDeviceType: "ebs" || "instance-store", - * // RootDeviceVolumeId: "STRING_VALUE", - * // SecurityGroupIds: [ - * // "STRING_VALUE", - * // ], - * // SshHostDsaKeyFingerprint: "STRING_VALUE", - * // SshHostRsaKeyFingerprint: "STRING_VALUE", - * // SshKeyName: "STRING_VALUE", - * // StackId: "STRING_VALUE", - * // Status: "STRING_VALUE", - * // SubnetId: "STRING_VALUE", - * // Tenancy: "STRING_VALUE", - * // VirtualizationType: "paravirtual" || "hvm", - * // }, - * // ], - * // }; - * - * ``` - * - * @param DescribeInstancesCommandInput - {@link DescribeInstancesCommandInput} - * @returns {@link DescribeInstancesCommandOutput} - * @see {@link DescribeInstancesCommandInput} for command's `input` shape. - * @see {@link DescribeInstancesCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DescribeInstancesCommand extends $Command - .classBuilder< - DescribeInstancesCommandInput, - DescribeInstancesCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DescribeInstances", {}) - .n("OpsWorksClient", "DescribeInstancesCommand") - .f(void 0, void 0) - .ser(se_DescribeInstancesCommand) - .de(de_DescribeInstancesCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DescribeInstancesRequest; - output: DescribeInstancesResult; - }; - sdk: { - input: DescribeInstancesCommandInput; - output: DescribeInstancesCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DescribeLayersCommand.ts b/clients/client-opsworks/src/commands/DescribeLayersCommand.ts deleted file mode 100644 index 0e8dda0c81e6..000000000000 --- a/clients/client-opsworks/src/commands/DescribeLayersCommand.ts +++ /dev/null @@ -1,192 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DescribeLayersRequest, DescribeLayersResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DescribeLayersCommand, se_DescribeLayersCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DescribeLayersCommand}. - */ -export interface DescribeLayersCommandInput extends DescribeLayersRequest {} -/** - * @public - * - * The output of {@link DescribeLayersCommand}. - */ -export interface DescribeLayersCommandOutput extends DescribeLayersResult, __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DescribeLayersCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DescribeLayersCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DescribeLayersRequest - * StackId: "STRING_VALUE", - * LayerIds: [ // Strings - * "STRING_VALUE", - * ], - * }; - * const command = new DescribeLayersCommand(input); - * const response = await client.send(command); - * // { // DescribeLayersResult - * // Layers: [ // Layers - * // { // Layer - * // Arn: "STRING_VALUE", - * // StackId: "STRING_VALUE", - * // LayerId: "STRING_VALUE", - * // Type: "aws-flow-ruby" || "ecs-cluster" || "java-app" || "lb" || "web" || "php-app" || "rails-app" || "nodejs-app" || "memcached" || "db-master" || "monitoring-master" || "custom", - * // Name: "STRING_VALUE", - * // Shortname: "STRING_VALUE", - * // Attributes: { // LayerAttributes - * // "": "STRING_VALUE", - * // }, - * // CloudWatchLogsConfiguration: { // CloudWatchLogsConfiguration - * // Enabled: true || false, - * // LogStreams: [ // CloudWatchLogsLogStreams - * // { // CloudWatchLogsLogStream - * // LogGroupName: "STRING_VALUE", - * // DatetimeFormat: "STRING_VALUE", - * // TimeZone: "LOCAL" || "UTC", - * // File: "STRING_VALUE", - * // FileFingerprintLines: "STRING_VALUE", - * // MultiLineStartPattern: "STRING_VALUE", - * // InitialPosition: "start_of_file" || "end_of_file", - * // Encoding: "ascii" || "big5" || "big5hkscs" || "cp037" || "cp424" || "cp437" || "cp500" || "cp720" || "cp737" || "cp775" || "cp850" || "cp852" || "cp855" || "cp856" || "cp857" || "cp858" || "cp860" || "cp861" || "cp862" || "cp863" || "cp864" || "cp865" || "cp866" || "cp869" || "cp874" || "cp875" || "cp932" || "cp949" || "cp950" || "cp1006" || "cp1026" || "cp1140" || "cp1250" || "cp1251" || "cp1252" || "cp1253" || "cp1254" || "cp1255" || "cp1256" || "cp1257" || "cp1258" || "euc_jp" || "euc_jis_2004" || "euc_jisx0213" || "euc_kr" || "gb2312" || "gbk" || "gb18030" || "hz" || "iso2022_jp" || "iso2022_jp_1" || "iso2022_jp_2" || "iso2022_jp_2004" || "iso2022_jp_3" || "iso2022_jp_ext" || "iso2022_kr" || "latin_1" || "iso8859_2" || "iso8859_3" || "iso8859_4" || "iso8859_5" || "iso8859_6" || "iso8859_7" || "iso8859_8" || "iso8859_9" || "iso8859_10" || "iso8859_13" || "iso8859_14" || "iso8859_15" || "iso8859_16" || "johab" || "koi8_r" || "koi8_u" || "mac_cyrillic" || "mac_greek" || "mac_iceland" || "mac_latin2" || "mac_roman" || "mac_turkish" || "ptcp154" || "shift_jis" || "shift_jis_2004" || "shift_jisx0213" || "utf_32" || "utf_32_be" || "utf_32_le" || "utf_16" || "utf_16_be" || "utf_16_le" || "utf_7" || "utf_8" || "utf_8_sig", - * // BufferDuration: Number("int"), - * // BatchCount: Number("int"), - * // BatchSize: Number("int"), - * // }, - * // ], - * // }, - * // CustomInstanceProfileArn: "STRING_VALUE", - * // CustomJson: "STRING_VALUE", - * // CustomSecurityGroupIds: [ // Strings - * // "STRING_VALUE", - * // ], - * // DefaultSecurityGroupNames: [ - * // "STRING_VALUE", - * // ], - * // Packages: [ - * // "STRING_VALUE", - * // ], - * // VolumeConfigurations: [ // VolumeConfigurations - * // { // VolumeConfiguration - * // MountPoint: "STRING_VALUE", // required - * // RaidLevel: Number("int"), - * // NumberOfDisks: Number("int"), // required - * // Size: Number("int"), // required - * // VolumeType: "STRING_VALUE", - * // Iops: Number("int"), - * // Encrypted: true || false, - * // }, - * // ], - * // EnableAutoHealing: true || false, - * // AutoAssignElasticIps: true || false, - * // AutoAssignPublicIps: true || false, - * // DefaultRecipes: { // Recipes - * // Setup: [ - * // "STRING_VALUE", - * // ], - * // Configure: [ - * // "STRING_VALUE", - * // ], - * // Deploy: "", - * // Undeploy: "", - * // Shutdown: "", - * // }, - * // CustomRecipes: { - * // Setup: "", - * // Configure: "", - * // Deploy: "", - * // Undeploy: "", - * // Shutdown: "", - * // }, - * // CreatedAt: "STRING_VALUE", - * // InstallUpdatesOnBoot: true || false, - * // UseEbsOptimizedInstances: true || false, - * // LifecycleEventConfiguration: { // LifecycleEventConfiguration - * // Shutdown: { // ShutdownEventConfiguration - * // ExecutionTimeout: Number("int"), - * // DelayUntilElbConnectionsDrained: true || false, - * // }, - * // }, - * // }, - * // ], - * // }; - * - * ``` - * - * @param DescribeLayersCommandInput - {@link DescribeLayersCommandInput} - * @returns {@link DescribeLayersCommandOutput} - * @see {@link DescribeLayersCommandInput} for command's `input` shape. - * @see {@link DescribeLayersCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DescribeLayersCommand extends $Command - .classBuilder< - DescribeLayersCommandInput, - DescribeLayersCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DescribeLayers", {}) - .n("OpsWorksClient", "DescribeLayersCommand") - .f(void 0, void 0) - .ser(se_DescribeLayersCommand) - .de(de_DescribeLayersCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DescribeLayersRequest; - output: DescribeLayersResult; - }; - sdk: { - input: DescribeLayersCommandInput; - output: DescribeLayersCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DescribeLoadBasedAutoScalingCommand.ts b/clients/client-opsworks/src/commands/DescribeLoadBasedAutoScalingCommand.ts deleted file mode 100644 index 8ac0f069207d..000000000000 --- a/clients/client-opsworks/src/commands/DescribeLoadBasedAutoScalingCommand.ts +++ /dev/null @@ -1,141 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DescribeLoadBasedAutoScalingRequest, DescribeLoadBasedAutoScalingResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { - de_DescribeLoadBasedAutoScalingCommand, - se_DescribeLoadBasedAutoScalingCommand, -} from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DescribeLoadBasedAutoScalingCommand}. - */ -export interface DescribeLoadBasedAutoScalingCommandInput extends DescribeLoadBasedAutoScalingRequest {} -/** - * @public - * - * The output of {@link DescribeLoadBasedAutoScalingCommand}. - */ -export interface DescribeLoadBasedAutoScalingCommandOutput - extends DescribeLoadBasedAutoScalingResult, - __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DescribeLoadBasedAutoScalingCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DescribeLoadBasedAutoScalingCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DescribeLoadBasedAutoScalingRequest - * LayerIds: [ // Strings // required - * "STRING_VALUE", - * ], - * }; - * const command = new DescribeLoadBasedAutoScalingCommand(input); - * const response = await client.send(command); - * // { // DescribeLoadBasedAutoScalingResult - * // LoadBasedAutoScalingConfigurations: [ // LoadBasedAutoScalingConfigurations - * // { // LoadBasedAutoScalingConfiguration - * // LayerId: "STRING_VALUE", - * // Enable: true || false, - * // UpScaling: { // AutoScalingThresholds - * // InstanceCount: Number("int"), - * // ThresholdsWaitTime: Number("int"), - * // IgnoreMetricsTime: Number("int"), - * // CpuThreshold: Number("double"), - * // MemoryThreshold: Number("double"), - * // LoadThreshold: Number("double"), - * // Alarms: [ // Strings - * // "STRING_VALUE", - * // ], - * // }, - * // DownScaling: { - * // InstanceCount: Number("int"), - * // ThresholdsWaitTime: Number("int"), - * // IgnoreMetricsTime: Number("int"), - * // CpuThreshold: Number("double"), - * // MemoryThreshold: Number("double"), - * // LoadThreshold: Number("double"), - * // Alarms: [ - * // "STRING_VALUE", - * // ], - * // }, - * // }, - * // ], - * // }; - * - * ``` - * - * @param DescribeLoadBasedAutoScalingCommandInput - {@link DescribeLoadBasedAutoScalingCommandInput} - * @returns {@link DescribeLoadBasedAutoScalingCommandOutput} - * @see {@link DescribeLoadBasedAutoScalingCommandInput} for command's `input` shape. - * @see {@link DescribeLoadBasedAutoScalingCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DescribeLoadBasedAutoScalingCommand extends $Command - .classBuilder< - DescribeLoadBasedAutoScalingCommandInput, - DescribeLoadBasedAutoScalingCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DescribeLoadBasedAutoScaling", {}) - .n("OpsWorksClient", "DescribeLoadBasedAutoScalingCommand") - .f(void 0, void 0) - .ser(se_DescribeLoadBasedAutoScalingCommand) - .de(de_DescribeLoadBasedAutoScalingCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DescribeLoadBasedAutoScalingRequest; - output: DescribeLoadBasedAutoScalingResult; - }; - sdk: { - input: DescribeLoadBasedAutoScalingCommandInput; - output: DescribeLoadBasedAutoScalingCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DescribeMyUserProfileCommand.ts b/clients/client-opsworks/src/commands/DescribeMyUserProfileCommand.ts deleted file mode 100644 index 65e3a3fc948a..000000000000 --- a/clients/client-opsworks/src/commands/DescribeMyUserProfileCommand.ts +++ /dev/null @@ -1,101 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DescribeMyUserProfileResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DescribeMyUserProfileCommand, se_DescribeMyUserProfileCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DescribeMyUserProfileCommand}. - */ -export interface DescribeMyUserProfileCommandInput {} -/** - * @public - * - * The output of {@link DescribeMyUserProfileCommand}. - */ -export interface DescribeMyUserProfileCommandOutput extends DescribeMyUserProfileResult, __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DescribeMyUserProfileCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DescribeMyUserProfileCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = {}; - * const command = new DescribeMyUserProfileCommand(input); - * const response = await client.send(command); - * // { // DescribeMyUserProfileResult - * // UserProfile: { // SelfUserProfile - * // IamUserArn: "STRING_VALUE", - * // Name: "STRING_VALUE", - * // SshUsername: "STRING_VALUE", - * // SshPublicKey: "STRING_VALUE", - * // }, - * // }; - * - * ``` - * - * @param DescribeMyUserProfileCommandInput - {@link DescribeMyUserProfileCommandInput} - * @returns {@link DescribeMyUserProfileCommandOutput} - * @see {@link DescribeMyUserProfileCommandInput} for command's `input` shape. - * @see {@link DescribeMyUserProfileCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DescribeMyUserProfileCommand extends $Command - .classBuilder< - DescribeMyUserProfileCommandInput, - DescribeMyUserProfileCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DescribeMyUserProfile", {}) - .n("OpsWorksClient", "DescribeMyUserProfileCommand") - .f(void 0, void 0) - .ser(se_DescribeMyUserProfileCommand) - .de(de_DescribeMyUserProfileCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: {}; - output: DescribeMyUserProfileResult; - }; - sdk: { - input: DescribeMyUserProfileCommandInput; - output: DescribeMyUserProfileCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DescribeOperatingSystemsCommand.ts b/clients/client-opsworks/src/commands/DescribeOperatingSystemsCommand.ts deleted file mode 100644 index 414d908469ff..000000000000 --- a/clients/client-opsworks/src/commands/DescribeOperatingSystemsCommand.ts +++ /dev/null @@ -1,106 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DescribeOperatingSystemsResponse } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DescribeOperatingSystemsCommand, se_DescribeOperatingSystemsCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DescribeOperatingSystemsCommand}. - */ -export interface DescribeOperatingSystemsCommandInput {} -/** - * @public - * - * The output of {@link DescribeOperatingSystemsCommand}. - */ -export interface DescribeOperatingSystemsCommandOutput extends DescribeOperatingSystemsResponse, __MetadataBearer {} - -/** - *

Describes the operating systems that are supported by OpsWorks Stacks.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DescribeOperatingSystemsCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DescribeOperatingSystemsCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = {}; - * const command = new DescribeOperatingSystemsCommand(input); - * const response = await client.send(command); - * // { // DescribeOperatingSystemsResponse - * // OperatingSystems: [ // OperatingSystems - * // { // OperatingSystem - * // Name: "STRING_VALUE", - * // Id: "STRING_VALUE", - * // Type: "STRING_VALUE", - * // ConfigurationManagers: [ // OperatingSystemConfigurationManagers - * // { // OperatingSystemConfigurationManager - * // Name: "STRING_VALUE", - * // Version: "STRING_VALUE", - * // }, - * // ], - * // ReportedName: "STRING_VALUE", - * // ReportedVersion: "STRING_VALUE", - * // Supported: true || false, - * // }, - * // ], - * // }; - * - * ``` - * - * @param DescribeOperatingSystemsCommandInput - {@link DescribeOperatingSystemsCommandInput} - * @returns {@link DescribeOperatingSystemsCommandOutput} - * @see {@link DescribeOperatingSystemsCommandInput} for command's `input` shape. - * @see {@link DescribeOperatingSystemsCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DescribeOperatingSystemsCommand extends $Command - .classBuilder< - DescribeOperatingSystemsCommandInput, - DescribeOperatingSystemsCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DescribeOperatingSystems", {}) - .n("OpsWorksClient", "DescribeOperatingSystemsCommand") - .f(void 0, void 0) - .ser(se_DescribeOperatingSystemsCommand) - .de(de_DescribeOperatingSystemsCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: {}; - output: DescribeOperatingSystemsResponse; - }; - sdk: { - input: DescribeOperatingSystemsCommandInput; - output: DescribeOperatingSystemsCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DescribePermissionsCommand.ts b/clients/client-opsworks/src/commands/DescribePermissionsCommand.ts deleted file mode 100644 index 7796ba4f9b54..000000000000 --- a/clients/client-opsworks/src/commands/DescribePermissionsCommand.ts +++ /dev/null @@ -1,113 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DescribePermissionsRequest, DescribePermissionsResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DescribePermissionsCommand, se_DescribePermissionsCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DescribePermissionsCommand}. - */ -export interface DescribePermissionsCommandInput extends DescribePermissionsRequest {} -/** - * @public - * - * The output of {@link DescribePermissionsCommand}. - */ -export interface DescribePermissionsCommandOutput extends DescribePermissionsResult, __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DescribePermissionsCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DescribePermissionsCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DescribePermissionsRequest - * IamUserArn: "STRING_VALUE", - * StackId: "STRING_VALUE", - * }; - * const command = new DescribePermissionsCommand(input); - * const response = await client.send(command); - * // { // DescribePermissionsResult - * // Permissions: [ // Permissions - * // { // Permission - * // StackId: "STRING_VALUE", - * // IamUserArn: "STRING_VALUE", - * // AllowSsh: true || false, - * // AllowSudo: true || false, - * // Level: "STRING_VALUE", - * // }, - * // ], - * // }; - * - * ``` - * - * @param DescribePermissionsCommandInput - {@link DescribePermissionsCommandInput} - * @returns {@link DescribePermissionsCommandOutput} - * @see {@link DescribePermissionsCommandInput} for command's `input` shape. - * @see {@link DescribePermissionsCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DescribePermissionsCommand extends $Command - .classBuilder< - DescribePermissionsCommandInput, - DescribePermissionsCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DescribePermissions", {}) - .n("OpsWorksClient", "DescribePermissionsCommand") - .f(void 0, void 0) - .ser(se_DescribePermissionsCommand) - .de(de_DescribePermissionsCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DescribePermissionsRequest; - output: DescribePermissionsResult; - }; - sdk: { - input: DescribePermissionsCommandInput; - output: DescribePermissionsCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DescribeRaidArraysCommand.ts b/clients/client-opsworks/src/commands/DescribeRaidArraysCommand.ts deleted file mode 100644 index a2595bd8371c..000000000000 --- a/clients/client-opsworks/src/commands/DescribeRaidArraysCommand.ts +++ /dev/null @@ -1,127 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DescribeRaidArraysRequest, DescribeRaidArraysResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DescribeRaidArraysCommand, se_DescribeRaidArraysCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DescribeRaidArraysCommand}. - */ -export interface DescribeRaidArraysCommandInput extends DescribeRaidArraysRequest {} -/** - * @public - * - * The output of {@link DescribeRaidArraysCommand}. - */ -export interface DescribeRaidArraysCommandOutput extends DescribeRaidArraysResult, __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DescribeRaidArraysCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DescribeRaidArraysCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DescribeRaidArraysRequest - * InstanceId: "STRING_VALUE", - * StackId: "STRING_VALUE", - * RaidArrayIds: [ // Strings - * "STRING_VALUE", - * ], - * }; - * const command = new DescribeRaidArraysCommand(input); - * const response = await client.send(command); - * // { // DescribeRaidArraysResult - * // RaidArrays: [ // RaidArrays - * // { // RaidArray - * // RaidArrayId: "STRING_VALUE", - * // InstanceId: "STRING_VALUE", - * // Name: "STRING_VALUE", - * // RaidLevel: Number("int"), - * // NumberOfDisks: Number("int"), - * // Size: Number("int"), - * // Device: "STRING_VALUE", - * // MountPoint: "STRING_VALUE", - * // AvailabilityZone: "STRING_VALUE", - * // CreatedAt: "STRING_VALUE", - * // StackId: "STRING_VALUE", - * // VolumeType: "STRING_VALUE", - * // Iops: Number("int"), - * // }, - * // ], - * // }; - * - * ``` - * - * @param DescribeRaidArraysCommandInput - {@link DescribeRaidArraysCommandInput} - * @returns {@link DescribeRaidArraysCommandOutput} - * @see {@link DescribeRaidArraysCommandInput} for command's `input` shape. - * @see {@link DescribeRaidArraysCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DescribeRaidArraysCommand extends $Command - .classBuilder< - DescribeRaidArraysCommandInput, - DescribeRaidArraysCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DescribeRaidArrays", {}) - .n("OpsWorksClient", "DescribeRaidArraysCommand") - .f(void 0, void 0) - .ser(se_DescribeRaidArraysCommand) - .de(de_DescribeRaidArraysCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DescribeRaidArraysRequest; - output: DescribeRaidArraysResult; - }; - sdk: { - input: DescribeRaidArraysCommandInput; - output: DescribeRaidArraysCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DescribeRdsDbInstancesCommand.ts b/clients/client-opsworks/src/commands/DescribeRdsDbInstancesCommand.ts deleted file mode 100644 index 012705f51636..000000000000 --- a/clients/client-opsworks/src/commands/DescribeRdsDbInstancesCommand.ts +++ /dev/null @@ -1,120 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DescribeRdsDbInstancesRequest, DescribeRdsDbInstancesResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DescribeRdsDbInstancesCommand, se_DescribeRdsDbInstancesCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DescribeRdsDbInstancesCommand}. - */ -export interface DescribeRdsDbInstancesCommandInput extends DescribeRdsDbInstancesRequest {} -/** - * @public - * - * The output of {@link DescribeRdsDbInstancesCommand}. - */ -export interface DescribeRdsDbInstancesCommandOutput extends DescribeRdsDbInstancesResult, __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DescribeRdsDbInstancesCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DescribeRdsDbInstancesCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DescribeRdsDbInstancesRequest - * StackId: "STRING_VALUE", // required - * RdsDbInstanceArns: [ // Strings - * "STRING_VALUE", - * ], - * }; - * const command = new DescribeRdsDbInstancesCommand(input); - * const response = await client.send(command); - * // { // DescribeRdsDbInstancesResult - * // RdsDbInstances: [ // RdsDbInstances - * // { // RdsDbInstance - * // RdsDbInstanceArn: "STRING_VALUE", - * // DbInstanceIdentifier: "STRING_VALUE", - * // DbUser: "STRING_VALUE", - * // DbPassword: "STRING_VALUE", - * // Region: "STRING_VALUE", - * // Address: "STRING_VALUE", - * // Engine: "STRING_VALUE", - * // StackId: "STRING_VALUE", - * // MissingOnRds: true || false, - * // }, - * // ], - * // }; - * - * ``` - * - * @param DescribeRdsDbInstancesCommandInput - {@link DescribeRdsDbInstancesCommandInput} - * @returns {@link DescribeRdsDbInstancesCommandOutput} - * @see {@link DescribeRdsDbInstancesCommandInput} for command's `input` shape. - * @see {@link DescribeRdsDbInstancesCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DescribeRdsDbInstancesCommand extends $Command - .classBuilder< - DescribeRdsDbInstancesCommandInput, - DescribeRdsDbInstancesCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DescribeRdsDbInstances", {}) - .n("OpsWorksClient", "DescribeRdsDbInstancesCommand") - .f(void 0, void 0) - .ser(se_DescribeRdsDbInstancesCommand) - .de(de_DescribeRdsDbInstancesCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DescribeRdsDbInstancesRequest; - output: DescribeRdsDbInstancesResult; - }; - sdk: { - input: DescribeRdsDbInstancesCommandInput; - output: DescribeRdsDbInstancesCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DescribeServiceErrorsCommand.ts b/clients/client-opsworks/src/commands/DescribeServiceErrorsCommand.ts deleted file mode 100644 index 489a57f0bd33..000000000000 --- a/clients/client-opsworks/src/commands/DescribeServiceErrorsCommand.ts +++ /dev/null @@ -1,118 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DescribeServiceErrorsRequest, DescribeServiceErrorsResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DescribeServiceErrorsCommand, se_DescribeServiceErrorsCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DescribeServiceErrorsCommand}. - */ -export interface DescribeServiceErrorsCommandInput extends DescribeServiceErrorsRequest {} -/** - * @public - * - * The output of {@link DescribeServiceErrorsCommand}. - */ -export interface DescribeServiceErrorsCommandOutput extends DescribeServiceErrorsResult, __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DescribeServiceErrorsCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DescribeServiceErrorsCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DescribeServiceErrorsRequest - * StackId: "STRING_VALUE", - * InstanceId: "STRING_VALUE", - * ServiceErrorIds: [ // Strings - * "STRING_VALUE", - * ], - * }; - * const command = new DescribeServiceErrorsCommand(input); - * const response = await client.send(command); - * // { // DescribeServiceErrorsResult - * // ServiceErrors: [ // ServiceErrors - * // { // ServiceError - * // ServiceErrorId: "STRING_VALUE", - * // StackId: "STRING_VALUE", - * // InstanceId: "STRING_VALUE", - * // Type: "STRING_VALUE", - * // Message: "STRING_VALUE", - * // CreatedAt: "STRING_VALUE", - * // }, - * // ], - * // }; - * - * ``` - * - * @param DescribeServiceErrorsCommandInput - {@link DescribeServiceErrorsCommandInput} - * @returns {@link DescribeServiceErrorsCommandOutput} - * @see {@link DescribeServiceErrorsCommandInput} for command's `input` shape. - * @see {@link DescribeServiceErrorsCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DescribeServiceErrorsCommand extends $Command - .classBuilder< - DescribeServiceErrorsCommandInput, - DescribeServiceErrorsCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DescribeServiceErrors", {}) - .n("OpsWorksClient", "DescribeServiceErrorsCommand") - .f(void 0, void 0) - .ser(se_DescribeServiceErrorsCommand) - .de(de_DescribeServiceErrorsCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DescribeServiceErrorsRequest; - output: DescribeServiceErrorsResult; - }; - sdk: { - input: DescribeServiceErrorsCommandInput; - output: DescribeServiceErrorsCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DescribeStackProvisioningParametersCommand.ts b/clients/client-opsworks/src/commands/DescribeStackProvisioningParametersCommand.ts deleted file mode 100644 index 708833d1a8fe..000000000000 --- a/clients/client-opsworks/src/commands/DescribeStackProvisioningParametersCommand.ts +++ /dev/null @@ -1,115 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { - DescribeStackProvisioningParametersRequest, - DescribeStackProvisioningParametersResult, -} from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { - de_DescribeStackProvisioningParametersCommand, - se_DescribeStackProvisioningParametersCommand, -} from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DescribeStackProvisioningParametersCommand}. - */ -export interface DescribeStackProvisioningParametersCommandInput extends DescribeStackProvisioningParametersRequest {} -/** - * @public - * - * The output of {@link DescribeStackProvisioningParametersCommand}. - */ -export interface DescribeStackProvisioningParametersCommandOutput - extends DescribeStackProvisioningParametersResult, - __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DescribeStackProvisioningParametersCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DescribeStackProvisioningParametersCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DescribeStackProvisioningParametersRequest - * StackId: "STRING_VALUE", // required - * }; - * const command = new DescribeStackProvisioningParametersCommand(input); - * const response = await client.send(command); - * // { // DescribeStackProvisioningParametersResult - * // AgentInstallerUrl: "STRING_VALUE", - * // Parameters: { // Parameters - * // "": "STRING_VALUE", - * // }, - * // }; - * - * ``` - * - * @param DescribeStackProvisioningParametersCommandInput - {@link DescribeStackProvisioningParametersCommandInput} - * @returns {@link DescribeStackProvisioningParametersCommandOutput} - * @see {@link DescribeStackProvisioningParametersCommandInput} for command's `input` shape. - * @see {@link DescribeStackProvisioningParametersCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DescribeStackProvisioningParametersCommand extends $Command - .classBuilder< - DescribeStackProvisioningParametersCommandInput, - DescribeStackProvisioningParametersCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DescribeStackProvisioningParameters", {}) - .n("OpsWorksClient", "DescribeStackProvisioningParametersCommand") - .f(void 0, void 0) - .ser(se_DescribeStackProvisioningParametersCommand) - .de(de_DescribeStackProvisioningParametersCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DescribeStackProvisioningParametersRequest; - output: DescribeStackProvisioningParametersResult; - }; - sdk: { - input: DescribeStackProvisioningParametersCommandInput; - output: DescribeStackProvisioningParametersCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DescribeStackSummaryCommand.ts b/clients/client-opsworks/src/commands/DescribeStackSummaryCommand.ts deleted file mode 100644 index c0c3ba36bc29..000000000000 --- a/clients/client-opsworks/src/commands/DescribeStackSummaryCommand.ts +++ /dev/null @@ -1,133 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DescribeStackSummaryRequest, DescribeStackSummaryResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DescribeStackSummaryCommand, se_DescribeStackSummaryCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DescribeStackSummaryCommand}. - */ -export interface DescribeStackSummaryCommandInput extends DescribeStackSummaryRequest {} -/** - * @public - * - * The output of {@link DescribeStackSummaryCommand}. - */ -export interface DescribeStackSummaryCommandOutput extends DescribeStackSummaryResult, __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DescribeStackSummaryCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DescribeStackSummaryCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DescribeStackSummaryRequest - * StackId: "STRING_VALUE", // required - * }; - * const command = new DescribeStackSummaryCommand(input); - * const response = await client.send(command); - * // { // DescribeStackSummaryResult - * // StackSummary: { // StackSummary - * // StackId: "STRING_VALUE", - * // Name: "STRING_VALUE", - * // Arn: "STRING_VALUE", - * // LayersCount: Number("int"), - * // AppsCount: Number("int"), - * // InstancesCount: { // InstancesCount - * // Assigning: Number("int"), - * // Booting: Number("int"), - * // ConnectionLost: Number("int"), - * // Deregistering: Number("int"), - * // Online: Number("int"), - * // Pending: Number("int"), - * // Rebooting: Number("int"), - * // Registered: Number("int"), - * // Registering: Number("int"), - * // Requested: Number("int"), - * // RunningSetup: Number("int"), - * // SetupFailed: Number("int"), - * // ShuttingDown: Number("int"), - * // StartFailed: Number("int"), - * // StopFailed: Number("int"), - * // Stopped: Number("int"), - * // Stopping: Number("int"), - * // Terminated: Number("int"), - * // Terminating: Number("int"), - * // Unassigning: Number("int"), - * // }, - * // }, - * // }; - * - * ``` - * - * @param DescribeStackSummaryCommandInput - {@link DescribeStackSummaryCommandInput} - * @returns {@link DescribeStackSummaryCommandOutput} - * @see {@link DescribeStackSummaryCommandInput} for command's `input` shape. - * @see {@link DescribeStackSummaryCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DescribeStackSummaryCommand extends $Command - .classBuilder< - DescribeStackSummaryCommandInput, - DescribeStackSummaryCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DescribeStackSummary", {}) - .n("OpsWorksClient", "DescribeStackSummaryCommand") - .f(void 0, void 0) - .ser(se_DescribeStackSummaryCommand) - .de(de_DescribeStackSummaryCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DescribeStackSummaryRequest; - output: DescribeStackSummaryResult; - }; - sdk: { - input: DescribeStackSummaryCommandInput; - output: DescribeStackSummaryCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DescribeStacksCommand.ts b/clients/client-opsworks/src/commands/DescribeStacksCommand.ts deleted file mode 100644 index fa9c54b92100..000000000000 --- a/clients/client-opsworks/src/commands/DescribeStacksCommand.ts +++ /dev/null @@ -1,146 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DescribeStacksRequest, DescribeStacksResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DescribeStacksCommand, se_DescribeStacksCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DescribeStacksCommand}. - */ -export interface DescribeStacksCommandInput extends DescribeStacksRequest {} -/** - * @public - * - * The output of {@link DescribeStacksCommand}. - */ -export interface DescribeStacksCommandOutput extends DescribeStacksResult, __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DescribeStacksCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DescribeStacksCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DescribeStacksRequest - * StackIds: [ // Strings - * "STRING_VALUE", - * ], - * }; - * const command = new DescribeStacksCommand(input); - * const response = await client.send(command); - * // { // DescribeStacksResult - * // Stacks: [ // Stacks - * // { // Stack - * // StackId: "STRING_VALUE", - * // Name: "STRING_VALUE", - * // Arn: "STRING_VALUE", - * // Region: "STRING_VALUE", - * // VpcId: "STRING_VALUE", - * // Attributes: { // StackAttributes - * // "": "STRING_VALUE", - * // }, - * // ServiceRoleArn: "STRING_VALUE", - * // DefaultInstanceProfileArn: "STRING_VALUE", - * // DefaultOs: "STRING_VALUE", - * // HostnameTheme: "STRING_VALUE", - * // DefaultAvailabilityZone: "STRING_VALUE", - * // DefaultSubnetId: "STRING_VALUE", - * // CustomJson: "STRING_VALUE", - * // ConfigurationManager: { // StackConfigurationManager - * // Name: "STRING_VALUE", - * // Version: "STRING_VALUE", - * // }, - * // ChefConfiguration: { // ChefConfiguration - * // ManageBerkshelf: true || false, - * // BerkshelfVersion: "STRING_VALUE", - * // }, - * // UseCustomCookbooks: true || false, - * // UseOpsworksSecurityGroups: true || false, - * // CustomCookbooksSource: { // Source - * // Type: "git" || "svn" || "archive" || "s3", - * // Url: "STRING_VALUE", - * // Username: "STRING_VALUE", - * // Password: "STRING_VALUE", - * // SshKey: "STRING_VALUE", - * // Revision: "STRING_VALUE", - * // }, - * // DefaultSshKeyName: "STRING_VALUE", - * // CreatedAt: "STRING_VALUE", - * // DefaultRootDeviceType: "ebs" || "instance-store", - * // AgentVersion: "STRING_VALUE", - * // }, - * // ], - * // }; - * - * ``` - * - * @param DescribeStacksCommandInput - {@link DescribeStacksCommandInput} - * @returns {@link DescribeStacksCommandOutput} - * @see {@link DescribeStacksCommandInput} for command's `input` shape. - * @see {@link DescribeStacksCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DescribeStacksCommand extends $Command - .classBuilder< - DescribeStacksCommandInput, - DescribeStacksCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DescribeStacks", {}) - .n("OpsWorksClient", "DescribeStacksCommand") - .f(void 0, void 0) - .ser(se_DescribeStacksCommand) - .de(de_DescribeStacksCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DescribeStacksRequest; - output: DescribeStacksResult; - }; - sdk: { - input: DescribeStacksCommandInput; - output: DescribeStacksCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DescribeTimeBasedAutoScalingCommand.ts b/clients/client-opsworks/src/commands/DescribeTimeBasedAutoScalingCommand.ts deleted file mode 100644 index 213353a00299..000000000000 --- a/clients/client-opsworks/src/commands/DescribeTimeBasedAutoScalingCommand.ts +++ /dev/null @@ -1,137 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DescribeTimeBasedAutoScalingRequest, DescribeTimeBasedAutoScalingResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { - de_DescribeTimeBasedAutoScalingCommand, - se_DescribeTimeBasedAutoScalingCommand, -} from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DescribeTimeBasedAutoScalingCommand}. - */ -export interface DescribeTimeBasedAutoScalingCommandInput extends DescribeTimeBasedAutoScalingRequest {} -/** - * @public - * - * The output of {@link DescribeTimeBasedAutoScalingCommand}. - */ -export interface DescribeTimeBasedAutoScalingCommandOutput - extends DescribeTimeBasedAutoScalingResult, - __MetadataBearer {} - -/** - *

Describes time-based auto scaling configurations for specified instances.

- * - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DescribeTimeBasedAutoScalingCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DescribeTimeBasedAutoScalingCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DescribeTimeBasedAutoScalingRequest - * InstanceIds: [ // Strings // required - * "STRING_VALUE", - * ], - * }; - * const command = new DescribeTimeBasedAutoScalingCommand(input); - * const response = await client.send(command); - * // { // DescribeTimeBasedAutoScalingResult - * // TimeBasedAutoScalingConfigurations: [ // TimeBasedAutoScalingConfigurations - * // { // TimeBasedAutoScalingConfiguration - * // InstanceId: "STRING_VALUE", - * // AutoScalingSchedule: { // WeeklyAutoScalingSchedule - * // Monday: { // DailyAutoScalingSchedule - * // "": "STRING_VALUE", - * // }, - * // Tuesday: { - * // "": "STRING_VALUE", - * // }, - * // Wednesday: { - * // "": "STRING_VALUE", - * // }, - * // Thursday: { - * // "": "STRING_VALUE", - * // }, - * // Friday: { - * // "": "STRING_VALUE", - * // }, - * // Saturday: "", - * // Sunday: "", - * // }, - * // }, - * // ], - * // }; - * - * ``` - * - * @param DescribeTimeBasedAutoScalingCommandInput - {@link DescribeTimeBasedAutoScalingCommandInput} - * @returns {@link DescribeTimeBasedAutoScalingCommandOutput} - * @see {@link DescribeTimeBasedAutoScalingCommandInput} for command's `input` shape. - * @see {@link DescribeTimeBasedAutoScalingCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DescribeTimeBasedAutoScalingCommand extends $Command - .classBuilder< - DescribeTimeBasedAutoScalingCommandInput, - DescribeTimeBasedAutoScalingCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DescribeTimeBasedAutoScaling", {}) - .n("OpsWorksClient", "DescribeTimeBasedAutoScalingCommand") - .f(void 0, void 0) - .ser(se_DescribeTimeBasedAutoScalingCommand) - .de(de_DescribeTimeBasedAutoScalingCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DescribeTimeBasedAutoScalingRequest; - output: DescribeTimeBasedAutoScalingResult; - }; - sdk: { - input: DescribeTimeBasedAutoScalingCommandInput; - output: DescribeTimeBasedAutoScalingCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DescribeUserProfilesCommand.ts b/clients/client-opsworks/src/commands/DescribeUserProfilesCommand.ts deleted file mode 100644 index 4aac3e86281e..000000000000 --- a/clients/client-opsworks/src/commands/DescribeUserProfilesCommand.ts +++ /dev/null @@ -1,113 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DescribeUserProfilesRequest, DescribeUserProfilesResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DescribeUserProfilesCommand, se_DescribeUserProfilesCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DescribeUserProfilesCommand}. - */ -export interface DescribeUserProfilesCommandInput extends DescribeUserProfilesRequest {} -/** - * @public - * - * The output of {@link DescribeUserProfilesCommand}. - */ -export interface DescribeUserProfilesCommandOutput extends DescribeUserProfilesResult, __MetadataBearer {} - -/** - *

Describe specified users.

- *

- * 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DescribeUserProfilesCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DescribeUserProfilesCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DescribeUserProfilesRequest - * IamUserArns: [ // Strings - * "STRING_VALUE", - * ], - * }; - * const command = new DescribeUserProfilesCommand(input); - * const response = await client.send(command); - * // { // DescribeUserProfilesResult - * // UserProfiles: [ // UserProfiles - * // { // UserProfile - * // IamUserArn: "STRING_VALUE", - * // Name: "STRING_VALUE", - * // SshUsername: "STRING_VALUE", - * // SshPublicKey: "STRING_VALUE", - * // AllowSelfManagement: true || false, - * // }, - * // ], - * // }; - * - * ``` - * - * @param DescribeUserProfilesCommandInput - {@link DescribeUserProfilesCommandInput} - * @returns {@link DescribeUserProfilesCommandOutput} - * @see {@link DescribeUserProfilesCommandInput} for command's `input` shape. - * @see {@link DescribeUserProfilesCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DescribeUserProfilesCommand extends $Command - .classBuilder< - DescribeUserProfilesCommandInput, - DescribeUserProfilesCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DescribeUserProfiles", {}) - .n("OpsWorksClient", "DescribeUserProfilesCommand") - .f(void 0, void 0) - .ser(se_DescribeUserProfilesCommand) - .de(de_DescribeUserProfilesCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DescribeUserProfilesRequest; - output: DescribeUserProfilesResult; - }; - sdk: { - input: DescribeUserProfilesCommandInput; - output: DescribeUserProfilesCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DescribeVolumesCommand.ts b/clients/client-opsworks/src/commands/DescribeVolumesCommand.ts deleted file mode 100644 index cc3025254146..000000000000 --- a/clients/client-opsworks/src/commands/DescribeVolumesCommand.ts +++ /dev/null @@ -1,129 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DescribeVolumesRequest, DescribeVolumesResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DescribeVolumesCommand, se_DescribeVolumesCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DescribeVolumesCommand}. - */ -export interface DescribeVolumesCommandInput extends DescribeVolumesRequest {} -/** - * @public - * - * The output of {@link DescribeVolumesCommand}. - */ -export interface DescribeVolumesCommandOutput extends DescribeVolumesResult, __MetadataBearer {} - -/** - *

Describes an instance's Amazon EBS volumes.

- * - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DescribeVolumesCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DescribeVolumesCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DescribeVolumesRequest - * InstanceId: "STRING_VALUE", - * StackId: "STRING_VALUE", - * RaidArrayId: "STRING_VALUE", - * VolumeIds: [ // Strings - * "STRING_VALUE", - * ], - * }; - * const command = new DescribeVolumesCommand(input); - * const response = await client.send(command); - * // { // DescribeVolumesResult - * // Volumes: [ // Volumes - * // { // Volume - * // VolumeId: "STRING_VALUE", - * // Ec2VolumeId: "STRING_VALUE", - * // Name: "STRING_VALUE", - * // RaidArrayId: "STRING_VALUE", - * // InstanceId: "STRING_VALUE", - * // Status: "STRING_VALUE", - * // Size: Number("int"), - * // Device: "STRING_VALUE", - * // MountPoint: "STRING_VALUE", - * // Region: "STRING_VALUE", - * // AvailabilityZone: "STRING_VALUE", - * // VolumeType: "STRING_VALUE", - * // Iops: Number("int"), - * // Encrypted: true || false, - * // }, - * // ], - * // }; - * - * ``` - * - * @param DescribeVolumesCommandInput - {@link DescribeVolumesCommandInput} - * @returns {@link DescribeVolumesCommandOutput} - * @see {@link DescribeVolumesCommandInput} for command's `input` shape. - * @see {@link DescribeVolumesCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DescribeVolumesCommand extends $Command - .classBuilder< - DescribeVolumesCommandInput, - DescribeVolumesCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DescribeVolumes", {}) - .n("OpsWorksClient", "DescribeVolumesCommand") - .f(void 0, void 0) - .ser(se_DescribeVolumesCommand) - .de(de_DescribeVolumesCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DescribeVolumesRequest; - output: DescribeVolumesResult; - }; - sdk: { - input: DescribeVolumesCommandInput; - output: DescribeVolumesCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DetachElasticLoadBalancerCommand.ts b/clients/client-opsworks/src/commands/DetachElasticLoadBalancerCommand.ts deleted file mode 100644 index 539e23896295..000000000000 --- a/clients/client-opsworks/src/commands/DetachElasticLoadBalancerCommand.ts +++ /dev/null @@ -1,101 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DetachElasticLoadBalancerRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DetachElasticLoadBalancerCommand, se_DetachElasticLoadBalancerCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DetachElasticLoadBalancerCommand}. - */ -export interface DetachElasticLoadBalancerCommandInput extends DetachElasticLoadBalancerRequest {} -/** - * @public - * - * The output of {@link DetachElasticLoadBalancerCommand}. - */ -export interface DetachElasticLoadBalancerCommandOutput extends __MetadataBearer {} - -/** - *

Detaches a specified Elastic Load Balancing instance from its layer.

- *

- * 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DetachElasticLoadBalancerCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DetachElasticLoadBalancerCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DetachElasticLoadBalancerRequest - * ElasticLoadBalancerName: "STRING_VALUE", // required - * LayerId: "STRING_VALUE", // required - * }; - * const command = new DetachElasticLoadBalancerCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param DetachElasticLoadBalancerCommandInput - {@link DetachElasticLoadBalancerCommandInput} - * @returns {@link DetachElasticLoadBalancerCommandOutput} - * @see {@link DetachElasticLoadBalancerCommandInput} for command's `input` shape. - * @see {@link DetachElasticLoadBalancerCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DetachElasticLoadBalancerCommand extends $Command - .classBuilder< - DetachElasticLoadBalancerCommandInput, - DetachElasticLoadBalancerCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DetachElasticLoadBalancer", {}) - .n("OpsWorksClient", "DetachElasticLoadBalancerCommand") - .f(void 0, void 0) - .ser(se_DetachElasticLoadBalancerCommand) - .de(de_DetachElasticLoadBalancerCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DetachElasticLoadBalancerRequest; - output: {}; - }; - sdk: { - input: DetachElasticLoadBalancerCommandInput; - output: DetachElasticLoadBalancerCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/DisassociateElasticIpCommand.ts b/clients/client-opsworks/src/commands/DisassociateElasticIpCommand.ts deleted file mode 100644 index 449b8cfde11c..000000000000 --- a/clients/client-opsworks/src/commands/DisassociateElasticIpCommand.ts +++ /dev/null @@ -1,103 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { DisassociateElasticIpRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_DisassociateElasticIpCommand, se_DisassociateElasticIpCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link DisassociateElasticIpCommand}. - */ -export interface DisassociateElasticIpCommandInput extends DisassociateElasticIpRequest {} -/** - * @public - * - * The output of {@link DisassociateElasticIpCommand}. - */ -export interface DisassociateElasticIpCommandOutput extends __MetadataBearer {} - -/** - *

Disassociates an Elastic IP address from its instance. The address 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, DisassociateElasticIpCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, DisassociateElasticIpCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // DisassociateElasticIpRequest - * ElasticIp: "STRING_VALUE", // required - * }; - * const command = new DisassociateElasticIpCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param DisassociateElasticIpCommandInput - {@link DisassociateElasticIpCommandInput} - * @returns {@link DisassociateElasticIpCommandOutput} - * @see {@link DisassociateElasticIpCommandInput} for command's `input` shape. - * @see {@link DisassociateElasticIpCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class DisassociateElasticIpCommand extends $Command - .classBuilder< - DisassociateElasticIpCommandInput, - DisassociateElasticIpCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "DisassociateElasticIp", {}) - .n("OpsWorksClient", "DisassociateElasticIpCommand") - .f(void 0, void 0) - .ser(se_DisassociateElasticIpCommand) - .de(de_DisassociateElasticIpCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: DisassociateElasticIpRequest; - output: {}; - }; - sdk: { - input: DisassociateElasticIpCommandInput; - output: DisassociateElasticIpCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/GetHostnameSuggestionCommand.ts b/clients/client-opsworks/src/commands/GetHostnameSuggestionCommand.ts deleted file mode 100644 index 77626a157906..000000000000 --- a/clients/client-opsworks/src/commands/GetHostnameSuggestionCommand.ts +++ /dev/null @@ -1,105 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { GetHostnameSuggestionRequest, GetHostnameSuggestionResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_GetHostnameSuggestionCommand, se_GetHostnameSuggestionCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link GetHostnameSuggestionCommand}. - */ -export interface GetHostnameSuggestionCommandInput extends GetHostnameSuggestionRequest {} -/** - * @public - * - * The output of {@link GetHostnameSuggestionCommand}. - */ -export interface GetHostnameSuggestionCommandOutput extends GetHostnameSuggestionResult, __MetadataBearer {} - -/** - *

Gets a generated host name for the specified layer, based on the current host name theme.

- *

- * 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, GetHostnameSuggestionCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, GetHostnameSuggestionCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // GetHostnameSuggestionRequest - * LayerId: "STRING_VALUE", // required - * }; - * const command = new GetHostnameSuggestionCommand(input); - * const response = await client.send(command); - * // { // GetHostnameSuggestionResult - * // LayerId: "STRING_VALUE", - * // Hostname: "STRING_VALUE", - * // }; - * - * ``` - * - * @param GetHostnameSuggestionCommandInput - {@link GetHostnameSuggestionCommandInput} - * @returns {@link GetHostnameSuggestionCommandOutput} - * @see {@link GetHostnameSuggestionCommandInput} for command's `input` shape. - * @see {@link GetHostnameSuggestionCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class GetHostnameSuggestionCommand extends $Command - .classBuilder< - GetHostnameSuggestionCommandInput, - GetHostnameSuggestionCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "GetHostnameSuggestion", {}) - .n("OpsWorksClient", "GetHostnameSuggestionCommand") - .f(void 0, void 0) - .ser(se_GetHostnameSuggestionCommand) - .de(de_GetHostnameSuggestionCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: GetHostnameSuggestionRequest; - output: GetHostnameSuggestionResult; - }; - sdk: { - input: GetHostnameSuggestionCommandInput; - output: GetHostnameSuggestionCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/GrantAccessCommand.ts b/clients/client-opsworks/src/commands/GrantAccessCommand.ts deleted file mode 100644 index 2dee7887f64d..000000000000 --- a/clients/client-opsworks/src/commands/GrantAccessCommand.ts +++ /dev/null @@ -1,108 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { GrantAccessRequest, GrantAccessResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_GrantAccessCommand, se_GrantAccessCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link GrantAccessCommand}. - */ -export interface GrantAccessCommandInput extends GrantAccessRequest {} -/** - * @public - * - * The output of {@link GrantAccessCommand}. - */ -export interface GrantAccessCommandOutput extends GrantAccessResult, __MetadataBearer {} - -/** - * - *

This action can be used only with Windows stacks.

- *
- *

Grants RDP access to a Windows instance for a specified time period.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, GrantAccessCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, GrantAccessCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // GrantAccessRequest - * InstanceId: "STRING_VALUE", // required - * ValidForInMinutes: Number("int"), - * }; - * const command = new GrantAccessCommand(input); - * const response = await client.send(command); - * // { // GrantAccessResult - * // TemporaryCredential: { // TemporaryCredential - * // Username: "STRING_VALUE", - * // Password: "STRING_VALUE", - * // ValidForInMinutes: Number("int"), - * // InstanceId: "STRING_VALUE", - * // }, - * // }; - * - * ``` - * - * @param GrantAccessCommandInput - {@link GrantAccessCommandInput} - * @returns {@link GrantAccessCommandOutput} - * @see {@link GrantAccessCommandInput} for command's `input` shape. - * @see {@link GrantAccessCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class GrantAccessCommand extends $Command - .classBuilder< - GrantAccessCommandInput, - GrantAccessCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "GrantAccess", {}) - .n("OpsWorksClient", "GrantAccessCommand") - .f(void 0, void 0) - .ser(se_GrantAccessCommand) - .de(de_GrantAccessCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: GrantAccessRequest; - output: GrantAccessResult; - }; - sdk: { - input: GrantAccessCommandInput; - output: GrantAccessCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/ListTagsCommand.ts b/clients/client-opsworks/src/commands/ListTagsCommand.ts deleted file mode 100644 index d9d5721cbfb8..000000000000 --- a/clients/client-opsworks/src/commands/ListTagsCommand.ts +++ /dev/null @@ -1,104 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { ListTagsRequest, ListTagsResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link ListTagsCommand}. - */ -export interface ListTagsCommandInput extends ListTagsRequest {} -/** - * @public - * - * The output of {@link ListTagsCommand}. - */ -export interface ListTagsCommandOutput extends ListTagsResult, __MetadataBearer {} - -/** - *

Returns a list of tags that are applied to the specified stack or layer.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, ListTagsCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, ListTagsCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // ListTagsRequest - * ResourceArn: "STRING_VALUE", // required - * MaxResults: Number("int"), - * NextToken: "STRING_VALUE", - * }; - * const command = new ListTagsCommand(input); - * const response = await client.send(command); - * // { // ListTagsResult - * // Tags: { // Tags - * // "": "STRING_VALUE", - * // }, - * // NextToken: "STRING_VALUE", - * // }; - * - * ``` - * - * @param ListTagsCommandInput - {@link ListTagsCommandInput} - * @returns {@link ListTagsCommandOutput} - * @see {@link ListTagsCommandInput} for command's `input` shape. - * @see {@link ListTagsCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class ListTagsCommand extends $Command - .classBuilder< - ListTagsCommandInput, - ListTagsCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "ListTags", {}) - .n("OpsWorksClient", "ListTagsCommand") - .f(void 0, void 0) - .ser(se_ListTagsCommand) - .de(de_ListTagsCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: ListTagsRequest; - output: ListTagsResult; - }; - sdk: { - input: ListTagsCommandInput; - output: ListTagsCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/RebootInstanceCommand.ts b/clients/client-opsworks/src/commands/RebootInstanceCommand.ts deleted file mode 100644 index 1ccf317d42bf..000000000000 --- a/clients/client-opsworks/src/commands/RebootInstanceCommand.ts +++ /dev/null @@ -1,103 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { RebootInstanceRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_RebootInstanceCommand, se_RebootInstanceCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link RebootInstanceCommand}. - */ -export interface RebootInstanceCommandInput extends RebootInstanceRequest {} -/** - * @public - * - * The output of {@link RebootInstanceCommand}. - */ -export interface RebootInstanceCommandOutput extends __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, RebootInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, RebootInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // RebootInstanceRequest - * InstanceId: "STRING_VALUE", // required - * }; - * const command = new RebootInstanceCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param RebootInstanceCommandInput - {@link RebootInstanceCommandInput} - * @returns {@link RebootInstanceCommandOutput} - * @see {@link RebootInstanceCommandInput} for command's `input` shape. - * @see {@link RebootInstanceCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class RebootInstanceCommand extends $Command - .classBuilder< - RebootInstanceCommandInput, - RebootInstanceCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "RebootInstance", {}) - .n("OpsWorksClient", "RebootInstanceCommand") - .f(void 0, void 0) - .ser(se_RebootInstanceCommand) - .de(de_RebootInstanceCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: RebootInstanceRequest; - output: {}; - }; - sdk: { - input: RebootInstanceCommandInput; - output: RebootInstanceCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/RegisterEcsClusterCommand.ts b/clients/client-opsworks/src/commands/RegisterEcsClusterCommand.ts deleted file mode 100644 index a980da26177f..000000000000 --- a/clients/client-opsworks/src/commands/RegisterEcsClusterCommand.ts +++ /dev/null @@ -1,110 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { RegisterEcsClusterRequest, RegisterEcsClusterResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_RegisterEcsClusterCommand, se_RegisterEcsClusterCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link RegisterEcsClusterCommand}. - */ -export interface RegisterEcsClusterCommandInput extends RegisterEcsClusterRequest {} -/** - * @public - * - * The output of {@link RegisterEcsClusterCommand}. - */ -export interface RegisterEcsClusterCommandOutput extends RegisterEcsClusterResult, __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, RegisterEcsClusterCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, RegisterEcsClusterCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // RegisterEcsClusterRequest - * EcsClusterArn: "STRING_VALUE", // required - * StackId: "STRING_VALUE", // required - * }; - * const command = new RegisterEcsClusterCommand(input); - * const response = await client.send(command); - * // { // RegisterEcsClusterResult - * // EcsClusterArn: "STRING_VALUE", - * // }; - * - * ``` - * - * @param RegisterEcsClusterCommandInput - {@link RegisterEcsClusterCommandInput} - * @returns {@link RegisterEcsClusterCommandOutput} - * @see {@link RegisterEcsClusterCommandInput} for command's `input` shape. - * @see {@link RegisterEcsClusterCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class RegisterEcsClusterCommand extends $Command - .classBuilder< - RegisterEcsClusterCommandInput, - RegisterEcsClusterCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "RegisterEcsCluster", {}) - .n("OpsWorksClient", "RegisterEcsClusterCommand") - .f(void 0, void 0) - .ser(se_RegisterEcsClusterCommand) - .de(de_RegisterEcsClusterCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: RegisterEcsClusterRequest; - output: RegisterEcsClusterResult; - }; - sdk: { - input: RegisterEcsClusterCommandInput; - output: RegisterEcsClusterCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/RegisterElasticIpCommand.ts b/clients/client-opsworks/src/commands/RegisterElasticIpCommand.ts deleted file mode 100644 index e9344cc576dd..000000000000 --- a/clients/client-opsworks/src/commands/RegisterElasticIpCommand.ts +++ /dev/null @@ -1,107 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { RegisterElasticIpRequest, RegisterElasticIpResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_RegisterElasticIpCommand, se_RegisterElasticIpCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link RegisterElasticIpCommand}. - */ -export interface RegisterElasticIpCommandInput extends RegisterElasticIpRequest {} -/** - * @public - * - * The output of {@link RegisterElasticIpCommand}. - */ -export interface RegisterElasticIpCommandOutput extends RegisterElasticIpResult, __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, RegisterElasticIpCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, RegisterElasticIpCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // RegisterElasticIpRequest - * ElasticIp: "STRING_VALUE", // required - * StackId: "STRING_VALUE", // required - * }; - * const command = new RegisterElasticIpCommand(input); - * const response = await client.send(command); - * // { // RegisterElasticIpResult - * // ElasticIp: "STRING_VALUE", - * // }; - * - * ``` - * - * @param RegisterElasticIpCommandInput - {@link RegisterElasticIpCommandInput} - * @returns {@link RegisterElasticIpCommandOutput} - * @see {@link RegisterElasticIpCommandInput} for command's `input` shape. - * @see {@link RegisterElasticIpCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class RegisterElasticIpCommand extends $Command - .classBuilder< - RegisterElasticIpCommandInput, - RegisterElasticIpCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "RegisterElasticIp", {}) - .n("OpsWorksClient", "RegisterElasticIpCommand") - .f(void 0, void 0) - .ser(se_RegisterElasticIpCommand) - .de(de_RegisterElasticIpCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: RegisterElasticIpRequest; - output: RegisterElasticIpResult; - }; - sdk: { - input: RegisterElasticIpCommandInput; - output: RegisterElasticIpCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/RegisterInstanceCommand.ts b/clients/client-opsworks/src/commands/RegisterInstanceCommand.ts deleted file mode 100644 index 92c3b8cdd2b5..000000000000 --- a/clients/client-opsworks/src/commands/RegisterInstanceCommand.ts +++ /dev/null @@ -1,127 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { RegisterInstanceRequest, RegisterInstanceResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_RegisterInstanceCommand, se_RegisterInstanceCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link RegisterInstanceCommand}. - */ -export interface RegisterInstanceCommandInput extends RegisterInstanceRequest {} -/** - * @public - * - * The output of {@link RegisterInstanceCommand}. - */ -export interface RegisterInstanceCommandOutput extends RegisterInstanceResult, __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, RegisterInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, RegisterInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // RegisterInstanceRequest - * StackId: "STRING_VALUE", // required - * Hostname: "STRING_VALUE", - * PublicIp: "STRING_VALUE", - * PrivateIp: "STRING_VALUE", - * RsaPublicKey: "STRING_VALUE", - * RsaPublicKeyFingerprint: "STRING_VALUE", - * InstanceIdentity: { // InstanceIdentity - * Document: "STRING_VALUE", - * Signature: "STRING_VALUE", - * }, - * }; - * const command = new RegisterInstanceCommand(input); - * const response = await client.send(command); - * // { // RegisterInstanceResult - * // InstanceId: "STRING_VALUE", - * // }; - * - * ``` - * - * @param RegisterInstanceCommandInput - {@link RegisterInstanceCommandInput} - * @returns {@link RegisterInstanceCommandOutput} - * @see {@link RegisterInstanceCommandInput} for command's `input` shape. - * @see {@link RegisterInstanceCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class RegisterInstanceCommand extends $Command - .classBuilder< - RegisterInstanceCommandInput, - RegisterInstanceCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "RegisterInstance", {}) - .n("OpsWorksClient", "RegisterInstanceCommand") - .f(void 0, void 0) - .ser(se_RegisterInstanceCommand) - .de(de_RegisterInstanceCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: RegisterInstanceRequest; - output: RegisterInstanceResult; - }; - sdk: { - input: RegisterInstanceCommandInput; - output: RegisterInstanceCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/RegisterRdsDbInstanceCommand.ts b/clients/client-opsworks/src/commands/RegisterRdsDbInstanceCommand.ts deleted file mode 100644 index b9280959bb5b..000000000000 --- a/clients/client-opsworks/src/commands/RegisterRdsDbInstanceCommand.ts +++ /dev/null @@ -1,105 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { RegisterRdsDbInstanceRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_RegisterRdsDbInstanceCommand, se_RegisterRdsDbInstanceCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link RegisterRdsDbInstanceCommand}. - */ -export interface RegisterRdsDbInstanceCommandInput extends RegisterRdsDbInstanceRequest {} -/** - * @public - * - * The output of {@link RegisterRdsDbInstanceCommand}. - */ -export interface RegisterRdsDbInstanceCommandOutput extends __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, RegisterRdsDbInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, RegisterRdsDbInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // RegisterRdsDbInstanceRequest - * StackId: "STRING_VALUE", // required - * RdsDbInstanceArn: "STRING_VALUE", // required - * DbUser: "STRING_VALUE", // required - * DbPassword: "STRING_VALUE", // required - * }; - * const command = new RegisterRdsDbInstanceCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param RegisterRdsDbInstanceCommandInput - {@link RegisterRdsDbInstanceCommandInput} - * @returns {@link RegisterRdsDbInstanceCommandOutput} - * @see {@link RegisterRdsDbInstanceCommandInput} for command's `input` shape. - * @see {@link RegisterRdsDbInstanceCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class RegisterRdsDbInstanceCommand extends $Command - .classBuilder< - RegisterRdsDbInstanceCommandInput, - RegisterRdsDbInstanceCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "RegisterRdsDbInstance", {}) - .n("OpsWorksClient", "RegisterRdsDbInstanceCommand") - .f(void 0, void 0) - .ser(se_RegisterRdsDbInstanceCommand) - .de(de_RegisterRdsDbInstanceCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: RegisterRdsDbInstanceRequest; - output: {}; - }; - sdk: { - input: RegisterRdsDbInstanceCommandInput; - output: RegisterRdsDbInstanceCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/RegisterVolumeCommand.ts b/clients/client-opsworks/src/commands/RegisterVolumeCommand.ts deleted file mode 100644 index d8d3dbc791e4..000000000000 --- a/clients/client-opsworks/src/commands/RegisterVolumeCommand.ts +++ /dev/null @@ -1,107 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { RegisterVolumeRequest, RegisterVolumeResult } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_RegisterVolumeCommand, se_RegisterVolumeCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link RegisterVolumeCommand}. - */ -export interface RegisterVolumeCommandInput extends RegisterVolumeRequest {} -/** - * @public - * - * The output of {@link RegisterVolumeCommand}. - */ -export interface RegisterVolumeCommandOutput extends RegisterVolumeResult, __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, RegisterVolumeCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, RegisterVolumeCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // RegisterVolumeRequest - * Ec2VolumeId: "STRING_VALUE", - * StackId: "STRING_VALUE", // required - * }; - * const command = new RegisterVolumeCommand(input); - * const response = await client.send(command); - * // { // RegisterVolumeResult - * // VolumeId: "STRING_VALUE", - * // }; - * - * ``` - * - * @param RegisterVolumeCommandInput - {@link RegisterVolumeCommandInput} - * @returns {@link RegisterVolumeCommandOutput} - * @see {@link RegisterVolumeCommandInput} for command's `input` shape. - * @see {@link RegisterVolumeCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class RegisterVolumeCommand extends $Command - .classBuilder< - RegisterVolumeCommandInput, - RegisterVolumeCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "RegisterVolume", {}) - .n("OpsWorksClient", "RegisterVolumeCommand") - .f(void 0, void 0) - .ser(se_RegisterVolumeCommand) - .de(de_RegisterVolumeCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: RegisterVolumeRequest; - output: RegisterVolumeResult; - }; - sdk: { - input: RegisterVolumeCommandInput; - output: RegisterVolumeCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/SetLoadBasedAutoScalingCommand.ts b/clients/client-opsworks/src/commands/SetLoadBasedAutoScalingCommand.ts deleted file mode 100644 index 43539cbc2798..000000000000 --- a/clients/client-opsworks/src/commands/SetLoadBasedAutoScalingCommand.ts +++ /dev/null @@ -1,132 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { SetLoadBasedAutoScalingRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_SetLoadBasedAutoScalingCommand, se_SetLoadBasedAutoScalingCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link SetLoadBasedAutoScalingCommand}. - */ -export interface SetLoadBasedAutoScalingCommandInput extends SetLoadBasedAutoScalingRequest {} -/** - * @public - * - * The output of {@link SetLoadBasedAutoScalingCommand}. - */ -export interface SetLoadBasedAutoScalingCommandOutput extends __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, SetLoadBasedAutoScalingCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, SetLoadBasedAutoScalingCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // SetLoadBasedAutoScalingRequest - * LayerId: "STRING_VALUE", // required - * Enable: true || false, - * UpScaling: { // AutoScalingThresholds - * InstanceCount: Number("int"), - * ThresholdsWaitTime: Number("int"), - * IgnoreMetricsTime: Number("int"), - * CpuThreshold: Number("double"), - * MemoryThreshold: Number("double"), - * LoadThreshold: Number("double"), - * Alarms: [ // Strings - * "STRING_VALUE", - * ], - * }, - * DownScaling: { - * InstanceCount: Number("int"), - * ThresholdsWaitTime: Number("int"), - * IgnoreMetricsTime: Number("int"), - * CpuThreshold: Number("double"), - * MemoryThreshold: Number("double"), - * LoadThreshold: Number("double"), - * Alarms: [ - * "STRING_VALUE", - * ], - * }, - * }; - * const command = new SetLoadBasedAutoScalingCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param SetLoadBasedAutoScalingCommandInput - {@link SetLoadBasedAutoScalingCommandInput} - * @returns {@link SetLoadBasedAutoScalingCommandOutput} - * @see {@link SetLoadBasedAutoScalingCommandInput} for command's `input` shape. - * @see {@link SetLoadBasedAutoScalingCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class SetLoadBasedAutoScalingCommand extends $Command - .classBuilder< - SetLoadBasedAutoScalingCommandInput, - SetLoadBasedAutoScalingCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "SetLoadBasedAutoScaling", {}) - .n("OpsWorksClient", "SetLoadBasedAutoScalingCommand") - .f(void 0, void 0) - .ser(se_SetLoadBasedAutoScalingCommand) - .de(de_SetLoadBasedAutoScalingCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: SetLoadBasedAutoScalingRequest; - output: {}; - }; - sdk: { - input: SetLoadBasedAutoScalingCommandInput; - output: SetLoadBasedAutoScalingCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/SetPermissionCommand.ts b/clients/client-opsworks/src/commands/SetPermissionCommand.ts deleted file mode 100644 index eb84177c5b03..000000000000 --- a/clients/client-opsworks/src/commands/SetPermissionCommand.ts +++ /dev/null @@ -1,108 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { SetPermissionRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_SetPermissionCommand, se_SetPermissionCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link SetPermissionCommand}. - */ -export interface SetPermissionCommandInput extends SetPermissionRequest {} -/** - * @public - * - * The output of {@link SetPermissionCommand}. - */ -export interface SetPermissionCommandOutput extends __MetadataBearer {} - -/** - *

Specifies a user's permissions. For more information, see - * Security and - * Permissions.

- *

- * 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, SetPermissionCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, SetPermissionCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // SetPermissionRequest - * StackId: "STRING_VALUE", // required - * IamUserArn: "STRING_VALUE", // required - * AllowSsh: true || false, - * AllowSudo: true || false, - * Level: "STRING_VALUE", - * }; - * const command = new SetPermissionCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param SetPermissionCommandInput - {@link SetPermissionCommandInput} - * @returns {@link SetPermissionCommandOutput} - * @see {@link SetPermissionCommandInput} for command's `input` shape. - * @see {@link SetPermissionCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class SetPermissionCommand extends $Command - .classBuilder< - SetPermissionCommandInput, - SetPermissionCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "SetPermission", {}) - .n("OpsWorksClient", "SetPermissionCommand") - .f(void 0, void 0) - .ser(se_SetPermissionCommand) - .de(de_SetPermissionCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: SetPermissionRequest; - output: {}; - }; - sdk: { - input: SetPermissionCommandInput; - output: SetPermissionCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/SetTimeBasedAutoScalingCommand.ts b/clients/client-opsworks/src/commands/SetTimeBasedAutoScalingCommand.ts deleted file mode 100644 index ae848d784c49..000000000000 --- a/clients/client-opsworks/src/commands/SetTimeBasedAutoScalingCommand.ts +++ /dev/null @@ -1,123 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { SetTimeBasedAutoScalingRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_SetTimeBasedAutoScalingCommand, se_SetTimeBasedAutoScalingCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link SetTimeBasedAutoScalingCommand}. - */ -export interface SetTimeBasedAutoScalingCommandInput extends SetTimeBasedAutoScalingRequest {} -/** - * @public - * - * The output of {@link SetTimeBasedAutoScalingCommand}. - */ -export interface SetTimeBasedAutoScalingCommandOutput extends __MetadataBearer {} - -/** - *

Specify the time-based auto scaling configuration for a specified instance. For more - * information, see Managing - * Load with Time-based and Load-based 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, SetTimeBasedAutoScalingCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, SetTimeBasedAutoScalingCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // SetTimeBasedAutoScalingRequest - * InstanceId: "STRING_VALUE", // required - * AutoScalingSchedule: { // WeeklyAutoScalingSchedule - * Monday: { // DailyAutoScalingSchedule - * "": "STRING_VALUE", - * }, - * Tuesday: { - * "": "STRING_VALUE", - * }, - * Wednesday: { - * "": "STRING_VALUE", - * }, - * Thursday: { - * "": "STRING_VALUE", - * }, - * Friday: { - * "": "STRING_VALUE", - * }, - * Saturday: "", - * Sunday: "", - * }, - * }; - * const command = new SetTimeBasedAutoScalingCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param SetTimeBasedAutoScalingCommandInput - {@link SetTimeBasedAutoScalingCommandInput} - * @returns {@link SetTimeBasedAutoScalingCommandOutput} - * @see {@link SetTimeBasedAutoScalingCommandInput} for command's `input` shape. - * @see {@link SetTimeBasedAutoScalingCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class SetTimeBasedAutoScalingCommand extends $Command - .classBuilder< - SetTimeBasedAutoScalingCommandInput, - SetTimeBasedAutoScalingCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "SetTimeBasedAutoScaling", {}) - .n("OpsWorksClient", "SetTimeBasedAutoScalingCommand") - .f(void 0, void 0) - .ser(se_SetTimeBasedAutoScalingCommand) - .de(de_SetTimeBasedAutoScalingCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: SetTimeBasedAutoScalingRequest; - output: {}; - }; - sdk: { - input: SetTimeBasedAutoScalingCommandInput; - output: SetTimeBasedAutoScalingCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/StartInstanceCommand.ts b/clients/client-opsworks/src/commands/StartInstanceCommand.ts deleted file mode 100644 index fc8d29350444..000000000000 --- a/clients/client-opsworks/src/commands/StartInstanceCommand.ts +++ /dev/null @@ -1,103 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { StartInstanceRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_StartInstanceCommand, se_StartInstanceCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link StartInstanceCommand}. - */ -export interface StartInstanceCommandInput extends StartInstanceRequest {} -/** - * @public - * - * The output of {@link StartInstanceCommand}. - */ -export interface StartInstanceCommandOutput extends __MetadataBearer {} - -/** - *

Starts 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, StartInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, StartInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // StartInstanceRequest - * InstanceId: "STRING_VALUE", // required - * }; - * const command = new StartInstanceCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param StartInstanceCommandInput - {@link StartInstanceCommandInput} - * @returns {@link StartInstanceCommandOutput} - * @see {@link StartInstanceCommandInput} for command's `input` shape. - * @see {@link StartInstanceCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class StartInstanceCommand extends $Command - .classBuilder< - StartInstanceCommandInput, - StartInstanceCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "StartInstance", {}) - .n("OpsWorksClient", "StartInstanceCommand") - .f(void 0, void 0) - .ser(se_StartInstanceCommand) - .de(de_StartInstanceCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: StartInstanceRequest; - output: {}; - }; - sdk: { - input: StartInstanceCommandInput; - output: StartInstanceCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/StartStackCommand.ts b/clients/client-opsworks/src/commands/StartStackCommand.ts deleted file mode 100644 index 91227b93684a..000000000000 --- a/clients/client-opsworks/src/commands/StartStackCommand.ts +++ /dev/null @@ -1,102 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { StartStackRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_StartStackCommand, se_StartStackCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link StartStackCommand}. - */ -export interface StartStackCommandInput extends StartStackRequest {} -/** - * @public - * - * The output of {@link StartStackCommand}. - */ -export interface StartStackCommandOutput extends __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, StartStackCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, StartStackCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // StartStackRequest - * StackId: "STRING_VALUE", // required - * }; - * const command = new StartStackCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param StartStackCommandInput - {@link StartStackCommandInput} - * @returns {@link StartStackCommandOutput} - * @see {@link StartStackCommandInput} for command's `input` shape. - * @see {@link StartStackCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class StartStackCommand extends $Command - .classBuilder< - StartStackCommandInput, - StartStackCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "StartStack", {}) - .n("OpsWorksClient", "StartStackCommand") - .f(void 0, void 0) - .ser(se_StartStackCommand) - .de(de_StartStackCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: StartStackRequest; - output: {}; - }; - sdk: { - input: StartStackCommandInput; - output: StartStackCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/StopInstanceCommand.ts b/clients/client-opsworks/src/commands/StopInstanceCommand.ts deleted file mode 100644 index ec45360b8627..000000000000 --- a/clients/client-opsworks/src/commands/StopInstanceCommand.ts +++ /dev/null @@ -1,106 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { StopInstanceRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_StopInstanceCommand, se_StopInstanceCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link StopInstanceCommand}. - */ -export interface StopInstanceCommandInput extends StopInstanceRequest {} -/** - * @public - * - * The output of {@link StopInstanceCommand}. - */ -export interface StopInstanceCommandOutput extends __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, StopInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, StopInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // StopInstanceRequest - * InstanceId: "STRING_VALUE", // required - * Force: true || false, - * }; - * const command = new StopInstanceCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param StopInstanceCommandInput - {@link StopInstanceCommandInput} - * @returns {@link StopInstanceCommandOutput} - * @see {@link StopInstanceCommandInput} for command's `input` shape. - * @see {@link StopInstanceCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class StopInstanceCommand extends $Command - .classBuilder< - StopInstanceCommandInput, - StopInstanceCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "StopInstance", {}) - .n("OpsWorksClient", "StopInstanceCommand") - .f(void 0, void 0) - .ser(se_StopInstanceCommand) - .de(de_StopInstanceCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: StopInstanceRequest; - output: {}; - }; - sdk: { - input: StopInstanceCommandInput; - output: StopInstanceCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/StopStackCommand.ts b/clients/client-opsworks/src/commands/StopStackCommand.ts deleted file mode 100644 index 9387327d7afa..000000000000 --- a/clients/client-opsworks/src/commands/StopStackCommand.ts +++ /dev/null @@ -1,102 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { StopStackRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_StopStackCommand, se_StopStackCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link StopStackCommand}. - */ -export interface StopStackCommandInput extends StopStackRequest {} -/** - * @public - * - * The output of {@link StopStackCommand}. - */ -export interface StopStackCommandOutput extends __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, StopStackCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, StopStackCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // StopStackRequest - * StackId: "STRING_VALUE", // required - * }; - * const command = new StopStackCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param StopStackCommandInput - {@link StopStackCommandInput} - * @returns {@link StopStackCommandOutput} - * @see {@link StopStackCommandInput} for command's `input` shape. - * @see {@link StopStackCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class StopStackCommand extends $Command - .classBuilder< - StopStackCommandInput, - StopStackCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "StopStack", {}) - .n("OpsWorksClient", "StopStackCommand") - .f(void 0, void 0) - .ser(se_StopStackCommand) - .de(de_StopStackCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: StopStackRequest; - output: {}; - }; - sdk: { - input: StopStackCommandInput; - output: StopStackCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/TagResourceCommand.ts b/clients/client-opsworks/src/commands/TagResourceCommand.ts deleted file mode 100644 index 54fb9c27c02a..000000000000 --- a/clients/client-opsworks/src/commands/TagResourceCommand.ts +++ /dev/null @@ -1,101 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { TagResourceRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link TagResourceCommand}. - */ -export interface TagResourceCommandInput extends TagResourceRequest {} -/** - * @public - * - * The output of {@link TagResourceCommand}. - */ -export interface TagResourceCommandOutput extends __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, TagResourceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, TagResourceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // TagResourceRequest - * ResourceArn: "STRING_VALUE", // required - * Tags: { // Tags // required - * "": "STRING_VALUE", - * }, - * }; - * const command = new TagResourceCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param TagResourceCommandInput - {@link TagResourceCommandInput} - * @returns {@link TagResourceCommandOutput} - * @see {@link TagResourceCommandInput} for command's `input` shape. - * @see {@link TagResourceCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class TagResourceCommand extends $Command - .classBuilder< - TagResourceCommandInput, - TagResourceCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "TagResource", {}) - .n("OpsWorksClient", "TagResourceCommand") - .f(void 0, void 0) - .ser(se_TagResourceCommand) - .de(de_TagResourceCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: TagResourceRequest; - output: {}; - }; - sdk: { - input: TagResourceCommandInput; - output: TagResourceCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/UnassignInstanceCommand.ts b/clients/client-opsworks/src/commands/UnassignInstanceCommand.ts deleted file mode 100644 index 50c279203d55..000000000000 --- a/clients/client-opsworks/src/commands/UnassignInstanceCommand.ts +++ /dev/null @@ -1,105 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { UnassignInstanceRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_UnassignInstanceCommand, se_UnassignInstanceCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link UnassignInstanceCommand}. - */ -export interface UnassignInstanceCommandInput extends UnassignInstanceRequest {} -/** - * @public - * - * The output of {@link UnassignInstanceCommand}. - */ -export interface UnassignInstanceCommandOutput extends __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, UnassignInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, UnassignInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // UnassignInstanceRequest - * InstanceId: "STRING_VALUE", // required - * }; - * const command = new UnassignInstanceCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param UnassignInstanceCommandInput - {@link UnassignInstanceCommandInput} - * @returns {@link UnassignInstanceCommandOutput} - * @see {@link UnassignInstanceCommandInput} for command's `input` shape. - * @see {@link UnassignInstanceCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class UnassignInstanceCommand extends $Command - .classBuilder< - UnassignInstanceCommandInput, - UnassignInstanceCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "UnassignInstance", {}) - .n("OpsWorksClient", "UnassignInstanceCommand") - .f(void 0, void 0) - .ser(se_UnassignInstanceCommand) - .de(de_UnassignInstanceCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: UnassignInstanceRequest; - output: {}; - }; - sdk: { - input: UnassignInstanceCommandInput; - output: UnassignInstanceCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/UnassignVolumeCommand.ts b/clients/client-opsworks/src/commands/UnassignVolumeCommand.ts deleted file mode 100644 index 7de7320545ab..000000000000 --- a/clients/client-opsworks/src/commands/UnassignVolumeCommand.ts +++ /dev/null @@ -1,104 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { UnassignVolumeRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_UnassignVolumeCommand, se_UnassignVolumeCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link UnassignVolumeCommand}. - */ -export interface UnassignVolumeCommandInput extends UnassignVolumeRequest {} -/** - * @public - * - * The output of {@link UnassignVolumeCommand}. - */ -export interface UnassignVolumeCommandOutput extends __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, UnassignVolumeCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, UnassignVolumeCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // UnassignVolumeRequest - * VolumeId: "STRING_VALUE", // required - * }; - * const command = new UnassignVolumeCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param UnassignVolumeCommandInput - {@link UnassignVolumeCommandInput} - * @returns {@link UnassignVolumeCommandOutput} - * @see {@link UnassignVolumeCommandInput} for command's `input` shape. - * @see {@link UnassignVolumeCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class UnassignVolumeCommand extends $Command - .classBuilder< - UnassignVolumeCommandInput, - UnassignVolumeCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "UnassignVolume", {}) - .n("OpsWorksClient", "UnassignVolumeCommand") - .f(void 0, void 0) - .ser(se_UnassignVolumeCommand) - .de(de_UnassignVolumeCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: UnassignVolumeRequest; - output: {}; - }; - sdk: { - input: UnassignVolumeCommandInput; - output: UnassignVolumeCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/UntagResourceCommand.ts b/clients/client-opsworks/src/commands/UntagResourceCommand.ts deleted file mode 100644 index c83e2f4690da..000000000000 --- a/clients/client-opsworks/src/commands/UntagResourceCommand.ts +++ /dev/null @@ -1,100 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { UntagResourceRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link UntagResourceCommand}. - */ -export interface UntagResourceCommandInput extends UntagResourceRequest {} -/** - * @public - * - * The output of {@link UntagResourceCommand}. - */ -export interface UntagResourceCommandOutput extends __MetadataBearer {} - -/** - *

Removes tags from a specified stack or layer.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, UntagResourceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, UntagResourceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // UntagResourceRequest - * ResourceArn: "STRING_VALUE", // required - * TagKeys: [ // TagKeys // required - * "STRING_VALUE", - * ], - * }; - * const command = new UntagResourceCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param UntagResourceCommandInput - {@link UntagResourceCommandInput} - * @returns {@link UntagResourceCommandOutput} - * @see {@link UntagResourceCommandInput} for command's `input` shape. - * @see {@link UntagResourceCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class UntagResourceCommand extends $Command - .classBuilder< - UntagResourceCommandInput, - UntagResourceCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "UntagResource", {}) - .n("OpsWorksClient", "UntagResourceCommand") - .f(void 0, void 0) - .ser(se_UntagResourceCommand) - .de(de_UntagResourceCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: UntagResourceRequest; - output: {}; - }; - sdk: { - input: UntagResourceCommandInput; - output: UntagResourceCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/UpdateAppCommand.ts b/clients/client-opsworks/src/commands/UpdateAppCommand.ts deleted file mode 100644 index efa962334bb2..000000000000 --- a/clients/client-opsworks/src/commands/UpdateAppCommand.ts +++ /dev/null @@ -1,139 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { UpdateAppRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_UpdateAppCommand, se_UpdateAppCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link UpdateAppCommand}. - */ -export interface UpdateAppCommandInput extends UpdateAppRequest {} -/** - * @public - * - * The output of {@link UpdateAppCommand}. - */ -export interface UpdateAppCommandOutput extends __MetadataBearer {} - -/** - *

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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, UpdateAppCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, UpdateAppCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // UpdateAppRequest - * AppId: "STRING_VALUE", // required - * Name: "STRING_VALUE", - * Description: "STRING_VALUE", - * DataSources: [ // DataSources - * { // DataSource - * Type: "STRING_VALUE", - * Arn: "STRING_VALUE", - * DatabaseName: "STRING_VALUE", - * }, - * ], - * Type: "aws-flow-ruby" || "java" || "rails" || "php" || "nodejs" || "static" || "other", - * AppSource: { // Source - * Type: "git" || "svn" || "archive" || "s3", - * Url: "STRING_VALUE", - * Username: "STRING_VALUE", - * Password: "STRING_VALUE", - * SshKey: "STRING_VALUE", - * Revision: "STRING_VALUE", - * }, - * Domains: [ // Strings - * "STRING_VALUE", - * ], - * EnableSsl: true || false, - * SslConfiguration: { // SslConfiguration - * Certificate: "STRING_VALUE", // required - * PrivateKey: "STRING_VALUE", // required - * Chain: "STRING_VALUE", - * }, - * Attributes: { // AppAttributes - * "": "STRING_VALUE", - * }, - * Environment: [ // EnvironmentVariables - * { // EnvironmentVariable - * Key: "STRING_VALUE", // required - * Value: "STRING_VALUE", // required - * Secure: true || false, - * }, - * ], - * }; - * const command = new UpdateAppCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param UpdateAppCommandInput - {@link UpdateAppCommandInput} - * @returns {@link UpdateAppCommandOutput} - * @see {@link UpdateAppCommandInput} for command's `input` shape. - * @see {@link UpdateAppCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class UpdateAppCommand extends $Command - .classBuilder< - UpdateAppCommandInput, - UpdateAppCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "UpdateApp", {}) - .n("OpsWorksClient", "UpdateAppCommand") - .f(void 0, void 0) - .ser(se_UpdateAppCommand) - .de(de_UpdateAppCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: UpdateAppRequest; - output: {}; - }; - sdk: { - input: UpdateAppCommandInput; - output: UpdateAppCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/UpdateElasticIpCommand.ts b/clients/client-opsworks/src/commands/UpdateElasticIpCommand.ts deleted file mode 100644 index 50a1849817f9..000000000000 --- a/clients/client-opsworks/src/commands/UpdateElasticIpCommand.ts +++ /dev/null @@ -1,103 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { UpdateElasticIpRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_UpdateElasticIpCommand, se_UpdateElasticIpCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link UpdateElasticIpCommand}. - */ -export interface UpdateElasticIpCommandInput extends UpdateElasticIpRequest {} -/** - * @public - * - * The output of {@link UpdateElasticIpCommand}. - */ -export interface UpdateElasticIpCommandOutput extends __MetadataBearer {} - -/** - *

Updates a registered Elastic IP address's name. 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, UpdateElasticIpCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, UpdateElasticIpCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // UpdateElasticIpRequest - * ElasticIp: "STRING_VALUE", // required - * Name: "STRING_VALUE", - * }; - * const command = new UpdateElasticIpCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param UpdateElasticIpCommandInput - {@link UpdateElasticIpCommandInput} - * @returns {@link UpdateElasticIpCommandOutput} - * @see {@link UpdateElasticIpCommandInput} for command's `input` shape. - * @see {@link UpdateElasticIpCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class UpdateElasticIpCommand extends $Command - .classBuilder< - UpdateElasticIpCommandInput, - UpdateElasticIpCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "UpdateElasticIp", {}) - .n("OpsWorksClient", "UpdateElasticIpCommand") - .f(void 0, void 0) - .ser(se_UpdateElasticIpCommand) - .de(de_UpdateElasticIpCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: UpdateElasticIpRequest; - output: {}; - }; - sdk: { - input: UpdateElasticIpCommandInput; - output: UpdateElasticIpCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/UpdateInstanceCommand.ts b/clients/client-opsworks/src/commands/UpdateInstanceCommand.ts deleted file mode 100644 index c9c8b5478988..000000000000 --- a/clients/client-opsworks/src/commands/UpdateInstanceCommand.ts +++ /dev/null @@ -1,115 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { UpdateInstanceRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_UpdateInstanceCommand, se_UpdateInstanceCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link UpdateInstanceCommand}. - */ -export interface UpdateInstanceCommandInput extends UpdateInstanceRequest {} -/** - * @public - * - * The output of {@link UpdateInstanceCommand}. - */ -export interface UpdateInstanceCommandOutput extends __MetadataBearer {} - -/** - *

Updates a specified 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, UpdateInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, UpdateInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // UpdateInstanceRequest - * InstanceId: "STRING_VALUE", // required - * LayerIds: [ // Strings - * "STRING_VALUE", - * ], - * InstanceType: "STRING_VALUE", - * AutoScalingType: "load" || "timer", - * Hostname: "STRING_VALUE", - * Os: "STRING_VALUE", - * AmiId: "STRING_VALUE", - * SshKeyName: "STRING_VALUE", - * Architecture: "x86_64" || "i386", - * InstallUpdatesOnBoot: true || false, - * EbsOptimized: true || false, - * AgentVersion: "STRING_VALUE", - * }; - * const command = new UpdateInstanceCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param UpdateInstanceCommandInput - {@link UpdateInstanceCommandInput} - * @returns {@link UpdateInstanceCommandOutput} - * @see {@link UpdateInstanceCommandInput} for command's `input` shape. - * @see {@link UpdateInstanceCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class UpdateInstanceCommand extends $Command - .classBuilder< - UpdateInstanceCommandInput, - UpdateInstanceCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "UpdateInstance", {}) - .n("OpsWorksClient", "UpdateInstanceCommand") - .f(void 0, void 0) - .ser(se_UpdateInstanceCommand) - .de(de_UpdateInstanceCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: UpdateInstanceRequest; - output: {}; - }; - sdk: { - input: UpdateInstanceCommandInput; - output: UpdateInstanceCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/UpdateLayerCommand.ts b/clients/client-opsworks/src/commands/UpdateLayerCommand.ts deleted file mode 100644 index 8b5caa02c072..000000000000 --- a/clients/client-opsworks/src/commands/UpdateLayerCommand.ts +++ /dev/null @@ -1,168 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { UpdateLayerRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_UpdateLayerCommand, se_UpdateLayerCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link UpdateLayerCommand}. - */ -export interface UpdateLayerCommandInput extends UpdateLayerRequest {} -/** - * @public - * - * The output of {@link UpdateLayerCommand}. - */ -export interface UpdateLayerCommandOutput extends __MetadataBearer {} - -/** - *

Updates a specified layer.

- *

- * 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, UpdateLayerCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, UpdateLayerCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // UpdateLayerRequest - * LayerId: "STRING_VALUE", // required - * Name: "STRING_VALUE", - * Shortname: "STRING_VALUE", - * Attributes: { // LayerAttributes - * "": "STRING_VALUE", - * }, - * CloudWatchLogsConfiguration: { // CloudWatchLogsConfiguration - * Enabled: true || false, - * LogStreams: [ // CloudWatchLogsLogStreams - * { // CloudWatchLogsLogStream - * LogGroupName: "STRING_VALUE", - * DatetimeFormat: "STRING_VALUE", - * TimeZone: "LOCAL" || "UTC", - * File: "STRING_VALUE", - * FileFingerprintLines: "STRING_VALUE", - * MultiLineStartPattern: "STRING_VALUE", - * InitialPosition: "start_of_file" || "end_of_file", - * Encoding: "ascii" || "big5" || "big5hkscs" || "cp037" || "cp424" || "cp437" || "cp500" || "cp720" || "cp737" || "cp775" || "cp850" || "cp852" || "cp855" || "cp856" || "cp857" || "cp858" || "cp860" || "cp861" || "cp862" || "cp863" || "cp864" || "cp865" || "cp866" || "cp869" || "cp874" || "cp875" || "cp932" || "cp949" || "cp950" || "cp1006" || "cp1026" || "cp1140" || "cp1250" || "cp1251" || "cp1252" || "cp1253" || "cp1254" || "cp1255" || "cp1256" || "cp1257" || "cp1258" || "euc_jp" || "euc_jis_2004" || "euc_jisx0213" || "euc_kr" || "gb2312" || "gbk" || "gb18030" || "hz" || "iso2022_jp" || "iso2022_jp_1" || "iso2022_jp_2" || "iso2022_jp_2004" || "iso2022_jp_3" || "iso2022_jp_ext" || "iso2022_kr" || "latin_1" || "iso8859_2" || "iso8859_3" || "iso8859_4" || "iso8859_5" || "iso8859_6" || "iso8859_7" || "iso8859_8" || "iso8859_9" || "iso8859_10" || "iso8859_13" || "iso8859_14" || "iso8859_15" || "iso8859_16" || "johab" || "koi8_r" || "koi8_u" || "mac_cyrillic" || "mac_greek" || "mac_iceland" || "mac_latin2" || "mac_roman" || "mac_turkish" || "ptcp154" || "shift_jis" || "shift_jis_2004" || "shift_jisx0213" || "utf_32" || "utf_32_be" || "utf_32_le" || "utf_16" || "utf_16_be" || "utf_16_le" || "utf_7" || "utf_8" || "utf_8_sig", - * BufferDuration: Number("int"), - * BatchCount: Number("int"), - * BatchSize: Number("int"), - * }, - * ], - * }, - * CustomInstanceProfileArn: "STRING_VALUE", - * CustomJson: "STRING_VALUE", - * CustomSecurityGroupIds: [ // Strings - * "STRING_VALUE", - * ], - * Packages: [ - * "STRING_VALUE", - * ], - * VolumeConfigurations: [ // VolumeConfigurations - * { // VolumeConfiguration - * MountPoint: "STRING_VALUE", // required - * RaidLevel: Number("int"), - * NumberOfDisks: Number("int"), // required - * Size: Number("int"), // required - * VolumeType: "STRING_VALUE", - * Iops: Number("int"), - * Encrypted: true || false, - * }, - * ], - * EnableAutoHealing: true || false, - * AutoAssignElasticIps: true || false, - * AutoAssignPublicIps: true || false, - * CustomRecipes: { // Recipes - * Setup: [ - * "STRING_VALUE", - * ], - * Configure: [ - * "STRING_VALUE", - * ], - * Deploy: [ - * "STRING_VALUE", - * ], - * Undeploy: "", - * Shutdown: "", - * }, - * InstallUpdatesOnBoot: true || false, - * UseEbsOptimizedInstances: true || false, - * LifecycleEventConfiguration: { // LifecycleEventConfiguration - * Shutdown: { // ShutdownEventConfiguration - * ExecutionTimeout: Number("int"), - * DelayUntilElbConnectionsDrained: true || false, - * }, - * }, - * }; - * const command = new UpdateLayerCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param UpdateLayerCommandInput - {@link UpdateLayerCommandInput} - * @returns {@link UpdateLayerCommandOutput} - * @see {@link UpdateLayerCommandInput} for command's `input` shape. - * @see {@link UpdateLayerCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class UpdateLayerCommand extends $Command - .classBuilder< - UpdateLayerCommandInput, - UpdateLayerCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "UpdateLayer", {}) - .n("OpsWorksClient", "UpdateLayerCommand") - .f(void 0, void 0) - .ser(se_UpdateLayerCommand) - .de(de_UpdateLayerCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: UpdateLayerRequest; - output: {}; - }; - sdk: { - input: UpdateLayerCommandInput; - output: UpdateLayerCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/UpdateMyUserProfileCommand.ts b/clients/client-opsworks/src/commands/UpdateMyUserProfileCommand.ts deleted file mode 100644 index 9ec217894bd7..000000000000 --- a/clients/client-opsworks/src/commands/UpdateMyUserProfileCommand.ts +++ /dev/null @@ -1,99 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { UpdateMyUserProfileRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_UpdateMyUserProfileCommand, se_UpdateMyUserProfileCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link UpdateMyUserProfileCommand}. - */ -export interface UpdateMyUserProfileCommandInput extends UpdateMyUserProfileRequest {} -/** - * @public - * - * The output of {@link UpdateMyUserProfileCommand}. - */ -export interface UpdateMyUserProfileCommandOutput extends __MetadataBearer {} - -/** - *

Updates a user's SSH public key.

- *

- * 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, UpdateMyUserProfileCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, UpdateMyUserProfileCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // UpdateMyUserProfileRequest - * SshPublicKey: "STRING_VALUE", - * }; - * const command = new UpdateMyUserProfileCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param UpdateMyUserProfileCommandInput - {@link UpdateMyUserProfileCommandInput} - * @returns {@link UpdateMyUserProfileCommandOutput} - * @see {@link UpdateMyUserProfileCommandInput} for command's `input` shape. - * @see {@link UpdateMyUserProfileCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class UpdateMyUserProfileCommand extends $Command - .classBuilder< - UpdateMyUserProfileCommandInput, - UpdateMyUserProfileCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "UpdateMyUserProfile", {}) - .n("OpsWorksClient", "UpdateMyUserProfileCommand") - .f(void 0, void 0) - .ser(se_UpdateMyUserProfileCommand) - .de(de_UpdateMyUserProfileCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: UpdateMyUserProfileRequest; - output: {}; - }; - sdk: { - input: UpdateMyUserProfileCommandInput; - output: UpdateMyUserProfileCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/UpdateRdsDbInstanceCommand.ts b/clients/client-opsworks/src/commands/UpdateRdsDbInstanceCommand.ts deleted file mode 100644 index f959c3ebaab8..000000000000 --- a/clients/client-opsworks/src/commands/UpdateRdsDbInstanceCommand.ts +++ /dev/null @@ -1,104 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { UpdateRdsDbInstanceRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_UpdateRdsDbInstanceCommand, se_UpdateRdsDbInstanceCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link UpdateRdsDbInstanceCommand}. - */ -export interface UpdateRdsDbInstanceCommandInput extends UpdateRdsDbInstanceRequest {} -/** - * @public - * - * The output of {@link UpdateRdsDbInstanceCommand}. - */ -export interface UpdateRdsDbInstanceCommandOutput extends __MetadataBearer {} - -/** - *

Updates 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, UpdateRdsDbInstanceCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, UpdateRdsDbInstanceCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // UpdateRdsDbInstanceRequest - * RdsDbInstanceArn: "STRING_VALUE", // required - * DbUser: "STRING_VALUE", - * DbPassword: "STRING_VALUE", - * }; - * const command = new UpdateRdsDbInstanceCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param UpdateRdsDbInstanceCommandInput - {@link UpdateRdsDbInstanceCommandInput} - * @returns {@link UpdateRdsDbInstanceCommandOutput} - * @see {@link UpdateRdsDbInstanceCommandInput} for command's `input` shape. - * @see {@link UpdateRdsDbInstanceCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class UpdateRdsDbInstanceCommand extends $Command - .classBuilder< - UpdateRdsDbInstanceCommandInput, - UpdateRdsDbInstanceCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "UpdateRdsDbInstance", {}) - .n("OpsWorksClient", "UpdateRdsDbInstanceCommand") - .f(void 0, void 0) - .ser(se_UpdateRdsDbInstanceCommand) - .de(de_UpdateRdsDbInstanceCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: UpdateRdsDbInstanceRequest; - output: {}; - }; - sdk: { - input: UpdateRdsDbInstanceCommandInput; - output: UpdateRdsDbInstanceCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/UpdateStackCommand.ts b/clients/client-opsworks/src/commands/UpdateStackCommand.ts deleted file mode 100644 index 809d394521f5..000000000000 --- a/clients/client-opsworks/src/commands/UpdateStackCommand.ts +++ /dev/null @@ -1,134 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { UpdateStackRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_UpdateStackCommand, se_UpdateStackCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link UpdateStackCommand}. - */ -export interface UpdateStackCommandInput extends UpdateStackRequest {} -/** - * @public - * - * The output of {@link UpdateStackCommand}. - */ -export interface UpdateStackCommandOutput extends __MetadataBearer {} - -/** - *

Updates 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, UpdateStackCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, UpdateStackCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // UpdateStackRequest - * StackId: "STRING_VALUE", // required - * Name: "STRING_VALUE", - * Attributes: { // StackAttributes - * "": "STRING_VALUE", - * }, - * ServiceRoleArn: "STRING_VALUE", - * DefaultInstanceProfileArn: "STRING_VALUE", - * DefaultOs: "STRING_VALUE", - * HostnameTheme: "STRING_VALUE", - * DefaultAvailabilityZone: "STRING_VALUE", - * DefaultSubnetId: "STRING_VALUE", - * CustomJson: "STRING_VALUE", - * ConfigurationManager: { // StackConfigurationManager - * Name: "STRING_VALUE", - * Version: "STRING_VALUE", - * }, - * ChefConfiguration: { // ChefConfiguration - * ManageBerkshelf: true || false, - * BerkshelfVersion: "STRING_VALUE", - * }, - * UseCustomCookbooks: true || false, - * CustomCookbooksSource: { // Source - * Type: "git" || "svn" || "archive" || "s3", - * Url: "STRING_VALUE", - * Username: "STRING_VALUE", - * Password: "STRING_VALUE", - * SshKey: "STRING_VALUE", - * Revision: "STRING_VALUE", - * }, - * DefaultSshKeyName: "STRING_VALUE", - * DefaultRootDeviceType: "ebs" || "instance-store", - * UseOpsworksSecurityGroups: true || false, - * AgentVersion: "STRING_VALUE", - * }; - * const command = new UpdateStackCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param UpdateStackCommandInput - {@link UpdateStackCommandInput} - * @returns {@link UpdateStackCommandOutput} - * @see {@link UpdateStackCommandInput} for command's `input` shape. - * @see {@link UpdateStackCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class UpdateStackCommand extends $Command - .classBuilder< - UpdateStackCommandInput, - UpdateStackCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "UpdateStack", {}) - .n("OpsWorksClient", "UpdateStackCommand") - .f(void 0, void 0) - .ser(se_UpdateStackCommand) - .de(de_UpdateStackCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: UpdateStackRequest; - output: {}; - }; - sdk: { - input: UpdateStackCommandInput; - output: UpdateStackCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/UpdateUserProfileCommand.ts b/clients/client-opsworks/src/commands/UpdateUserProfileCommand.ts deleted file mode 100644 index 4e555734c3ac..000000000000 --- a/clients/client-opsworks/src/commands/UpdateUserProfileCommand.ts +++ /dev/null @@ -1,104 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { UpdateUserProfileRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_UpdateUserProfileCommand, se_UpdateUserProfileCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link UpdateUserProfileCommand}. - */ -export interface UpdateUserProfileCommandInput extends UpdateUserProfileRequest {} -/** - * @public - * - * The output of {@link UpdateUserProfileCommand}. - */ -export interface UpdateUserProfileCommandOutput extends __MetadataBearer {} - -/** - *

Updates a specified 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, UpdateUserProfileCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, UpdateUserProfileCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // UpdateUserProfileRequest - * IamUserArn: "STRING_VALUE", // required - * SshUsername: "STRING_VALUE", - * SshPublicKey: "STRING_VALUE", - * AllowSelfManagement: true || false, - * }; - * const command = new UpdateUserProfileCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param UpdateUserProfileCommandInput - {@link UpdateUserProfileCommandInput} - * @returns {@link UpdateUserProfileCommandOutput} - * @see {@link UpdateUserProfileCommandInput} for command's `input` shape. - * @see {@link UpdateUserProfileCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class UpdateUserProfileCommand extends $Command - .classBuilder< - UpdateUserProfileCommandInput, - UpdateUserProfileCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "UpdateUserProfile", {}) - .n("OpsWorksClient", "UpdateUserProfileCommand") - .f(void 0, void 0) - .ser(se_UpdateUserProfileCommand) - .de(de_UpdateUserProfileCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: UpdateUserProfileRequest; - output: {}; - }; - sdk: { - input: UpdateUserProfileCommandInput; - output: UpdateUserProfileCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/UpdateVolumeCommand.ts b/clients/client-opsworks/src/commands/UpdateVolumeCommand.ts deleted file mode 100644 index 3b2af2d21354..000000000000 --- a/clients/client-opsworks/src/commands/UpdateVolumeCommand.ts +++ /dev/null @@ -1,105 +0,0 @@ -// smithy-typescript generated code -import { getEndpointPlugin } from "@smithy/middleware-endpoint"; -import { getSerdePlugin } from "@smithy/middleware-serde"; -import { Command as $Command } from "@smithy/smithy-client"; -import { MetadataBearer as __MetadataBearer } from "@smithy/types"; - -import { commonParams } from "../endpoint/EndpointParameters"; -import { UpdateVolumeRequest } from "../models/models_0"; -import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; -import { de_UpdateVolumeCommand, se_UpdateVolumeCommand } from "../protocols/Aws_json1_1"; - -/** - * @public - */ -export type { __MetadataBearer }; -export { $Command }; -/** - * @public - * - * The input for {@link UpdateVolumeCommand}. - */ -export interface UpdateVolumeCommandInput extends UpdateVolumeRequest {} -/** - * @public - * - * The output of {@link UpdateVolumeCommand}. - */ -export interface UpdateVolumeCommandOutput extends __MetadataBearer {} - -/** - *

Updates an Amazon EBS volume's name or mount point. 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.

- * @example - * Use a bare-bones client and the command you need to make an API call. - * ```javascript - * import { OpsWorksClient, UpdateVolumeCommand } from "@aws-sdk/client-opsworks"; // ES Modules import - * // const { OpsWorksClient, UpdateVolumeCommand } = require("@aws-sdk/client-opsworks"); // CommonJS import - * const client = new OpsWorksClient(config); - * const input = { // UpdateVolumeRequest - * VolumeId: "STRING_VALUE", // required - * Name: "STRING_VALUE", - * MountPoint: "STRING_VALUE", - * }; - * const command = new UpdateVolumeCommand(input); - * const response = await client.send(command); - * // {}; - * - * ``` - * - * @param UpdateVolumeCommandInput - {@link UpdateVolumeCommandInput} - * @returns {@link UpdateVolumeCommandOutput} - * @see {@link UpdateVolumeCommandInput} for command's `input` shape. - * @see {@link UpdateVolumeCommandOutput} for command's `response` shape. - * @see {@link OpsWorksClientResolvedConfig | config} for OpsWorksClient's `config` shape. - * - * @throws {@link ResourceNotFoundException} (client fault) - *

Indicates that a resource was not found.

- * - * @throws {@link ValidationException} (client fault) - *

Indicates that a request was not valid.

- * - * @throws {@link OpsWorksServiceException} - *

Base exception class for all service exceptions from OpsWorks service.

- * - * - * @public - */ -export class UpdateVolumeCommand extends $Command - .classBuilder< - UpdateVolumeCommandInput, - UpdateVolumeCommandOutput, - OpsWorksClientResolvedConfig, - ServiceInputTypes, - ServiceOutputTypes - >() - .ep(commonParams) - .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { - return [ - getSerdePlugin(config, this.serialize, this.deserialize), - getEndpointPlugin(config, Command.getEndpointParameterInstructions()), - ]; - }) - .s("OpsWorks_20130218", "UpdateVolume", {}) - .n("OpsWorksClient", "UpdateVolumeCommand") - .f(void 0, void 0) - .ser(se_UpdateVolumeCommand) - .de(de_UpdateVolumeCommand) - .build() { - /** @internal type navigation helper, not in runtime. */ - protected declare static __types: { - api: { - input: UpdateVolumeRequest; - output: {}; - }; - sdk: { - input: UpdateVolumeCommandInput; - output: UpdateVolumeCommandOutput; - }; - }; -} diff --git a/clients/client-opsworks/src/commands/index.ts b/clients/client-opsworks/src/commands/index.ts deleted file mode 100644 index cdd179f1e71f..000000000000 --- a/clients/client-opsworks/src/commands/index.ts +++ /dev/null @@ -1,75 +0,0 @@ -// smithy-typescript generated code -export * from "./AssignInstanceCommand"; -export * from "./AssignVolumeCommand"; -export * from "./AssociateElasticIpCommand"; -export * from "./AttachElasticLoadBalancerCommand"; -export * from "./CloneStackCommand"; -export * from "./CreateAppCommand"; -export * from "./CreateDeploymentCommand"; -export * from "./CreateInstanceCommand"; -export * from "./CreateLayerCommand"; -export * from "./CreateStackCommand"; -export * from "./CreateUserProfileCommand"; -export * from "./DeleteAppCommand"; -export * from "./DeleteInstanceCommand"; -export * from "./DeleteLayerCommand"; -export * from "./DeleteStackCommand"; -export * from "./DeleteUserProfileCommand"; -export * from "./DeregisterEcsClusterCommand"; -export * from "./DeregisterElasticIpCommand"; -export * from "./DeregisterInstanceCommand"; -export * from "./DeregisterRdsDbInstanceCommand"; -export * from "./DeregisterVolumeCommand"; -export * from "./DescribeAgentVersionsCommand"; -export * from "./DescribeAppsCommand"; -export * from "./DescribeCommandsCommand"; -export * from "./DescribeDeploymentsCommand"; -export * from "./DescribeEcsClustersCommand"; -export * from "./DescribeElasticIpsCommand"; -export * from "./DescribeElasticLoadBalancersCommand"; -export * from "./DescribeInstancesCommand"; -export * from "./DescribeLayersCommand"; -export * from "./DescribeLoadBasedAutoScalingCommand"; -export * from "./DescribeMyUserProfileCommand"; -export * from "./DescribeOperatingSystemsCommand"; -export * from "./DescribePermissionsCommand"; -export * from "./DescribeRaidArraysCommand"; -export * from "./DescribeRdsDbInstancesCommand"; -export * from "./DescribeServiceErrorsCommand"; -export * from "./DescribeStackProvisioningParametersCommand"; -export * from "./DescribeStackSummaryCommand"; -export * from "./DescribeStacksCommand"; -export * from "./DescribeTimeBasedAutoScalingCommand"; -export * from "./DescribeUserProfilesCommand"; -export * from "./DescribeVolumesCommand"; -export * from "./DetachElasticLoadBalancerCommand"; -export * from "./DisassociateElasticIpCommand"; -export * from "./GetHostnameSuggestionCommand"; -export * from "./GrantAccessCommand"; -export * from "./ListTagsCommand"; -export * from "./RebootInstanceCommand"; -export * from "./RegisterEcsClusterCommand"; -export * from "./RegisterElasticIpCommand"; -export * from "./RegisterInstanceCommand"; -export * from "./RegisterRdsDbInstanceCommand"; -export * from "./RegisterVolumeCommand"; -export * from "./SetLoadBasedAutoScalingCommand"; -export * from "./SetPermissionCommand"; -export * from "./SetTimeBasedAutoScalingCommand"; -export * from "./StartInstanceCommand"; -export * from "./StartStackCommand"; -export * from "./StopInstanceCommand"; -export * from "./StopStackCommand"; -export * from "./TagResourceCommand"; -export * from "./UnassignInstanceCommand"; -export * from "./UnassignVolumeCommand"; -export * from "./UntagResourceCommand"; -export * from "./UpdateAppCommand"; -export * from "./UpdateElasticIpCommand"; -export * from "./UpdateInstanceCommand"; -export * from "./UpdateLayerCommand"; -export * from "./UpdateMyUserProfileCommand"; -export * from "./UpdateRdsDbInstanceCommand"; -export * from "./UpdateStackCommand"; -export * from "./UpdateUserProfileCommand"; -export * from "./UpdateVolumeCommand"; diff --git a/clients/client-opsworks/src/endpoint/EndpointParameters.ts b/clients/client-opsworks/src/endpoint/EndpointParameters.ts deleted file mode 100644 index f350b8395af7..000000000000 --- a/clients/client-opsworks/src/endpoint/EndpointParameters.ts +++ /dev/null @@ -1,40 +0,0 @@ -// smithy-typescript generated code -import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; - -/** - * @public - */ -export interface ClientInputEndpointParameters { - region?: string | undefined | Provider; - useDualstackEndpoint?: boolean | undefined | Provider; - useFipsEndpoint?: boolean | undefined | Provider; - endpoint?: string | Provider | Endpoint | Provider | EndpointV2 | Provider; -} - -export type ClientResolvedEndpointParameters = Omit & { - defaultSigningName: string; -}; - -export const resolveClientEndpointParameters = ( - options: T & ClientInputEndpointParameters -): T & ClientResolvedEndpointParameters => { - return Object.assign(options, { - useDualstackEndpoint: options.useDualstackEndpoint ?? false, - useFipsEndpoint: options.useFipsEndpoint ?? false, - defaultSigningName: "opsworks", - }); -}; - -export const commonParams = { - UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, - Endpoint: { type: "builtInParams", name: "endpoint" }, - Region: { type: "builtInParams", name: "region" }, - UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, -} as const; - -export interface EndpointParameters extends __EndpointParameters { - Region?: string | undefined; - UseDualStack?: boolean | undefined; - UseFIPS?: boolean | undefined; - Endpoint?: string | undefined; -} diff --git a/clients/client-opsworks/src/endpoint/endpointResolver.ts b/clients/client-opsworks/src/endpoint/endpointResolver.ts deleted file mode 100644 index ccee107f30d6..000000000000 --- a/clients/client-opsworks/src/endpoint/endpointResolver.ts +++ /dev/null @@ -1,26 +0,0 @@ -// smithy-typescript generated code -import { awsEndpointFunctions } from "@aws-sdk/util-endpoints"; -import { EndpointV2, Logger } from "@smithy/types"; -import { customEndpointFunctions, EndpointCache, EndpointParams, resolveEndpoint } from "@smithy/util-endpoints"; - -import { EndpointParameters } from "./EndpointParameters"; -import { ruleSet } from "./ruleset"; - -const cache = new EndpointCache({ - size: 50, - params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"], -}); - -export const defaultEndpointResolver = ( - endpointParams: EndpointParameters, - context: { logger?: Logger } = {} -): EndpointV2 => { - return cache.get(endpointParams as EndpointParams, () => - resolveEndpoint(ruleSet, { - endpointParams: endpointParams as EndpointParams, - logger: context.logger, - }) - ); -}; - -customEndpointFunctions.aws = awsEndpointFunctions; diff --git a/clients/client-opsworks/src/endpoint/ruleset.ts b/clients/client-opsworks/src/endpoint/ruleset.ts deleted file mode 100644 index f261745a1d24..000000000000 --- a/clients/client-opsworks/src/endpoint/ruleset.ts +++ /dev/null @@ -1,32 +0,0 @@ -// @ts-nocheck -// generated code, do not edit -import { RuleSetObject } from "@smithy/types"; - -/* This file is compressed. Log this object - or see "smithy.rules#endpointRuleSet" - in codegen/sdk-codegen/aws-models/opsworks.json */ - -const s="required", -t="fn", -u="argv", -v="ref"; -const a=true, -b="isSet", -c="booleanEquals", -d="error", -e="endpoint", -f="tree", -g="PartitionResult", -h={[s]:false,"type":"String"}, -i={[s]:true,"default":false,"type":"Boolean"}, -j={[v]:"Endpoint"}, -k={[t]:c,[u]:[{[v]:"UseFIPS"},true]}, -l={[t]:c,[u]:[{[v]:"UseDualStack"},true]}, -m={}, -n={[t]:"getAttr",[u]:[{[v]:g},"supportsFIPS"]}, -o={[t]:c,[u]:[true,{[t]:"getAttr",[u]:[{[v]:g},"supportsDualStack"]}]}, -p=[k], -q=[l], -r=[{[v]:"Region"}]; -const _data={version:"1.0",parameters:{Region:h,UseDualStack:i,UseFIPS:i,Endpoint:h},rules:[{conditions:[{[t]:b,[u]:[j]}],rules:[{conditions:p,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:d},{conditions:q,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:d},{endpoint:{url:j,properties:m,headers:m},type:e}],type:f},{conditions:[{[t]:b,[u]:r}],rules:[{conditions:[{[t]:"aws.partition",[u]:r,assign:g}],rules:[{conditions:[k,l],rules:[{conditions:[{[t]:c,[u]:[a,n]},o],rules:[{endpoint:{url:"https://opsworks-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:m,headers:m},type:e}],type:f},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:d}],type:f},{conditions:p,rules:[{conditions:[{[t]:c,[u]:[n,a]}],rules:[{endpoint:{url:"https://opsworks-fips.{Region}.{PartitionResult#dnsSuffix}",properties:m,headers:m},type:e}],type:f},{error:"FIPS is enabled but this partition does not support FIPS",type:d}],type:f},{conditions:q,rules:[{conditions:[o],rules:[{endpoint:{url:"https://opsworks.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:m,headers:m},type:e}],type:f},{error:"DualStack is enabled but this partition does not support DualStack",type:d}],type:f},{endpoint:{url:"https://opsworks.{Region}.{PartitionResult#dnsSuffix}",properties:m,headers:m},type:e}],type:f}],type:f},{error:"Invalid Configuration: Missing Region",type:d}]}; -export const ruleSet: RuleSetObject = _data; diff --git a/clients/client-opsworks/src/extensionConfiguration.ts b/clients/client-opsworks/src/extensionConfiguration.ts deleted file mode 100644 index 1fe5dfd93161..000000000000 --- a/clients/client-opsworks/src/extensionConfiguration.ts +++ /dev/null @@ -1,15 +0,0 @@ -// smithy-typescript generated code -import { AwsRegionExtensionConfiguration } from "@aws-sdk/types"; -import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http"; -import { DefaultExtensionConfiguration } from "@smithy/types"; - -import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration"; - -/** - * @internal - */ -export interface OpsWorksExtensionConfiguration - extends HttpHandlerExtensionConfiguration, - DefaultExtensionConfiguration, - AwsRegionExtensionConfiguration, - HttpAuthExtensionConfiguration {} diff --git a/clients/client-opsworks/src/index.ts b/clients/client-opsworks/src/index.ts deleted file mode 100644 index db38a9a2102e..000000000000 --- a/clients/client-opsworks/src/index.ts +++ /dev/null @@ -1,130 +0,0 @@ -// smithy-typescript generated code -/* eslint-disable */ -/** - * 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.

- *
    - *
  • - *

    opsworks.us-east-1.amazonaws.com

    - *
  • - *
  • - *

    opsworks.us-east-2.amazonaws.com

    - *
  • - *
  • - *

    opsworks.us-west-1.amazonaws.com

    - *
  • - *
  • - *

    opsworks.us-west-2.amazonaws.com

    - *
  • - *
  • - *

    opsworks.ca-central-1.amazonaws.com (API only; not available in the Amazon Web Services Management Console)

    - *
  • - *
  • - *

    opsworks.eu-west-1.amazonaws.com

    - *
  • - *
  • - *

    opsworks.eu-west-2.amazonaws.com

    - *
  • - *
  • - *

    opsworks.eu-west-3.amazonaws.com

    - *
  • - *
  • - *

    opsworks.eu-central-1.amazonaws.com

    - *
  • - *
  • - *

    opsworks.ap-northeast-1.amazonaws.com

    - *
  • - *
  • - *

    opsworks.ap-northeast-2.amazonaws.com

    - *
  • - *
  • - *

    opsworks.ap-south-1.amazonaws.com

    - *
  • - *
  • - *

    opsworks.ap-southeast-1.amazonaws.com

    - *
  • - *
  • - *

    opsworks.ap-southeast-2.amazonaws.com

    - *
  • - *
  • - *

    opsworks.sa-east-1.amazonaws.com

    - *
  • - *
- *

- * Chef Versions - *

- *

When you call CreateStack, CloneStack, or UpdateStack we recommend you - * use the ConfigurationManager parameter to specify the Chef version. - * The recommended and default value for Linux stacks is currently 12. Windows stacks use Chef 12.2. For more information, - * see Chef Versions.

- * - *

You can specify Chef 12, 11.10, or 11.4 for your Linux stack. We recommend migrating your existing Linux stacks - * to Chef 12 as soon as possible.

- *
- * - * @packageDocumentation - */ -export * from "./OpsWorksClient"; -export * from "./OpsWorks"; -export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; -export type { RuntimeExtension } from "./runtimeExtensions"; -export type { OpsWorksExtensionConfiguration } from "./extensionConfiguration"; -export * from "./commands"; -export * from "./pagination"; -export * from "./waiters"; -export * from "./models"; - -export { OpsWorksServiceException } from "./models/OpsWorksServiceException"; diff --git a/clients/client-opsworks/src/models/OpsWorksServiceException.ts b/clients/client-opsworks/src/models/OpsWorksServiceException.ts deleted file mode 100644 index bd4236f8f1e3..000000000000 --- a/clients/client-opsworks/src/models/OpsWorksServiceException.ts +++ /dev/null @@ -1,24 +0,0 @@ -// smithy-typescript generated code -import { - ServiceException as __ServiceException, - ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@smithy/smithy-client"; - -export type { __ServiceExceptionOptions }; - -export { __ServiceException }; - -/** - * @public - * - * Base exception class for all service exceptions from OpsWorks service. - */ -export class OpsWorksServiceException extends __ServiceException { - /** - * @internal - */ - constructor(options: __ServiceExceptionOptions) { - super(options); - Object.setPrototypeOf(this, OpsWorksServiceException.prototype); - } -} diff --git a/clients/client-opsworks/src/models/index.ts b/clients/client-opsworks/src/models/index.ts deleted file mode 100644 index 9eaceb12865f..000000000000 --- a/clients/client-opsworks/src/models/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -// smithy-typescript generated code -export * from "./models_0"; diff --git a/clients/client-opsworks/src/models/models_0.ts b/clients/client-opsworks/src/models/models_0.ts deleted file mode 100644 index 26e586321027..000000000000 --- a/clients/client-opsworks/src/models/models_0.ts +++ /dev/null @@ -1,6619 +0,0 @@ -// smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; - -import { OpsWorksServiceException as __BaseException } from "./OpsWorksServiceException"; - -/** - *

Describes the configuration manager.

- * @public - */ -export interface StackConfigurationManager { - /** - *

The name. This parameter must be set to Chef.

- * @public - */ - Name?: string | undefined; - - /** - *

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.

- * @public - */ - Version?: string | undefined; -} - -/** - *

Describes an agent version.

- * @public - */ -export interface AgentVersion { - /** - *

The agent version.

- * @public - */ - Version?: string | undefined; - - /** - *

The configuration manager.

- * @public - */ - ConfigurationManager?: StackConfigurationManager | undefined; -} - -/** - * @public - * @enum - */ -export const SourceType = { - archive: "archive", - git: "git", - s3: "s3", - svn: "svn", -} as const; - -/** - * @public - */ -export type SourceType = (typeof SourceType)[keyof typeof SourceType]; - -/** - *

Contains the information required to retrieve an app or cookbook from a repository. For more - * information, see Creating Apps or Custom Recipes and - * Cookbooks.

- * @public - */ -export interface Source { - /** - *

The repository type.

- * @public - */ - Type?: SourceType | undefined; - - /** - *

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.

- * @public - */ - Url?: string | undefined; - - /** - *

This parameter depends on the repository type.

- *
    - *
  • - *

    For Amazon S3 bundles, set Username to the appropriate IAM access key - * ID.

    - *
  • - *
  • - *

    For HTTP bundles, Git repositories, and Subversion repositories, set Username - * to the user name.

    - *
  • - *
- * @public - */ - Username?: string | undefined; - - /** - *

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

- *
    - *
  • - *

    For Amazon S3 bundles, set Password to the appropriate IAM secret access - * key.

    - *
  • - *
  • - *

    For HTTP bundles and Subversion repositories, set Password to the - * password.

    - *
  • - *
- *

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.

- * @public - */ - Password?: string | undefined; - - /** - *

In requests, the repository's SSH key.

- *

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

- * @public - */ - SshKey?: string | undefined; - - /** - *

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.

- * @public - */ - Revision?: string | undefined; -} - -/** - * @public - * @enum - */ -export const AppAttributesKeys = { - AutoBundleOnDeploy: "AutoBundleOnDeploy", - AwsFlowRubySettings: "AwsFlowRubySettings", - DocumentRoot: "DocumentRoot", - RailsEnv: "RailsEnv", -} as const; - -/** - * @public - */ -export type AppAttributesKeys = (typeof AppAttributesKeys)[keyof typeof AppAttributesKeys]; - -/** - *

Describes an app's data source.

- * @public - */ -export interface DataSource { - /** - *

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

- * @public - */ - Type?: string | undefined; - - /** - *

The data source's ARN.

- * @public - */ - Arn?: string | undefined; - - /** - *

The database name.

- * @public - */ - DatabaseName?: string | undefined; -} - -/** - *

Represents an app's environment variable.

- * @public - */ -export interface EnvironmentVariable { - /** - *

(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.

- * @public - */ - Key: string | undefined; - - /** - *

(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.

- * @public - */ - Value: string | undefined; - - /** - *

(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.

- * @public - */ - Secure?: boolean | undefined; -} - -/** - *

Describes an app's SSL configuration.

- * @public - */ -export interface SslConfiguration { - /** - *

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

- * @public - */ - Certificate: string | undefined; - - /** - *

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

- * @public - */ - PrivateKey: string | undefined; - - /** - *

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

- * @public - */ - Chain?: string | undefined; -} - -/** - * @public - * @enum - */ -export const AppType = { - aws_flow_ruby: "aws-flow-ruby", - java: "java", - nodejs: "nodejs", - other: "other", - php: "php", - rails: "rails", - static: "static", -} as const; - -/** - * @public - */ -export type AppType = (typeof AppType)[keyof typeof AppType]; - -/** - *

A description of the app.

- * @public - */ -export interface App { - /** - *

The app ID.

- * @public - */ - AppId?: string | undefined; - - /** - *

The app stack ID.

- * @public - */ - StackId?: string | undefined; - - /** - *

The app's short name.

- * @public - */ - Shortname?: string | undefined; - - /** - *

The app name.

- * @public - */ - Name?: string | undefined; - - /** - *

A description of the app.

- * @public - */ - Description?: string | undefined; - - /** - *

The app's data sources.

- * @public - */ - DataSources?: DataSource[] | undefined; - - /** - *

The app type.

- * @public - */ - Type?: AppType | undefined; - - /** - *

A Source object that describes the app repository.

- * @public - */ - AppSource?: Source | undefined; - - /** - *

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

- * @public - */ - Domains?: string[] | undefined; - - /** - *

Whether to enable SSL for the app.

- * @public - */ - EnableSsl?: boolean | undefined; - - /** - *

An SslConfiguration object with the SSL configuration.

- * @public - */ - SslConfiguration?: SslConfiguration | undefined; - - /** - *

The stack attributes.

- * @public - */ - Attributes?: Partial> | undefined; - - /** - *

When the app was created.

- * @public - */ - CreatedAt?: string | undefined; - - /** - *

An array of EnvironmentVariable objects that specify environment variables to be - * associated with the app. After you deploy the app, these variables are defined on the - * associated app server instances. For more information, see Environment Variables.

- * - *

There is no specific limit on the number of environment variables. - * However, the size of the associated data structure - which includes the variable names, values, and protected flag - * values - cannot exceed 20 KB. This limit should accommodate most if not all use cases, but if you do exceed it, you - * will cause an exception (API) with an "Environment: is too large (maximum is 20 KB)" message.

- *
- * @public - */ - Environment?: EnvironmentVariable[] | undefined; -} - -/** - * @public - * @enum - */ -export const Architecture = { - i386: "i386", - x86_64: "x86_64", -} as const; - -/** - * @public - */ -export type Architecture = (typeof Architecture)[keyof typeof Architecture]; - -/** - * @public - */ -export interface AssignInstanceRequest { - /** - *

The instance ID.

- * @public - */ - InstanceId: string | undefined; - - /** - *

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

- * @public - */ - LayerIds: string[] | undefined; -} - -/** - *

Indicates that a resource was not found.

- * @public - */ -export class ResourceNotFoundException extends __BaseException { - readonly name: "ResourceNotFoundException" = "ResourceNotFoundException"; - readonly $fault: "client" = "client"; - /** - * @internal - */ - constructor(opts: __ExceptionOptionType) { - super({ - name: "ResourceNotFoundException", - $fault: "client", - ...opts, - }); - Object.setPrototypeOf(this, ResourceNotFoundException.prototype); - } -} - -/** - *

Indicates that a request was not valid.

- * @public - */ -export class ValidationException extends __BaseException { - readonly name: "ValidationException" = "ValidationException"; - readonly $fault: "client" = "client"; - /** - * @internal - */ - constructor(opts: __ExceptionOptionType) { - super({ - name: "ValidationException", - $fault: "client", - ...opts, - }); - Object.setPrototypeOf(this, ValidationException.prototype); - } -} - -/** - * @public - */ -export interface AssignVolumeRequest { - /** - *

The volume ID.

- * @public - */ - VolumeId: string | undefined; - - /** - *

The instance ID.

- * @public - */ - InstanceId?: string | undefined; -} - -/** - * @public - */ -export interface AssociateElasticIpRequest { - /** - *

The Elastic IP address.

- * @public - */ - ElasticIp: string | undefined; - - /** - *

The instance ID.

- * @public - */ - InstanceId?: string | undefined; -} - -/** - * @public - */ -export interface AttachElasticLoadBalancerRequest { - /** - *

The Elastic Load Balancing instance's name.

- * @public - */ - ElasticLoadBalancerName: string | undefined; - - /** - *

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

- * @public - */ - LayerId: string | undefined; -} - -/** - *

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

- * @public - */ -export interface AutoScalingThresholds { - /** - *

The number of instances to add or remove when the load exceeds a threshold.

- * @public - */ - InstanceCount?: number | undefined; - - /** - *

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

- * @public - */ - ThresholdsWaitTime?: number | undefined; - - /** - *

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.

- * @public - */ - IgnoreMetricsTime?: number | undefined; - - /** - *

The CPU utilization threshold, as a percent of the available CPU. A value of -1 disables the threshold.

- * @public - */ - CpuThreshold?: number | undefined; - - /** - *

The memory utilization threshold, as a percent of the available memory. A value of -1 disables the threshold.

- * @public - */ - MemoryThreshold?: number | undefined; - - /** - *

The load threshold. A value of -1 disables the threshold. For more information about how load is computed, - * see Load (computing).

- * @public - */ - LoadThreshold?: number | undefined; - - /** - *

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.

- *
- * @public - */ - Alarms?: string[] | undefined; -} - -/** - * @public - * @enum - */ -export const AutoScalingType = { - load: "load", - timer: "timer", -} as const; - -/** - * @public - */ -export type AutoScalingType = (typeof AutoScalingType)[keyof typeof AutoScalingType]; - -/** - * @public - * @enum - */ -export const VolumeType = { - gp2: "gp2", - io1: "io1", - standard: "standard", -} as const; - -/** - * @public - */ -export type VolumeType = (typeof VolumeType)[keyof typeof VolumeType]; - -/** - *

Describes an Amazon EBS volume. This data type maps directly to the Amazon EC2 EbsBlockDevice - * data type.

- * @public - */ -export interface EbsBlockDevice { - /** - *

The snapshot ID.

- * @public - */ - SnapshotId?: string | undefined; - - /** - *

The number of I/O operations per second (IOPS) that the volume supports. For more - * information, see EbsBlockDevice.

- * @public - */ - Iops?: number | undefined; - - /** - *

The volume size, in GiB. For more information, see EbsBlockDevice.

- * @public - */ - VolumeSize?: number | undefined; - - /** - *

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).

- * @public - */ - VolumeType?: VolumeType | undefined; - - /** - *

Whether the volume is deleted on instance termination.

- * @public - */ - DeleteOnTermination?: boolean | undefined; -} - -/** - *

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

- * @public - */ -export interface BlockDeviceMapping { - /** - *

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.

- * @public - */ - DeviceName?: string | undefined; - - /** - *

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

- * @public - */ - NoDevice?: string | undefined; - - /** - *

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

- * @public - */ - VirtualName?: string | undefined; - - /** - *

An EBSBlockDevice that defines how to configure an Amazon EBS volume when the - * instance is launched.

- * @public - */ - Ebs?: EbsBlockDevice | undefined; -} - -/** - *

Describes the Chef configuration.

- * @public - */ -export interface ChefConfiguration { - /** - *

Whether to enable Berkshelf.

- * @public - */ - ManageBerkshelf?: boolean | undefined; - - /** - *

The Berkshelf version.

- * @public - */ - BerkshelfVersion?: string | undefined; -} - -/** - * @public - * @enum - */ -export const StackAttributesKeys = { - Color: "Color", -} as const; - -/** - * @public - */ -export type StackAttributesKeys = (typeof StackAttributesKeys)[keyof typeof StackAttributesKeys]; - -/** - * @public - * @enum - */ -export const RootDeviceType = { - ebs: "ebs", - instance_store: "instance-store", -} as const; - -/** - * @public - */ -export type RootDeviceType = (typeof RootDeviceType)[keyof typeof RootDeviceType]; - -/** - * @public - */ -export interface CloneStackRequest { - /** - *

The source stack ID.

- * @public - */ - SourceStackId: string | undefined; - - /** - *

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

- * @public - */ - Name?: string | undefined; - - /** - *

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

- * @public - */ - Region?: string | undefined; - - /** - *

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 your account supports EC2 Classic, the default value is no VPC.

    - *
  • - *
  • - *

    If your account does not support EC2 Classic, the default value is the 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, - * 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:

- *
    - *
  • - *

    It must belong to a VPC in your account that is in the specified region.

    - *
  • - *
  • - *

    You must specify a value for DefaultSubnetId.

    - *
  • - *
- *

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.

- * @public - */ - VpcId?: string | undefined; - - /** - *

A list of stack attributes and values as key/value pairs to be added to the cloned stack.

- * @public - */ - Attributes?: Partial> | undefined; - - /** - *

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.

- *
- * @public - */ - ServiceRoleArn: string | undefined; - - /** - *

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.

- * @public - */ - DefaultInstanceProfileArn?: string | undefined; - - /** - *

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 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 18.04 LTS, Ubuntu 16.04 LTS, Ubuntu 14.04 LTS, or Ubuntu 12.04 LTS.

    - *
  • - *
  • - *

    - * CentOS Linux 7 - *

    - *
  • - *
  • - *

    - * Red Hat Enterprise Linux 7 - *

    - *
  • - *
  • - *

    - * Microsoft Windows Server 2012 R2 Base, Microsoft Windows Server 2012 R2 with SQL Server Express, - * Microsoft Windows Server 2012 R2 with SQL Server Standard, or Microsoft Windows Server 2012 R2 with SQL Server Web.

    - *
  • - *
  • - *

    A custom AMI: Custom. You specify the custom AMI you want to use when - * you create instances. For more information about how to use custom AMIs with OpsWorks, see Using - * Custom AMIs.

    - *
  • - *
- *

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.

- *
- * @public - */ - DefaultOs?: string | undefined; - - /** - *

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:

- *
    - *
  • - *

    - * Baked_Goods - *

    - *
  • - *
  • - *

    - * Clouds - *

    - *
  • - *
  • - *

    - * Europe_Cities - *

    - *
  • - *
  • - *

    - * Fruits - *

    - *
  • - *
  • - *

    - * Greek_Deities_and_Titans - *

    - *
  • - *
  • - *

    - * Legendary_creatures_from_Japan - *

    - *
  • - *
  • - *

    - * Planets_and_Moons - *

    - *
  • - *
  • - *

    - * Roman_Deities - *

    - *
  • - *
  • - *

    - * Scottish_Islands - *

    - *
  • - *
  • - *

    - * US_Cities - *

    - *
  • - *
  • - *

    - * Wild_Cats - *

    - *
  • - *
- *

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

- * @public - */ - HostnameTheme?: string | undefined; - - /** - *

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. - *

- * @public - */ - DefaultAvailabilityZone?: string | undefined; - - /** - *

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.

- * @public - */ - DefaultSubnetId?: string | undefined; - - /** - *

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 - *

- * @public - */ - CustomJson?: string | undefined; - - /** - *

The configuration manager. When you clone a stack we recommend that you use the configuration manager to specify the - * Chef version: 12, 11.10, or 11.4 for Linux stacks, or 12.2 for Windows stacks. The default value for Linux stacks is currently 12.

- * @public - */ - ConfigurationManager?: StackConfigurationManager | undefined; - - /** - *

A ChefConfiguration object that specifies whether to enable Berkshelf and the - * Berkshelf version on Chef 11.10 stacks. For more information, see Create a New Stack.

- * @public - */ - ChefConfiguration?: ChefConfiguration | undefined; - - /** - *

Whether to use custom cookbooks.

- * @public - */ - UseCustomCookbooks?: boolean | undefined; - - /** - *

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:

- *
    - *
  • - *

    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 - 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.

- * @public - */ - UseOpsworksSecurityGroups?: boolean | undefined; - - /** - *

Contains the information required to retrieve an app or cookbook from a repository. For more information, - * see Adding Apps or - * Cookbooks and Recipes.

- * @public - */ - CustomCookbooksSource?: Source | undefined; - - /** - *

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.

- * @public - */ - DefaultSshKeyName?: string | undefined; - - /** - *

Whether to clone the source stack's permissions.

- * @public - */ - ClonePermissions?: boolean | undefined; - - /** - *

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

- * @public - */ - CloneAppIds?: string[] | undefined; - - /** - *

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

- * @public - */ - DefaultRootDeviceType?: RootDeviceType | undefined; - - /** - *

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

- *
    - *
  • - *

    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. - * 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. - * 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.

- *
- * @public - */ - AgentVersion?: string | undefined; -} - -/** - *

Contains the response to a CloneStack request.

- * @public - */ -export interface CloneStackResult { - /** - *

The cloned stack ID.

- * @public - */ - StackId?: string | undefined; -} - -/** - * @public - * @enum - */ -export const CloudWatchLogsEncoding = { - ascii: "ascii", - big5: "big5", - big5hkscs: "big5hkscs", - cp037: "cp037", - cp1006: "cp1006", - cp1026: "cp1026", - cp1140: "cp1140", - cp1250: "cp1250", - cp1251: "cp1251", - cp1252: "cp1252", - cp1253: "cp1253", - cp1254: "cp1254", - cp1255: "cp1255", - cp1256: "cp1256", - cp1257: "cp1257", - cp1258: "cp1258", - cp424: "cp424", - cp437: "cp437", - cp500: "cp500", - cp720: "cp720", - cp737: "cp737", - cp775: "cp775", - cp850: "cp850", - cp852: "cp852", - cp855: "cp855", - cp856: "cp856", - cp857: "cp857", - cp858: "cp858", - cp860: "cp860", - cp861: "cp861", - cp862: "cp862", - cp863: "cp863", - cp864: "cp864", - cp865: "cp865", - cp866: "cp866", - cp869: "cp869", - cp874: "cp874", - cp875: "cp875", - cp932: "cp932", - cp949: "cp949", - cp950: "cp950", - euc_jis_2004: "euc_jis_2004", - euc_jisx0213: "euc_jisx0213", - euc_jp: "euc_jp", - euc_kr: "euc_kr", - gb18030: "gb18030", - gb2312: "gb2312", - gbk: "gbk", - hz: "hz", - iso2022_jp: "iso2022_jp", - iso2022_jp_1: "iso2022_jp_1", - iso2022_jp_2: "iso2022_jp_2", - iso2022_jp_2004: "iso2022_jp_2004", - iso2022_jp_3: "iso2022_jp_3", - iso2022_jp_ext: "iso2022_jp_ext", - iso2022_kr: "iso2022_kr", - iso8859_10: "iso8859_10", - iso8859_13: "iso8859_13", - iso8859_14: "iso8859_14", - iso8859_15: "iso8859_15", - iso8859_16: "iso8859_16", - iso8859_2: "iso8859_2", - iso8859_3: "iso8859_3", - iso8859_4: "iso8859_4", - iso8859_5: "iso8859_5", - iso8859_6: "iso8859_6", - iso8859_7: "iso8859_7", - iso8859_8: "iso8859_8", - iso8859_9: "iso8859_9", - johab: "johab", - koi8_r: "koi8_r", - koi8_u: "koi8_u", - latin_1: "latin_1", - mac_cyrillic: "mac_cyrillic", - mac_greek: "mac_greek", - mac_iceland: "mac_iceland", - mac_latin2: "mac_latin2", - mac_roman: "mac_roman", - mac_turkish: "mac_turkish", - ptcp154: "ptcp154", - shift_jis: "shift_jis", - shift_jis_2004: "shift_jis_2004", - shift_jisx0213: "shift_jisx0213", - utf_16: "utf_16", - utf_16_be: "utf_16_be", - utf_16_le: "utf_16_le", - utf_32: "utf_32", - utf_32_be: "utf_32_be", - utf_32_le: "utf_32_le", - utf_7: "utf_7", - utf_8: "utf_8", - utf_8_sig: "utf_8_sig", -} as const; - -/** - * @public - */ -export type CloudWatchLogsEncoding = (typeof CloudWatchLogsEncoding)[keyof typeof CloudWatchLogsEncoding]; - -/** - * @public - * @enum - */ -export const CloudWatchLogsInitialPosition = { - end_of_file: "end_of_file", - start_of_file: "start_of_file", -} as const; - -/** - * @public - */ -export type CloudWatchLogsInitialPosition = - (typeof CloudWatchLogsInitialPosition)[keyof typeof CloudWatchLogsInitialPosition]; - -/** - * @public - * @enum - */ -export const CloudWatchLogsTimeZone = { - LOCAL: "LOCAL", - UTC: "UTC", -} as const; - -/** - * @public - */ -export type CloudWatchLogsTimeZone = (typeof CloudWatchLogsTimeZone)[keyof typeof CloudWatchLogsTimeZone]; - -/** - *

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

- * @public - */ -export interface CloudWatchLogsLogStream { - /** - *

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).

- * @public - */ - LogGroupName?: string | undefined; - - /** - *

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

- * @public - */ - DatetimeFormat?: string | undefined; - - /** - *

Specifies the time zone of log event time stamps.

- * @public - */ - TimeZone?: CloudWatchLogsTimeZone | undefined; - - /** - *

Specifies log files that you want to push to CloudWatch Logs.

- *

- * File can point to a specific file or multiple files (by using wild card characters such - * as /var/log/system.log*). - * Only the latest file is pushed to CloudWatch Logs, based on file modification time. We recommend that you use - * wild card characters to specify a series - * of files of the same type, such as access_log.2014-06-01-01, access_log.2014-06-01-02, and so on - * by using a pattern like access_log.*. Don't use a wildcard to match multiple file types, - * such as access_log_80 and access_log_443. To specify multiple, different file types, add another - * log stream entry to the configuration file, so that each log file type is stored in a different log group.

- *

Zipped files are not supported.

- * @public - */ - File?: string | undefined; - - /** - *

Specifies the range of lines for identifying a file. The valid values are one number, or two dash-delimited numbers, - * such as '1', '2-5'. The default value is '1', meaning the first line is used to calculate the fingerprint. - * Fingerprint lines are - * not sent to CloudWatch Logs unless all specified lines are available.

- * @public - */ - FileFingerprintLines?: string | undefined; - - /** - *

Specifies the pattern for identifying the start of a log message.

- * @public - */ - MultiLineStartPattern?: string | undefined; - - /** - *

Specifies where to start to read data (start_of_file or end_of_file). The default is start_of_file. - * This setting is only used if there is no state persisted for that log stream.

- * @public - */ - InitialPosition?: CloudWatchLogsInitialPosition | undefined; - - /** - *

Specifies the encoding of the log file so that the file can be read correctly. - * The default is utf_8. Encodings supported by Python codecs.decode() can be used here.

- * @public - */ - Encoding?: CloudWatchLogsEncoding | undefined; - - /** - *

Specifies the time duration for the batching of log events. The minimum value is 5000ms and default value is 5000ms.

- * @public - */ - BufferDuration?: number | undefined; - - /** - *

Specifies the max number of log events in a batch, up to 10000. The default value is 1000.

- * @public - */ - BatchCount?: number | undefined; - - /** - *

Specifies the maximum size of log events in a batch, in bytes, up to 1048576 bytes. - * The default value is 32768 bytes. This size is calculated as the sum of all event messages - * in UTF-8, plus 26 bytes for each log event.

- * @public - */ - BatchSize?: number | undefined; -} - -/** - *

Describes the Amazon CloudWatch Logs configuration for a layer.

- * @public - */ -export interface CloudWatchLogsConfiguration { - /** - *

Whether CloudWatch Logs is enabled for a layer.

- * @public - */ - Enabled?: boolean | undefined; - - /** - *

A list of configuration options for CloudWatch Logs.

- * @public - */ - LogStreams?: CloudWatchLogsLogStream[] | undefined; -} - -/** - *

Describes a command.

- * @public - */ -export interface Command { - /** - *

The command ID.

- * @public - */ - CommandId?: string | undefined; - - /** - *

The ID of the instance where the command was executed.

- * @public - */ - InstanceId?: string | undefined; - - /** - *

The command deployment ID.

- * @public - */ - DeploymentId?: string | undefined; - - /** - *

Date and time when the command was run.

- * @public - */ - CreatedAt?: string | undefined; - - /** - *

Date and time when the command was acknowledged.

- * @public - */ - AcknowledgedAt?: string | undefined; - - /** - *

Date when the command completed.

- * @public - */ - CompletedAt?: string | undefined; - - /** - *

The command status:

- *
    - *
  • - *

    failed

    - *
  • - *
  • - *

    successful

    - *
  • - *
  • - *

    skipped

    - *
  • - *
  • - *

    pending

    - *
  • - *
- * @public - */ - Status?: string | undefined; - - /** - *

The command exit code.

- * @public - */ - ExitCode?: number | undefined; - - /** - *

The URL of the command log.

- * @public - */ - LogUrl?: string | undefined; - - /** - *

The command type:

- *
    - *
  • - *

    - * configure - *

    - *
  • - *
  • - *

    - * deploy - *

    - *
  • - *
  • - *

    - * execute_recipes - *

    - *
  • - *
  • - *

    - * install_dependencies - *

    - *
  • - *
  • - *

    - * restart - *

    - *
  • - *
  • - *

    - * rollback - *

    - *
  • - *
  • - *

    - * setup - *

    - *
  • - *
  • - *

    - * start - *

    - *
  • - *
  • - *

    - * stop - *

    - *
  • - *
  • - *

    - * undeploy - *

    - *
  • - *
  • - *

    - * update_custom_cookbooks - *

    - *
  • - *
  • - *

    - * update_dependencies - *

    - *
  • - *
- * @public - */ - Type?: string | undefined; -} - -/** - * @public - */ -export interface CreateAppRequest { - /** - *

The stack ID.

- * @public - */ - StackId: string | undefined; - - /** - *

The app's short name.

- * @public - */ - Shortname?: string | undefined; - - /** - *

The app name.

- * @public - */ - Name: string | undefined; - - /** - *

A description of the app.

- * @public - */ - Description?: string | undefined; - - /** - *

The app's data source.

- * @public - */ - DataSources?: DataSource[] | undefined; - - /** - *

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.

- * @public - */ - Type: AppType | undefined; - - /** - *

A Source object that specifies the app repository.

- * @public - */ - AppSource?: Source | undefined; - - /** - *

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

- * @public - */ - Domains?: string[] | undefined; - - /** - *

Whether to enable SSL for the app.

- * @public - */ - EnableSsl?: boolean | undefined; - - /** - *

An SslConfiguration object with the SSL configuration.

- * @public - */ - SslConfiguration?: SslConfiguration | undefined; - - /** - *

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

- * @public - */ - Attributes?: Partial> | undefined; - - /** - *

An array of EnvironmentVariable objects that specify environment variables to be - * associated with the app. After you deploy the app, these variables are defined on the - * associated app server instance. For more information, see Environment Variables.

- *

There is no specific limit on the number of environment variables. However, the size of the associated data structure - which includes the variables' names, values, and protected flag values - cannot exceed 20 KB. This limit should accommodate most if not all use cases. Exceeding it will cause an exception with the message, "Environment: is too large (maximum is 20KB)."

- * - *

If you have specified one or more environment variables, you cannot modify the stack's Chef version.

- *
- * @public - */ - Environment?: EnvironmentVariable[] | undefined; -} - -/** - *

Contains the response to a CreateApp request.

- * @public - */ -export interface CreateAppResult { - /** - *

The app ID.

- * @public - */ - AppId?: string | undefined; -} - -/** - * @public - * @enum - */ -export const DeploymentCommandName = { - configure: "configure", - deploy: "deploy", - execute_recipes: "execute_recipes", - install_dependencies: "install_dependencies", - restart: "restart", - rollback: "rollback", - setup: "setup", - start: "start", - stop: "stop", - undeploy: "undeploy", - update_custom_cookbooks: "update_custom_cookbooks", - update_dependencies: "update_dependencies", -} as const; - -/** - * @public - */ -export type DeploymentCommandName = (typeof DeploymentCommandName)[keyof typeof DeploymentCommandName]; - -/** - *

Used to specify a stack or deployment command.

- * @public - */ -export interface DeploymentCommand { - /** - *

Specifies the operation. You can specify only one command.

- *

For stacks, the following commands are available:

- *
    - *
  • - *

    - * execute_recipes: Execute one or more recipes. To specify the recipes, set an - * Args parameter named recipes to the list of recipes to be - * executed. For example, to execute phpapp::appsetup, set Args to - * \{"recipes":["phpapp::appsetup"]\}.

    - *
  • - *
  • - *

    - * install_dependencies: Install the stack's dependencies.

    - *
  • - *
  • - *

    - * update_custom_cookbooks: Update the stack's custom cookbooks.

    - *
  • - *
  • - *

    - * update_dependencies: Update the stack's dependencies.

    - *
  • - *
- * - *

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:

- *
    - *
  • - *

    - * deploy: Deploy an app. Ruby on Rails apps have an optional Args - * parameter named migrate. Set Args to \{"migrate":["true"]\} to - * migrate the database. The default setting is \{"migrate":["false"]\}.

    - *
  • - *
  • - *

    - * rollback Roll the app back to the previous version. When you update 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.

    - *
  • - *
  • - *

    - * stop: Stop the app's web or application server.

    - *
  • - *
  • - *

    - * restart: Restart the app's web or application server.

    - *
  • - *
  • - *

    - * undeploy: Undeploy the app.

    - *
  • - *
- * @public - */ - Name: DeploymentCommandName | undefined; - - /** - *

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:

- *
    - *
  • - *

    - * 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 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 2018.03, set Args to the - * following.

- *

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

- * @public - */ - Args?: Record | undefined; -} - -/** - * @public - */ -export interface CreateDeploymentRequest { - /** - *

The stack ID.

- * @public - */ - StackId: string | undefined; - - /** - *

The app ID. This parameter is required for app deployments, but not for other deployment commands.

- * @public - */ - AppId?: string | undefined; - - /** - *

The instance IDs for the deployment targets.

- * @public - */ - InstanceIds?: string[] | undefined; - - /** - *

The layer IDs for the deployment targets.

- * @public - */ - LayerIds?: string[] | undefined; - - /** - *

A DeploymentCommand object that specifies the deployment command and any - * associated arguments.

- * @public - */ - Command: DeploymentCommand | undefined; - - /** - *

A user-defined comment.

- * @public - */ - Comment?: string | undefined; - - /** - *

A string that contains user-defined, custom JSON. You can use this parameter to override some 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 and - * Overriding Attributes With Custom - * JSON.

- * @public - */ - CustomJson?: string | undefined; -} - -/** - *

Contains the response to a CreateDeployment request.

- * @public - */ -export interface CreateDeploymentResult { - /** - *

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

- * @public - */ - DeploymentId?: string | undefined; -} - -/** - * @public - */ -export interface CreateInstanceRequest { - /** - *

The stack ID.

- * @public - */ - StackId: string | undefined; - - /** - *

An array that contains the instance's layer IDs.

- * @public - */ - LayerIds: string[] | undefined; - - /** - *

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.

- * @public - */ - InstanceType: string | undefined; - - /** - *

For load-based or time-based instances, the type. Windows stacks can use only time-based instances.

- * @public - */ - AutoScalingType?: AutoScalingType | undefined; - - /** - *

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

- *
    - *
  • - *

    Linux-based instances: 63 characters

    - *
  • - *
  • - *

    Windows-based instances: 15 characters

    - *
  • - *
- * @public - */ - Hostname?: string | undefined; - - /** - *

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 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 18.04 LTS, Ubuntu 16.04 LTS, Ubuntu 14.04 LTS, or Ubuntu 12.04 LTS.

    - *
  • - *
  • - *

    - * CentOS Linux 7 - *

    - *
  • - *
  • - *

    - * Red Hat Enterprise Linux 7 - *

    - *
  • - *
  • - *

    A supported Windows operating system, such as Microsoft Windows Server 2012 R2 Base, Microsoft Windows Server 2012 R2 with SQL Server Express, - * Microsoft Windows Server 2012 R2 with SQL Server Standard, or Microsoft Windows Server 2012 R2 with SQL Server Web.

    - *
  • - *
  • - *

    A custom AMI: Custom.

    - *
  • - *
- *

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.

- * @public - */ - Os?: string | undefined; - - /** - *

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.

- *
- * @public - */ - AmiId?: string | undefined; - - /** - *

The instance's Amazon EC2 key-pair name.

- * @public - */ - SshKeyName?: string | undefined; - - /** - *

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

- * @public - */ - AvailabilityZone?: string | undefined; - - /** - *

The instance's virtualization type, paravirtual or hvm.

- * @public - */ - VirtualizationType?: string | undefined; - - /** - *

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.

- * @public - */ - SubnetId?: string | undefined; - - /** - *

The instance architecture. The default option is x86_64. Instance types do not - * necessarily support both architectures. For a list of the architectures that are supported by - * the different instance types, see Instance Families and - * Types.

- * @public - */ - Architecture?: Architecture | undefined; - - /** - *

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

- * @public - */ - RootDeviceType?: RootDeviceType | undefined; - - /** - *

An array of BlockDeviceMapping objects that specify the instance's block - * devices. For more information, see Block - * Device Mapping. Note that block device mappings are not supported for custom AMIs.

- * @public - */ - BlockDeviceMappings?: BlockDeviceMapping[] | undefined; - - /** - *

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.

- *
- * @public - */ - InstallUpdatesOnBoot?: boolean | undefined; - - /** - *

Whether to create an Amazon EBS-optimized instance.

- * @public - */ - EbsOptimized?: boolean | undefined; - - /** - *

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. - * 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. - * For a list of available agent version numbers, call DescribeAgentVersions. - * AgentVersion cannot be set to Chef 12.2.

- * @public - */ - AgentVersion?: string | undefined; - - /** - *

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.

- * @public - */ - Tenancy?: string | undefined; -} - -/** - *

Contains the response to a CreateInstance request.

- * @public - */ -export interface CreateInstanceResult { - /** - *

The instance ID.

- * @public - */ - InstanceId?: string | undefined; -} - -/** - * @public - * @enum - */ -export const LayerAttributesKeys = { - BundlerVersion: "BundlerVersion", - EcsClusterArn: "EcsClusterArn", - EnableHaproxyStats: "EnableHaproxyStats", - GangliaPassword: "GangliaPassword", - GangliaUrl: "GangliaUrl", - GangliaUser: "GangliaUser", - HaproxyHealthCheckMethod: "HaproxyHealthCheckMethod", - HaproxyHealthCheckUrl: "HaproxyHealthCheckUrl", - HaproxyStatsPassword: "HaproxyStatsPassword", - HaproxyStatsUrl: "HaproxyStatsUrl", - HaproxyStatsUser: "HaproxyStatsUser", - JavaAppServer: "JavaAppServer", - JavaAppServerVersion: "JavaAppServerVersion", - Jvm: "Jvm", - JvmOptions: "JvmOptions", - JvmVersion: "JvmVersion", - ManageBundler: "ManageBundler", - MemcachedMemory: "MemcachedMemory", - MysqlRootPassword: "MysqlRootPassword", - MysqlRootPasswordUbiquitous: "MysqlRootPasswordUbiquitous", - NodejsVersion: "NodejsVersion", - PassengerVersion: "PassengerVersion", - RailsStack: "RailsStack", - RubyVersion: "RubyVersion", - RubygemsVersion: "RubygemsVersion", -} as const; - -/** - * @public - */ -export type LayerAttributesKeys = (typeof LayerAttributesKeys)[keyof typeof LayerAttributesKeys]; - -/** - *

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.

- * @public - */ -export interface Recipes { - /** - *

An array of custom recipe names to be run following a setup event.

- * @public - */ - Setup?: string[] | undefined; - - /** - *

An array of custom recipe names to be run following a configure event.

- * @public - */ - Configure?: string[] | undefined; - - /** - *

An array of custom recipe names to be run following a deploy event.

- * @public - */ - Deploy?: string[] | undefined; - - /** - *

An array of custom recipe names to be run following a undeploy event.

- * @public - */ - Undeploy?: string[] | undefined; - - /** - *

An array of custom recipe names to be run following a shutdown event.

- * @public - */ - Shutdown?: string[] | undefined; -} - -/** - *

The Shutdown event configuration.

- * @public - */ -export interface ShutdownEventConfiguration { - /** - *

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

- * @public - */ - ExecutionTimeout?: number | undefined; - - /** - *

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

- * @public - */ - DelayUntilElbConnectionsDrained?: boolean | undefined; -} - -/** - *

Specifies the lifecycle event configuration

- * @public - */ -export interface LifecycleEventConfiguration { - /** - *

A ShutdownEventConfiguration object that specifies the Shutdown event - * configuration.

- * @public - */ - Shutdown?: ShutdownEventConfiguration | undefined; -} - -/** - * @public - * @enum - */ -export const LayerType = { - aws_flow_ruby: "aws-flow-ruby", - custom: "custom", - db_master: "db-master", - ecs_cluster: "ecs-cluster", - java_app: "java-app", - lb: "lb", - memcached: "memcached", - monitoring_master: "monitoring-master", - nodejs_app: "nodejs-app", - php_app: "php-app", - rails_app: "rails-app", - web: "web", -} as const; - -/** - * @public - */ -export type LayerType = (typeof LayerType)[keyof typeof LayerType]; - -/** - *

Describes an Amazon EBS volume configuration.

- * @public - */ -export interface VolumeConfiguration { - /** - *

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

- * @public - */ - MountPoint: string | undefined; - - /** - *

The volume RAID level.

- * @public - */ - RaidLevel?: number | undefined; - - /** - *

The number of disks in the volume.

- * @public - */ - NumberOfDisks: number | undefined; - - /** - *

The volume size.

- * @public - */ - Size: number | undefined; - - /** - *

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

- *
    - *
  • - *

    - * standard - Magnetic. Magnetic volumes must have a minimum size of 1 GiB and a maximum size of 1024 GiB.

    - *
  • - *
  • - *

    - * io1 - Provisioned IOPS (SSD). PIOPS volumes must have a minimum size of 4 GiB and a maximum size of 16384 GiB.

    - *
  • - *
  • - *

    - * gp2 - General Purpose (SSD). General purpose volumes must have a minimum 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 125 GiB and a maximum size of 16384 GiB.

    - *
  • - *
  • - *

    - * sc1 - Cold HDD. Cold HDD volumes must have a minimum size of 125 GiB and a maximum size of 16384 GiB.

    - *
  • - *
- * @public - */ - VolumeType?: string | undefined; - - /** - *

For PIOPS volumes, the IOPS per disk.

- * @public - */ - Iops?: number | undefined; - - /** - *

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

- * @public - */ - Encrypted?: boolean | undefined; -} - -/** - * @public - */ -export interface CreateLayerRequest { - /** - *

The layer stack ID.

- * @public - */ - StackId: string | undefined; - - /** - *

The layer type. A stack cannot have more than one built-in layer of the same type. It can have any number of custom layers. - * Built-in layers are not available in Chef 12 stacks.

- * @public - */ - Type: LayerType | undefined; - - /** - *

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

- * @public - */ - Name: string | undefined; - - /** - *

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.

- * @public - */ - Shortname: string | undefined; - - /** - *

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.

- * @public - */ - Attributes?: Partial> | undefined; - - /** - *

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

- * @public - */ - CloudWatchLogsConfiguration?: CloudWatchLogsConfiguration | undefined; - - /** - *

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

- * @public - */ - CustomInstanceProfileArn?: string | undefined; - - /** - *

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. - *

- * @public - */ - CustomJson?: string | undefined; - - /** - *

An array containing the layer custom security group IDs.

- * @public - */ - CustomSecurityGroupIds?: string[] | undefined; - - /** - *

An array of Package objects that describes the layer packages.

- * @public - */ - Packages?: string[] | undefined; - - /** - *

A VolumeConfigurations object that describes the layer's Amazon EBS volumes.

- * @public - */ - VolumeConfigurations?: VolumeConfiguration[] | undefined; - - /** - *

Whether to disable auto healing for the layer.

- * @public - */ - EnableAutoHealing?: boolean | undefined; - - /** - *

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

- * @public - */ - AutoAssignElasticIps?: boolean | undefined; - - /** - *

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.

- * @public - */ - AutoAssignPublicIps?: boolean | undefined; - - /** - *

A LayerCustomRecipes object that specifies the layer custom recipes.

- * @public - */ - CustomRecipes?: Recipes | undefined; - - /** - *

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.

- *
- * @public - */ - InstallUpdatesOnBoot?: boolean | undefined; - - /** - *

Whether to use Amazon EBS-optimized instances.

- * @public - */ - UseEbsOptimizedInstances?: boolean | undefined; - - /** - *

A LifeCycleEventConfiguration object that you can use to configure the Shutdown event to - * specify an execution timeout and enable or disable Elastic Load Balancer connection - * draining.

- * @public - */ - LifecycleEventConfiguration?: LifecycleEventConfiguration | undefined; -} - -/** - *

Contains the response to a CreateLayer request.

- * @public - */ -export interface CreateLayerResult { - /** - *

The layer ID.

- * @public - */ - LayerId?: string | undefined; -} - -/** - * @public - */ -export interface CreateStackRequest { - /** - *

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

- * @public - */ - Name: string | undefined; - - /** - *

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.

- *
- * @public - */ - Region: string | undefined; - - /** - *

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 your account supports EC2-Classic, the default value is no VPC.

    - *
  • - *
  • - *

    If your account does not support EC2-Classic, the default value is the 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, - * 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:

- *
    - *
  • - *

    It must belong to a VPC in your account that is in the specified region.

    - *
  • - *
  • - *

    You must specify a value for DefaultSubnetId.

    - *
  • - *
- *

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.

- * @public - */ - VpcId?: string | undefined; - - /** - *

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

- * @public - */ - Attributes?: Partial> | undefined; - - /** - *

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.

- * @public - */ - ServiceRoleArn: string | undefined; - - /** - *

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.

- * @public - */ - DefaultInstanceProfileArn: string | undefined; - - /** - *

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.

- *
    - *
  • - *

    A supported Linux operating system: An Amazon Linux version, such as 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 18.04 LTS, Ubuntu 16.04 LTS, Ubuntu 14.04 LTS, or Ubuntu 12.04 LTS.

    - *
  • - *
  • - *

    - * CentOS Linux 7 - *

    - *
  • - *
  • - *

    - * Red Hat Enterprise Linux 7 - *

    - *
  • - *
  • - *

    A supported Windows operating system, such as Microsoft Windows Server 2012 R2 Base, - * Microsoft Windows Server 2012 R2 with SQL Server Express, - * Microsoft Windows Server 2012 R2 with SQL Server Standard, or - * Microsoft Windows Server 2012 R2 with SQL Server Web.

    - *
  • - *
  • - *

    A custom AMI: Custom. You specify the custom AMI you want to use when - * you create instances. For more - * information, see - * Using Custom AMIs.

    - *
  • - *
- *

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.

- * @public - */ - DefaultOs?: string | undefined; - - /** - *

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:

- *
    - *
  • - *

    - * Baked_Goods - *

    - *
  • - *
  • - *

    - * Clouds - *

    - *
  • - *
  • - *

    - * Europe_Cities - *

    - *
  • - *
  • - *

    - * Fruits - *

    - *
  • - *
  • - *

    - * Greek_Deities_and_Titans - *

    - *
  • - *
  • - *

    - * Legendary_creatures_from_Japan - *

    - *
  • - *
  • - *

    - * Planets_and_Moons - *

    - *
  • - *
  • - *

    - * Roman_Deities - *

    - *
  • - *
  • - *

    - * Scottish_Islands - *

    - *
  • - *
  • - *

    - * US_Cities - *

    - *
  • - *
  • - *

    - * Wild_Cats - *

    - *
  • - *
- *

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

- * @public - */ - HostnameTheme?: string | undefined; - - /** - *

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. - *

- * @public - */ - DefaultAvailabilityZone?: string | undefined; - - /** - *

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.

- * @public - */ - DefaultSubnetId?: string | undefined; - - /** - *

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.

- * @public - */ - CustomJson?: string | undefined; - - /** - *

The configuration manager. When you create a stack we recommend that you use the configuration manager to specify the - * Chef version: 12, 11.10, or 11.4 for Linux stacks, or 12.2 for Windows stacks. The default value for Linux stacks is - * currently 12.

- * @public - */ - ConfigurationManager?: StackConfigurationManager | undefined; - - /** - *

A ChefConfiguration object that specifies whether to enable Berkshelf and the - * Berkshelf version on Chef 11.10 stacks. For more information, see Create a New Stack.

- * @public - */ - ChefConfiguration?: ChefConfiguration | undefined; - - /** - *

Whether the stack uses custom cookbooks.

- * @public - */ - UseCustomCookbooks?: boolean | undefined; - - /** - *

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:

- *
    - *
  • - *

    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 - 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; custom security groups are required only for those - * layers that need custom settings.

    - *
  • - *
- *

For more information, see Create a New - * Stack.

- * @public - */ - UseOpsworksSecurityGroups?: boolean | undefined; - - /** - *

Contains the information required to retrieve an app or cookbook from a repository. For more information, - * see Adding Apps or - * Cookbooks and Recipes.

- * @public - */ - CustomCookbooksSource?: Source | undefined; - - /** - *

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.

- * @public - */ - DefaultSshKeyName?: string | undefined; - - /** - *

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.

- * @public - */ - DefaultRootDeviceType?: RootDeviceType | undefined; - - /** - *

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

- *
    - *
  • - *

    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. 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 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.

- *
- * @public - */ - AgentVersion?: string | undefined; -} - -/** - *

Contains the response to a CreateStack request.

- * @public - */ -export interface CreateStackResult { - /** - *

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

- * @public - */ - StackId?: string | undefined; -} - -/** - * @public - */ -export interface CreateUserProfileRequest { - /** - *

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

- * @public - */ - IamUserArn: string | undefined; - - /** - *

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.

- * @public - */ - SshUsername?: string | undefined; - - /** - *

The user's public SSH key.

- * @public - */ - SshPublicKey?: string | undefined; - - /** - *

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.

- * @public - */ - AllowSelfManagement?: boolean | undefined; -} - -/** - *

Contains the response to a CreateUserProfile request.

- * @public - */ -export interface CreateUserProfileResult { - /** - *

The user's IAM ARN.

- * @public - */ - IamUserArn?: string | undefined; -} - -/** - * @public - */ -export interface DeleteAppRequest { - /** - *

The app ID.

- * @public - */ - AppId: string | undefined; -} - -/** - * @public - */ -export interface DeleteInstanceRequest { - /** - *

The instance ID.

- * @public - */ - InstanceId: string | undefined; - - /** - *

Whether to delete the instance Elastic IP address.

- * @public - */ - DeleteElasticIp?: boolean | undefined; - - /** - *

Whether to delete the instance's Amazon EBS volumes.

- * @public - */ - DeleteVolumes?: boolean | undefined; -} - -/** - * @public - */ -export interface DeleteLayerRequest { - /** - *

The layer ID.

- * @public - */ - LayerId: string | undefined; -} - -/** - * @public - */ -export interface DeleteStackRequest { - /** - *

The stack ID.

- * @public - */ - StackId: string | undefined; -} - -/** - * @public - */ -export interface DeleteUserProfileRequest { - /** - *

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

- * @public - */ - IamUserArn: string | undefined; -} - -/** - *

Describes a deployment of a stack or app.

- * @public - */ -export interface Deployment { - /** - *

The deployment ID.

- * @public - */ - DeploymentId?: string | undefined; - - /** - *

The stack ID.

- * @public - */ - StackId?: string | undefined; - - /** - *

The app ID.

- * @public - */ - AppId?: string | undefined; - - /** - *

Date when the deployment was created.

- * @public - */ - CreatedAt?: string | undefined; - - /** - *

Date when the deployment completed.

- * @public - */ - CompletedAt?: string | undefined; - - /** - *

The deployment duration.

- * @public - */ - Duration?: number | undefined; - - /** - *

The user's IAM ARN.

- * @public - */ - IamUserArn?: string | undefined; - - /** - *

A user-defined comment.

- * @public - */ - Comment?: string | undefined; - - /** - *

Used to specify a stack or deployment command.

- * @public - */ - Command?: DeploymentCommand | undefined; - - /** - *

The deployment status:

- *
    - *
  • - *

    running

    - *
  • - *
  • - *

    successful

    - *
  • - *
  • - *

    failed

    - *
  • - *
- * @public - */ - Status?: string | undefined; - - /** - *

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

- *

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

- *

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

- * @public - */ - CustomJson?: string | undefined; - - /** - *

The IDs of the target instances.

- * @public - */ - InstanceIds?: string[] | undefined; -} - -/** - * @public - */ -export interface DeregisterEcsClusterRequest { - /** - *

The cluster's Amazon Resource Number (ARN).

- * @public - */ - EcsClusterArn: string | undefined; -} - -/** - * @public - */ -export interface DeregisterElasticIpRequest { - /** - *

The Elastic IP address.

- * @public - */ - ElasticIp: string | undefined; -} - -/** - * @public - */ -export interface DeregisterInstanceRequest { - /** - *

The instance ID.

- * @public - */ - InstanceId: string | undefined; -} - -/** - * @public - */ -export interface DeregisterRdsDbInstanceRequest { - /** - *

The Amazon RDS instance's ARN.

- * @public - */ - RdsDbInstanceArn: string | undefined; -} - -/** - * @public - */ -export interface DeregisterVolumeRequest { - /** - *

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.

- * @public - */ - VolumeId: string | undefined; -} - -/** - * @public - */ -export interface DescribeAgentVersionsRequest { - /** - *

The stack ID.

- * @public - */ - StackId?: string | undefined; - - /** - *

The configuration manager.

- * @public - */ - ConfigurationManager?: StackConfigurationManager | undefined; -} - -/** - *

Contains the response to a DescribeAgentVersions request.

- * @public - */ -export interface DescribeAgentVersionsResult { - /** - *

The agent versions for the specified stack or configuration manager. Note that this value is the complete version number, - * not the abbreviated number used by the console.

- * @public - */ - AgentVersions?: AgentVersion[] | undefined; -} - -/** - * @public - */ -export interface DescribeAppsRequest { - /** - *

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

- * @public - */ - StackId?: string | undefined; - - /** - *

An array of app IDs for the apps to be described. If you use this parameter, - * DescribeApps returns a description of the specified apps. Otherwise, it returns - * a description of every app.

- * @public - */ - AppIds?: string[] | undefined; -} - -/** - *

Contains the response to a DescribeApps request.

- * @public - */ -export interface DescribeAppsResult { - /** - *

An array of App objects that describe the specified apps.

- * @public - */ - Apps?: App[] | undefined; -} - -/** - * @public - */ -export interface DescribeCommandsRequest { - /** - *

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

- * @public - */ - DeploymentId?: string | undefined; - - /** - *

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

- * @public - */ - InstanceId?: string | undefined; - - /** - *

An array of command IDs. If you include this parameter, DescribeCommands returns - * a description of the specified commands. Otherwise, it returns a description of every - * command.

- * @public - */ - CommandIds?: string[] | undefined; -} - -/** - *

Contains the response to a DescribeCommands request.

- * @public - */ -export interface DescribeCommandsResult { - /** - *

An array of Command objects that describe each of the specified commands.

- * @public - */ - Commands?: Command[] | undefined; -} - -/** - * @public - */ -export interface DescribeDeploymentsRequest { - /** - *

The stack ID. If you include this parameter, the command returns a - * description of the commands associated with the specified stack.

- * @public - */ - StackId?: string | undefined; - - /** - *

The app ID. If you include this parameter, the command returns a - * description of the commands associated with the specified app.

- * @public - */ - AppId?: string | undefined; - - /** - *

An array of deployment IDs to be described. If you include this parameter, - * the command returns a description of the specified deployments. - * Otherwise, it returns a description of every deployment.

- * @public - */ - DeploymentIds?: string[] | undefined; -} - -/** - *

Contains the response to a DescribeDeployments request.

- * @public - */ -export interface DescribeDeploymentsResult { - /** - *

An array of Deployment objects that describe the deployments.

- * @public - */ - Deployments?: Deployment[] | undefined; -} - -/** - * @public - */ -export interface DescribeEcsClustersRequest { - /** - *

A list of ARNs, one for each cluster to be described.

- * @public - */ - EcsClusterArns?: string[] | undefined; - - /** - *

A stack ID. - * DescribeEcsClusters returns a description of the cluster that is registered with the stack.

- * @public - */ - StackId?: string | undefined; - - /** - *

If the previous paginated request did not return all of the remaining results, - * the response object'sNextToken parameter value is set to a token. - * To retrieve the next set of results, call DescribeEcsClusters - * again and assign that token to the request object's NextToken parameter. - * If there are no remaining results, the previous response - * object's NextToken parameter is set to null.

- * @public - */ - NextToken?: string | undefined; - - /** - *

To receive a paginated response, use this parameter to specify the maximum number - * of results to be returned with a single call. If the number of available results exceeds this maximum, the - * response includes a NextToken value that you can assign - * to the NextToken request parameter to get the next set of results.

- * @public - */ - MaxResults?: number | undefined; -} - -/** - *

Describes a registered Amazon ECS cluster.

- * @public - */ -export interface EcsCluster { - /** - *

The cluster's ARN.

- * @public - */ - EcsClusterArn?: string | undefined; - - /** - *

The cluster name.

- * @public - */ - EcsClusterName?: string | undefined; - - /** - *

The stack ID.

- * @public - */ - StackId?: string | undefined; - - /** - *

The time and date that the cluster was registered with the stack.

- * @public - */ - RegisteredAt?: string | undefined; -} - -/** - *

Contains the response to a DescribeEcsClusters request.

- * @public - */ -export interface DescribeEcsClustersResult { - /** - *

A list of EcsCluster objects containing the cluster descriptions.

- * @public - */ - EcsClusters?: EcsCluster[] | undefined; - - /** - *

If a paginated request does not return all of the remaining results, this parameter is set to a token that - * you can assign to the request object's NextToken parameter to retrieve the next set of results. - * If the previous paginated request returned all of the remaining results, - * this parameter is set to null.

- * @public - */ - NextToken?: string | undefined; -} - -/** - * @public - */ -export interface DescribeElasticIpsRequest { - /** - *

The instance ID. If you include this parameter, DescribeElasticIps returns a - * description of the Elastic IP addresses associated with the specified instance.

- * @public - */ - InstanceId?: string | undefined; - - /** - *

A stack ID. If you include this parameter, DescribeElasticIps returns a - * description of the Elastic IP addresses that are registered with the specified stack.

- * @public - */ - StackId?: string | undefined; - - /** - *

An array of Elastic IP addresses to be described. If you include this parameter, - * DescribeElasticIps returns a description of the specified Elastic IP addresses. - * Otherwise, it returns a description of every Elastic IP address.

- * @public - */ - Ips?: string[] | undefined; -} - -/** - *

Describes an Elastic IP address.

- * @public - */ -export interface ElasticIp { - /** - *

The IP address.

- * @public - */ - Ip?: string | undefined; - - /** - *

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

- * @public - */ - Name?: string | undefined; - - /** - *

The domain.

- * @public - */ - Domain?: string | undefined; - - /** - *

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

- * @public - */ - Region?: string | undefined; - - /** - *

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

- * @public - */ - InstanceId?: string | undefined; -} - -/** - *

Contains the response to a DescribeElasticIps request.

- * @public - */ -export interface DescribeElasticIpsResult { - /** - *

An ElasticIps object that describes the specified Elastic IP addresses.

- * @public - */ - ElasticIps?: ElasticIp[] | undefined; -} - -/** - * @public - */ -export interface DescribeElasticLoadBalancersRequest { - /** - *

A stack ID. The action describes the stack's Elastic Load Balancing instances.

- * @public - */ - StackId?: string | undefined; - - /** - *

A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.

- * @public - */ - LayerIds?: string[] | undefined; -} - -/** - *

Describes an Elastic Load Balancing instance.

- * @public - */ -export interface ElasticLoadBalancer { - /** - *

The Elastic Load Balancing instance name.

- * @public - */ - ElasticLoadBalancerName?: string | undefined; - - /** - *

The instance's Amazon Web Services Region.

- * @public - */ - Region?: string | undefined; - - /** - *

The instance's public DNS name.

- * @public - */ - DnsName?: string | undefined; - - /** - *

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

- * @public - */ - StackId?: string | undefined; - - /** - *

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

- * @public - */ - LayerId?: string | undefined; - - /** - *

The VPC ID.

- * @public - */ - VpcId?: string | undefined; - - /** - *

A list of Availability Zones.

- * @public - */ - AvailabilityZones?: string[] | undefined; - - /** - *

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

- * @public - */ - SubnetIds?: string[] | undefined; - - /** - *

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

- * @public - */ - Ec2InstanceIds?: string[] | undefined; -} - -/** - *

Contains the response to a DescribeElasticLoadBalancers request.

- * @public - */ -export interface DescribeElasticLoadBalancersResult { - /** - *

A list of ElasticLoadBalancer objects that describe the specified Elastic Load Balancing - * instances.

- * @public - */ - ElasticLoadBalancers?: ElasticLoadBalancer[] | undefined; -} - -/** - * @public - */ -export interface DescribeInstancesRequest { - /** - *

A stack ID. If you use this parameter, DescribeInstances returns descriptions of - * the instances associated with the specified stack.

- * @public - */ - StackId?: string | undefined; - - /** - *

A layer ID. If you use this parameter, DescribeInstances returns descriptions of - * the instances associated with the specified layer.

- * @public - */ - LayerId?: string | undefined; - - /** - *

An array of instance IDs to be described. If you use this parameter, - * DescribeInstances returns a description of the specified instances. Otherwise, - * it returns a description of every instance.

- * @public - */ - InstanceIds?: string[] | undefined; -} - -/** - *

A registered instance's reported operating system.

- * @public - */ -export interface ReportedOs { - /** - *

The operating system family.

- * @public - */ - Family?: string | undefined; - - /** - *

The operating system name.

- * @public - */ - Name?: string | undefined; - - /** - *

The operating system version.

- * @public - */ - Version?: string | undefined; -} - -/** - * @public - * @enum - */ -export const VirtualizationType = { - hvm: "hvm", - paravirtual: "paravirtual", -} as const; - -/** - * @public - */ -export type VirtualizationType = (typeof VirtualizationType)[keyof typeof VirtualizationType]; - -/** - *

Describes an instance.

- * @public - */ -export interface Instance { - /** - *

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.

- * @public - */ - AgentVersion?: string | undefined; - - /** - *

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

- * @public - */ - AmiId?: string | undefined; - - /** - *

The instance architecture: "i386" or "x86_64".

- * @public - */ - Architecture?: Architecture | undefined; - - /** - *

The instance's Amazon Resource Number (ARN).

- * @public - */ - Arn?: string | undefined; - - /** - *

For load-based or time-based instances, the type.

- * @public - */ - AutoScalingType?: AutoScalingType | undefined; - - /** - *

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

- * @public - */ - AvailabilityZone?: string | undefined; - - /** - *

An array of BlockDeviceMapping objects that specify the instance's block device - * mappings.

- * @public - */ - BlockDeviceMappings?: BlockDeviceMapping[] | undefined; - - /** - *

The time that the instance was created.

- * @public - */ - CreatedAt?: string | undefined; - - /** - *

Whether this is an Amazon EBS-optimized instance.

- * @public - */ - EbsOptimized?: boolean | undefined; - - /** - *

The ID of the associated Amazon EC2 instance.

- * @public - */ - Ec2InstanceId?: string | undefined; - - /** - *

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

- * @public - */ - EcsClusterArn?: string | undefined; - - /** - *

For container instances, the instance's ARN.

- * @public - */ - EcsContainerInstanceArn?: string | undefined; - - /** - *

The instance Elastic IP address.

- * @public - */ - ElasticIp?: string | undefined; - - /** - *

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

- *
    - *
  • - *

    Linux-based instances: 63 characters

    - *
  • - *
  • - *

    Windows-based instances: 15 characters

    - *
  • - *
- * @public - */ - Hostname?: string | undefined; - - /** - *

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

- * @public - */ - InfrastructureClass?: string | undefined; - - /** - *

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.

- *
- * @public - */ - InstallUpdatesOnBoot?: boolean | undefined; - - /** - *

The instance ID.

- * @public - */ - InstanceId?: string | undefined; - - /** - *

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

- * @public - */ - InstanceProfileArn?: string | undefined; - - /** - *

The instance type, such as t2.micro.

- * @public - */ - InstanceType?: string | undefined; - - /** - *

The ID of the last service error. For more information, call - * DescribeServiceErrors.

- * @public - */ - LastServiceErrorId?: string | undefined; - - /** - *

An array containing the instance layer IDs.

- * @public - */ - LayerIds?: string[] | undefined; - - /** - *

The instance's operating system.

- * @public - */ - Os?: string | undefined; - - /** - *

The instance's platform.

- * @public - */ - Platform?: string | undefined; - - /** - *

The instance's private DNS name.

- * @public - */ - PrivateDns?: string | undefined; - - /** - *

The instance's private IP address.

- * @public - */ - PrivateIp?: string | undefined; - - /** - *

The instance public DNS name.

- * @public - */ - PublicDns?: string | undefined; - - /** - *

The instance public IP address.

- * @public - */ - PublicIp?: string | undefined; - - /** - *

For registered instances, who performed the registration.

- * @public - */ - RegisteredBy?: string | undefined; - - /** - *

The instance's reported OpsWorks Stacks agent version.

- * @public - */ - ReportedAgentVersion?: string | undefined; - - /** - *

For registered instances, the reported operating system.

- * @public - */ - ReportedOs?: ReportedOs | undefined; - - /** - *

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

- * @public - */ - RootDeviceType?: RootDeviceType | undefined; - - /** - *

The root device volume ID.

- * @public - */ - RootDeviceVolumeId?: string | undefined; - - /** - *

An array containing the instance security group IDs.

- * @public - */ - SecurityGroupIds?: string[] | undefined; - - /** - *

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

- * @public - */ - SshHostDsaKeyFingerprint?: string | undefined; - - /** - *

The SSH key's RSA fingerprint.

- * @public - */ - SshHostRsaKeyFingerprint?: string | undefined; - - /** - *

The instance's Amazon EC2 key-pair name.

- * @public - */ - SshKeyName?: string | undefined; - - /** - *

The stack ID.

- * @public - */ - StackId?: string | undefined; - - /** - *

The instance status:

- *
    - *
  • - *

    - * booting - *

    - *
  • - *
  • - *

    - * connection_lost - *

    - *
  • - *
  • - *

    - * online - *

    - *
  • - *
  • - *

    - * pending - *

    - *
  • - *
  • - *

    - * rebooting - *

    - *
  • - *
  • - *

    - * requested - *

    - *
  • - *
  • - *

    - * running_setup - *

    - *
  • - *
  • - *

    - * setup_failed - *

    - *
  • - *
  • - *

    - * shutting_down - *

    - *
  • - *
  • - *

    - * start_failed - *

    - *
  • - *
  • - *

    - * stop_failed - *

    - *
  • - *
  • - *

    - * stopped - *

    - *
  • - *
  • - *

    - * stopping - *

    - *
  • - *
  • - *

    - * terminated - *

    - *
  • - *
  • - *

    - * terminating - *

    - *
  • - *
- * @public - */ - Status?: string | undefined; - - /** - *

The instance's subnet ID; applicable only if the stack is running in a VPC.

- * @public - */ - SubnetId?: string | undefined; - - /** - *

The instance's tenancy option, such as dedicated or host.

- * @public - */ - Tenancy?: string | undefined; - - /** - *

The instance's virtualization type: paravirtual or hvm.

- * @public - */ - VirtualizationType?: VirtualizationType | undefined; -} - -/** - *

Contains the response to a DescribeInstances request.

- * @public - */ -export interface DescribeInstancesResult { - /** - *

An array of Instance objects that describe the instances.

- * @public - */ - Instances?: Instance[] | undefined; -} - -/** - * @public - */ -export interface DescribeLayersRequest { - /** - *

The stack ID.

- * @public - */ - StackId?: string | undefined; - - /** - *

An array of layer IDs that specify the layers to be described. If you omit this parameter, - * DescribeLayers returns a description of every layer in the specified stack.

- * @public - */ - LayerIds?: string[] | undefined; -} - -/** - *

Describes a layer.

- * @public - */ -export interface Layer { - /** - *

The Amazon Resource Number (ARN) of a layer.

- * @public - */ - Arn?: string | undefined; - - /** - *

The layer stack ID.

- * @public - */ - StackId?: string | undefined; - - /** - *

The layer ID.

- * @public - */ - LayerId?: string | undefined; - - /** - *

The layer type.

- * @public - */ - Type?: LayerType | undefined; - - /** - *

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

- * @public - */ - Name?: string | undefined; - - /** - *

The layer short name.

- * @public - */ - Shortname?: string | undefined; - - /** - *

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.

- * @public - */ - Attributes?: Partial> | undefined; - - /** - *

The Amazon CloudWatch Logs configuration settings for the layer.

- * @public - */ - CloudWatchLogsConfiguration?: CloudWatchLogsConfiguration | undefined; - - /** - *

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.

- * @public - */ - CustomInstanceProfileArn?: string | undefined; - - /** - *

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

- * @public - */ - CustomJson?: string | undefined; - - /** - *

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

- * @public - */ - CustomSecurityGroupIds?: string[] | undefined; - - /** - *

An array containing the layer's security group names.

- * @public - */ - DefaultSecurityGroupNames?: string[] | undefined; - - /** - *

An array of Package objects that describe the layer's packages.

- * @public - */ - Packages?: string[] | undefined; - - /** - *

A VolumeConfigurations object that describes the layer's Amazon EBS volumes.

- * @public - */ - VolumeConfigurations?: VolumeConfiguration[] | undefined; - - /** - *

Whether auto healing is disabled for the layer.

- * @public - */ - EnableAutoHealing?: boolean | undefined; - - /** - *

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

- * @public - */ - AutoAssignElasticIps?: boolean | undefined; - - /** - *

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.

- * @public - */ - AutoAssignPublicIps?: boolean | undefined; - - /** - *

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.

- * @public - */ - DefaultRecipes?: Recipes | undefined; - - /** - *

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

- * @public - */ - CustomRecipes?: Recipes | undefined; - - /** - *

Date when the layer was created.

- * @public - */ - CreatedAt?: string | undefined; - - /** - *

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 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.

- *
- * @public - */ - InstallUpdatesOnBoot?: boolean | undefined; - - /** - *

Whether the layer uses Amazon EBS-optimized instances.

- * @public - */ - UseEbsOptimizedInstances?: boolean | undefined; - - /** - *

A LifeCycleEventConfiguration object that specifies the Shutdown event - * configuration.

- * @public - */ - LifecycleEventConfiguration?: LifecycleEventConfiguration | undefined; -} - -/** - *

Contains the response to a DescribeLayers request.

- * @public - */ -export interface DescribeLayersResult { - /** - *

An array of Layer objects that describe the layers.

- * @public - */ - Layers?: Layer[] | undefined; -} - -/** - * @public - */ -export interface DescribeLoadBasedAutoScalingRequest { - /** - *

An array of layer IDs.

- * @public - */ - LayerIds: string[] | undefined; -} - -/** - *

Describes a layer's load-based auto scaling configuration.

- * @public - */ -export interface LoadBasedAutoScalingConfiguration { - /** - *

The layer ID.

- * @public - */ - LayerId?: string | undefined; - - /** - *

Whether load-based auto scaling is enabled for the layer.

- * @public - */ - Enable?: boolean | undefined; - - /** - *

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

- * @public - */ - UpScaling?: AutoScalingThresholds | undefined; - - /** - *

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

- * @public - */ - DownScaling?: AutoScalingThresholds | undefined; -} - -/** - *

Contains the response to a DescribeLoadBasedAutoScaling request.

- * @public - */ -export interface DescribeLoadBasedAutoScalingResult { - /** - *

An array of LoadBasedAutoScalingConfiguration objects that describe each layer's - * configuration.

- * @public - */ - LoadBasedAutoScalingConfigurations?: LoadBasedAutoScalingConfiguration[] | undefined; -} - -/** - *

Describes a user's SSH information.

- * @public - */ -export interface SelfUserProfile { - /** - *

The user's IAM ARN.

- * @public - */ - IamUserArn?: string | undefined; - - /** - *

The user's name.

- * @public - */ - Name?: string | undefined; - - /** - *

The user's SSH user name.

- * @public - */ - SshUsername?: string | undefined; - - /** - *

The user's SSH public key.

- * @public - */ - SshPublicKey?: string | undefined; -} - -/** - *

Contains the response to a DescribeMyUserProfile request.

- * @public - */ -export interface DescribeMyUserProfileResult { - /** - *

A UserProfile object that describes the user's SSH information.

- * @public - */ - UserProfile?: SelfUserProfile | undefined; -} - -/** - *

A block that contains information about the configuration manager (Chef) and the versions of the - * configuration manager that are supported for an operating system.

- * @public - */ -export interface OperatingSystemConfigurationManager { - /** - *

The name of the configuration manager, which is Chef.

- * @public - */ - Name?: string | undefined; - - /** - *

The versions of the configuration manager that are supported by an operating system.

- * @public - */ - Version?: string | undefined; -} - -/** - *

Describes supported operating systems in OpsWorks Stacks.

- * @public - */ -export interface OperatingSystem { - /** - *

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

- * @public - */ - Name?: string | undefined; - - /** - *

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

- * @public - */ - Id?: string | undefined; - - /** - *

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

- * @public - */ - Type?: string | undefined; - - /** - *

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

- * @public - */ - ConfigurationManagers?: OperatingSystemConfigurationManager[] | undefined; - - /** - *

A short name for the operating system manufacturer.

- * @public - */ - ReportedName?: string | undefined; - - /** - *

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

- * @public - */ - ReportedVersion?: string | undefined; - - /** - *

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

- * @public - */ - Supported?: boolean | undefined; -} - -/** - *

The response to a DescribeOperatingSystems request.

- * @public - */ -export interface DescribeOperatingSystemsResponse { - /** - *

Contains information in response to a DescribeOperatingSystems request.

- * @public - */ - OperatingSystems?: OperatingSystem[] | undefined; -} - -/** - * @public - */ -export interface DescribePermissionsRequest { - /** - *

The user's IAM ARN. This can also be a federated user's ARN. For more information about IAM - * ARNs, see Using - * Identifiers.

- * @public - */ - IamUserArn?: string | undefined; - - /** - *

The stack ID.

- * @public - */ - StackId?: string | undefined; -} - -/** - *

Describes stack or user permissions.

- * @public - */ -export interface Permission { - /** - *

A stack ID.

- * @public - */ - StackId?: string | undefined; - - /** - *

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

- * @public - */ - IamUserArn?: string | undefined; - - /** - *

Whether the user can use SSH.

- * @public - */ - AllowSsh?: boolean | undefined; - - /** - *

Whether the user can use sudo.

- * @public - */ - AllowSudo?: boolean | undefined; - - /** - *

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

- *
    - *
  • - *

    - * deny - *

    - *
  • - *
  • - *

    - * show - *

    - *
  • - *
  • - *

    - * deploy - *

    - *
  • - *
  • - *

    - * manage - *

    - *
  • - *
  • - *

    - * iam_only - *

    - *
  • - *
- *

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

- * @public - */ - Level?: string | undefined; -} - -/** - *

Contains the response to a DescribePermissions request.

- * @public - */ -export interface DescribePermissionsResult { - /** - *

An array of Permission objects that describe the stack permissions.

- *
    - *
  • - *

    If the request object contains only a stack ID, the array contains a - * Permission object with permissions for each of the stack IAM ARNs.

    - *
  • - *
  • - *

    If the request object contains only an IAM ARN, the array contains a - * Permission object with permissions for each of the user's stack IDs.

    - *
  • - *
  • - *

    If the request contains a stack ID and an IAM ARN, the array contains a single - * Permission object with permissions for the specified stack and IAM ARN.

    - *
  • - *
- * @public - */ - Permissions?: Permission[] | undefined; -} - -/** - * @public - */ -export interface DescribeRaidArraysRequest { - /** - *

The instance ID. If you use this parameter, DescribeRaidArrays returns - * descriptions of the RAID arrays associated with the specified instance.

- * @public - */ - InstanceId?: string | undefined; - - /** - *

The stack ID.

- * @public - */ - StackId?: string | undefined; - - /** - *

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.

- * @public - */ - RaidArrayIds?: string[] | undefined; -} - -/** - *

Describes an instance's RAID array.

- * @public - */ -export interface RaidArray { - /** - *

The array ID.

- * @public - */ - RaidArrayId?: string | undefined; - - /** - *

The instance ID.

- * @public - */ - InstanceId?: string | undefined; - - /** - *

The array name.

- * @public - */ - Name?: string | undefined; - - /** - *

The RAID level.

- * @public - */ - RaidLevel?: number | undefined; - - /** - *

The number of disks in the array.

- * @public - */ - NumberOfDisks?: number | undefined; - - /** - *

The array's size.

- * @public - */ - Size?: number | undefined; - - /** - *

The array's Linux device. For example /dev/mdadm0.

- * @public - */ - Device?: string | undefined; - - /** - *

The array's mount point.

- * @public - */ - MountPoint?: string | undefined; - - /** - *

The array's Availability Zone. For more information, see Regions and Endpoints.

- * @public - */ - AvailabilityZone?: string | undefined; - - /** - *

When the RAID array was created.

- * @public - */ - CreatedAt?: string | undefined; - - /** - *

The stack ID.

- * @public - */ - StackId?: string | undefined; - - /** - *

The volume type, standard or PIOPS.

- * @public - */ - VolumeType?: string | undefined; - - /** - *

For PIOPS volumes, the IOPS per disk.

- * @public - */ - Iops?: number | undefined; -} - -/** - *

Contains the response to a DescribeRaidArrays request.

- * @public - */ -export interface DescribeRaidArraysResult { - /** - *

A RaidArrays object that describes the specified RAID arrays.

- * @public - */ - RaidArrays?: RaidArray[] | undefined; -} - -/** - * @public - */ -export interface DescribeRdsDbInstancesRequest { - /** - *

The ID of the stack with which the instances are registered. The operation returns descriptions of all registered - * Amazon RDS instances.

- * @public - */ - StackId: string | undefined; - - /** - *

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

- * @public - */ - RdsDbInstanceArns?: string[] | undefined; -} - -/** - *

Describes an Amazon RDS instance.

- * @public - */ -export interface RdsDbInstance { - /** - *

The instance's ARN.

- * @public - */ - RdsDbInstanceArn?: string | undefined; - - /** - *

The database instance identifier.

- * @public - */ - DbInstanceIdentifier?: string | undefined; - - /** - *

The master user name.

- * @public - */ - DbUser?: string | undefined; - - /** - *

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

- * @public - */ - DbPassword?: string | undefined; - - /** - *

The instance's Amazon Web Services Region.

- * @public - */ - Region?: string | undefined; - - /** - *

The instance's address.

- * @public - */ - Address?: string | undefined; - - /** - *

The instance's database engine.

- * @public - */ - Engine?: string | undefined; - - /** - *

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

- * @public - */ - StackId?: string | undefined; - - /** - *

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.

- * @public - */ - MissingOnRds?: boolean | undefined; -} - -/** - *

Contains the response to a DescribeRdsDbInstances request.

- * @public - */ -export interface DescribeRdsDbInstancesResult { - /** - *

An a array of RdsDbInstance objects that describe the instances.

- * @public - */ - RdsDbInstances?: RdsDbInstance[] | undefined; -} - -/** - * @public - */ -export interface DescribeServiceErrorsRequest { - /** - *

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

- * @public - */ - StackId?: string | undefined; - - /** - *

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

- * @public - */ - InstanceId?: string | undefined; - - /** - *

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.

- * @public - */ - ServiceErrorIds?: string[] | undefined; -} - -/** - *

Describes an OpsWorks Stacks service error.

- * @public - */ -export interface ServiceError { - /** - *

The error ID.

- * @public - */ - ServiceErrorId?: string | undefined; - - /** - *

The stack ID.

- * @public - */ - StackId?: string | undefined; - - /** - *

The instance ID.

- * @public - */ - InstanceId?: string | undefined; - - /** - *

The error type.

- * @public - */ - Type?: string | undefined; - - /** - *

A message that describes the error.

- * @public - */ - Message?: string | undefined; - - /** - *

When the error occurred.

- * @public - */ - CreatedAt?: string | undefined; -} - -/** - *

Contains the response to a DescribeServiceErrors request.

- * @public - */ -export interface DescribeServiceErrorsResult { - /** - *

An array of ServiceError objects that describe the specified service errors.

- * @public - */ - ServiceErrors?: ServiceError[] | undefined; -} - -/** - * @public - */ -export interface DescribeStackProvisioningParametersRequest { - /** - *

The stack ID.

- * @public - */ - StackId: string | undefined; -} - -/** - *

Contains the response to a DescribeStackProvisioningParameters request.

- * @public - */ -export interface DescribeStackProvisioningParametersResult { - /** - *

The OpsWorks Stacks agent installer's URL.

- * @public - */ - AgentInstallerUrl?: string | undefined; - - /** - *

An embedded object that contains the provisioning parameters.

- * @public - */ - Parameters?: Record | undefined; -} - -/** - * @public - */ -export interface DescribeStacksRequest { - /** - *

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.

- * @public - */ - StackIds?: string[] | undefined; -} - -/** - *

Describes a stack.

- * @public - */ -export interface Stack { - /** - *

The stack ID.

- * @public - */ - StackId?: string | undefined; - - /** - *

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

- * @public - */ - Name?: string | undefined; - - /** - *

The stack's ARN.

- * @public - */ - Arn?: string | undefined; - - /** - *

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

- * @public - */ - Region?: string | undefined; - - /** - *

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

- * @public - */ - VpcId?: string | undefined; - - /** - *

The stack's attributes.

- * @public - */ - Attributes?: Partial> | undefined; - - /** - *

The stack Identity and Access Management (IAM) role.

- * @public - */ - ServiceRoleArn?: string | undefined; - - /** - *

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.

- * @public - */ - DefaultInstanceProfileArn?: string | undefined; - - /** - *

The stack's default operating system.

- * @public - */ - DefaultOs?: string | undefined; - - /** - *

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

- * @public - */ - HostnameTheme?: string | undefined; - - /** - *

The stack's default Availability Zone. For more information, see Regions and Endpoints.

- * @public - */ - DefaultAvailabilityZone?: string | undefined; - - /** - *

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

- * @public - */ - DefaultSubnetId?: string | undefined; - - /** - *

A JSON object that contains user-defined attributes to be added to the stack configuration and deployment attributes. - * You can use custom JSON 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 on custom JSON, see Use Custom JSON to - * Modify the Stack Configuration Attributes.

- * @public - */ - CustomJson?: string | undefined; - - /** - *

The configuration manager.

- * @public - */ - ConfigurationManager?: StackConfigurationManager | undefined; - - /** - *

A ChefConfiguration object that specifies whether to enable Berkshelf and the - * Berkshelf version. For more information, see Create a New Stack.

- * @public - */ - ChefConfiguration?: ChefConfiguration | undefined; - - /** - *

Whether the stack uses custom cookbooks.

- * @public - */ - UseCustomCookbooks?: boolean | undefined; - - /** - *

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

- * @public - */ - UseOpsworksSecurityGroups?: boolean | undefined; - - /** - *

Contains the information required to retrieve an app or cookbook from a repository. For more information, - * see Adding Apps or - * Cookbooks and Recipes.

- * @public - */ - CustomCookbooksSource?: Source | undefined; - - /** - *

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

- * @public - */ - DefaultSshKeyName?: string | undefined; - - /** - *

The date when the stack was created.

- * @public - */ - CreatedAt?: string | undefined; - - /** - *

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. - *

- * @public - */ - DefaultRootDeviceType?: RootDeviceType | undefined; - - /** - *

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

- * @public - */ - AgentVersion?: string | undefined; -} - -/** - *

Contains the response to a DescribeStacks request.

- * @public - */ -export interface DescribeStacksResult { - /** - *

An array of Stack objects that describe the stacks.

- * @public - */ - Stacks?: Stack[] | undefined; -} - -/** - * @public - */ -export interface DescribeStackSummaryRequest { - /** - *

The stack ID.

- * @public - */ - StackId: string | undefined; -} - -/** - *

Describes how many instances a stack has for each status.

- * @public - */ -export interface InstancesCount { - /** - *

The number of instances in the Assigning state.

- * @public - */ - Assigning?: number | undefined; - - /** - *

The number of instances with booting status.

- * @public - */ - Booting?: number | undefined; - - /** - *

The number of instances with connection_lost status.

- * @public - */ - ConnectionLost?: number | undefined; - - /** - *

The number of instances in the Deregistering state.

- * @public - */ - Deregistering?: number | undefined; - - /** - *

The number of instances with online status.

- * @public - */ - Online?: number | undefined; - - /** - *

The number of instances with pending status.

- * @public - */ - Pending?: number | undefined; - - /** - *

The number of instances with rebooting status.

- * @public - */ - Rebooting?: number | undefined; - - /** - *

The number of instances in the Registered state.

- * @public - */ - Registered?: number | undefined; - - /** - *

The number of instances in the Registering state.

- * @public - */ - Registering?: number | undefined; - - /** - *

The number of instances with requested status.

- * @public - */ - Requested?: number | undefined; - - /** - *

The number of instances with running_setup status.

- * @public - */ - RunningSetup?: number | undefined; - - /** - *

The number of instances with setup_failed status.

- * @public - */ - SetupFailed?: number | undefined; - - /** - *

The number of instances with shutting_down status.

- * @public - */ - ShuttingDown?: number | undefined; - - /** - *

The number of instances with start_failed status.

- * @public - */ - StartFailed?: number | undefined; - - /** - *

The number of instances with stop_failed status.

- * @public - */ - StopFailed?: number | undefined; - - /** - *

The number of instances with stopped status.

- * @public - */ - Stopped?: number | undefined; - - /** - *

The number of instances with stopping status.

- * @public - */ - Stopping?: number | undefined; - - /** - *

The number of instances with terminated status.

- * @public - */ - Terminated?: number | undefined; - - /** - *

The number of instances with terminating status.

- * @public - */ - Terminating?: number | undefined; - - /** - *

The number of instances in the Unassigning state.

- * @public - */ - Unassigning?: number | undefined; -} - -/** - *

Summarizes the number of layers, instances, and apps in a stack.

- * @public - */ -export interface StackSummary { - /** - *

The stack ID.

- * @public - */ - StackId?: string | undefined; - - /** - *

The stack name.

- * @public - */ - Name?: string | undefined; - - /** - *

The stack's ARN.

- * @public - */ - Arn?: string | undefined; - - /** - *

The number of layers.

- * @public - */ - LayersCount?: number | undefined; - - /** - *

The number of apps.

- * @public - */ - AppsCount?: number | undefined; - - /** - *

An InstancesCount object with the number of instances in each status.

- * @public - */ - InstancesCount?: InstancesCount | undefined; -} - -/** - *

Contains the response to a DescribeStackSummary request.

- * @public - */ -export interface DescribeStackSummaryResult { - /** - *

A StackSummary object that contains the results.

- * @public - */ - StackSummary?: StackSummary | undefined; -} - -/** - * @public - */ -export interface DescribeTimeBasedAutoScalingRequest { - /** - *

An array of instance IDs.

- * @public - */ - InstanceIds: string[] | undefined; -} - -/** - *

Describes a time-based instance's auto scaling schedule. The schedule consists of a set of key-value pairs.

- *
    - *
  • - *

    The key is the time period (a UTC hour) and must be an integer from 0 - 23.

    - *
  • - *
  • - *

    The value indicates whether the instance should be online or offline for the specified period, and must be - * set to "on" or "off"

    - *
  • - *
- *

The default setting for all time periods is off, so you use the following parameters primarily to specify the online periods. You don't have to explicitly specify offline periods unless you want to change an online period to an offline period.

- *

The following example specifies that the instance should be online for four hours, - * from UTC 1200 - 1600. It will be off for the remainder of the day.

- *

- * \{ "12":"on", "13":"on", "14":"on", "15":"on" \} - *

- * @public - */ -export interface WeeklyAutoScalingSchedule { - /** - *

The schedule for Monday.

- * @public - */ - Monday?: Record | undefined; - - /** - *

The schedule for Tuesday.

- * @public - */ - Tuesday?: Record | undefined; - - /** - *

The schedule for Wednesday.

- * @public - */ - Wednesday?: Record | undefined; - - /** - *

The schedule for Thursday.

- * @public - */ - Thursday?: Record | undefined; - - /** - *

The schedule for Friday.

- * @public - */ - Friday?: Record | undefined; - - /** - *

The schedule for Saturday.

- * @public - */ - Saturday?: Record | undefined; - - /** - *

The schedule for Sunday.

- * @public - */ - Sunday?: Record | undefined; -} - -/** - *

Describes an instance's time-based auto scaling configuration.

- * @public - */ -export interface TimeBasedAutoScalingConfiguration { - /** - *

The instance ID.

- * @public - */ - InstanceId?: string | undefined; - - /** - *

A WeeklyAutoScalingSchedule object with the instance schedule.

- * @public - */ - AutoScalingSchedule?: WeeklyAutoScalingSchedule | undefined; -} - -/** - *

Contains the response to a DescribeTimeBasedAutoScaling request.

- * @public - */ -export interface DescribeTimeBasedAutoScalingResult { - /** - *

An array of TimeBasedAutoScalingConfiguration objects that describe the - * configuration for the specified instances.

- * @public - */ - TimeBasedAutoScalingConfigurations?: TimeBasedAutoScalingConfiguration[] | undefined; -} - -/** - * @public - */ -export interface DescribeUserProfilesRequest { - /** - *

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

- * @public - */ - IamUserArns?: string[] | undefined; -} - -/** - *

Describes a user's SSH information.

- * @public - */ -export interface UserProfile { - /** - *

The user's IAM ARN.

- * @public - */ - IamUserArn?: string | undefined; - - /** - *

The user's name.

- * @public - */ - Name?: string | undefined; - - /** - *

The user's SSH user name.

- * @public - */ - SshUsername?: string | undefined; - - /** - *

The user's SSH public key.

- * @public - */ - SshPublicKey?: string | undefined; - - /** - *

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

- * @public - */ - AllowSelfManagement?: boolean | undefined; -} - -/** - *

Contains the response to a DescribeUserProfiles request.

- * @public - */ -export interface DescribeUserProfilesResult { - /** - *

A Users object that describes the specified users.

- * @public - */ - UserProfiles?: UserProfile[] | undefined; -} - -/** - * @public - */ -export interface DescribeVolumesRequest { - /** - *

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

- * @public - */ - InstanceId?: string | undefined; - - /** - *

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

- * @public - */ - StackId?: string | undefined; - - /** - *

The RAID array ID. If you use this parameter, DescribeVolumes returns - * descriptions of the volumes associated with the specified RAID array.

- * @public - */ - RaidArrayId?: string | undefined; - - /** - *

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.

- * @public - */ - VolumeIds?: string[] | undefined; -} - -/** - *

Describes an instance's Amazon EBS volume.

- * @public - */ -export interface Volume { - /** - *

The volume ID.

- * @public - */ - VolumeId?: string | undefined; - - /** - *

The Amazon EC2 volume ID.

- * @public - */ - Ec2VolumeId?: string | undefined; - - /** - *

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

- * @public - */ - Name?: string | undefined; - - /** - *

The RAID array ID.

- * @public - */ - RaidArrayId?: string | undefined; - - /** - *

The instance ID.

- * @public - */ - InstanceId?: string | undefined; - - /** - *

The value returned by DescribeVolumes.

- * @public - */ - Status?: string | undefined; - - /** - *

The volume size.

- * @public - */ - Size?: number | undefined; - - /** - *

The device name.

- * @public - */ - Device?: string | undefined; - - /** - *

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

- * @public - */ - MountPoint?: string | undefined; - - /** - *

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

- * @public - */ - Region?: string | undefined; - - /** - *

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

- * @public - */ - AvailabilityZone?: string | undefined; - - /** - *

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

- *
    - *
  • - *

    - * standard - Magnetic. Magnetic volumes must have a minimum size of 1 GiB and a maximum size of 1024 GiB.

    - *
  • - *
  • - *

    - * io1 - Provisioned IOPS (SSD). PIOPS volumes must have a minimum size of 4 GiB and a maximum size of 16384 GiB.

    - *
  • - *
  • - *

    - * gp2 - General Purpose (SSD). General purpose volumes must have a minimum 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 125 GiB and a maximum size of 16384 GiB.

    - *
  • - *
  • - *

    - * sc1 - Cold HDD. Cold HDD volumes must have a minimum size of 125 GiB and a maximum size of 16384 GiB.

    - *
  • - *
- * @public - */ - VolumeType?: string | undefined; - - /** - *

For PIOPS volumes, the IOPS per disk.

- * @public - */ - Iops?: number | undefined; - - /** - *

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

- * @public - */ - Encrypted?: boolean | undefined; -} - -/** - *

Contains the response to a DescribeVolumes request.

- * @public - */ -export interface DescribeVolumesResult { - /** - *

An array of volume IDs.

- * @public - */ - Volumes?: Volume[] | undefined; -} - -/** - * @public - */ -export interface DetachElasticLoadBalancerRequest { - /** - *

The Elastic Load Balancing instance's name.

- * @public - */ - ElasticLoadBalancerName: string | undefined; - - /** - *

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

- * @public - */ - LayerId: string | undefined; -} - -/** - * @public - */ -export interface DisassociateElasticIpRequest { - /** - *

The Elastic IP address.

- * @public - */ - ElasticIp: string | undefined; -} - -/** - * @public - */ -export interface GetHostnameSuggestionRequest { - /** - *

The layer ID.

- * @public - */ - LayerId: string | undefined; -} - -/** - *

Contains the response to a GetHostnameSuggestion request.

- * @public - */ -export interface GetHostnameSuggestionResult { - /** - *

The layer ID.

- * @public - */ - LayerId?: string | undefined; - - /** - *

The generated host name.

- * @public - */ - Hostname?: string | undefined; -} - -/** - * @public - */ -export interface GrantAccessRequest { - /** - *

The instance's OpsWorks Stacks ID.

- * @public - */ - InstanceId: string | undefined; - - /** - *

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.

- * @public - */ - ValidForInMinutes?: number | undefined; -} - -/** - *

Contains the data needed by RDP clients such as the Microsoft Remote Desktop Connection to log in to the instance.

- * @public - */ -export interface TemporaryCredential { - /** - *

The user name.

- * @public - */ - Username?: string | undefined; - - /** - *

The password.

- * @public - */ - Password?: string | undefined; - - /** - *

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.

- * @public - */ - ValidForInMinutes?: number | undefined; - - /** - *

The instance's OpsWorks Stacks ID.

- * @public - */ - InstanceId?: string | undefined; -} - -/** - *

Contains the response to a GrantAccess request.

- * @public - */ -export interface GrantAccessResult { - /** - *

A TemporaryCredential object that contains the data needed to log in to the - * instance by RDP clients, such as the Microsoft Remote Desktop Connection.

- * @public - */ - TemporaryCredential?: TemporaryCredential | undefined; -} - -/** - *

Contains a description of an Amazon EC2 instance from the Amazon EC2 metadata service. For more - * information, see Instance Metadata and User Data.

- * @public - */ -export interface InstanceIdentity { - /** - *

A JSON document that contains the metadata.

- * @public - */ - Document?: string | undefined; - - /** - *

A signature that can be used to verify the document's accuracy and authenticity.

- * @public - */ - Signature?: string | undefined; -} - -/** - * @public - */ -export interface ListTagsRequest { - /** - *

The stack or layer's Amazon Resource Number (ARN).

- * @public - */ - ResourceArn: string | undefined; - - /** - *

Do not use. A validation exception occurs if you add a MaxResults parameter to a ListTagsRequest - * call. - *

- * @public - */ - MaxResults?: number | undefined; - - /** - *

Do not use. A validation exception occurs if you add a NextToken parameter to a ListTagsRequest - * call. - *

- * @public - */ - NextToken?: string | undefined; -} - -/** - *

Contains the response to a ListTags request.

- * @public - */ -export interface ListTagsResult { - /** - *

A set of key-value pairs that contain tag keys and tag values that are attached to a stack or layer.

- * @public - */ - Tags?: Record | undefined; - - /** - *

If a paginated request does not return all of the remaining results, this parameter is set to a token that - * you can assign to the request object's NextToken parameter to get the next set of results. - * If the previous paginated request returned all of the remaining results, - * this parameter is set to null. - *

- * @public - */ - NextToken?: string | undefined; -} - -/** - * @public - */ -export interface RebootInstanceRequest { - /** - *

The instance ID.

- * @public - */ - InstanceId: string | undefined; -} - -/** - * @public - */ -export interface RegisterEcsClusterRequest { - /** - *

The cluster's ARN.

- * @public - */ - EcsClusterArn: string | undefined; - - /** - *

The stack ID.

- * @public - */ - StackId: string | undefined; -} - -/** - *

Contains the response to a RegisterEcsCluster request.

- * @public - */ -export interface RegisterEcsClusterResult { - /** - *

The cluster's ARN.

- * @public - */ - EcsClusterArn?: string | undefined; -} - -/** - * @public - */ -export interface RegisterElasticIpRequest { - /** - *

The Elastic IP address.

- * @public - */ - ElasticIp: string | undefined; - - /** - *

The stack ID.

- * @public - */ - StackId: string | undefined; -} - -/** - *

Contains the response to a RegisterElasticIp request.

- * @public - */ -export interface RegisterElasticIpResult { - /** - *

The Elastic IP address.

- * @public - */ - ElasticIp?: string | undefined; -} - -/** - * @public - */ -export interface RegisterInstanceRequest { - /** - *

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

- * @public - */ - StackId: string | undefined; - - /** - *

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

- *
    - *
  • - *

    Linux-based instances: 63 characters

    - *
  • - *
  • - *

    Windows-based instances: 15 characters

    - *
  • - *
- * @public - */ - Hostname?: string | undefined; - - /** - *

The instance's public IP address.

- * @public - */ - PublicIp?: string | undefined; - - /** - *

The instance's private IP address.

- * @public - */ - PrivateIp?: string | undefined; - - /** - *

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

- * @public - */ - RsaPublicKey?: string | undefined; - - /** - *

The instances public RSA key fingerprint.

- * @public - */ - RsaPublicKeyFingerprint?: string | undefined; - - /** - *

An InstanceIdentity object that contains the instance's identity.

- * @public - */ - InstanceIdentity?: InstanceIdentity | undefined; -} - -/** - *

Contains the response to a RegisterInstanceResult request.

- * @public - */ -export interface RegisterInstanceResult { - /** - *

The registered instance's OpsWorks Stacks ID.

- * @public - */ - InstanceId?: string | undefined; -} - -/** - * @public - */ -export interface RegisterRdsDbInstanceRequest { - /** - *

The stack ID.

- * @public - */ - StackId: string | undefined; - - /** - *

The Amazon RDS instance's ARN.

- * @public - */ - RdsDbInstanceArn: string | undefined; - - /** - *

The database's master user name.

- * @public - */ - DbUser: string | undefined; - - /** - *

The database password.

- * @public - */ - DbPassword: string | undefined; -} - -/** - * @public - */ -export interface RegisterVolumeRequest { - /** - *

The Amazon EBS volume ID.

- * @public - */ - Ec2VolumeId?: string | undefined; - - /** - *

The stack ID.

- * @public - */ - StackId: string | undefined; -} - -/** - *

Contains the response to a RegisterVolume request.

- * @public - */ -export interface RegisterVolumeResult { - /** - *

The volume ID.

- * @public - */ - VolumeId?: string | undefined; -} - -/** - * @public - */ -export interface SetLoadBasedAutoScalingRequest { - /** - *

The layer ID.

- * @public - */ - LayerId: string | undefined; - - /** - *

Enables load-based auto scaling for the layer.

- * @public - */ - Enable?: boolean | undefined; - - /** - *

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.

- * @public - */ - UpScaling?: AutoScalingThresholds | undefined; - - /** - *

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.

- * @public - */ - DownScaling?: AutoScalingThresholds | undefined; -} - -/** - * @public - */ -export interface SetPermissionRequest { - /** - *

The stack ID.

- * @public - */ - StackId: string | undefined; - - /** - *

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

- * @public - */ - IamUserArn: string | undefined; - - /** - *

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

- * @public - */ - AllowSsh?: boolean | undefined; - - /** - *

The user is allowed to use sudo to elevate privileges.

- * @public - */ - AllowSudo?: boolean | undefined; - - /** - *

The user's permission level, which must be set to one of the following strings. You cannot set your own permissions level.

- *
    - *
  • - *

    - * deny - *

    - *
  • - *
  • - *

    - * show - *

    - *
  • - *
  • - *

    - * deploy - *

    - *
  • - *
  • - *

    - * manage - *

    - *
  • - *
  • - *

    - * iam_only - *

    - *
  • - *
- *

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

- * @public - */ - Level?: string | undefined; -} - -/** - * @public - */ -export interface SetTimeBasedAutoScalingRequest { - /** - *

The instance ID.

- * @public - */ - InstanceId: string | undefined; - - /** - *

An AutoScalingSchedule with the instance schedule.

- * @public - */ - AutoScalingSchedule?: WeeklyAutoScalingSchedule | undefined; -} - -/** - * @public - */ -export interface StartInstanceRequest { - /** - *

The instance ID.

- * @public - */ - InstanceId: string | undefined; -} - -/** - * @public - */ -export interface StartStackRequest { - /** - *

The stack ID.

- * @public - */ - StackId: string | undefined; -} - -/** - * @public - */ -export interface StopInstanceRequest { - /** - *

The instance ID.

- * @public - */ - InstanceId: string | undefined; - - /** - *

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.

- * @public - */ - Force?: boolean | undefined; -} - -/** - * @public - */ -export interface StopStackRequest { - /** - *

The stack ID.

- * @public - */ - StackId: string | undefined; -} - -/** - * @public - */ -export interface TagResourceRequest { - /** - *

The stack or layer's Amazon Resource Number (ARN).

- * @public - */ - ResourceArn: string | undefined; - - /** - *

A map that contains tag keys and tag values that are attached to a stack or layer.

- *
    - *
  • - *

    The key cannot be empty.

    - *
  • - *
  • - *

    The key can be a maximum of 127 characters, and can contain only Unicode letters, numbers, or separators, - * or the following special characters: + - = . _ : / - *

    - *
  • - *
  • - *

    The value can be a maximum 255 characters, and contain only Unicode letters, numbers, or separators, - * or the following special characters: + - = . _ : / - *

    - *
  • - *
  • - *

    Leading and trailing white spaces are trimmed from both the key and value.

    - *
  • - *
  • - *

    A maximum of 40 tags is allowed for any resource.

    - *
  • - *
- * @public - */ - Tags: Record | undefined; -} - -/** - * @public - */ -export interface UnassignInstanceRequest { - /** - *

The instance ID.

- * @public - */ - InstanceId: string | undefined; -} - -/** - * @public - */ -export interface UnassignVolumeRequest { - /** - *

The volume ID.

- * @public - */ - VolumeId: string | undefined; -} - -/** - * @public - */ -export interface UntagResourceRequest { - /** - *

The stack or layer's Amazon Resource Number (ARN).

- * @public - */ - ResourceArn: string | undefined; - - /** - *

A list of the keys of tags to be removed from a stack or layer.

- * @public - */ - TagKeys: string[] | undefined; -} - -/** - * @public - */ -export interface UpdateAppRequest { - /** - *

The app ID.

- * @public - */ - AppId: string | undefined; - - /** - *

The app name.

- * @public - */ - Name?: string | undefined; - - /** - *

A description of the app.

- * @public - */ - Description?: string | undefined; - - /** - *

The app's data sources.

- * @public - */ - DataSources?: DataSource[] | undefined; - - /** - *

The app type.

- * @public - */ - Type?: AppType | undefined; - - /** - *

A Source object that specifies the app repository.

- * @public - */ - AppSource?: Source | undefined; - - /** - *

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

- * @public - */ - Domains?: string[] | undefined; - - /** - *

Whether SSL is enabled for the app.

- * @public - */ - EnableSsl?: boolean | undefined; - - /** - *

An SslConfiguration object with the SSL configuration.

- * @public - */ - SslConfiguration?: SslConfiguration | undefined; - - /** - *

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

- * @public - */ - Attributes?: Partial> | undefined; - - /** - *

An array of EnvironmentVariable objects that specify environment variables to be - * associated with the app. After you deploy the app, these variables are defined on the - * associated app server instances.For more information, see Environment Variables.

- *

There is no specific limit on the number of environment variables. However, the size of the associated data structure - - * which includes the variables' names, values, and protected flag values - cannot exceed 20 KB. This limit should accommodate most - * if not all use cases. Exceeding it will cause an exception with the message, "Environment: is too large (maximum is 20 KB)."

- * - *

If you have specified one or more environment variables, you cannot modify the stack's Chef version.

- *
- * @public - */ - Environment?: EnvironmentVariable[] | undefined; -} - -/** - * @public - */ -export interface UpdateElasticIpRequest { - /** - *

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

- * @public - */ - ElasticIp: string | undefined; - - /** - *

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

- * @public - */ - Name?: string | undefined; -} - -/** - * @public - */ -export interface UpdateInstanceRequest { - /** - *

The instance ID.

- * @public - */ - InstanceId: string | undefined; - - /** - *

The instance's layer IDs.

- * @public - */ - LayerIds?: string[] | undefined; - - /** - *

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.

- * @public - */ - InstanceType?: string | undefined; - - /** - *

For load-based or time-based instances, the type. Windows stacks can use only time-based instances.

- * @public - */ - AutoScalingType?: AutoScalingType | undefined; - - /** - *

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

- *
    - *
  • - *

    Linux-based instances: 63 characters

    - *
  • - *
  • - *

    Windows-based instances: 15 characters

    - *
  • - *
- * @public - */ - Hostname?: string | undefined; - - /** - *

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.

- *
    - *
  • - *

    A supported Linux operating system: An Amazon Linux version, such as 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 18.04 LTS, Ubuntu 16.04 LTS, Ubuntu 14.04 LTS, or Ubuntu 12.04 LTS.

    - *
  • - *
  • - *

    - * CentOS Linux 7 - *

    - *
  • - *
  • - *

    - * Red Hat Enterprise Linux 7 - *

    - *
  • - *
  • - *

    A supported Windows operating system, such as Microsoft Windows Server 2012 R2 Base, Microsoft Windows Server 2012 R2 with SQL Server Express, - * Microsoft Windows Server 2012 R2 with SQL Server Standard, or Microsoft Windows Server 2012 R2 with SQL Server Web.

    - *
  • - *
- *

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.

- *
- * @public - */ - Os?: string | undefined; - - /** - *

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. - *

- * @public - */ - AmiId?: string | undefined; - - /** - *

The instance's Amazon EC2 key name.

- * @public - */ - SshKeyName?: string | undefined; - - /** - *

The instance architecture. Instance types do not necessarily support both architectures. For - * a list of the architectures that are supported by the different instance types, see Instance - * Families and Types.

- * @public - */ - Architecture?: Architecture | undefined; - - /** - *

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.

- *
- * @public - */ - InstallUpdatesOnBoot?: boolean | undefined; - - /** - *

This property cannot be updated.

- * @public - */ - EbsOptimized?: boolean | undefined; - - /** - *

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. - * 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. - * For a list of available agent version numbers, call DescribeAgentVersions.

- *

AgentVersion cannot be set to Chef 12.2.

- * @public - */ - AgentVersion?: string | undefined; -} - -/** - * @public - */ -export interface UpdateLayerRequest { - /** - *

The layer ID.

- * @public - */ - LayerId: string | undefined; - - /** - *

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

- * @public - */ - Name?: string | undefined; - - /** - *

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. - *

- * @public - */ - Shortname?: string | undefined; - - /** - *

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

- * @public - */ - Attributes?: Partial> | undefined; - - /** - *

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

- * @public - */ - CloudWatchLogsConfiguration?: CloudWatchLogsConfiguration | undefined; - - /** - *

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.

- * @public - */ - CustomInstanceProfileArn?: string | undefined; - - /** - *

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. - *

- * @public - */ - CustomJson?: string | undefined; - - /** - *

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

- * @public - */ - CustomSecurityGroupIds?: string[] | undefined; - - /** - *

An array of Package objects that describe the layer's packages.

- * @public - */ - Packages?: string[] | undefined; - - /** - *

A VolumeConfigurations object that describes the layer's Amazon EBS volumes.

- * @public - */ - VolumeConfigurations?: VolumeConfiguration[] | undefined; - - /** - *

Whether to disable auto healing for the layer.

- * @public - */ - EnableAutoHealing?: boolean | undefined; - - /** - *

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

- * @public - */ - AutoAssignElasticIps?: boolean | undefined; - - /** - *

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.

- * @public - */ - AutoAssignPublicIps?: boolean | undefined; - - /** - *

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

- * @public - */ - CustomRecipes?: Recipes | undefined; - - /** - *

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.

- *
- * @public - */ - InstallUpdatesOnBoot?: boolean | undefined; - - /** - *

Whether to use Amazon EBS-optimized instances.

- * @public - */ - UseEbsOptimizedInstances?: boolean | undefined; - - /** - *

- * @public - */ - LifecycleEventConfiguration?: LifecycleEventConfiguration | undefined; -} - -/** - * @public - */ -export interface UpdateMyUserProfileRequest { - /** - *

The user's SSH public key.

- * @public - */ - SshPublicKey?: string | undefined; -} - -/** - * @public - */ -export interface UpdateRdsDbInstanceRequest { - /** - *

The Amazon RDS instance's ARN.

- * @public - */ - RdsDbInstanceArn: string | undefined; - - /** - *

The master user name.

- * @public - */ - DbUser?: string | undefined; - - /** - *

The database password.

- * @public - */ - DbPassword?: string | undefined; -} - -/** - * @public - */ -export interface UpdateStackRequest { - /** - *

The stack ID.

- * @public - */ - StackId: string | undefined; - - /** - *

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

- * @public - */ - Name?: string | undefined; - - /** - *

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

- * @public - */ - Attributes?: Partial> | undefined; - - /** - *

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

- * @public - */ - ServiceRoleArn?: string | undefined; - - /** - *

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.

- * @public - */ - DefaultInstanceProfileArn?: string | undefined; - - /** - *

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 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 18.04 LTS, Ubuntu 16.04 LTS, Ubuntu 14.04 LTS, or Ubuntu 12.04 LTS.

    - *
  • - *
  • - *

    - * CentOS Linux 7 - *

    - *
  • - *
  • - *

    - * Red Hat Enterprise Linux 7 - *

    - *
  • - *
  • - *

    A supported Windows operating system, such as Microsoft Windows Server 2012 R2 Base, Microsoft Windows Server 2012 R2 with SQL Server Express, - * Microsoft Windows Server 2012 R2 with SQL Server Standard, or Microsoft Windows Server 2012 R2 with SQL Server Web.

    - *
  • - *
  • - *

    A custom AMI: Custom. You specify the custom AMI you want to use when - * you create instances. For more information about how to use custom AMIs with OpsWorks, see Using - * Custom AMIs.

    - *
  • - *
- *

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.

- * @public - */ - DefaultOs?: string | undefined; - - /** - *

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:

- *
    - *
  • - *

    - * Baked_Goods - *

    - *
  • - *
  • - *

    - * Clouds - *

    - *
  • - *
  • - *

    - * Europe_Cities - *

    - *
  • - *
  • - *

    - * Fruits - *

    - *
  • - *
  • - *

    - * Greek_Deities_and_Titans - *

    - *
  • - *
  • - *

    - * Legendary_creatures_from_Japan - *

    - *
  • - *
  • - *

    - * Planets_and_Moons - *

    - *
  • - *
  • - *

    - * Roman_Deities - *

    - *
  • - *
  • - *

    - * Scottish_Islands - *

    - *
  • - *
  • - *

    - * US_Cities - *

    - *
  • - *
  • - *

    - * Wild_Cats - *

    - *
  • - *
- *

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

- * @public - */ - HostnameTheme?: string | undefined; - - /** - *

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.

- * @public - */ - DefaultAvailabilityZone?: string | undefined; - - /** - *

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.

- * @public - */ - DefaultSubnetId?: string | undefined; - - /** - *

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.

- * @public - */ - CustomJson?: string | undefined; - - /** - *

The configuration manager. When you update a stack, we recommend that you use the configuration manager to specify the - * Chef version: 12, 11.10, or 11.4 for Linux stacks, or 12.2 for Windows stacks. The default value for Linux stacks is currently 12.

- * @public - */ - ConfigurationManager?: StackConfigurationManager | undefined; - - /** - *

A ChefConfiguration object that specifies whether to enable Berkshelf and the - * Berkshelf version on Chef 11.10 stacks. For more information, see Create a New Stack.

- * @public - */ - ChefConfiguration?: ChefConfiguration | undefined; - - /** - *

Whether the stack uses custom cookbooks.

- * @public - */ - UseCustomCookbooks?: boolean | undefined; - - /** - *

Contains the information required to retrieve an app or cookbook from a repository. For more information, - * see Adding Apps or - * Cookbooks and Recipes.

- * @public - */ - CustomCookbooksSource?: Source | undefined; - - /** - *

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.

- * @public - */ - DefaultSshKeyName?: string | undefined; - - /** - *

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.

- * @public - */ - DefaultRootDeviceType?: RootDeviceType | undefined; - - /** - *

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:

- *
    - *
  • - *

    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 - 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 groups are required only for those layers - * that need custom settings.

    - *
  • - *
- *

For more information, see Create a New - * Stack.

- * @public - */ - UseOpsworksSecurityGroups?: boolean | undefined; - - /** - *

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

- *
    - *
  • - *

    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. 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. - * 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.

- *
- * @public - */ - AgentVersion?: string | undefined; -} - -/** - * @public - */ -export interface UpdateUserProfileRequest { - /** - *

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

- * @public - */ - IamUserArn: string | undefined; - - /** - *

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.

- * @public - */ - SshUsername?: string | undefined; - - /** - *

The user's new SSH public key.

- * @public - */ - SshPublicKey?: string | undefined; - - /** - *

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

- * @public - */ - AllowSelfManagement?: boolean | undefined; -} - -/** - * @public - */ -export interface UpdateVolumeRequest { - /** - *

The volume ID.

- * @public - */ - VolumeId: string | undefined; - - /** - *

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

- * @public - */ - Name?: string | undefined; - - /** - *

The new mount point.

- * @public - */ - MountPoint?: string | undefined; -} diff --git a/clients/client-opsworks/src/pagination/DescribeEcsClustersPaginator.ts b/clients/client-opsworks/src/pagination/DescribeEcsClustersPaginator.ts deleted file mode 100644 index 907bb4a6cd4e..000000000000 --- a/clients/client-opsworks/src/pagination/DescribeEcsClustersPaginator.ts +++ /dev/null @@ -1,24 +0,0 @@ -// smithy-typescript generated code -import { createPaginator } from "@smithy/core"; -import { Paginator } from "@smithy/types"; - -import { - DescribeEcsClustersCommand, - DescribeEcsClustersCommandInput, - DescribeEcsClustersCommandOutput, -} from "../commands/DescribeEcsClustersCommand"; -import { OpsWorksClient } from "../OpsWorksClient"; -import { OpsWorksPaginationConfiguration } from "./Interfaces"; - -/** - * @public - */ -export const paginateDescribeEcsClusters: ( - config: OpsWorksPaginationConfiguration, - input: DescribeEcsClustersCommandInput, - ...rest: any[] -) => Paginator = createPaginator< - OpsWorksPaginationConfiguration, - DescribeEcsClustersCommandInput, - DescribeEcsClustersCommandOutput ->(OpsWorksClient, DescribeEcsClustersCommand, "NextToken", "NextToken", "MaxResults"); diff --git a/clients/client-opsworks/src/pagination/Interfaces.ts b/clients/client-opsworks/src/pagination/Interfaces.ts deleted file mode 100644 index 7b84363b3dd1..000000000000 --- a/clients/client-opsworks/src/pagination/Interfaces.ts +++ /dev/null @@ -1,11 +0,0 @@ -// smithy-typescript generated code -import { PaginationConfiguration } from "@smithy/types"; - -import { OpsWorksClient } from "../OpsWorksClient"; - -/** - * @public - */ -export interface OpsWorksPaginationConfiguration extends PaginationConfiguration { - client: OpsWorksClient; -} diff --git a/clients/client-opsworks/src/pagination/index.ts b/clients/client-opsworks/src/pagination/index.ts deleted file mode 100644 index 4b59d4796904..000000000000 --- a/clients/client-opsworks/src/pagination/index.ts +++ /dev/null @@ -1,3 +0,0 @@ -export * from "./DescribeEcsClustersPaginator"; -// smithy-typescript generated code -export * from "./Interfaces"; diff --git a/clients/client-opsworks/src/protocols/Aws_json1_1.ts b/clients/client-opsworks/src/protocols/Aws_json1_1.ts deleted file mode 100644 index 3aa8d72ff9c0..000000000000 --- a/clients/client-opsworks/src/protocols/Aws_json1_1.ts +++ /dev/null @@ -1,3203 +0,0 @@ -// smithy-typescript generated code -import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from "@aws-sdk/core"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { - _json, - collectBody, - decorateServiceException as __decorateServiceException, - expectBoolean as __expectBoolean, - expectInt32 as __expectInt32, - expectString as __expectString, - limitedParseDouble as __limitedParseDouble, - serializeFloat as __serializeFloat, - take, - withBaseException, -} from "@smithy/smithy-client"; -import { - Endpoint as __Endpoint, - HeaderBag as __HeaderBag, - ResponseMetadata as __ResponseMetadata, - SerdeContext as __SerdeContext, -} from "@smithy/types"; - -import { AssignInstanceCommandInput, AssignInstanceCommandOutput } from "../commands/AssignInstanceCommand"; -import { AssignVolumeCommandInput, AssignVolumeCommandOutput } from "../commands/AssignVolumeCommand"; -import { AssociateElasticIpCommandInput, AssociateElasticIpCommandOutput } from "../commands/AssociateElasticIpCommand"; -import { - AttachElasticLoadBalancerCommandInput, - AttachElasticLoadBalancerCommandOutput, -} from "../commands/AttachElasticLoadBalancerCommand"; -import { CloneStackCommandInput, CloneStackCommandOutput } from "../commands/CloneStackCommand"; -import { CreateAppCommandInput, CreateAppCommandOutput } from "../commands/CreateAppCommand"; -import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "../commands/CreateDeploymentCommand"; -import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "../commands/CreateInstanceCommand"; -import { CreateLayerCommandInput, CreateLayerCommandOutput } from "../commands/CreateLayerCommand"; -import { CreateStackCommandInput, CreateStackCommandOutput } from "../commands/CreateStackCommand"; -import { CreateUserProfileCommandInput, CreateUserProfileCommandOutput } from "../commands/CreateUserProfileCommand"; -import { DeleteAppCommandInput, DeleteAppCommandOutput } from "../commands/DeleteAppCommand"; -import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "../commands/DeleteInstanceCommand"; -import { DeleteLayerCommandInput, DeleteLayerCommandOutput } from "../commands/DeleteLayerCommand"; -import { DeleteStackCommandInput, DeleteStackCommandOutput } from "../commands/DeleteStackCommand"; -import { DeleteUserProfileCommandInput, DeleteUserProfileCommandOutput } from "../commands/DeleteUserProfileCommand"; -import { - DeregisterEcsClusterCommandInput, - DeregisterEcsClusterCommandOutput, -} from "../commands/DeregisterEcsClusterCommand"; -import { - DeregisterElasticIpCommandInput, - DeregisterElasticIpCommandOutput, -} from "../commands/DeregisterElasticIpCommand"; -import { DeregisterInstanceCommandInput, DeregisterInstanceCommandOutput } from "../commands/DeregisterInstanceCommand"; -import { - DeregisterRdsDbInstanceCommandInput, - DeregisterRdsDbInstanceCommandOutput, -} from "../commands/DeregisterRdsDbInstanceCommand"; -import { DeregisterVolumeCommandInput, DeregisterVolumeCommandOutput } from "../commands/DeregisterVolumeCommand"; -import { - DescribeAgentVersionsCommandInput, - DescribeAgentVersionsCommandOutput, -} from "../commands/DescribeAgentVersionsCommand"; -import { DescribeAppsCommandInput, DescribeAppsCommandOutput } from "../commands/DescribeAppsCommand"; -import { DescribeCommandsCommandInput, DescribeCommandsCommandOutput } from "../commands/DescribeCommandsCommand"; -import { - DescribeDeploymentsCommandInput, - DescribeDeploymentsCommandOutput, -} from "../commands/DescribeDeploymentsCommand"; -import { - DescribeEcsClustersCommandInput, - DescribeEcsClustersCommandOutput, -} from "../commands/DescribeEcsClustersCommand"; -import { DescribeElasticIpsCommandInput, DescribeElasticIpsCommandOutput } from "../commands/DescribeElasticIpsCommand"; -import { - DescribeElasticLoadBalancersCommandInput, - DescribeElasticLoadBalancersCommandOutput, -} from "../commands/DescribeElasticLoadBalancersCommand"; -import { DescribeInstancesCommandInput, DescribeInstancesCommandOutput } from "../commands/DescribeInstancesCommand"; -import { DescribeLayersCommandInput, DescribeLayersCommandOutput } from "../commands/DescribeLayersCommand"; -import { - DescribeLoadBasedAutoScalingCommandInput, - DescribeLoadBasedAutoScalingCommandOutput, -} from "../commands/DescribeLoadBasedAutoScalingCommand"; -import { - DescribeMyUserProfileCommandInput, - DescribeMyUserProfileCommandOutput, -} from "../commands/DescribeMyUserProfileCommand"; -import { - DescribeOperatingSystemsCommandInput, - DescribeOperatingSystemsCommandOutput, -} from "../commands/DescribeOperatingSystemsCommand"; -import { - DescribePermissionsCommandInput, - DescribePermissionsCommandOutput, -} from "../commands/DescribePermissionsCommand"; -import { DescribeRaidArraysCommandInput, DescribeRaidArraysCommandOutput } from "../commands/DescribeRaidArraysCommand"; -import { - DescribeRdsDbInstancesCommandInput, - DescribeRdsDbInstancesCommandOutput, -} from "../commands/DescribeRdsDbInstancesCommand"; -import { - DescribeServiceErrorsCommandInput, - DescribeServiceErrorsCommandOutput, -} from "../commands/DescribeServiceErrorsCommand"; -import { - DescribeStackProvisioningParametersCommandInput, - DescribeStackProvisioningParametersCommandOutput, -} from "../commands/DescribeStackProvisioningParametersCommand"; -import { DescribeStacksCommandInput, DescribeStacksCommandOutput } from "../commands/DescribeStacksCommand"; -import { - DescribeStackSummaryCommandInput, - DescribeStackSummaryCommandOutput, -} from "../commands/DescribeStackSummaryCommand"; -import { - DescribeTimeBasedAutoScalingCommandInput, - DescribeTimeBasedAutoScalingCommandOutput, -} from "../commands/DescribeTimeBasedAutoScalingCommand"; -import { - DescribeUserProfilesCommandInput, - DescribeUserProfilesCommandOutput, -} from "../commands/DescribeUserProfilesCommand"; -import { DescribeVolumesCommandInput, DescribeVolumesCommandOutput } from "../commands/DescribeVolumesCommand"; -import { - DetachElasticLoadBalancerCommandInput, - DetachElasticLoadBalancerCommandOutput, -} from "../commands/DetachElasticLoadBalancerCommand"; -import { - DisassociateElasticIpCommandInput, - DisassociateElasticIpCommandOutput, -} from "../commands/DisassociateElasticIpCommand"; -import { - GetHostnameSuggestionCommandInput, - GetHostnameSuggestionCommandOutput, -} from "../commands/GetHostnameSuggestionCommand"; -import { GrantAccessCommandInput, GrantAccessCommandOutput } from "../commands/GrantAccessCommand"; -import { ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand"; -import { RebootInstanceCommandInput, RebootInstanceCommandOutput } from "../commands/RebootInstanceCommand"; -import { RegisterEcsClusterCommandInput, RegisterEcsClusterCommandOutput } from "../commands/RegisterEcsClusterCommand"; -import { RegisterElasticIpCommandInput, RegisterElasticIpCommandOutput } from "../commands/RegisterElasticIpCommand"; -import { RegisterInstanceCommandInput, RegisterInstanceCommandOutput } from "../commands/RegisterInstanceCommand"; -import { - RegisterRdsDbInstanceCommandInput, - RegisterRdsDbInstanceCommandOutput, -} from "../commands/RegisterRdsDbInstanceCommand"; -import { RegisterVolumeCommandInput, RegisterVolumeCommandOutput } from "../commands/RegisterVolumeCommand"; -import { - SetLoadBasedAutoScalingCommandInput, - SetLoadBasedAutoScalingCommandOutput, -} from "../commands/SetLoadBasedAutoScalingCommand"; -import { SetPermissionCommandInput, SetPermissionCommandOutput } from "../commands/SetPermissionCommand"; -import { - SetTimeBasedAutoScalingCommandInput, - SetTimeBasedAutoScalingCommandOutput, -} from "../commands/SetTimeBasedAutoScalingCommand"; -import { StartInstanceCommandInput, StartInstanceCommandOutput } from "../commands/StartInstanceCommand"; -import { StartStackCommandInput, StartStackCommandOutput } from "../commands/StartStackCommand"; -import { StopInstanceCommandInput, StopInstanceCommandOutput } from "../commands/StopInstanceCommand"; -import { StopStackCommandInput, StopStackCommandOutput } from "../commands/StopStackCommand"; -import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand"; -import { UnassignInstanceCommandInput, UnassignInstanceCommandOutput } from "../commands/UnassignInstanceCommand"; -import { UnassignVolumeCommandInput, UnassignVolumeCommandOutput } from "../commands/UnassignVolumeCommand"; -import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand"; -import { UpdateAppCommandInput, UpdateAppCommandOutput } from "../commands/UpdateAppCommand"; -import { UpdateElasticIpCommandInput, UpdateElasticIpCommandOutput } from "../commands/UpdateElasticIpCommand"; -import { UpdateInstanceCommandInput, UpdateInstanceCommandOutput } from "../commands/UpdateInstanceCommand"; -import { UpdateLayerCommandInput, UpdateLayerCommandOutput } from "../commands/UpdateLayerCommand"; -import { - UpdateMyUserProfileCommandInput, - UpdateMyUserProfileCommandOutput, -} from "../commands/UpdateMyUserProfileCommand"; -import { - UpdateRdsDbInstanceCommandInput, - UpdateRdsDbInstanceCommandOutput, -} from "../commands/UpdateRdsDbInstanceCommand"; -import { UpdateStackCommandInput, UpdateStackCommandOutput } from "../commands/UpdateStackCommand"; -import { UpdateUserProfileCommandInput, UpdateUserProfileCommandOutput } from "../commands/UpdateUserProfileCommand"; -import { UpdateVolumeCommandInput, UpdateVolumeCommandOutput } from "../commands/UpdateVolumeCommand"; -import { - AppAttributesKeys, - AssignInstanceRequest, - AssignVolumeRequest, - AssociateElasticIpRequest, - AttachElasticLoadBalancerRequest, - AutoScalingThresholds, - BlockDeviceMapping, - ChefConfiguration, - CloneStackRequest, - CloudWatchLogsConfiguration, - CloudWatchLogsLogStream, - CreateAppRequest, - CreateDeploymentRequest, - CreateInstanceRequest, - CreateLayerRequest, - CreateStackRequest, - CreateUserProfileRequest, - DataSource, - DeleteAppRequest, - DeleteInstanceRequest, - DeleteLayerRequest, - DeleteStackRequest, - DeleteUserProfileRequest, - DeploymentCommand, - DeregisterEcsClusterRequest, - DeregisterElasticIpRequest, - DeregisterInstanceRequest, - DeregisterRdsDbInstanceRequest, - DeregisterVolumeRequest, - DescribeAgentVersionsRequest, - DescribeAppsRequest, - DescribeCommandsRequest, - DescribeDeploymentsRequest, - DescribeEcsClustersRequest, - DescribeElasticIpsRequest, - DescribeElasticLoadBalancersRequest, - DescribeInstancesRequest, - DescribeLayersRequest, - DescribeLoadBasedAutoScalingRequest, - DescribeLoadBasedAutoScalingResult, - DescribePermissionsRequest, - DescribeRaidArraysRequest, - DescribeRdsDbInstancesRequest, - DescribeServiceErrorsRequest, - DescribeStackProvisioningParametersRequest, - DescribeStacksRequest, - DescribeStackSummaryRequest, - DescribeTimeBasedAutoScalingRequest, - DescribeUserProfilesRequest, - DescribeVolumesRequest, - DetachElasticLoadBalancerRequest, - DisassociateElasticIpRequest, - EbsBlockDevice, - EnvironmentVariable, - GetHostnameSuggestionRequest, - GrantAccessRequest, - InstanceIdentity, - LayerAttributesKeys, - LifecycleEventConfiguration, - ListTagsRequest, - LoadBasedAutoScalingConfiguration, - RebootInstanceRequest, - Recipes, - RegisterEcsClusterRequest, - RegisterElasticIpRequest, - RegisterInstanceRequest, - RegisterRdsDbInstanceRequest, - RegisterVolumeRequest, - ResourceNotFoundException, - SetLoadBasedAutoScalingRequest, - SetPermissionRequest, - SetTimeBasedAutoScalingRequest, - ShutdownEventConfiguration, - Source, - SslConfiguration, - StackAttributesKeys, - StackConfigurationManager, - StartInstanceRequest, - StartStackRequest, - StopInstanceRequest, - StopStackRequest, - TagResourceRequest, - UnassignInstanceRequest, - UnassignVolumeRequest, - UntagResourceRequest, - UpdateAppRequest, - UpdateElasticIpRequest, - UpdateInstanceRequest, - UpdateLayerRequest, - UpdateMyUserProfileRequest, - UpdateRdsDbInstanceRequest, - UpdateStackRequest, - UpdateUserProfileRequest, - UpdateVolumeRequest, - ValidationException, - VolumeConfiguration, - WeeklyAutoScalingSchedule, -} from "../models/models_0"; -import { OpsWorksServiceException as __BaseException } from "../models/OpsWorksServiceException"; - -/** - * serializeAws_json1_1AssignInstanceCommand - */ -export const se_AssignInstanceCommand = async ( - input: AssignInstanceCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("AssignInstance"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1AssignVolumeCommand - */ -export const se_AssignVolumeCommand = async ( - input: AssignVolumeCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("AssignVolume"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1AssociateElasticIpCommand - */ -export const se_AssociateElasticIpCommand = async ( - input: AssociateElasticIpCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("AssociateElasticIp"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1AttachElasticLoadBalancerCommand - */ -export const se_AttachElasticLoadBalancerCommand = async ( - input: AttachElasticLoadBalancerCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("AttachElasticLoadBalancer"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1CloneStackCommand - */ -export const se_CloneStackCommand = async ( - input: CloneStackCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("CloneStack"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1CreateAppCommand - */ -export const se_CreateAppCommand = async ( - input: CreateAppCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("CreateApp"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1CreateDeploymentCommand - */ -export const se_CreateDeploymentCommand = async ( - input: CreateDeploymentCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("CreateDeployment"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1CreateInstanceCommand - */ -export const se_CreateInstanceCommand = async ( - input: CreateInstanceCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("CreateInstance"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1CreateLayerCommand - */ -export const se_CreateLayerCommand = async ( - input: CreateLayerCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("CreateLayer"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1CreateStackCommand - */ -export const se_CreateStackCommand = async ( - input: CreateStackCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("CreateStack"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1CreateUserProfileCommand - */ -export const se_CreateUserProfileCommand = async ( - input: CreateUserProfileCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("CreateUserProfile"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DeleteAppCommand - */ -export const se_DeleteAppCommand = async ( - input: DeleteAppCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DeleteApp"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DeleteInstanceCommand - */ -export const se_DeleteInstanceCommand = async ( - input: DeleteInstanceCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DeleteInstance"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DeleteLayerCommand - */ -export const se_DeleteLayerCommand = async ( - input: DeleteLayerCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DeleteLayer"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DeleteStackCommand - */ -export const se_DeleteStackCommand = async ( - input: DeleteStackCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DeleteStack"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DeleteUserProfileCommand - */ -export const se_DeleteUserProfileCommand = async ( - input: DeleteUserProfileCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DeleteUserProfile"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DeregisterEcsClusterCommand - */ -export const se_DeregisterEcsClusterCommand = async ( - input: DeregisterEcsClusterCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DeregisterEcsCluster"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DeregisterElasticIpCommand - */ -export const se_DeregisterElasticIpCommand = async ( - input: DeregisterElasticIpCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DeregisterElasticIp"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DeregisterInstanceCommand - */ -export const se_DeregisterInstanceCommand = async ( - input: DeregisterInstanceCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DeregisterInstance"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DeregisterRdsDbInstanceCommand - */ -export const se_DeregisterRdsDbInstanceCommand = async ( - input: DeregisterRdsDbInstanceCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DeregisterRdsDbInstance"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DeregisterVolumeCommand - */ -export const se_DeregisterVolumeCommand = async ( - input: DeregisterVolumeCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DeregisterVolume"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DescribeAgentVersionsCommand - */ -export const se_DescribeAgentVersionsCommand = async ( - input: DescribeAgentVersionsCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DescribeAgentVersions"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DescribeAppsCommand - */ -export const se_DescribeAppsCommand = async ( - input: DescribeAppsCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DescribeApps"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DescribeCommandsCommand - */ -export const se_DescribeCommandsCommand = async ( - input: DescribeCommandsCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DescribeCommands"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DescribeDeploymentsCommand - */ -export const se_DescribeDeploymentsCommand = async ( - input: DescribeDeploymentsCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DescribeDeployments"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DescribeEcsClustersCommand - */ -export const se_DescribeEcsClustersCommand = async ( - input: DescribeEcsClustersCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DescribeEcsClusters"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DescribeElasticIpsCommand - */ -export const se_DescribeElasticIpsCommand = async ( - input: DescribeElasticIpsCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DescribeElasticIps"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DescribeElasticLoadBalancersCommand - */ -export const se_DescribeElasticLoadBalancersCommand = async ( - input: DescribeElasticLoadBalancersCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DescribeElasticLoadBalancers"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DescribeInstancesCommand - */ -export const se_DescribeInstancesCommand = async ( - input: DescribeInstancesCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DescribeInstances"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DescribeLayersCommand - */ -export const se_DescribeLayersCommand = async ( - input: DescribeLayersCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DescribeLayers"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DescribeLoadBasedAutoScalingCommand - */ -export const se_DescribeLoadBasedAutoScalingCommand = async ( - input: DescribeLoadBasedAutoScalingCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DescribeLoadBasedAutoScaling"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DescribeMyUserProfileCommand - */ -export const se_DescribeMyUserProfileCommand = async ( - input: DescribeMyUserProfileCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DescribeMyUserProfile"); - const body = "{}"; - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DescribeOperatingSystemsCommand - */ -export const se_DescribeOperatingSystemsCommand = async ( - input: DescribeOperatingSystemsCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DescribeOperatingSystems"); - const body = "{}"; - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DescribePermissionsCommand - */ -export const se_DescribePermissionsCommand = async ( - input: DescribePermissionsCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DescribePermissions"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DescribeRaidArraysCommand - */ -export const se_DescribeRaidArraysCommand = async ( - input: DescribeRaidArraysCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DescribeRaidArrays"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DescribeRdsDbInstancesCommand - */ -export const se_DescribeRdsDbInstancesCommand = async ( - input: DescribeRdsDbInstancesCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DescribeRdsDbInstances"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DescribeServiceErrorsCommand - */ -export const se_DescribeServiceErrorsCommand = async ( - input: DescribeServiceErrorsCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DescribeServiceErrors"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DescribeStackProvisioningParametersCommand - */ -export const se_DescribeStackProvisioningParametersCommand = async ( - input: DescribeStackProvisioningParametersCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DescribeStackProvisioningParameters"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DescribeStacksCommand - */ -export const se_DescribeStacksCommand = async ( - input: DescribeStacksCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DescribeStacks"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DescribeStackSummaryCommand - */ -export const se_DescribeStackSummaryCommand = async ( - input: DescribeStackSummaryCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DescribeStackSummary"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DescribeTimeBasedAutoScalingCommand - */ -export const se_DescribeTimeBasedAutoScalingCommand = async ( - input: DescribeTimeBasedAutoScalingCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DescribeTimeBasedAutoScaling"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DescribeUserProfilesCommand - */ -export const se_DescribeUserProfilesCommand = async ( - input: DescribeUserProfilesCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DescribeUserProfiles"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DescribeVolumesCommand - */ -export const se_DescribeVolumesCommand = async ( - input: DescribeVolumesCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DescribeVolumes"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DetachElasticLoadBalancerCommand - */ -export const se_DetachElasticLoadBalancerCommand = async ( - input: DetachElasticLoadBalancerCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DetachElasticLoadBalancer"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1DisassociateElasticIpCommand - */ -export const se_DisassociateElasticIpCommand = async ( - input: DisassociateElasticIpCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("DisassociateElasticIp"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1GetHostnameSuggestionCommand - */ -export const se_GetHostnameSuggestionCommand = async ( - input: GetHostnameSuggestionCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("GetHostnameSuggestion"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1GrantAccessCommand - */ -export const se_GrantAccessCommand = async ( - input: GrantAccessCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("GrantAccess"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1ListTagsCommand - */ -export const se_ListTagsCommand = async ( - input: ListTagsCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("ListTags"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1RebootInstanceCommand - */ -export const se_RebootInstanceCommand = async ( - input: RebootInstanceCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("RebootInstance"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1RegisterEcsClusterCommand - */ -export const se_RegisterEcsClusterCommand = async ( - input: RegisterEcsClusterCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("RegisterEcsCluster"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1RegisterElasticIpCommand - */ -export const se_RegisterElasticIpCommand = async ( - input: RegisterElasticIpCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("RegisterElasticIp"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1RegisterInstanceCommand - */ -export const se_RegisterInstanceCommand = async ( - input: RegisterInstanceCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("RegisterInstance"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1RegisterRdsDbInstanceCommand - */ -export const se_RegisterRdsDbInstanceCommand = async ( - input: RegisterRdsDbInstanceCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("RegisterRdsDbInstance"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1RegisterVolumeCommand - */ -export const se_RegisterVolumeCommand = async ( - input: RegisterVolumeCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("RegisterVolume"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1SetLoadBasedAutoScalingCommand - */ -export const se_SetLoadBasedAutoScalingCommand = async ( - input: SetLoadBasedAutoScalingCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("SetLoadBasedAutoScaling"); - let body: any; - body = JSON.stringify(se_SetLoadBasedAutoScalingRequest(input, context)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1SetPermissionCommand - */ -export const se_SetPermissionCommand = async ( - input: SetPermissionCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("SetPermission"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1SetTimeBasedAutoScalingCommand - */ -export const se_SetTimeBasedAutoScalingCommand = async ( - input: SetTimeBasedAutoScalingCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("SetTimeBasedAutoScaling"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1StartInstanceCommand - */ -export const se_StartInstanceCommand = async ( - input: StartInstanceCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("StartInstance"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1StartStackCommand - */ -export const se_StartStackCommand = async ( - input: StartStackCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("StartStack"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1StopInstanceCommand - */ -export const se_StopInstanceCommand = async ( - input: StopInstanceCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("StopInstance"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1StopStackCommand - */ -export const se_StopStackCommand = async ( - input: StopStackCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("StopStack"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1TagResourceCommand - */ -export const se_TagResourceCommand = async ( - input: TagResourceCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("TagResource"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1UnassignInstanceCommand - */ -export const se_UnassignInstanceCommand = async ( - input: UnassignInstanceCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("UnassignInstance"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1UnassignVolumeCommand - */ -export const se_UnassignVolumeCommand = async ( - input: UnassignVolumeCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("UnassignVolume"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1UntagResourceCommand - */ -export const se_UntagResourceCommand = async ( - input: UntagResourceCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("UntagResource"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1UpdateAppCommand - */ -export const se_UpdateAppCommand = async ( - input: UpdateAppCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("UpdateApp"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1UpdateElasticIpCommand - */ -export const se_UpdateElasticIpCommand = async ( - input: UpdateElasticIpCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("UpdateElasticIp"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1UpdateInstanceCommand - */ -export const se_UpdateInstanceCommand = async ( - input: UpdateInstanceCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("UpdateInstance"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1UpdateLayerCommand - */ -export const se_UpdateLayerCommand = async ( - input: UpdateLayerCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("UpdateLayer"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1UpdateMyUserProfileCommand - */ -export const se_UpdateMyUserProfileCommand = async ( - input: UpdateMyUserProfileCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("UpdateMyUserProfile"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1UpdateRdsDbInstanceCommand - */ -export const se_UpdateRdsDbInstanceCommand = async ( - input: UpdateRdsDbInstanceCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("UpdateRdsDbInstance"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1UpdateStackCommand - */ -export const se_UpdateStackCommand = async ( - input: UpdateStackCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("UpdateStack"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1UpdateUserProfileCommand - */ -export const se_UpdateUserProfileCommand = async ( - input: UpdateUserProfileCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("UpdateUserProfile"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * serializeAws_json1_1UpdateVolumeCommand - */ -export const se_UpdateVolumeCommand = async ( - input: UpdateVolumeCommandInput, - context: __SerdeContext -): Promise<__HttpRequest> => { - const headers: __HeaderBag = sharedHeaders("UpdateVolume"); - let body: any; - body = JSON.stringify(_json(input)); - return buildHttpRpcRequest(context, headers, "/", undefined, body); -}; - -/** - * deserializeAws_json1_1AssignInstanceCommand - */ -export const de_AssignInstanceCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: AssignInstanceCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1AssignVolumeCommand - */ -export const de_AssignVolumeCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: AssignVolumeCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1AssociateElasticIpCommand - */ -export const de_AssociateElasticIpCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: AssociateElasticIpCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1AttachElasticLoadBalancerCommand - */ -export const de_AttachElasticLoadBalancerCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: AttachElasticLoadBalancerCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1CloneStackCommand - */ -export const de_CloneStackCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: CloneStackCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1CreateAppCommand - */ -export const de_CreateAppCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: CreateAppCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1CreateDeploymentCommand - */ -export const de_CreateDeploymentCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: CreateDeploymentCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1CreateInstanceCommand - */ -export const de_CreateInstanceCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: CreateInstanceCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1CreateLayerCommand - */ -export const de_CreateLayerCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: CreateLayerCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1CreateStackCommand - */ -export const de_CreateStackCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: CreateStackCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1CreateUserProfileCommand - */ -export const de_CreateUserProfileCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: CreateUserProfileCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DeleteAppCommand - */ -export const de_DeleteAppCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: DeleteAppCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1DeleteInstanceCommand - */ -export const de_DeleteInstanceCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: DeleteInstanceCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1DeleteLayerCommand - */ -export const de_DeleteLayerCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: DeleteLayerCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1DeleteStackCommand - */ -export const de_DeleteStackCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: DeleteStackCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1DeleteUserProfileCommand - */ -export const de_DeleteUserProfileCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: DeleteUserProfileCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1DeregisterEcsClusterCommand - */ -export const de_DeregisterEcsClusterCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: DeregisterEcsClusterCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1DeregisterElasticIpCommand - */ -export const de_DeregisterElasticIpCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: DeregisterElasticIpCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1DeregisterInstanceCommand - */ -export const de_DeregisterInstanceCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: DeregisterInstanceCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1DeregisterRdsDbInstanceCommand - */ -export const de_DeregisterRdsDbInstanceCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: DeregisterRdsDbInstanceCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1DeregisterVolumeCommand - */ -export const de_DeregisterVolumeCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: DeregisterVolumeCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1DescribeAgentVersionsCommand - */ -export const de_DescribeAgentVersionsCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: DescribeAgentVersionsCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DescribeAppsCommand - */ -export const de_DescribeAppsCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: DescribeAppsCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DescribeCommandsCommand - */ -export const de_DescribeCommandsCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: DescribeCommandsCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DescribeDeploymentsCommand - */ -export const de_DescribeDeploymentsCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: DescribeDeploymentsCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DescribeEcsClustersCommand - */ -export const de_DescribeEcsClustersCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: DescribeEcsClustersCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DescribeElasticIpsCommand - */ -export const de_DescribeElasticIpsCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: DescribeElasticIpsCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DescribeElasticLoadBalancersCommand - */ -export const de_DescribeElasticLoadBalancersCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: DescribeElasticLoadBalancersCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DescribeInstancesCommand - */ -export const de_DescribeInstancesCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: DescribeInstancesCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DescribeLayersCommand - */ -export const de_DescribeLayersCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: DescribeLayersCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DescribeLoadBasedAutoScalingCommand - */ -export const de_DescribeLoadBasedAutoScalingCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = de_DescribeLoadBasedAutoScalingResult(data, context); - const response: DescribeLoadBasedAutoScalingCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DescribeMyUserProfileCommand - */ -export const de_DescribeMyUserProfileCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: DescribeMyUserProfileCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DescribeOperatingSystemsCommand - */ -export const de_DescribeOperatingSystemsCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: DescribeOperatingSystemsCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DescribePermissionsCommand - */ -export const de_DescribePermissionsCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: DescribePermissionsCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DescribeRaidArraysCommand - */ -export const de_DescribeRaidArraysCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: DescribeRaidArraysCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DescribeRdsDbInstancesCommand - */ -export const de_DescribeRdsDbInstancesCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: DescribeRdsDbInstancesCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DescribeServiceErrorsCommand - */ -export const de_DescribeServiceErrorsCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: DescribeServiceErrorsCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DescribeStackProvisioningParametersCommand - */ -export const de_DescribeStackProvisioningParametersCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: DescribeStackProvisioningParametersCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DescribeStacksCommand - */ -export const de_DescribeStacksCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: DescribeStacksCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DescribeStackSummaryCommand - */ -export const de_DescribeStackSummaryCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: DescribeStackSummaryCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DescribeTimeBasedAutoScalingCommand - */ -export const de_DescribeTimeBasedAutoScalingCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: DescribeTimeBasedAutoScalingCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DescribeUserProfilesCommand - */ -export const de_DescribeUserProfilesCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: DescribeUserProfilesCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DescribeVolumesCommand - */ -export const de_DescribeVolumesCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: DescribeVolumesCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1DetachElasticLoadBalancerCommand - */ -export const de_DetachElasticLoadBalancerCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: DetachElasticLoadBalancerCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1DisassociateElasticIpCommand - */ -export const de_DisassociateElasticIpCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: DisassociateElasticIpCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1GetHostnameSuggestionCommand - */ -export const de_GetHostnameSuggestionCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: GetHostnameSuggestionCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1GrantAccessCommand - */ -export const de_GrantAccessCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: GrantAccessCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1ListTagsCommand - */ -export const de_ListTagsCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: ListTagsCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1RebootInstanceCommand - */ -export const de_RebootInstanceCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: RebootInstanceCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1RegisterEcsClusterCommand - */ -export const de_RegisterEcsClusterCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: RegisterEcsClusterCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1RegisterElasticIpCommand - */ -export const de_RegisterElasticIpCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: RegisterElasticIpCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1RegisterInstanceCommand - */ -export const de_RegisterInstanceCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: RegisterInstanceCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1RegisterRdsDbInstanceCommand - */ -export const de_RegisterRdsDbInstanceCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: RegisterRdsDbInstanceCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1RegisterVolumeCommand - */ -export const de_RegisterVolumeCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - const data: any = await parseBody(output.body, context); - let contents: any = {}; - contents = _json(data); - const response: RegisterVolumeCommandOutput = { - $metadata: deserializeMetadata(output), - ...contents, - }; - return response; -}; - -/** - * deserializeAws_json1_1SetLoadBasedAutoScalingCommand - */ -export const de_SetLoadBasedAutoScalingCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: SetLoadBasedAutoScalingCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1SetPermissionCommand - */ -export const de_SetPermissionCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: SetPermissionCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1SetTimeBasedAutoScalingCommand - */ -export const de_SetTimeBasedAutoScalingCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: SetTimeBasedAutoScalingCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1StartInstanceCommand - */ -export const de_StartInstanceCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: StartInstanceCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1StartStackCommand - */ -export const de_StartStackCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: StartStackCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1StopInstanceCommand - */ -export const de_StopInstanceCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: StopInstanceCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1StopStackCommand - */ -export const de_StopStackCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: StopStackCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1TagResourceCommand - */ -export const de_TagResourceCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: TagResourceCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1UnassignInstanceCommand - */ -export const de_UnassignInstanceCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: UnassignInstanceCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1UnassignVolumeCommand - */ -export const de_UnassignVolumeCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: UnassignVolumeCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1UntagResourceCommand - */ -export const de_UntagResourceCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: UntagResourceCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1UpdateAppCommand - */ -export const de_UpdateAppCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: UpdateAppCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1UpdateElasticIpCommand - */ -export const de_UpdateElasticIpCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: UpdateElasticIpCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1UpdateInstanceCommand - */ -export const de_UpdateInstanceCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: UpdateInstanceCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1UpdateLayerCommand - */ -export const de_UpdateLayerCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: UpdateLayerCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1UpdateMyUserProfileCommand - */ -export const de_UpdateMyUserProfileCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: UpdateMyUserProfileCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1UpdateRdsDbInstanceCommand - */ -export const de_UpdateRdsDbInstanceCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: UpdateRdsDbInstanceCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1UpdateStackCommand - */ -export const de_UpdateStackCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: UpdateStackCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1UpdateUserProfileCommand - */ -export const de_UpdateUserProfileCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: UpdateUserProfileCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserializeAws_json1_1UpdateVolumeCommand - */ -export const de_UpdateVolumeCommand = async ( - output: __HttpResponse, - context: __SerdeContext -): Promise => { - if (output.statusCode >= 300) { - return de_CommandError(output, context); - } - await collectBody(output.body, context); - const response: UpdateVolumeCommandOutput = { - $metadata: deserializeMetadata(output), - }; - return response; -}; - -/** - * deserialize_Aws_json1_1CommandError - */ -const de_CommandError = async (output: __HttpResponse, context: __SerdeContext): Promise => { - const parsedOutput: any = { - ...output, - body: await parseErrorBody(output.body, context), - }; - const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); - switch (errorCode) { - case "ResourceNotFoundException": - case "com.amazonaws.opsworks#ResourceNotFoundException": - throw await de_ResourceNotFoundExceptionRes(parsedOutput, context); - case "ValidationException": - case "com.amazonaws.opsworks#ValidationException": - throw await de_ValidationExceptionRes(parsedOutput, context); - default: - const parsedBody = parsedOutput.body; - return throwDefaultError({ - output, - parsedBody, - errorCode, - }) as never; - } -}; - -/** - * deserializeAws_json1_1ResourceNotFoundExceptionRes - */ -const de_ResourceNotFoundExceptionRes = async ( - parsedOutput: any, - context: __SerdeContext -): Promise => { - const body = parsedOutput.body; - const deserialized: any = _json(body); - const exception = new ResourceNotFoundException({ - $metadata: deserializeMetadata(parsedOutput), - ...deserialized, - }); - return __decorateServiceException(exception, body); -}; - -/** - * deserializeAws_json1_1ValidationExceptionRes - */ -const de_ValidationExceptionRes = async (parsedOutput: any, context: __SerdeContext): Promise => { - const body = parsedOutput.body; - const deserialized: any = _json(body); - const exception = new ValidationException({ - $metadata: deserializeMetadata(parsedOutput), - ...deserialized, - }); - return __decorateServiceException(exception, body); -}; - -// se_AppAttributes omitted. - -// se_AssignInstanceRequest omitted. - -// se_AssignVolumeRequest omitted. - -// se_AssociateElasticIpRequest omitted. - -// se_AttachElasticLoadBalancerRequest omitted. - -/** - * serializeAws_json1_1AutoScalingThresholds - */ -const se_AutoScalingThresholds = (input: AutoScalingThresholds, context: __SerdeContext): any => { - return take(input, { - Alarms: _json, - CpuThreshold: __serializeFloat, - IgnoreMetricsTime: [], - InstanceCount: [], - LoadThreshold: __serializeFloat, - MemoryThreshold: __serializeFloat, - ThresholdsWaitTime: [], - }); -}; - -// se_BlockDeviceMapping omitted. - -// se_BlockDeviceMappings omitted. - -// se_ChefConfiguration omitted. - -// se_CloneStackRequest omitted. - -// se_CloudWatchLogsConfiguration omitted. - -// se_CloudWatchLogsLogStream omitted. - -// se_CloudWatchLogsLogStreams omitted. - -// se_CreateAppRequest omitted. - -// se_CreateDeploymentRequest omitted. - -// se_CreateInstanceRequest omitted. - -// se_CreateLayerRequest omitted. - -// se_CreateStackRequest omitted. - -// se_CreateUserProfileRequest omitted. - -// se_DailyAutoScalingSchedule omitted. - -// se_DataSource omitted. - -// se_DataSources omitted. - -// se_DeleteAppRequest omitted. - -// se_DeleteInstanceRequest omitted. - -// se_DeleteLayerRequest omitted. - -// se_DeleteStackRequest omitted. - -// se_DeleteUserProfileRequest omitted. - -// se_DeploymentCommand omitted. - -// se_DeploymentCommandArgs omitted. - -// se_DeregisterEcsClusterRequest omitted. - -// se_DeregisterElasticIpRequest omitted. - -// se_DeregisterInstanceRequest omitted. - -// se_DeregisterRdsDbInstanceRequest omitted. - -// se_DeregisterVolumeRequest omitted. - -// se_DescribeAgentVersionsRequest omitted. - -// se_DescribeAppsRequest omitted. - -// se_DescribeCommandsRequest omitted. - -// se_DescribeDeploymentsRequest omitted. - -// se_DescribeEcsClustersRequest omitted. - -// se_DescribeElasticIpsRequest omitted. - -// se_DescribeElasticLoadBalancersRequest omitted. - -// se_DescribeInstancesRequest omitted. - -// se_DescribeLayersRequest omitted. - -// se_DescribeLoadBasedAutoScalingRequest omitted. - -// se_DescribePermissionsRequest omitted. - -// se_DescribeRaidArraysRequest omitted. - -// se_DescribeRdsDbInstancesRequest omitted. - -// se_DescribeServiceErrorsRequest omitted. - -// se_DescribeStackProvisioningParametersRequest omitted. - -// se_DescribeStacksRequest omitted. - -// se_DescribeStackSummaryRequest omitted. - -// se_DescribeTimeBasedAutoScalingRequest omitted. - -// se_DescribeUserProfilesRequest omitted. - -// se_DescribeVolumesRequest omitted. - -// se_DetachElasticLoadBalancerRequest omitted. - -// se_DisassociateElasticIpRequest omitted. - -// se_EbsBlockDevice omitted. - -// se_EnvironmentVariable omitted. - -// se_EnvironmentVariables omitted. - -// se_GetHostnameSuggestionRequest omitted. - -// se_GrantAccessRequest omitted. - -// se_InstanceIdentity omitted. - -// se_LayerAttributes omitted. - -// se_LifecycleEventConfiguration omitted. - -// se_ListTagsRequest omitted. - -// se_RebootInstanceRequest omitted. - -// se_Recipes omitted. - -// se_RegisterEcsClusterRequest omitted. - -// se_RegisterElasticIpRequest omitted. - -// se_RegisterInstanceRequest omitted. - -// se_RegisterRdsDbInstanceRequest omitted. - -// se_RegisterVolumeRequest omitted. - -/** - * serializeAws_json1_1SetLoadBasedAutoScalingRequest - */ -const se_SetLoadBasedAutoScalingRequest = (input: SetLoadBasedAutoScalingRequest, context: __SerdeContext): any => { - return take(input, { - DownScaling: (_) => se_AutoScalingThresholds(_, context), - Enable: [], - LayerId: [], - UpScaling: (_) => se_AutoScalingThresholds(_, context), - }); -}; - -// se_SetPermissionRequest omitted. - -// se_SetTimeBasedAutoScalingRequest omitted. - -// se_ShutdownEventConfiguration omitted. - -// se_Source omitted. - -// se_SslConfiguration omitted. - -// se_StackAttributes omitted. - -// se_StackConfigurationManager omitted. - -// se_StartInstanceRequest omitted. - -// se_StartStackRequest omitted. - -// se_StopInstanceRequest omitted. - -// se_StopStackRequest omitted. - -// se_Strings omitted. - -// se_TagKeys omitted. - -// se_TagResourceRequest omitted. - -// se_Tags omitted. - -// se_UnassignInstanceRequest omitted. - -// se_UnassignVolumeRequest omitted. - -// se_UntagResourceRequest omitted. - -// se_UpdateAppRequest omitted. - -// se_UpdateElasticIpRequest omitted. - -// se_UpdateInstanceRequest omitted. - -// se_UpdateLayerRequest omitted. - -// se_UpdateMyUserProfileRequest omitted. - -// se_UpdateRdsDbInstanceRequest omitted. - -// se_UpdateStackRequest omitted. - -// se_UpdateUserProfileRequest omitted. - -// se_UpdateVolumeRequest omitted. - -// se_VolumeConfiguration omitted. - -// se_VolumeConfigurations omitted. - -// se_WeeklyAutoScalingSchedule omitted. - -// de_AgentVersion omitted. - -// de_AgentVersions omitted. - -// de_App omitted. - -// de_AppAttributes omitted. - -// de_Apps omitted. - -/** - * deserializeAws_json1_1AutoScalingThresholds - */ -const de_AutoScalingThresholds = (output: any, context: __SerdeContext): AutoScalingThresholds => { - return take(output, { - Alarms: _json, - CpuThreshold: __limitedParseDouble, - IgnoreMetricsTime: __expectInt32, - InstanceCount: __expectInt32, - LoadThreshold: __limitedParseDouble, - MemoryThreshold: __limitedParseDouble, - ThresholdsWaitTime: __expectInt32, - }) as any; -}; - -// de_BlockDeviceMapping omitted. - -// de_BlockDeviceMappings omitted. - -// de_ChefConfiguration omitted. - -// de_CloneStackResult omitted. - -// de_CloudWatchLogsConfiguration omitted. - -// de_CloudWatchLogsLogStream omitted. - -// de_CloudWatchLogsLogStreams omitted. - -// de_Command omitted. - -// de_Commands omitted. - -// de_CreateAppResult omitted. - -// de_CreateDeploymentResult omitted. - -// de_CreateInstanceResult omitted. - -// de_CreateLayerResult omitted. - -// de_CreateStackResult omitted. - -// de_CreateUserProfileResult omitted. - -// de_DailyAutoScalingSchedule omitted. - -// de_DataSource omitted. - -// de_DataSources omitted. - -// de_Deployment omitted. - -// de_DeploymentCommand omitted. - -// de_DeploymentCommandArgs omitted. - -// de_Deployments omitted. - -// de_DescribeAgentVersionsResult omitted. - -// de_DescribeAppsResult omitted. - -// de_DescribeCommandsResult omitted. - -// de_DescribeDeploymentsResult omitted. - -// de_DescribeEcsClustersResult omitted. - -// de_DescribeElasticIpsResult omitted. - -// de_DescribeElasticLoadBalancersResult omitted. - -// de_DescribeInstancesResult omitted. - -// de_DescribeLayersResult omitted. - -/** - * deserializeAws_json1_1DescribeLoadBasedAutoScalingResult - */ -const de_DescribeLoadBasedAutoScalingResult = ( - output: any, - context: __SerdeContext -): DescribeLoadBasedAutoScalingResult => { - return take(output, { - LoadBasedAutoScalingConfigurations: (_: any) => de_LoadBasedAutoScalingConfigurations(_, context), - }) as any; -}; - -// de_DescribeMyUserProfileResult omitted. - -// de_DescribeOperatingSystemsResponse omitted. - -// de_DescribePermissionsResult omitted. - -// de_DescribeRaidArraysResult omitted. - -// de_DescribeRdsDbInstancesResult omitted. - -// de_DescribeServiceErrorsResult omitted. - -// de_DescribeStackProvisioningParametersResult omitted. - -// de_DescribeStacksResult omitted. - -// de_DescribeStackSummaryResult omitted. - -// de_DescribeTimeBasedAutoScalingResult omitted. - -// de_DescribeUserProfilesResult omitted. - -// de_DescribeVolumesResult omitted. - -// de_EbsBlockDevice omitted. - -// de_EcsCluster omitted. - -// de_EcsClusters omitted. - -// de_ElasticIp omitted. - -// de_ElasticIps omitted. - -// de_ElasticLoadBalancer omitted. - -// de_ElasticLoadBalancers omitted. - -// de_EnvironmentVariable omitted. - -// de_EnvironmentVariables omitted. - -// de_GetHostnameSuggestionResult omitted. - -// de_GrantAccessResult omitted. - -// de_Instance omitted. - -// de_Instances omitted. - -// de_InstancesCount omitted. - -// de_Layer omitted. - -// de_LayerAttributes omitted. - -// de_Layers omitted. - -// de_LifecycleEventConfiguration omitted. - -// de_ListTagsResult omitted. - -/** - * deserializeAws_json1_1LoadBasedAutoScalingConfiguration - */ -const de_LoadBasedAutoScalingConfiguration = ( - output: any, - context: __SerdeContext -): LoadBasedAutoScalingConfiguration => { - return take(output, { - DownScaling: (_: any) => de_AutoScalingThresholds(_, context), - Enable: __expectBoolean, - LayerId: __expectString, - UpScaling: (_: any) => de_AutoScalingThresholds(_, context), - }) as any; -}; - -/** - * deserializeAws_json1_1LoadBasedAutoScalingConfigurations - */ -const de_LoadBasedAutoScalingConfigurations = ( - output: any, - context: __SerdeContext -): LoadBasedAutoScalingConfiguration[] => { - const retVal = (output || []) - .filter((e: any) => e != null) - .map((entry: any) => { - return de_LoadBasedAutoScalingConfiguration(entry, context); - }); - return retVal; -}; - -// de_OperatingSystem omitted. - -// de_OperatingSystemConfigurationManager omitted. - -// de_OperatingSystemConfigurationManagers omitted. - -// de_OperatingSystems omitted. - -// de_Parameters omitted. - -// de_Permission omitted. - -// de_Permissions omitted. - -// de_RaidArray omitted. - -// de_RaidArrays omitted. - -// de_RdsDbInstance omitted. - -// de_RdsDbInstances omitted. - -// de_Recipes omitted. - -// de_RegisterEcsClusterResult omitted. - -// de_RegisterElasticIpResult omitted. - -// de_RegisterInstanceResult omitted. - -// de_RegisterVolumeResult omitted. - -// de_ReportedOs omitted. - -// de_ResourceNotFoundException omitted. - -// de_SelfUserProfile omitted. - -// de_ServiceError omitted. - -// de_ServiceErrors omitted. - -// de_ShutdownEventConfiguration omitted. - -// de_Source omitted. - -// de_SslConfiguration omitted. - -// de_Stack omitted. - -// de_StackAttributes omitted. - -// de_StackConfigurationManager omitted. - -// de_Stacks omitted. - -// de_StackSummary omitted. - -// de_Strings omitted. - -// de_Tags omitted. - -// de_TemporaryCredential omitted. - -// de_TimeBasedAutoScalingConfiguration omitted. - -// de_TimeBasedAutoScalingConfigurations omitted. - -// de_UserProfile omitted. - -// de_UserProfiles omitted. - -// de_ValidationException omitted. - -// de_Volume omitted. - -// de_VolumeConfiguration omitted. - -// de_VolumeConfigurations omitted. - -// de_Volumes omitted. - -// de_WeeklyAutoScalingSchedule omitted. - -const deserializeMetadata = (output: __HttpResponse): __ResponseMetadata => ({ - httpStatusCode: output.statusCode, - requestId: - output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"], - extendedRequestId: output.headers["x-amz-id-2"], - cfId: output.headers["x-amz-cf-id"], -}); - -// Encode Uint8Array data into string with utf-8. -const collectBodyString = (streamBody: any, context: __SerdeContext): Promise => - collectBody(streamBody, context).then((body) => context.utf8Encoder(body)); - -const throwDefaultError = withBaseException(__BaseException); -const buildHttpRpcRequest = async ( - context: __SerdeContext, - headers: __HeaderBag, - path: string, - resolvedHostname: string | undefined, - body: any -): Promise<__HttpRequest> => { - const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); - const contents: any = { - protocol, - hostname, - port, - method: "POST", - path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path, - headers, - }; - if (resolvedHostname !== undefined) { - contents.hostname = resolvedHostname; - } - if (body !== undefined) { - contents.body = body; - } - return new __HttpRequest(contents); -}; -function sharedHeaders(operation: string): __HeaderBag { - return { - "content-type": "application/x-amz-json-1.1", - "x-amz-target": `OpsWorks_20130218.${operation}`, - }; -} diff --git a/clients/client-opsworks/src/runtimeConfig.browser.ts b/clients/client-opsworks/src/runtimeConfig.browser.ts deleted file mode 100644 index 1b0c21f9d408..000000000000 --- a/clients/client-opsworks/src/runtimeConfig.browser.ts +++ /dev/null @@ -1,44 +0,0 @@ -// smithy-typescript generated code -// @ts-ignore: package.json will be imported from dist folders -import packageInfo from "../package.json"; // eslint-disable-line - -import { Sha256 } from "@aws-crypto/sha256-browser"; -import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; -import { invalidProvider } from "@smithy/invalid-dependency"; -import { calculateBodyLength } from "@smithy/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; -import { OpsWorksClientConfig } from "./OpsWorksClient"; -import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; -import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; - -/** - * @internal - */ -export const getRuntimeConfig = (config: OpsWorksClientConfig) => { - const defaultsMode = resolveDefaultsModeConfig(config); - const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode); - const clientSharedValues = getSharedRuntimeConfig(config); - return { - ...clientSharedValues, - ...config, - runtime: "browser", - defaultsMode, - bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength, - credentialDefaultProvider: - config?.credentialDefaultProvider ?? ((_: unknown) => () => Promise.reject(new Error("Credential is missing"))), - defaultUserAgentProvider: - config?.defaultUserAgentProvider ?? - createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), - maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS, - region: config?.region ?? invalidProvider("Region is missing"), - requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider), - retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE), - sha256: config?.sha256 ?? Sha256, - streamCollector: config?.streamCollector ?? streamCollector, - useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)), - useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)), - }; -}; diff --git a/clients/client-opsworks/src/runtimeConfig.native.ts b/clients/client-opsworks/src/runtimeConfig.native.ts deleted file mode 100644 index 715ab88096e0..000000000000 --- a/clients/client-opsworks/src/runtimeConfig.native.ts +++ /dev/null @@ -1,18 +0,0 @@ -// smithy-typescript generated code -import { Sha256 } from "@aws-crypto/sha256-js"; - -import { OpsWorksClientConfig } from "./OpsWorksClient"; -import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser"; - -/** - * @internal - */ -export const getRuntimeConfig = (config: OpsWorksClientConfig) => { - const browserDefaults = getBrowserRuntimeConfig(config); - return { - ...browserDefaults, - ...config, - runtime: "react-native", - sha256: config?.sha256 ?? Sha256, - }; -}; diff --git a/clients/client-opsworks/src/runtimeConfig.shared.ts b/clients/client-opsworks/src/runtimeConfig.shared.ts deleted file mode 100644 index 500200b7af34..000000000000 --- a/clients/client-opsworks/src/runtimeConfig.shared.ts +++ /dev/null @@ -1,38 +0,0 @@ -// smithy-typescript generated code -import { AwsSdkSigV4Signer } from "@aws-sdk/core"; -import { NoOpLogger } from "@smithy/smithy-client"; -import { IdentityProviderConfig } from "@smithy/types"; -import { parseUrl } from "@smithy/url-parser"; -import { fromBase64, toBase64 } from "@smithy/util-base64"; -import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; - -import { defaultOpsWorksHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider"; -import { defaultEndpointResolver } from "./endpoint/endpointResolver"; -import { OpsWorksClientConfig } from "./OpsWorksClient"; - -/** - * @internal - */ -export const getRuntimeConfig = (config: OpsWorksClientConfig) => { - return { - apiVersion: "2013-02-18", - base64Decoder: config?.base64Decoder ?? fromBase64, - base64Encoder: config?.base64Encoder ?? toBase64, - disableHostPrefix: config?.disableHostPrefix ?? false, - endpointProvider: config?.endpointProvider ?? defaultEndpointResolver, - extensions: config?.extensions ?? [], - httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultOpsWorksHttpAuthSchemeProvider, - httpAuthSchemes: config?.httpAuthSchemes ?? [ - { - schemeId: "aws.auth#sigv4", - identityProvider: (ipc: IdentityProviderConfig) => ipc.getIdentityProvider("aws.auth#sigv4"), - signer: new AwsSdkSigV4Signer(), - }, - ], - logger: config?.logger ?? new NoOpLogger(), - serviceId: config?.serviceId ?? "OpsWorks", - urlParser: config?.urlParser ?? parseUrl, - utf8Decoder: config?.utf8Decoder ?? fromUtf8, - utf8Encoder: config?.utf8Encoder ?? toUtf8, - }; -}; diff --git a/clients/client-opsworks/src/runtimeConfig.ts b/clients/client-opsworks/src/runtimeConfig.ts deleted file mode 100644 index 76b784592d39..000000000000 --- a/clients/client-opsworks/src/runtimeConfig.ts +++ /dev/null @@ -1,72 +0,0 @@ -// smithy-typescript generated code -// @ts-ignore: package.json will be imported from dist folders -import packageInfo from "../package.json"; // eslint-disable-line - -import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { NODE_APP_ID_CONFIG_OPTIONS, createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-node"; -import { - NODE_REGION_CONFIG_FILE_OPTIONS, - NODE_REGION_CONFIG_OPTIONS, - NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, - NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@smithy/config-resolver"; -import { Hash } from "@smithy/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; -import { calculateBodyLength } from "@smithy/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; -import { OpsWorksClientConfig } from "./OpsWorksClient"; -import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; -import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; - -/** - * @internal - */ -export const getRuntimeConfig = (config: OpsWorksClientConfig) => { - emitWarningIfUnsupportedVersion(process.version); - const defaultsMode = resolveDefaultsModeConfig(config); - const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode); - const clientSharedValues = getSharedRuntimeConfig(config); - awsCheckVersion(process.version); - const loaderConfig = { - profile: config?.profile, - logger: clientSharedValues.logger, - }; - return { - ...clientSharedValues, - ...config, - runtime: "node", - defaultsMode, - authSchemePreference: - config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig), - bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength, - credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider, - defaultUserAgentProvider: - config?.defaultUserAgentProvider ?? - createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), - maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config), - region: - config?.region ?? - loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }), - requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider), - retryMode: - config?.retryMode ?? - loadNodeConfig( - { - ...NODE_RETRY_MODE_CONFIG_OPTIONS, - default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE, - }, - config - ), - sha256: config?.sha256 ?? Hash.bind(null, "sha256"), - streamCollector: config?.streamCollector ?? streamCollector, - useDualstackEndpoint: - config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig), - useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig), - userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig), - }; -}; diff --git a/clients/client-opsworks/src/runtimeExtensions.ts b/clients/client-opsworks/src/runtimeExtensions.ts deleted file mode 100644 index 08bf7de857fb..000000000000 --- a/clients/client-opsworks/src/runtimeExtensions.ts +++ /dev/null @@ -1,46 +0,0 @@ -// smithy-typescript generated code -import { - getAwsRegionExtensionConfiguration, - resolveAwsRegionExtensionConfiguration, -} from "@aws-sdk/region-config-resolver"; -import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http"; -import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client"; - -import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration"; -import { OpsWorksExtensionConfiguration } from "./extensionConfiguration"; - -/** - * @public - */ -export interface RuntimeExtension { - configure(extensionConfiguration: OpsWorksExtensionConfiguration): void; -} - -/** - * @public - */ -export interface RuntimeExtensionsConfig { - extensions: RuntimeExtension[]; -} - -/** - * @internal - */ -export const resolveRuntimeExtensions = (runtimeConfig: any, extensions: RuntimeExtension[]) => { - const extensionConfiguration: OpsWorksExtensionConfiguration = Object.assign( - getAwsRegionExtensionConfiguration(runtimeConfig), - getDefaultExtensionConfiguration(runtimeConfig), - getHttpHandlerExtensionConfiguration(runtimeConfig), - getHttpAuthExtensionConfiguration(runtimeConfig) - ); - - extensions.forEach((extension) => extension.configure(extensionConfiguration)); - - return Object.assign( - runtimeConfig, - resolveAwsRegionExtensionConfiguration(extensionConfiguration), - resolveDefaultRuntimeConfig(extensionConfiguration), - resolveHttpHandlerRuntimeConfig(extensionConfiguration), - resolveHttpAuthRuntimeConfig(extensionConfiguration) - ); -}; diff --git a/clients/client-opsworks/src/waiters/index.ts b/clients/client-opsworks/src/waiters/index.ts deleted file mode 100644 index bf89c4a7b19b..000000000000 --- a/clients/client-opsworks/src/waiters/index.ts +++ /dev/null @@ -1,7 +0,0 @@ -// smithy-typescript generated code -export * from "./waitForAppExists"; -export * from "./waitForDeploymentSuccessful"; -export * from "./waitForInstanceOnline"; -export * from "./waitForInstanceRegistered"; -export * from "./waitForInstanceStopped"; -export * from "./waitForInstanceTerminated"; diff --git a/clients/client-opsworks/src/waiters/waitForAppExists.ts b/clients/client-opsworks/src/waiters/waitForAppExists.ts deleted file mode 100644 index ffc3c084d63c..000000000000 --- a/clients/client-opsworks/src/waiters/waitForAppExists.ts +++ /dev/null @@ -1,42 +0,0 @@ -// smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; - -import { DescribeAppsCommand, DescribeAppsCommandInput } from "../commands/DescribeAppsCommand"; -import { OpsWorksClient } from "../OpsWorksClient"; - -const checkState = async (client: OpsWorksClient, input: DescribeAppsCommandInput): Promise => { - let reason; - try { - const result: any = await client.send(new DescribeAppsCommand(input)); - reason = result; - return { state: WaiterState.SUCCESS, reason }; - } catch (exception) { - reason = exception; - return { state: WaiterState.FAILURE, reason }; - } - return { state: WaiterState.RETRY, reason }; -}; -/** - * - * @deprecated Use waitUntilAppExists instead. waitForAppExists does not throw error in non-success cases. - */ -export const waitForAppExists = async ( - params: WaiterConfiguration, - input: DescribeAppsCommandInput -): Promise => { - const serviceDefaults = { minDelay: 1, maxDelay: 120 }; - return createWaiter({ ...serviceDefaults, ...params }, input, checkState); -}; -/** - * - * @param params - Waiter configuration options. - * @param input - The input to DescribeAppsCommand for polling. - */ -export const waitUntilAppExists = async ( - params: WaiterConfiguration, - input: DescribeAppsCommandInput -): Promise => { - const serviceDefaults = { minDelay: 1, maxDelay: 120 }; - const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState); - return checkExceptions(result); -}; diff --git a/clients/client-opsworks/src/waiters/waitForDeploymentSuccessful.ts b/clients/client-opsworks/src/waiters/waitForDeploymentSuccessful.ts deleted file mode 100644 index 9ab5ca738e12..000000000000 --- a/clients/client-opsworks/src/waiters/waitForDeploymentSuccessful.ts +++ /dev/null @@ -1,70 +0,0 @@ -// smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; - -import { DescribeDeploymentsCommand, DescribeDeploymentsCommandInput } from "../commands/DescribeDeploymentsCommand"; -import { OpsWorksClient } from "../OpsWorksClient"; - -const checkState = async (client: OpsWorksClient, input: DescribeDeploymentsCommandInput): Promise => { - let reason; - try { - const result: any = await client.send(new DescribeDeploymentsCommand(input)); - reason = result; - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Deployments); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - let allStringEq_5 = returnComparator().length > 0; - for (const element_4 of returnComparator()) { - allStringEq_5 = allStringEq_5 && element_4 == "successful"; - } - if (allStringEq_5) { - return { state: WaiterState.SUCCESS, reason }; - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Deployments); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "failed") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - } catch (exception) { - reason = exception; - } - return { state: WaiterState.RETRY, reason }; -}; -/** - * Wait until a deployment has completed successfully. - * @deprecated Use waitUntilDeploymentSuccessful instead. waitForDeploymentSuccessful does not throw error in non-success cases. - */ -export const waitForDeploymentSuccessful = async ( - params: WaiterConfiguration, - input: DescribeDeploymentsCommandInput -): Promise => { - const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return createWaiter({ ...serviceDefaults, ...params }, input, checkState); -}; -/** - * Wait until a deployment has completed successfully. - * @param params - Waiter configuration options. - * @param input - The input to DescribeDeploymentsCommand for polling. - */ -export const waitUntilDeploymentSuccessful = async ( - params: WaiterConfiguration, - input: DescribeDeploymentsCommandInput -): Promise => { - const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState); - return checkExceptions(result); -}; diff --git a/clients/client-opsworks/src/waiters/waitForInstanceOnline.ts b/clients/client-opsworks/src/waiters/waitForInstanceOnline.ts deleted file mode 100644 index de98a8a24849..000000000000 --- a/clients/client-opsworks/src/waiters/waitForInstanceOnline.ts +++ /dev/null @@ -1,168 +0,0 @@ -// smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; - -import { DescribeInstancesCommand, DescribeInstancesCommandInput } from "../commands/DescribeInstancesCommand"; -import { OpsWorksClient } from "../OpsWorksClient"; - -const checkState = async (client: OpsWorksClient, input: DescribeInstancesCommandInput): Promise => { - let reason; - try { - const result: any = await client.send(new DescribeInstancesCommand(input)); - reason = result; - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - let allStringEq_5 = returnComparator().length > 0; - for (const element_4 of returnComparator()) { - allStringEq_5 = allStringEq_5 && element_4 == "online"; - } - if (allStringEq_5) { - return { state: WaiterState.SUCCESS, reason }; - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "setup_failed") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "shutting_down") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "start_failed") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "stopped") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "stopping") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "terminating") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "terminated") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "stop_failed") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - } catch (exception) { - reason = exception; - } - return { state: WaiterState.RETRY, reason }; -}; -/** - * Wait until OpsWorks instance is online. - * @deprecated Use waitUntilInstanceOnline instead. waitForInstanceOnline does not throw error in non-success cases. - */ -export const waitForInstanceOnline = async ( - params: WaiterConfiguration, - input: DescribeInstancesCommandInput -): Promise => { - const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return createWaiter({ ...serviceDefaults, ...params }, input, checkState); -}; -/** - * Wait until OpsWorks instance is online. - * @param params - Waiter configuration options. - * @param input - The input to DescribeInstancesCommand for polling. - */ -export const waitUntilInstanceOnline = async ( - params: WaiterConfiguration, - input: DescribeInstancesCommandInput -): Promise => { - const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState); - return checkExceptions(result); -}; diff --git a/clients/client-opsworks/src/waiters/waitForInstanceRegistered.ts b/clients/client-opsworks/src/waiters/waitForInstanceRegistered.ts deleted file mode 100644 index 5659dfc74e4f..000000000000 --- a/clients/client-opsworks/src/waiters/waitForInstanceRegistered.ts +++ /dev/null @@ -1,154 +0,0 @@ -// smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; - -import { DescribeInstancesCommand, DescribeInstancesCommandInput } from "../commands/DescribeInstancesCommand"; -import { OpsWorksClient } from "../OpsWorksClient"; - -const checkState = async (client: OpsWorksClient, input: DescribeInstancesCommandInput): Promise => { - let reason; - try { - const result: any = await client.send(new DescribeInstancesCommand(input)); - reason = result; - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - let allStringEq_5 = returnComparator().length > 0; - for (const element_4 of returnComparator()) { - allStringEq_5 = allStringEq_5 && element_4 == "registered"; - } - if (allStringEq_5) { - return { state: WaiterState.SUCCESS, reason }; - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "setup_failed") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "shutting_down") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "stopped") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "stopping") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "terminating") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "terminated") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "stop_failed") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - } catch (exception) { - reason = exception; - } - return { state: WaiterState.RETRY, reason }; -}; -/** - * Wait until OpsWorks instance is registered. - * @deprecated Use waitUntilInstanceRegistered instead. waitForInstanceRegistered does not throw error in non-success cases. - */ -export const waitForInstanceRegistered = async ( - params: WaiterConfiguration, - input: DescribeInstancesCommandInput -): Promise => { - const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return createWaiter({ ...serviceDefaults, ...params }, input, checkState); -}; -/** - * Wait until OpsWorks instance is registered. - * @param params - Waiter configuration options. - * @param input - The input to DescribeInstancesCommand for polling. - */ -export const waitUntilInstanceRegistered = async ( - params: WaiterConfiguration, - input: DescribeInstancesCommandInput -): Promise => { - const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState); - return checkExceptions(result); -}; diff --git a/clients/client-opsworks/src/waiters/waitForInstanceStopped.ts b/clients/client-opsworks/src/waiters/waitForInstanceStopped.ts deleted file mode 100644 index ee52821d43cc..000000000000 --- a/clients/client-opsworks/src/waiters/waitForInstanceStopped.ts +++ /dev/null @@ -1,168 +0,0 @@ -// smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; - -import { DescribeInstancesCommand, DescribeInstancesCommandInput } from "../commands/DescribeInstancesCommand"; -import { OpsWorksClient } from "../OpsWorksClient"; - -const checkState = async (client: OpsWorksClient, input: DescribeInstancesCommandInput): Promise => { - let reason; - try { - const result: any = await client.send(new DescribeInstancesCommand(input)); - reason = result; - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - let allStringEq_5 = returnComparator().length > 0; - for (const element_4 of returnComparator()) { - allStringEq_5 = allStringEq_5 && element_4 == "stopped"; - } - if (allStringEq_5) { - return { state: WaiterState.SUCCESS, reason }; - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "booting") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "pending") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "rebooting") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "requested") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "running_setup") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "setup_failed") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "start_failed") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "stop_failed") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - } catch (exception) { - reason = exception; - } - return { state: WaiterState.RETRY, reason }; -}; -/** - * Wait until OpsWorks instance is stopped. - * @deprecated Use waitUntilInstanceStopped instead. waitForInstanceStopped does not throw error in non-success cases. - */ -export const waitForInstanceStopped = async ( - params: WaiterConfiguration, - input: DescribeInstancesCommandInput -): Promise => { - const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return createWaiter({ ...serviceDefaults, ...params }, input, checkState); -}; -/** - * Wait until OpsWorks instance is stopped. - * @param params - Waiter configuration options. - * @param input - The input to DescribeInstancesCommand for polling. - */ -export const waitUntilInstanceStopped = async ( - params: WaiterConfiguration, - input: DescribeInstancesCommandInput -): Promise => { - const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState); - return checkExceptions(result); -}; diff --git a/clients/client-opsworks/src/waiters/waitForInstanceTerminated.ts b/clients/client-opsworks/src/waiters/waitForInstanceTerminated.ts deleted file mode 100644 index 9947a68cfeb8..000000000000 --- a/clients/client-opsworks/src/waiters/waitForInstanceTerminated.ts +++ /dev/null @@ -1,171 +0,0 @@ -// smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; - -import { DescribeInstancesCommand, DescribeInstancesCommandInput } from "../commands/DescribeInstancesCommand"; -import { OpsWorksClient } from "../OpsWorksClient"; - -const checkState = async (client: OpsWorksClient, input: DescribeInstancesCommandInput): Promise => { - let reason; - try { - const result: any = await client.send(new DescribeInstancesCommand(input)); - reason = result; - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - let allStringEq_5 = returnComparator().length > 0; - for (const element_4 of returnComparator()) { - allStringEq_5 = allStringEq_5 && element_4 == "terminated"; - } - if (allStringEq_5) { - return { state: WaiterState.SUCCESS, reason }; - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "booting") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "online") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "pending") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "rebooting") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "requested") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "running_setup") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "setup_failed") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - try { - const returnComparator = () => { - const flat_1: any[] = [].concat(...result.Instances); - const projection_3 = flat_1.map((element_2: any) => { - return element_2.Status; - }); - return projection_3; - }; - for (const anyStringEq_4 of returnComparator()) { - if (anyStringEq_4 == "start_failed") { - return { state: WaiterState.FAILURE, reason }; - } - } - } catch (e) {} - } catch (exception) { - reason = exception; - if (exception.name && exception.name == "ResourceNotFoundException") { - return { state: WaiterState.SUCCESS, reason }; - } - } - return { state: WaiterState.RETRY, reason }; -}; -/** - * Wait until OpsWorks instance is terminated. - * @deprecated Use waitUntilInstanceTerminated instead. waitForInstanceTerminated does not throw error in non-success cases. - */ -export const waitForInstanceTerminated = async ( - params: WaiterConfiguration, - input: DescribeInstancesCommandInput -): Promise => { - const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return createWaiter({ ...serviceDefaults, ...params }, input, checkState); -}; -/** - * Wait until OpsWorks instance is terminated. - * @param params - Waiter configuration options. - * @param input - The input to DescribeInstancesCommand for polling. - */ -export const waitUntilInstanceTerminated = async ( - params: WaiterConfiguration, - input: DescribeInstancesCommandInput -): Promise => { - const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState); - return checkExceptions(result); -}; diff --git a/clients/client-opsworks/tsconfig.cjs.json b/clients/client-opsworks/tsconfig.cjs.json deleted file mode 100644 index 9224176da7f7..000000000000 --- a/clients/client-opsworks/tsconfig.cjs.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "./tsconfig", - "compilerOptions": { - "outDir": "dist-cjs", - "noCheck": true - } -} diff --git a/clients/client-opsworks/tsconfig.es.json b/clients/client-opsworks/tsconfig.es.json deleted file mode 100644 index eceec196a333..000000000000 --- a/clients/client-opsworks/tsconfig.es.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "extends": "./tsconfig", - "compilerOptions": { - "lib": ["dom"], - "module": "esnext", - "moduleResolution": "bundler", - "outDir": "dist-es", - "noCheck": true - } -} diff --git a/clients/client-opsworks/tsconfig.json b/clients/client-opsworks/tsconfig.json deleted file mode 100644 index e0247dd14704..000000000000 --- a/clients/client-opsworks/tsconfig.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "extends": "@tsconfig/node18/tsconfig.json", - "compilerOptions": { - "downlevelIteration": true, - "importHelpers": true, - "incremental": true, - "removeComments": true, - "resolveJsonModule": true, - "rootDir": "src", - "useUnknownInCatchVariables": false - }, - "include": ["src"] -} diff --git a/clients/client-opsworks/tsconfig.types.json b/clients/client-opsworks/tsconfig.types.json deleted file mode 100644 index d59778ea89a5..000000000000 --- a/clients/client-opsworks/tsconfig.types.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extends": "./tsconfig", - "compilerOptions": { - "removeComments": false, - "declaration": true, - "declarationDir": "dist-types", - "emitDeclarationOnly": true - } -} From e491604b77e7fcd356d9a86dcbf6e732f9833c69 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Tue, 26 Aug 2025 21:39:36 +0000 Subject: [PATCH 3/6] chore(codegen): remove opsworks from endpoints.json --- .../amazon/smithy/aws/typescript/codegen/endpoints.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json b/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json index 6ca9fcd77796..7ad4d11e3c4c 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json +++ b/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json @@ -20853,15 +20853,6 @@ } } }, - "opsworks": { - "endpoints": { - "ap-southeast-1": {}, - "eu-central-1": {}, - "eu-west-1": {}, - "us-east-1": {}, - "us-west-2": {} - } - }, "opsworks-cm": { "endpoints": { "ap-southeast-2": {}, From 5c3475a52af4cfa37b240b9152ad85fd99114b05 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Tue, 26 Aug 2025 21:41:55 +0000 Subject: [PATCH 4/6] chore: bump yarn.lock --- yarn.lock | 53 ----------------------------------------------------- 1 file changed, 53 deletions(-) diff --git a/yarn.lock b/yarn.lock index f03f8e03f83c..2dc6c0251a40 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16565,59 +16565,6 @@ __metadata: languageName: unknown linkType: soft -"@aws-sdk/client-opsworks@workspace:clients/client-opsworks": - version: 0.0.0-use.local - resolution: "@aws-sdk/client-opsworks@workspace:clients/client-opsworks" - dependencies: - "@aws-crypto/sha256-browser": "npm:5.2.0" - "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:*" - "@aws-sdk/credential-provider-node": "npm:*" - "@aws-sdk/middleware-host-header": "npm:*" - "@aws-sdk/middleware-logger": "npm:*" - "@aws-sdk/middleware-recursion-detection": "npm:*" - "@aws-sdk/middleware-user-agent": "npm:*" - "@aws-sdk/region-config-resolver": "npm:*" - "@aws-sdk/types": "npm:*" - "@aws-sdk/util-endpoints": "npm:*" - "@aws-sdk/util-user-agent-browser": "npm:*" - "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^4.1.5" - "@smithy/core": "npm:^3.8.0" - "@smithy/fetch-http-handler": "npm:^5.1.1" - "@smithy/hash-node": "npm:^4.0.5" - "@smithy/invalid-dependency": "npm:^4.0.5" - "@smithy/middleware-content-length": "npm:^4.0.5" - "@smithy/middleware-endpoint": "npm:^4.1.18" - "@smithy/middleware-retry": "npm:^4.1.19" - "@smithy/middleware-serde": "npm:^4.0.9" - "@smithy/middleware-stack": "npm:^4.0.5" - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/node-http-handler": "npm:^4.1.1" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/smithy-client": "npm:^4.4.10" - "@smithy/types": "npm:^4.3.2" - "@smithy/url-parser": "npm:^4.0.5" - "@smithy/util-base64": "npm:^4.0.0" - "@smithy/util-body-length-browser": "npm:^4.0.0" - "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.26" - "@smithy/util-defaults-mode-node": "npm:^4.0.26" - "@smithy/util-endpoints": "npm:^3.0.7" - "@smithy/util-middleware": "npm:^4.0.5" - "@smithy/util-retry": "npm:^4.0.7" - "@smithy/util-utf8": "npm:^4.0.0" - "@smithy/util-waiter": "npm:^4.0.7" - "@tsconfig/node18": "npm:18.2.4" - "@types/node": "npm:^18.19.69" - concurrently: "npm:7.0.0" - downlevel-dts: "npm:0.10.1" - rimraf: "npm:3.0.2" - tslib: "npm:^2.6.2" - typescript: "npm:~5.8.3" - languageName: unknown - linkType: soft - "@aws-sdk/client-opsworkscm@workspace:clients/client-opsworkscm": version: 0.0.0-use.local resolution: "@aws-sdk/client-opsworkscm@workspace:clients/client-opsworkscm" From e72d8e4db80cd99c7611a47a786fdc59e0777fe0 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Tue, 26 Aug 2025 21:44:33 +0000 Subject: [PATCH 5/6] chore: remove opsworks entry from benchmark runner --- benchmark/size/report.md | 1 - scripts/benchmark-size/scope.json | 1 - 2 files changed, 2 deletions(-) diff --git a/benchmark/size/report.md b/benchmark/size/report.md index 03bd8bb6bd78..fc10fa8dc4a8 100644 --- a/benchmark/size/report.md +++ b/benchmark/size/report.md @@ -26,7 +26,6 @@ |@aws-sdk/client-kinesis|3.495.0|696.5 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| |@aws-sdk/client-kms|3.496.0|1.4 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| |@aws-sdk/client-lambda|3.495.0|1.4 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| -|@aws-sdk/client-opsworks|3.495.0|1.1 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| |@aws-sdk/client-pinpoint|3.495.0|2.5 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| |@aws-sdk/client-resource-groups-tagging-api|3.495.0|240.7 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| |@aws-sdk/client-s3|3.496.0|2.6 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| diff --git a/scripts/benchmark-size/scope.json b/scripts/benchmark-size/scope.json index 79cab0959923..bc2b0d4e4cb1 100644 --- a/scripts/benchmark-size/scope.json +++ b/scripts/benchmark-size/scope.json @@ -32,7 +32,6 @@ { "package": "@aws-sdk/client-codedeploy" }, { "package": "@aws-sdk/client-eventbridge" }, { "package": "@aws-sdk/client-cloudwatch-logs" }, - { "package": "@aws-sdk/client-opsworks" }, { "package": "@aws-sdk/credential-providers" }, { "package": "@aws-sdk/credential-provider-cognito-identity" }, { "package": "@aws-sdk/credential-provider-env", "skipBundlerTests": true }, From e0cb28031d43664998b42eaa5471a83a762b33c0 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Tue, 26 Aug 2025 21:45:56 +0000 Subject: [PATCH 6/6] chore: remove opsworks entries from enums-to-strip.json --- .../aws/typescript/codegen/enums-to-strip.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/enums-to-strip.json b/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/enums-to-strip.json index c1a5254e6af8..01eda2ceef01 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/enums-to-strip.json +++ b/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/enums-to-strip.json @@ -374,21 +374,6 @@ "com.amazonaws.marketplacecommerceanalytics#SupportDataSetType", "com.amazonaws.neptune#ApplyMethod", "com.amazonaws.neptune#SourceType", - "com.amazonaws.opsworks#AppAttributesKeys", - "com.amazonaws.opsworks#AppType", - "com.amazonaws.opsworks#Architecture", - "com.amazonaws.opsworks#AutoScalingType", - "com.amazonaws.opsworks#CloudWatchLogsEncoding", - "com.amazonaws.opsworks#CloudWatchLogsInitialPosition", - "com.amazonaws.opsworks#CloudWatchLogsTimeZone", - "com.amazonaws.opsworks#DeploymentCommandName", - "com.amazonaws.opsworks#LayerAttributesKeys", - "com.amazonaws.opsworks#LayerType", - "com.amazonaws.opsworks#RootDeviceType", - "com.amazonaws.opsworks#SourceType", - "com.amazonaws.opsworks#StackAttributesKeys", - "com.amazonaws.opsworks#VirtualizationType", - "com.amazonaws.opsworks#VolumeType", "com.amazonaws.polly#Gender", "com.amazonaws.polly#LanguageCode", "com.amazonaws.polly#VoiceId",