AWS SDK for C++
1.8.129
AWS SDK for C++
|
#include <UpdateLayerRequest.h>
Additional Inherited Members | |
![]() | |
virtual void | DumpBodyToUrl (Aws::Http::URI &uri) const |
Definition at line 28 of file UpdateLayerRequest.h.
Aws::OpsWorks::Model::UpdateLayerRequest::UpdateLayerRequest | ( | ) |
|
inline |
One or more user-defined key/value pairs to be added to the stack attributes.
Definition at line 275 of file UpdateLayerRequest.h.
|
inline |
One or more user-defined key/value pairs to be added to the stack attributes.
Definition at line 263 of file UpdateLayerRequest.h.
|
inline |
One or more user-defined key/value pairs to be added to the stack attributes.
Definition at line 293 of file UpdateLayerRequest.h.
|
inline |
One or more user-defined key/value pairs to be added to the stack attributes.
Definition at line 281 of file UpdateLayerRequest.h.
|
inline |
One or more user-defined key/value pairs to be added to the stack attributes.
Definition at line 269 of file UpdateLayerRequest.h.
|
inline |
One or more user-defined key/value pairs to be added to the stack attributes.
Definition at line 287 of file UpdateLayerRequest.h.
|
inline |
An array containing the layer's custom security group IDs.
Definition at line 509 of file UpdateLayerRequest.h.
|
inline |
An array containing the layer's custom security group IDs.
Definition at line 504 of file UpdateLayerRequest.h.
|
inline |
An array containing the layer's custom security group IDs.
Definition at line 514 of file UpdateLayerRequest.h.
|
inline |
An array of Package
objects that describe the layer's packages.
Definition at line 563 of file UpdateLayerRequest.h.
|
inline |
An array of Package
objects that describe the layer's packages.
Definition at line 557 of file UpdateLayerRequest.h.
|
inline |
An array of Package
objects that describe the layer's packages.
Definition at line 569 of file UpdateLayerRequest.h.
|
inline |
A VolumeConfigurations
object that describes the layer's Amazon EBS volumes.
Definition at line 612 of file UpdateLayerRequest.h.
|
inline |
A VolumeConfigurations
object that describes the layer's Amazon EBS volumes.
Definition at line 618 of file UpdateLayerRequest.h.
|
inline |
One or more user-defined key/value pairs to be added to the stack attributes.
Definition at line 233 of file UpdateLayerRequest.h.
|
inline |
Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
Definition at line 658 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 693 of file UpdateLayerRequest.h.
|
inline |
Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream.
Definition at line 306 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 347 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 414 of file UpdateLayerRequest.h.
|
inline |
A LayerCustomRecipes
object that specifies the layer's custom recipes.
Definition at line 722 of file UpdateLayerRequest.h.
|
inline |
An array containing the layer's custom security group IDs.
Definition at line 479 of file UpdateLayerRequest.h.
|
inline |
Whether to disable auto healing for the layer.
Definition at line 629 of file UpdateLayerRequest.h.
|
inline |
One or more user-defined key/value pairs to be added to the stack attributes.
Definition at line 227 of file UpdateLayerRequest.h.
|
inline |
Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
Definition at line 649 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 685 of file UpdateLayerRequest.h.
|
inline |
Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream.
Definition at line 300 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 339 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 405 of file UpdateLayerRequest.h.
|
inline |
A LayerCustomRecipes
object that specifies the layer's custom recipes.
Definition at line 716 of file UpdateLayerRequest.h.
|
inline |
An array containing the layer's custom security group IDs.
Definition at line 474 of file UpdateLayerRequest.h.
|
inline |
Whether to disable auto healing for the layer.
Definition at line 624 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 760 of file UpdateLayerRequest.h.
|
inline |
The layer ID.
Definition at line 47 of file UpdateLayerRequest.h.
|
inline |
Definition at line 826 of file UpdateLayerRequest.h.
|
inline |
The layer name, which is used by the console.
Definition at line 88 of file UpdateLayerRequest.h.
|
inline |
An array of Package
objects that describe the layer's packages.
Definition at line 521 of file UpdateLayerRequest.h.
|
overridevirtual |
Reimplemented from Aws::OpsWorks::OpsWorksRequest.
|
inlineoverridevirtual |
Implements Aws::AmazonWebServiceRequest.
Definition at line 37 of file UpdateLayerRequest.h.
|
inline |
For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks Stacks and by Chef. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters and must be in the following format: /\A[a-z0-9-_.]+\Z/.
The built-in layers' short names are defined by AWS OpsWorks Stacks. For more information, see the Layer Reference
Definition at line 136 of file UpdateLayerRequest.h.
|
inline |
Whether to use Amazon EBS-optimized instances.
Definition at line 805 of file UpdateLayerRequest.h.
|
inline |
A VolumeConfigurations
object that describes the layer's Amazon EBS volumes.
Definition at line 576 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 773 of file UpdateLayerRequest.h.
|
inline |
The layer ID.
Definition at line 52 of file UpdateLayerRequest.h.
|
inline |
Definition at line 831 of file UpdateLayerRequest.h.
|
inline |
The layer name, which is used by the console.
Definition at line 93 of file UpdateLayerRequest.h.
|
inline |
An array of Package
objects that describe the layer's packages.
Definition at line 527 of file UpdateLayerRequest.h.
|
overridevirtual |
Convert payload into String.
Implements Aws::AmazonSerializableWebServiceRequest.
|
inline |
One or more user-defined key/value pairs to be added to the stack attributes.
Definition at line 245 of file UpdateLayerRequest.h.
|
inline |
One or more user-defined key/value pairs to be added to the stack attributes.
Definition at line 239 of file UpdateLayerRequest.h.
|
inline |
Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
Definition at line 667 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 701 of file UpdateLayerRequest.h.
|
inline |
Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream.
Definition at line 318 of file UpdateLayerRequest.h.
|
inline |
Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream.
Definition at line 312 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 363 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 355 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 371 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 432 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 423 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 441 of file UpdateLayerRequest.h.
|
inline |
A LayerCustomRecipes
object that specifies the layer's custom recipes.
Definition at line 728 of file UpdateLayerRequest.h.
|
inline |
A LayerCustomRecipes
object that specifies the layer's custom recipes.
Definition at line 734 of file UpdateLayerRequest.h.
|
inline |
An array containing the layer's custom security group IDs.
Definition at line 489 of file UpdateLayerRequest.h.
|
inline |
An array containing the layer's custom security group IDs.
Definition at line 484 of file UpdateLayerRequest.h.
|
inline |
Whether to disable auto healing for the layer.
Definition at line 634 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 786 of file UpdateLayerRequest.h.
|
inline |
The layer ID.
Definition at line 62 of file UpdateLayerRequest.h.
|
inline |
The layer ID.
Definition at line 57 of file UpdateLayerRequest.h.
|
inline |
The layer ID.
Definition at line 67 of file UpdateLayerRequest.h.
|
inline |
Definition at line 836 of file UpdateLayerRequest.h.
|
inline |
Definition at line 841 of file UpdateLayerRequest.h.
|
inline |
The layer name, which is used by the console.
Definition at line 103 of file UpdateLayerRequest.h.
|
inline |
The layer name, which is used by the console.
Definition at line 98 of file UpdateLayerRequest.h.
|
inline |
The layer name, which is used by the console.
Definition at line 108 of file UpdateLayerRequest.h.
|
inline |
An array of Package
objects that describe the layer's packages.
Definition at line 539 of file UpdateLayerRequest.h.
|
inline |
An array of Package
objects that describe the layer's packages.
Definition at line 533 of file UpdateLayerRequest.h.
|
inline |
For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks Stacks and by Chef. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters and must be in the following format: /\A[a-z0-9-_.]+\Z/.
The built-in layers' short names are defined by AWS OpsWorks Stacks. For more information, see the Layer Reference
Definition at line 172 of file UpdateLayerRequest.h.
|
inline |
For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks Stacks and by Chef. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters and must be in the following format: /\A[a-z0-9-_.]+\Z/.
The built-in layers' short names are defined by AWS OpsWorks Stacks. For more information, see the Layer Reference
Definition at line 160 of file UpdateLayerRequest.h.
|
inline |
For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks Stacks and by Chef. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters and must be in the following format: /\A[a-z0-9-_.]+\Z/.
The built-in layers' short names are defined by AWS OpsWorks Stacks. For more information, see the Layer Reference
Definition at line 184 of file UpdateLayerRequest.h.
|
inline |
Whether to use Amazon EBS-optimized instances.
Definition at line 815 of file UpdateLayerRequest.h.
|
inline |
A VolumeConfigurations
object that describes the layer's Amazon EBS volumes.
Definition at line 594 of file UpdateLayerRequest.h.
|
inline |
A VolumeConfigurations
object that describes the layer's Amazon EBS volumes.
Definition at line 588 of file UpdateLayerRequest.h.
|
inline |
For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks Stacks and by Chef. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters and must be in the following format: /\A[a-z0-9-_.]+\Z/.
The built-in layers' short names are defined by AWS OpsWorks Stacks. For more information, see the Layer Reference
Definition at line 148 of file UpdateLayerRequest.h.
|
inline |
Whether to use Amazon EBS-optimized instances.
Definition at line 810 of file UpdateLayerRequest.h.
|
inline |
A VolumeConfigurations
object that describes the layer's Amazon EBS volumes.
Definition at line 582 of file UpdateLayerRequest.h.
|
inline |
One or more user-defined key/value pairs to be added to the stack attributes.
Definition at line 257 of file UpdateLayerRequest.h.
|
inline |
One or more user-defined key/value pairs to be added to the stack attributes.
Definition at line 251 of file UpdateLayerRequest.h.
|
inline |
Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
Definition at line 676 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 709 of file UpdateLayerRequest.h.
|
inline |
Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream.
Definition at line 330 of file UpdateLayerRequest.h.
|
inline |
Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream.
Definition at line 324 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 387 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 379 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 395 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 459 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 450 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 468 of file UpdateLayerRequest.h.
|
inline |
A LayerCustomRecipes
object that specifies the layer's custom recipes.
Definition at line 740 of file UpdateLayerRequest.h.
|
inline |
A LayerCustomRecipes
object that specifies the layer's custom recipes.
Definition at line 746 of file UpdateLayerRequest.h.
|
inline |
An array containing the layer's custom security group IDs.
Definition at line 499 of file UpdateLayerRequest.h.
|
inline |
An array containing the layer's custom security group IDs.
Definition at line 494 of file UpdateLayerRequest.h.
|
inline |
Whether to disable auto healing for the layer.
Definition at line 639 of file UpdateLayerRequest.h.
|
inline |
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.
Definition at line 799 of file UpdateLayerRequest.h.
|
inline |
The layer ID.
Definition at line 77 of file UpdateLayerRequest.h.
|
inline |
The layer ID.
Definition at line 72 of file UpdateLayerRequest.h.
|
inline |
The layer ID.
Definition at line 82 of file UpdateLayerRequest.h.
|
inline |
Definition at line 846 of file UpdateLayerRequest.h.
|
inline |
Definition at line 851 of file UpdateLayerRequest.h.
|
inline |
The layer name, which is used by the console.
Definition at line 118 of file UpdateLayerRequest.h.
|
inline |
The layer name, which is used by the console.
Definition at line 113 of file UpdateLayerRequest.h.
|
inline |
The layer name, which is used by the console.
Definition at line 123 of file UpdateLayerRequest.h.
|
inline |
An array of Package
objects that describe the layer's packages.
Definition at line 551 of file UpdateLayerRequest.h.
|
inline |
An array of Package
objects that describe the layer's packages.
Definition at line 545 of file UpdateLayerRequest.h.
|
inline |
For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks Stacks and by Chef. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters and must be in the following format: /\A[a-z0-9-_.]+\Z/.
The built-in layers' short names are defined by AWS OpsWorks Stacks. For more information, see the Layer Reference
Definition at line 208 of file UpdateLayerRequest.h.
|
inline |
For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks Stacks and by Chef. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters and must be in the following format: /\A[a-z0-9-_.]+\Z/.
The built-in layers' short names are defined by AWS OpsWorks Stacks. For more information, see the Layer Reference
Definition at line 196 of file UpdateLayerRequest.h.
|
inline |
For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks Stacks and by Chef. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters and must be in the following format: /\A[a-z0-9-_.]+\Z/.
The built-in layers' short names are defined by AWS OpsWorks Stacks. For more information, see the Layer Reference
Definition at line 220 of file UpdateLayerRequest.h.
|
inline |
Whether to use Amazon EBS-optimized instances.
Definition at line 820 of file UpdateLayerRequest.h.
|
inline |
A VolumeConfigurations
object that describes the layer's Amazon EBS volumes.
Definition at line 606 of file UpdateLayerRequest.h.
|
inline |
A VolumeConfigurations
object that describes the layer's Amazon EBS volumes.
Definition at line 600 of file UpdateLayerRequest.h.