aws-sdk-core 2.0.43 → 2.0.44

Sign up to get free protection for your applications and to get access to all the features.
@@ -252,6 +252,42 @@
252
252
  }
253
253
  ]
254
254
  },
255
+ "KeyPairExists": {
256
+ "operation": "DescribeKeyPairs",
257
+ "delay": 5,
258
+ "maxAttempts": 6,
259
+ "acceptors": [
260
+ {
261
+ "expected": true,
262
+ "matcher": "pathAll",
263
+ "state": "success",
264
+ "argument": "length(KeyPairs[].KeyName) > `0`"
265
+ },
266
+ {
267
+ "expected": "InvalidKeyPairNotFound",
268
+ "matcher": "error",
269
+ "state": "retry"
270
+ }
271
+ ]
272
+ },
273
+ "NetworkInterfaceAvailable": {
274
+ "operation": "DescribeNetworkInterfaces",
275
+ "delay": 20,
276
+ "maxAttempts": 10,
277
+ "acceptors": [
278
+ {
279
+ "expected": "available",
280
+ "matcher": "pathAll",
281
+ "state": "success",
282
+ "argument": "NetworkInterfaces[].Status"
283
+ },
284
+ {
285
+ "expected": "InvalidNetworkInterfaceIDNotFound",
286
+ "matcher": "error",
287
+ "state": "failure"
288
+ }
289
+ ]
290
+ },
255
291
  "PasswordDataAvailable": {
256
292
  "operation": "GetPasswordData",
257
293
  "maxAttempts": 40,
@@ -727,6 +727,7 @@
727
727
  "ConfigurationOptionSetting":{
728
728
  "type":"structure",
729
729
  "members":{
730
+ "ResourceName":{"shape":"ResourceName"},
730
731
  "Namespace":{"shape":"OptionNamespace"},
731
732
  "OptionName":{"shape":"ConfigurationOptionName"},
732
733
  "Value":{"shape":"ConfigurationOptionValue"}
@@ -1240,6 +1241,7 @@
1240
1241
  "OptionSpecification":{
1241
1242
  "type":"structure",
1242
1243
  "members":{
1244
+ "ResourceName":{"shape":"ResourceName"},
1243
1245
  "Namespace":{"shape":"OptionNamespace"},
1244
1246
  "OptionName":{"shape":"ConfigurationOptionName"}
1245
1247
  }
@@ -1279,6 +1281,11 @@
1279
1281
  },
1280
1282
  "RequestId":{"type":"string"},
1281
1283
  "ResourceId":{"type":"string"},
1284
+ "ResourceName":{
1285
+ "type":"string",
1286
+ "min":1,
1287
+ "max":256
1288
+ },
1282
1289
  "RestartAppServerMessage":{
1283
1290
  "type":"structure",
1284
1291
  "members":{
@@ -813,6 +813,13 @@
813
813
  "Trigger$Name": "<p>The name of the trigger.</p>"
814
814
  }
815
815
  },
816
+ "ResourceName": {
817
+ "base": null,
818
+ "refs": {
819
+ "ConfigurationOptionSetting$ResourceName": null,
820
+ "OptionSpecification$ResourceName": null
821
+ }
822
+ },
816
823
  "RestartAppServerMessage": {
817
824
  "base": "<p></p>",
818
825
  "refs": {
@@ -770,6 +770,25 @@
770
770
  }
771
771
  ]
772
772
  },
773
+ "GrantAccess":{
774
+ "name":"GrantAccess",
775
+ "http":{
776
+ "method":"POST",
777
+ "requestUri":"/"
778
+ },
779
+ "input":{"shape":"GrantAccessRequest"},
780
+ "output":{"shape":"GrantAccessResult"},
781
+ "errors":[
782
+ {
783
+ "shape":"ValidationException",
784
+ "exception":true
785
+ },
786
+ {
787
+ "shape":"ResourceNotFoundException",
788
+ "exception":true
789
+ }
790
+ ]
791
+ },
773
792
  "RebootInstance":{
774
793
  "name":"RebootInstance",
775
794
  "http":{
@@ -1285,7 +1304,8 @@
1285
1304
  "IgnoreMetricsTime":{"shape":"Minute"},
1286
1305
  "CpuThreshold":{"shape":"Double"},
1287
1306
  "MemoryThreshold":{"shape":"Double"},
1288
- "LoadThreshold":{"shape":"Double"}
1307
+ "LoadThreshold":{"shape":"Double"},
1308
+ "Alarms":{"shape":"Strings"}
1289
1309
  }
1290
1310
  },
1291
1311
  "AutoScalingType":{
@@ -2013,6 +2033,20 @@
2013
2033
  "Hostname":{"shape":"String"}
2014
2034
  }
2015
2035
  },
2036
+ "GrantAccessRequest":{
2037
+ "type":"structure",
2038
+ "required":["InstanceId"],
2039
+ "members":{
2040
+ "InstanceId":{"shape":"String"},
2041
+ "ValidForInMinutes":{"shape":"ValidForInMinutes"}
2042
+ }
2043
+ },
2044
+ "GrantAccessResult":{
2045
+ "type":"structure",
2046
+ "members":{
2047
+ "TemporaryCredential":{"shape":"TemporaryCredential"}
2048
+ }
2049
+ },
2016
2050
  "Hour":{"type":"string"},
2017
2051
  "Instance":{
2018
2052
  "type":"structure",
@@ -2545,6 +2579,15 @@
2545
2579
  "member":{"shape":"String"}
2546
2580
  },
2547
2581
  "Switch":{"type":"string"},
2582
+ "TemporaryCredential":{
2583
+ "type":"structure",
2584
+ "members":{
2585
+ "Username":{"shape":"String"},
2586
+ "Password":{"shape":"String"},
2587
+ "ValidForInMinutes":{"shape":"Integer"},
2588
+ "InstanceId":{"shape":"String"}
2589
+ }
2590
+ },
2548
2591
  "TimeBasedAutoScalingConfiguration":{
2549
2592
  "type":"structure",
2550
2593
  "members":{
@@ -2704,6 +2747,11 @@
2704
2747
  "type":"list",
2705
2748
  "member":{"shape":"UserProfile"}
2706
2749
  },
2750
+ "ValidForInMinutes":{
2751
+ "type":"integer",
2752
+ "min":60,
2753
+ "max":1440
2754
+ },
2707
2755
  "ValidationException":{
2708
2756
  "type":"structure",
2709
2757
  "members":{
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": "2.0",
3
3
  "operations": {
4
- "AssignInstance": "<p>Assign a registered instance to a custom layer. You cannot use this action with instances that were created with AWS OpsWorks.</p> <p><b>Required Permissions</b>: 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 <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html\">Managing User Permissions</a>.</p>",
4
+ "AssignInstance": "<p>Assign a registered instance to a layer.</p> <ul> <li>You can assign registered on-premises instances to any layer type.</li> <li>You can assign registered Amazon EC2 instances only to custom layers.</li> <li>You cannot use this action with instances that were created with AWS OpsWorks.</li> </ul> <p><b>Required Permissions</b>: 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 <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html\">Managing User Permissions</a>.</p>",
5
5
  "AssignVolume": "<p>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 <a>RegisterVolume</a>. After you register the volume, you must call <a>UpdateVolume</a> to specify a mount point before calling <code>AssignVolume</code>. For more information, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html\">Resource Management</a>.</p> <p><b>Required Permissions</b>: 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 <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html\">Managing User Permissions</a>.</p>",
6
6
  "AssociateElasticIp": "<p>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 <a>RegisterElasticIp</a>. For more information, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html\">Resource Management</a>.</p> <p><b>Required Permissions</b>: 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 <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html\">Managing User Permissions</a>.</p>",
7
7
  "AttachElasticLoadBalancer": "<p>Attaches an Elastic Load Balancing load balancer to a specified layer. For more information, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/load-balancer-elb.html\">Elastic Load Balancing</a>.</p> <note> <p>You must create the Elastic Load Balancing instance separately, by using the Elastic Load Balancing console, API, or CLI. For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/Welcome.html\"> Elastic Load Balancing Developer Guide</a>.</p> </note> <p><b>Required Permissions</b>: 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 <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html\">Managing User Permissions</a>.</p>",
@@ -43,6 +43,7 @@
43
43
  "DetachElasticLoadBalancer": "<p>Detaches a specified Elastic Load Balancing instance from its layer.</p> <p><b>Required Permissions</b>: 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 <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html\">Managing User Permissions</a>.</p>",
44
44
  "DisassociateElasticIp": "<p>Disassociates an Elastic IP address from its instance. The address remains registered with the stack. For more information, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html\">Resource Management</a>.</p> <p><b>Required Permissions</b>: 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 <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html\">Managing User Permissions</a>.</p>",
45
45
  "GetHostnameSuggestion": "<p>Gets a generated host name for the specified layer, based on the current host name theme.</p> <p><b>Required Permissions</b>: 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 <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html\">Managing User Permissions</a>.</p>",
46
+ "GrantAccess": "<note>This API can be used only with Windows stacks.</note> <p>Grants RDP access to a Windows instance for a specified time period.</p>",
46
47
  "RebootInstance": "<p>Reboots a specified instance. For more information, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-starting.html\">Starting, Stopping, and Rebooting Instances</a>.</p> <p><b>Required Permissions</b>: 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 <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html\">Managing User Permissions</a>.</p>",
47
48
  "RegisterElasticIp": "<p>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 <a>DeregisterElasticIp</a>. For more information, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html\">Resource Management</a>.</p> <p><b>Required Permissions</b>: 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 <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html\">Managing User Permissions</a>.</p>",
48
49
  "RegisterInstance": "<p>Registers instances with a specified stack that were created outside of AWS OpsWorks.</p> <note>We do not recommend using this action to register instances. The complete registration operation has two primary steps, installing the AWS OpsWorks agent on the instance and registering the instance with the stack. <code>RegisterInstance</code> handles only the second step. You should instead use the AWS CLI <code>register</code> command, which performs the entire registration operation.</note> <p><b>Required Permissions</b>: 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 <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html\">Managing User Permissions</a>.</p>",
@@ -67,7 +68,7 @@
67
68
  "UpdateUserProfile": "<p>Updates a specified user profile.</p> <p><b>Required Permissions</b>: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html\">Managing User Permissions</a>.</p>",
68
69
  "UpdateVolume": "<p>Updates an Amazon EBS volume's name or mount point. For more information, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html\">Resource Management</a>.</p> <p><b>Required Permissions</b>: 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 <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html\">Managing User Permissions</a>.</p>"
69
70
  },
70
- "service": "<fullname>AWS OpsWorks</fullname> <p>Welcome to the <i>AWS OpsWorks API Reference</i>. This guide provides descriptions, syntax, and usage examples about AWS OpsWorks actions and data types, including common parameters and error codes. </p> <p>AWS OpsWorks is an application management service that provides an integrated experience for overseeing the complete application lifecycle. For information about this product, go to the <a href=\"http://aws.amazon.com/opsworks/\">AWS OpsWorks</a> details page. </p> <p><b>SDKs and CLI</b> </p> <p>The most common way to use the AWS OpsWorks API is by using the AWS Command Line Interface (CLI) or by using one of the AWS SDKs to implement applications in your preferred language. For more information, see:</p> <ul> <li><a href=\"http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html\">AWS CLI</a></li> <li><a href=\"http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/opsworks/AWSOpsWorksClient.html\">AWS SDK for Java</a></li> <li><a href=\"http://docs.aws.amazon.com/sdkfornet/latest/apidocs/html/N_Amazon_OpsWorks.htm\">AWS SDK for .NET</a></li> <li><a href=\"http://docs.aws.amazon.com/aws-sdk-php-2/latest/class-Aws.OpsWorks.OpsWorksClient.html\">AWS SDK for PHP 2</a></li> <li><a href=\"http://docs.aws.amazon.com/AWSRubySDK/latest/AWS/OpsWorks/Client.html\">AWS SDK for Ruby</a></li> <li><a href=\"http://aws.amazon.com/documentation/sdkforjavascript/\">AWS SDK for Node.js</a></li> <li><a href=\"http://docs.pythonboto.org/en/latest/ref/opsworks.html\">AWS SDK for Python(Boto)</a></li> </ul> <p><b>Endpoints</b></p> <p>AWS OpsWorks supports only one endpoint, opsworks.us-east-1.amazonaws.com (HTTPS), so you must connect to that endpoint. You can then use the API to direct AWS OpsWorks to create stacks in any AWS Region.</p> <p><b>Chef Versions</b></p> <p>When you call <a>CreateStack</a>, <a>CloneStack</a>, or <a>UpdateStack</a> we recommend you use the <code>ConfigurationManager</code> parameter to specify the Chef version, 0.9, 11.4, or 11.10. The default value is currently 11.10. For more information, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook-chef11.html\">Chef Versions</a>.</p> <note>You can still specify Chef 0.9 for your stack, but new features are not available for Chef 0.9 stacks, and support is scheduled to end on July 24, 2014. We do not recommend using Chef 0.9 for new stacks, and we recommend migrating your existing Chef 0.9 stacks to Chef 11.10 as soon as possible.</note>",
71
+ "service": "<fullname>AWS OpsWorks</fullname> <p>Welcome to the <i>AWS OpsWorks API Reference</i>. This guide provides descriptions, syntax, and usage examples about AWS OpsWorks actions and data types, including common parameters and error codes. </p> <p>AWS OpsWorks is an application management service that provides an integrated experience for overseeing the complete application lifecycle. For information about this product, go to the <a href=\"http://aws.amazon.com/opsworks/\">AWS OpsWorks</a> details page. </p> <p> <b>SDKs and CLI</b> </p> <p>The most common way to use the AWS OpsWorks API is by using the AWS Command Line Interface (CLI) or by using one of the AWS SDKs to implement applications in your preferred language. For more information, see:</p> <ul> <li> <a href=\"http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html\">AWS CLI</a> </li> <li> <a href=\"http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/opsworks/AWSOpsWorksClient.html\">AWS SDK for Java</a> </li> <li> <a href=\"http://docs.aws.amazon.com/sdkfornet/latest/apidocs/html/N_Amazon_OpsWorks.htm\">AWS SDK for .NET</a> </li> <li> <a href=\"http://docs.aws.amazon.com/aws-sdk-php-2/latest/class-Aws.OpsWorks.OpsWorksClient.html\">AWS SDK for PHP 2</a> </li> <li> <a href=\"http://docs.aws.amazon.com/AWSRubySDK/latest/AWS/OpsWorks/Client.html\">AWS SDK for Ruby</a> </li> <li> <a href=\"http://aws.amazon.com/documentation/sdkforjavascript/\">AWS SDK for Node.js</a> </li> <li> <a href=\"http://docs.pythonboto.org/en/latest/ref/opsworks.html\">AWS SDK for Python(Boto)</a> </li> </ul> <p> <b>Endpoints</b> </p> <p>AWS OpsWorks supports only one endpoint, opsworks.us-east-1.amazonaws.com (HTTPS), so you must connect to that endpoint. You can then use the API to direct AWS OpsWorks to create stacks in any AWS Region.</p> <p> <b>Chef Versions</b> </p> <p>When you call <a>CreateStack</a>, <a>CloneStack</a>, or <a>UpdateStack</a> we recommend you use the <code>ConfigurationManager</code> parameter to specify the Chef version, 0.9, 11.4, or 11.10. The default value is currently 11.10. For more information, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook-chef11.html\">Chef Versions</a>.</p> <note>You can still specify Chef 0.9 for your stack, but new features are not available for Chef 0.9 stacks, and support is scheduled to end on July 24, 2014. We do not recommend using Chef 0.9 for new stacks, and we recommend migrating your existing Chef 0.9 stacks to Chef 11.10 as soon as possible.</note>",
71
72
  "shapes": {
72
73
  "App": {
73
74
  "base": "<p>A description of the app.</p>",
@@ -93,7 +94,7 @@
93
94
  "base": null,
94
95
  "refs": {
95
96
  "App$Type": "<p>The app type.</p>",
96
- "CreateAppRequest$Type": "<p>The app type. Each supported type is associated with a particular layer. For example, PHP applications are associated with a PHP layer. AWS OpsWorks deploys an application to those instances that are members of the corresponding layer.</p>",
97
+ "CreateAppRequest$Type": "<p>The app type. Each supported type is associated with a particular layer. For example, PHP applications are associated with a PHP layer. AWS OpsWorks 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 <code>other</code>.</p>",
97
98
  "UpdateAppRequest$Type": "<p>The app type.</p>"
98
99
  }
99
100
  },
@@ -143,9 +144,9 @@
143
144
  "AutoScalingType": {
144
145
  "base": null,
145
146
  "refs": {
146
- "CreateInstanceRequest$AutoScalingType": "<p>For load-based or time-based instances, the type.</p>",
147
+ "CreateInstanceRequest$AutoScalingType": "<p>For load-based or time-based instances, the type. Windows stacks can use only time-based instances.</p>",
147
148
  "Instance$AutoScalingType": "<p>For load-based or time-based instances, the type.</p>",
148
- "UpdateInstanceRequest$AutoScalingType": "<p>For load-based or time-based instances, the type.</p>"
149
+ "UpdateInstanceRequest$AutoScalingType": "<p>For load-based or time-based instances, the type. Windows stacks can use only time-based instances.</p>"
149
150
  }
150
151
  },
151
152
  "BlockDeviceMapping": {
@@ -183,7 +184,7 @@
183
184
  "DeleteInstanceRequest$DeleteElasticIp": "<p>Whether to delete the instance Elastic IP address.</p>",
184
185
  "DeleteInstanceRequest$DeleteVolumes": "<p>Whether to delete the instance's Amazon EBS volumes.</p>",
185
186
  "EbsBlockDevice$DeleteOnTermination": "<p>Whether the volume is deleted on instance termination.</p>",
186
- "EnvironmentVariable$Secure": "<p>(Optional) Whether the variable's value will be returned by the <a>DescribeApps</a> action. To conceal an environment variable's value, set <code>Secure</code> to <code>true</code>. <code>DescribeApps</code> then returns <code>**Filtered**</code> instead of the actual value. The default value for <code>Secure</code> is <code>false</code>. </p>",
187
+ "EnvironmentVariable$Secure": "<p>(Optional) Whether the variable's value will be returned by the <a>DescribeApps</a> action. To conceal an environment variable's value, set <code>Secure</code> to <code>true</code>. <code>DescribeApps</code> then returns <code>*****FILTERED*****</code> instead of the actual value. The default value for <code>Secure</code> is <code>false</code>. </p>",
187
188
  "Instance$InstallUpdatesOnBoot": "<p>Whether to install operating system and package updates when the instance boots. The default value is <code>true</code>. If this value is set to <code>false</code>, you must then update your instances manually by using <a>CreateDeployment</a> to run the <code>update_dependencies</code> stack command or manually running <code>yum</code> (Amazon Linux) or <code>apt-get</code> (Ubuntu) on the instances. </p> <note> <p>We strongly recommend using the default value of <code>true</code>, to ensure that your instances have the latest security updates.</p> </note>",
188
189
  "Instance$EbsOptimized": "<p>Whether this is an Amazon EBS-optimized instance.</p>",
189
190
  "Layer$EnableAutoHealing": "<p>Whether auto healing is disabled for the layer.</p>",
@@ -388,13 +389,13 @@
388
389
  "DeploymentCommandArgs": {
389
390
  "base": null,
390
391
  "refs": {
391
- "DeploymentCommand$Args": "<p>The arguments of those commands that take arguments. It should be set to a JSON object with the following format:</p> <p><code>{\"arg_name1\" : [\"value1\", \"value2\", ...], \"arg_name2\" : [\"value1\", \"value2\", ...], ...}</code></p> <p>The <code>update_dependencies</code> command takes two arguments:</p> <ul> <li> <code>upgrade_os_to</code> - Specifies the desired Amazon Linux version for instances whose OS you want to upgrade, such as <code>Amazon Linux 2014.09</code>. You must also set the <code>allow_reboot</code> argument to true.</li> <li> <code>allow_reboot</code> - Specifies whether to allow AWS OpsWorks to reboot the instances if necessary, after installing the updates. This argument can be set to either <code>true</code> or <code>false</code>. The default value is <code>false</code>.</li> </ul> <p>For example, to upgrade an instance to Amazon Linux 2014.09, set <code>Args</code> to the following.</p> <code> { \"upgrade_os_to\":[\"Amazon Linux 2014.09\"], \"allow_reboot\":[\"true\"] } </code>"
392
+ "DeploymentCommand$Args": "<p>The arguments of those commands that take arguments. It should be set to a JSON object with the following format:</p> <p> <code>{\"arg_name1\" : [\"value1\", \"value2\", ...], \"arg_name2\" : [\"value1\", \"value2\", ...], ...}</code> </p> <p>The <code>update_dependencies</code> command takes two arguments:</p> <ul> <li> <code>upgrade_os_to</code> - Specifies the desired Amazon Linux version for instances whose OS you want to upgrade, such as <code>Amazon Linux 2014.09</code>. You must also set the <code>allow_reboot</code> argument to true.</li> <li> <code>allow_reboot</code> - Specifies whether to allow AWS OpsWorks to reboot the instances if necessary, after installing the updates. This argument can be set to either <code>true</code> or <code>false</code>. The default value is <code>false</code>.</li> </ul> <p>For example, to upgrade an instance to Amazon Linux 2014.09, set <code>Args</code> to the following.</p> <code> { \"upgrade_os_to\":[\"Amazon Linux 2014.09\"], \"allow_reboot\":[\"true\"] } </code>"
392
393
  }
393
394
  },
394
395
  "DeploymentCommandName": {
395
396
  "base": null,
396
397
  "refs": {
397
- "DeploymentCommand$Name": "<p>Specifies the operation. You can specify only one command.</p> <p>For stacks, the following commands are available:</p> <ul> <li> <code>execute_recipes</code>: Execute one or more recipes. To specify the recipes, set an <code>Args</code> parameter named <code>recipes</code> to the list of recipes to be executed. For example, to execute <code>phpapp::appsetup</code>, set <code>Args</code> to <code>{\"recipes\":[\"phpapp::appsetup\"]}</code>.</li> <li> <code>install_dependencies</code>: Install the stack's dependencies.</li> <li> <code>update_custom_cookbooks</code>: Update the stack's custom cookbooks.</li> <li> <code>update_dependencies</code>: Update the stack's dependencies.</li> </ul> <p>For apps, the following commands are available:</p> <ul> <li> <code>deploy</code>: Deploy an app. Rails apps have an optional <code>Args</code> parameter named <code>migrate</code>. Set <code>Args</code> to {\"migrate\":[\"true\"]} to migrate the database. The default setting is {\"migrate\":[\"false\"]}.</li> <li> <code>rollback</code> Roll the app back to the previous version. When you update an app, AWS OpsWorks 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.</li> <li> <code>start</code>: Start the app's web or application server.</li> <li> <code>stop</code>: Stop the app's web or application server.</li> <li> <code>restart</code>: Restart the app's web or application server.</li> <li> <code>undeploy</code>: Undeploy the app.</li> </ul>"
398
+ "DeploymentCommand$Name": "<p>Specifies the operation. You can specify only one command.</p> <p>For stacks, the following commands are available:</p> <ul> <li> <code>execute_recipes</code>: Execute one or more recipes. To specify the recipes, set an <code>Args</code> parameter named <code>recipes</code> to the list of recipes to be executed. For example, to execute <code>phpapp::appsetup</code>, set <code>Args</code> to <code>{\"recipes\":[\"phpapp::appsetup\"]}</code>.</li> <li> <code>install_dependencies</code>: Install the stack's dependencies.</li> <li> <code>update_custom_cookbooks</code>: Update the stack's custom cookbooks.</li> <li> <code>update_dependencies</code>: Update the stack's dependencies.</li> </ul> <note>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.</note> <p>For apps, the following commands are available:</p> <ul> <li> <code>deploy</code>: Deploy an app. Ruby on Rails apps have an optional <code>Args</code> parameter named <code>migrate</code>. Set <code>Args</code> to {\"migrate\":[\"true\"]} to migrate the database. The default setting is {\"migrate\":[\"false\"]}.</li> <li> <code>rollback</code> Roll the app back to the previous version. When you update an app, AWS OpsWorks 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.</li> <li> <code>start</code>: Start the app's web or application server.</li> <li> <code>stop</code>: Stop the app's web or application server.</li> <li> <code>restart</code>: Restart the app's web or application server.</li> <li> <code>undeploy</code>: Undeploy the app.</li> </ul>"
398
399
  }
399
400
  },
400
401
  "Deployments": {
@@ -680,6 +681,16 @@
680
681
  "refs": {
681
682
  }
682
683
  },
684
+ "GrantAccessRequest": {
685
+ "base": null,
686
+ "refs": {
687
+ }
688
+ },
689
+ "GrantAccessResult": {
690
+ "base": "<p>Contains the response to a <code>GrantAccess</code> request.</p>",
691
+ "refs": {
692
+ }
693
+ },
683
694
  "Hour": {
684
695
  "base": null,
685
696
  "refs": {
@@ -744,6 +755,7 @@
744
755
  "ShutdownEventConfiguration$ExecutionTimeout": "<p>The time, in seconds, that AWS OpsWorks will wait after triggering a Shutdown event before shutting down an instance.</p>",
745
756
  "StackSummary$LayersCount": "<p>The number of layers.</p>",
746
757
  "StackSummary$AppsCount": "<p>The number of apps.</p>",
758
+ "TemporaryCredential$ValidForInMinutes": "<p>The length of time (in minutes) that the grant is valid. When the grant expires, at the end of this period, the user will no longer be able to use the credentials to log in. If they are logged in at the time, they will be automatically logged out.</p>",
747
759
  "Volume$Size": "<p>The volume size.</p>",
748
760
  "Volume$Iops": "<p>For PIOPS volumes, the IOPS per disk.</p>",
749
761
  "VolumeConfiguration$RaidLevel": "<p>The volume <a href=\"http://en.wikipedia.org/wiki/Standard_RAID_levels\">RAID level</a>.</p>",
@@ -762,7 +774,7 @@
762
774
  "base": null,
763
775
  "refs": {
764
776
  "CreateLayerRequest$Attributes": "<p>One or more user-defined key/value pairs to be added to the stack attributes.</p>",
765
- "Layer$Attributes": "<p>The layer attributes.</p>",
777
+ "Layer$Attributes": "<p>The layer attributes.</p> <note>For the <code>HaproxyStatsPassword</code>, <code>MysqlRootPassword</code>, and <code>GangliaPassword</code> attributes, AWS OpsWorks returns <code>*****FILTERED*****</code> instead of the actual value</note>",
766
778
  "UpdateLayerRequest$Attributes": "<p>One or more user-defined key/value pairs to be added to the stack attributes.</p>"
767
779
  }
768
780
  },
@@ -809,7 +821,7 @@
809
821
  "base": null,
810
822
  "refs": {
811
823
  "AutoScalingThresholds$ThresholdsWaitTime": "<p>The amount of time, in minutes, that the load must exceed a threshold before more instances are added or removed.</p>",
812
- "AutoScalingThresholds$IgnoreMetricsTime": "<p>The amount of time (in minutes) after a scaling event occurs that AWS OpsWorks should ignore metrics and not raise any additional scaling events. For example, AWS OpsWorks 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. <code>IgnoreMetricsTime</code> allows you to direct AWS OpsWorks to not raise any scaling events long enough to get the new instances online.</p>"
824
+ "AutoScalingThresholds$IgnoreMetricsTime": "<p>The amount of time (in minutes) after a scaling event occurs that AWS OpsWorks should ignore metrics and suppress additional scaling events. For example, AWS OpsWorks 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. <code>IgnoreMetricsTime</code> allows you to direct AWS OpsWorks to suppress scaling events long enough to get the new instances online.</p>"
813
825
  }
814
826
  },
815
827
  "Parameters": {
@@ -1079,11 +1091,11 @@
1079
1091
  "CloneStackRequest$VpcId": "<p>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.</p> <ul> <li>If your account supports EC2 Classic, the default value is no VPC.</li> <li>If your account does not support EC2 Classic, the default value is the default VPC for the specified region.</li> </ul> <p>If the VPC ID corresponds to a default VPC and you have specified either the <code>DefaultAvailabilityZone</code> or the <code>DefaultSubnetId</code> parameter only, AWS OpsWorks infers the value of the other parameter. If you specify neither parameter, AWS OpsWorks sets these parameters to the first valid Availability Zone for the specified region and the corresponding default VPC subnet ID, respectively. </p> <p>If you specify a nondefault VPC ID, note the following:</p> <ul> <li>It must belong to a VPC in your account that is in the specified region.</li> <li>You must specify a value for <code>DefaultSubnetId</code>.</li> </ul> <p>For more information on how to use AWS OpsWorks with a VPC, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-vpc.html\">Running a Stack in a VPC</a>. For more information on default VPC and EC2 Classic, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html\">Supported Platforms</a>. </p>",
1080
1092
  "CloneStackRequest$ServiceRoleArn": "<p>The stack AWS Identity and Access Management (IAM) role, which allows AWS OpsWorks to work with AWS resources on your behalf. You must set this parameter to the Amazon Resource Name (ARN) for an existing IAM role. If you create a stack by using the AWS OpsWorks console, it creates the role for you. You can obtain an existing stack's IAM ARN programmatically by calling <a>DescribePermissions</a>. For more information about IAM ARNs, see <a href=\"http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html\">Using Identifiers</a>.</p> <note> <p>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.</p> </note>",
1081
1093
  "CloneStackRequest$DefaultInstanceProfileArn": "<p>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 <a href=\"http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html\">Using Identifiers</a>.</p>",
1082
- "CloneStackRequest$DefaultOs": "<p>The stack's operating system, which must be set to one of the following.</p> <ul> <li>Standard operating systems: an Amazon Linux version such as <code>Amazon Linux 2014.09</code>, <code>Ubuntu 12.04 LTS</code>, or <code>Ubuntu 14.04 LTS</code>.</li> <li>Custom AMIs: <code>Custom</code>. You specify the custom AMI you want to use when you create instances.</li> </ul> <p> The default option is the current Amazon Linux version.</p>",
1083
- "CloneStackRequest$HostnameTheme": "<p>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, <code>HostnameTheme</code> is set to <code>Layer_Dependent</code>, which creates host names by appending integers to the layer's short name. The other themes are:</p> <ul> <li><code>Baked_Goods</code></li> <li><code>Clouds</code></li> <li><code>Europe_Cities</code></li> <li><code>Fruits</code></li> <li><code>Greek_Deities</code></li> <li><code>Legendary_creatures_from_Japan</code></li> <li><code>Planets_and_Moons</code></li> <li><code>Roman_Deities</code></li> <li><code>Scottish_Islands</code></li> <li><code>US_Cities</code></li> <li><code>Wild_Cats</code></li> </ul> <p>To obtain a generated host name, call <code>GetHostNameSuggestion</code>, which returns a host name based on the current theme.</p>",
1094
+ "CloneStackRequest$DefaultOs": "<p>The stack's operating system, which must be set to one of the following.</p> <ul> <li>Standard Linux operating systems: an Amazon Linux version such as <code>Amazon Linux 2014.09</code>, <code>Ubuntu 12.04 LTS</code>, or <code>Ubuntu 14.04 LTS</code>.</li> <li>Custom Linux AMIs: <code>Custom</code>. You specify the custom AMI you want to use when you create instances.</li> <li>Microsoft Windows Server 2012 R2.</li> </ul> <p> The default option is the current Amazon Linux version.</p>",
1095
+ "CloneStackRequest$HostnameTheme": "<p>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, <code>HostnameTheme</code> is set to <code>Layer_Dependent</code>, which creates host names by appending integers to the layer's short name. The other themes are:</p> <ul> <li> <code>Baked_Goods</code> </li> <li> <code>Clouds</code> </li> <li> <code>Europe_Cities</code> </li> <li> <code>Fruits</code> </li> <li> <code>Greek_Deities</code> </li> <li> <code>Legendary_creatures_from_Japan</code> </li> <li> <code>Planets_and_Moons</code> </li> <li> <code>Roman_Deities</code> </li> <li> <code>Scottish_Islands</code> </li> <li> <code>US_Cities</code> </li> <li> <code>Wild_Cats</code> </li> </ul> <p>To obtain a generated host name, call <code>GetHostNameSuggestion</code>, which returns a host name based on the current theme.</p>",
1084
1096
  "CloneStackRequest$DefaultAvailabilityZone": "<p>The cloned stack's default Availability Zone, which must be in the specified region. For more information, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/rande.html\">Regions and Endpoints</a>. If you also specify a value for <code>DefaultSubnetId</code>, the subnet must be in the same zone. For more information, see the <code>VpcId</code> parameter description. </p>",
1085
1097
  "CloneStackRequest$DefaultSubnetId": "<p>The stack's default VPC subnet ID. This parameter is required if you specify a value for the <code>VpcId</code> parameter. All instances are launched into this subnet unless you specify otherwise when you create the instance. If you also specify a value for <code>DefaultAvailabilityZone</code>, the subnet must be in that zone. For information on default values and when this parameter is required, see the <code>VpcId</code> parameter description. </p>",
1086
- "CloneStackRequest$CustomJson": "<p>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 and must escape characters such as '\"'.:</p> <p><code>\"{\\\"key1\\\": \\\"value1\\\", \\\"key2\\\": \\\"value2\\\",...}\"</code></p> <p>For more information on custom JSON, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html\">Use Custom JSON to Modify the Stack Configuration JSON</a></p>",
1098
+ "CloneStackRequest$CustomJson": "<p>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 and must escape characters such as '\"'.:</p> <p> <code>\"{\\\"key1\\\": \\\"value1\\\", \\\"key2\\\": \\\"value2\\\",...}\"</code> </p> <p>For more information on custom JSON, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html\">Use Custom JSON to Modify the Stack Configuration Attributes</a></p>",
1087
1099
  "CloneStackRequest$DefaultSshKeyName": "<p>A default Amazon EC2 key pair name. The default value is none. If you specify a key pair name, AWS OpsWorks installs the public key on the instance and you can use the private key with an SSH client to log in to the instance. For more information, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-ssh.html\"> Using SSH to Communicate with an Instance</a> and <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/security-ssh-access.html\"> Managing SSH Access</a>. You can override this setting by specifying a different key pair, or no key pair, when you <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-add.html\"> create an instance</a>. </p>",
1088
1100
  "CloneStackResult$StackId": "<p>The cloned stack ID.</p>",
1089
1101
  "Command$CommandId": "<p>The command ID.</p>",
@@ -1091,7 +1103,7 @@
1091
1103
  "Command$DeploymentId": "<p>The command deployment ID.</p>",
1092
1104
  "Command$Status": "<p>The command status:</p> <ul> <li>failed</li> <li>successful</li> <li>skipped</li> <li>pending</li> </ul>",
1093
1105
  "Command$LogUrl": "<p>The URL of the command log.</p>",
1094
- "Command$Type": "<p>The command type:</p> <ul> <li><code>deploy</code></li> <li><code>rollback</code></li> <li><code>start</code></li> <li><code>stop</code></li> <li><code>restart</code></li> <li><code>undeploy</code></li> <li><code>update_dependencies</code></li> <li><code>install_dependencies</code></li> <li><code>update_custom_cookbooks</code></li> <li><code>execute_recipes</code></li> </ul>",
1106
+ "Command$Type": "<p>The command type:</p> <ul> <li> <code>deploy</code> </li> <li> <code>rollback</code> </li> <li> <code>start</code> </li> <li> <code>stop</code> </li> <li> <code>restart</code> </li> <li> <code>undeploy</code> </li> <li> <code>update_dependencies</code> </li> <li> <code>install_dependencies</code> </li> <li> <code>update_custom_cookbooks</code> </li> <li> <code>execute_recipes</code> </li> </ul>",
1095
1107
  "CreateAppRequest$StackId": "<p>The stack ID.</p>",
1096
1108
  "CreateAppRequest$Shortname": "<p>The app's short name.</p>",
1097
1109
  "CreateAppRequest$Name": "<p>The app name.</p>",
@@ -1100,12 +1112,12 @@
1100
1112
  "CreateDeploymentRequest$StackId": "<p>The stack ID.</p>",
1101
1113
  "CreateDeploymentRequest$AppId": "<p>The app ID. This parameter is required for app deployments, but not for other deployment commands.</p>",
1102
1114
  "CreateDeploymentRequest$Comment": "<p>A user-defined comment.</p>",
1103
- "CreateDeploymentRequest$CustomJson": "<p>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 and must escape characters such as '\"'.:</p> <p><code>\"{\\\"key1\\\": \\\"value1\\\", \\\"key2\\\": \\\"value2\\\",...}\"</code></p> <p>For more information on custom JSON, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html\">Use Custom JSON to Modify the Stack Configuration JSON</a>.</p>",
1115
+ "CreateDeploymentRequest$CustomJson": "<p>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 and must escape characters such as '\"'.:</p> <p> <code>\"{\\\"key1\\\": \\\"value1\\\", \\\"key2\\\": \\\"value2\\\",...}\"</code> </p> <p>For more information on custom JSON, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html\">Use Custom JSON to Modify the Stack Configuration Attributes</a>.</p>",
1104
1116
  "CreateDeploymentResult$DeploymentId": "<p>The deployment ID, which can be used with other requests to identify the deployment.</p>",
1105
1117
  "CreateInstanceRequest$StackId": "<p>The stack ID.</p>",
1106
1118
  "CreateInstanceRequest$InstanceType": "<p>The instance type. AWS OpsWorks supports all instance types except Cluster Compute, Cluster GPU, and High Memory Cluster. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html\">Instance Families and Types</a>. The parameter values that you use to specify the various types are in the API Name column of the Available Instance Types table.</p>",
1107
1119
  "CreateInstanceRequest$Hostname": "<p>The instance host name.</p>",
1108
- "CreateInstanceRequest$Os": "<p>The instance's operating system, which must be set to one of the following.</p> <ul> <li>Standard operating systems: an Amazon Linux version such as <code>Amazon Linux 2014.09</code>, <code>Ubuntu 12.04 LTS</code>, or <code>Ubuntu 14.04 LTS</code>.</li> <li>Custom AMIs: <code>Custom</code> </li> </ul> <p>The default option is the current Amazon Linux version. If you set this parameter to <code>Custom</code>, you must use the <a>CreateInstance</a> action's AmiId parameter to specify the custom AMI that you want to use. For more information on the standard operating systems, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html\">Operating Systems</a>For more information on how to use custom AMIs with OpsWorks, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html\">Using Custom AMIs</a>.</p>",
1120
+ "CreateInstanceRequest$Os": "<p>The instance's operating system, which must be set to one of the following.</p> <p>For Windows stacks: Microsoft Windows Server 2012 R2.</p> <p>For Linux stacks:</p> <ul> <li>Standard operating systems: an Amazon Linux version such as <code>Amazon Linux 2014.09</code>, <code>Ubuntu 12.04 LTS</code>, or <code>Ubuntu 14.04 LTS</code>.</li> <li>Custom AMIs: <code>Custom</code> </li> </ul> <p>The default option is the current Amazon Linux version. If you set this parameter to <code>Custom</code>, you must use the <a>CreateInstance</a> action's AmiId parameter to specify the custom AMI that you want to use. For more information on the standard operating systems, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html\">Operating Systems</a>For more information on how to use custom AMIs with OpsWorks, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html\">Using Custom AMIs</a>.</p>",
1109
1121
  "CreateInstanceRequest$AmiId": "<p>A custom AMI ID to be used to create the instance. The AMI should be based on one of the standard AWS OpsWorks AMIs: Amazon Linux, Ubuntu 12.04 LTS, or Ubuntu 14.04 LTS. For more information, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances.html\">Instances</a>.</p> <note>If you specify a custom AMI, you must set <code>Os</code> to <code>Custom</code>.</note>",
1110
1122
  "CreateInstanceRequest$SshKeyName": "<p>The instance's Amazon EC2 key pair name.</p>",
1111
1123
  "CreateInstanceRequest$AvailabilityZone": "<p>The instance Availability Zone. For more information, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/rande.html\">Regions and Endpoints</a>.</p>",
@@ -1122,11 +1134,11 @@
1122
1134
  "CreateStackRequest$VpcId": "<p>The ID of the VPC that the 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.</p> <ul> <li>If your account supports EC2 Classic, the default value is no VPC.</li> <li>If your account does not support EC2 Classic, the default value is the default VPC for the specified region.</li> </ul> <p>If the VPC ID corresponds to a default VPC and you have specified either the <code>DefaultAvailabilityZone</code> or the <code>DefaultSubnetId</code> parameter only, AWS OpsWorks infers the value of the other parameter. If you specify neither parameter, AWS OpsWorks sets these parameters to the first valid Availability Zone for the specified region and the corresponding default VPC subnet ID, respectively.</p> <p>If you specify a nondefault VPC ID, note the following:</p> <ul> <li>It must belong to a VPC in your account that is in the specified region.</li> <li>You must specify a value for <code>DefaultSubnetId</code>.</li> </ul> <p>For more information on how to use AWS OpsWorks with a VPC, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-vpc.html\">Running a Stack in a VPC</a>. For more information on default VPC and EC2 Classic, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html\">Supported Platforms</a>. </p>",
1123
1135
  "CreateStackRequest$ServiceRoleArn": "<p>The stack AWS Identity and Access Management (IAM) role, which allows AWS OpsWorks to work with AWS resources on your behalf. You must set this parameter to the Amazon Resource Name (ARN) for an existing IAM role. For more information about IAM ARNs, see <a href=\"http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html\">Using Identifiers</a>.</p>",
1124
1136
  "CreateStackRequest$DefaultInstanceProfileArn": "<p>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 <a href=\"http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html\">Using Identifiers</a>.</p>",
1125
- "CreateStackRequest$DefaultOs": "<p>The stack's operating system, which must be set to one of the following.</p> <ul> <li>Standard operating systems: an Amazon Linux version such as <code>Amazon Linux 2014.09</code>, <code>Ubuntu 12.04 LTS</code>, or <code>Ubuntu 14.04 LTS</code>.</li> <li>Custom AMIs: <code>Custom</code>. You specify the custom AMI you want to use when you create instances.</li> </ul> <p> The default option is the current Amazon Linux version.</p>",
1126
- "CreateStackRequest$HostnameTheme": "<p>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, <code>HostnameTheme</code> is set to <code>Layer_Dependent</code>, which creates host names by appending integers to the layer's short name. The other themes are:</p> <ul> <li><code>Baked_Goods</code></li> <li><code>Clouds</code></li> <li><code>Europe_Cities</code></li> <li><code>Fruits</code></li> <li><code>Greek_Deities</code></li> <li><code>Legendary_creatures_from_Japan</code></li> <li><code>Planets_and_Moons</code></li> <li><code>Roman_Deities</code></li> <li><code>Scottish_Islands</code></li> <li><code>US_Cities</code></li> <li><code>Wild_Cats</code></li> </ul> <p>To obtain a generated host name, call <code>GetHostNameSuggestion</code>, which returns a host name based on the current theme.</p>",
1137
+ "CreateStackRequest$DefaultOs": "<p>The stack's operating system, which must be set to one of the following.</p> <ul> <li>Standard Linux operating systems: an Amazon Linux version such as <code>Amazon Linux 2014.09</code>, <code>Ubuntu 12.04 LTS</code>, or <code>Ubuntu 14.04 LTS</code>.</li> <li>Custom Linux AMIs: <code>Custom</code>. You specify the custom AMI you want to use when you create instances.</li> <li>Microsoft Windows Server 2012 R2.</li> </ul> <p> The default option is the current Amazon Linux version.</p>",
1138
+ "CreateStackRequest$HostnameTheme": "<p>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, <code>HostnameTheme</code> is set to <code>Layer_Dependent</code>, which creates host names by appending integers to the layer's short name. The other themes are:</p> <ul> <li> <code>Baked_Goods</code> </li> <li> <code>Clouds</code> </li> <li> <code>Europe_Cities</code> </li> <li> <code>Fruits</code> </li> <li> <code>Greek_Deities</code> </li> <li> <code>Legendary_creatures_from_Japan</code> </li> <li> <code>Planets_and_Moons</code> </li> <li> <code>Roman_Deities</code> </li> <li> <code>Scottish_Islands</code> </li> <li> <code>US_Cities</code> </li> <li> <code>Wild_Cats</code> </li> </ul> <p>To obtain a generated host name, call <code>GetHostNameSuggestion</code>, which returns a host name based on the current theme.</p>",
1127
1139
  "CreateStackRequest$DefaultAvailabilityZone": "<p>The stack's default Availability Zone, which must be in the specified region. For more information, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/rande.html\">Regions and Endpoints</a>. If you also specify a value for <code>DefaultSubnetId</code>, the subnet must be in the same zone. For more information, see the <code>VpcId</code> parameter description. </p>",
1128
1140
  "CreateStackRequest$DefaultSubnetId": "<p>The stack's default VPC subnet ID. This parameter is required if you specify a value for the <code>VpcId</code> parameter. All instances are launched into this subnet unless you specify otherwise when you create the instance. If you also specify a value for <code>DefaultAvailabilityZone</code>, the subnet must be in that zone. For information on default values and when this parameter is required, see the <code>VpcId</code> parameter description. </p>",
1129
- "CreateStackRequest$CustomJson": "<p>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 and must escape characters such as '\"'.:</p> <p><code>\"{\\\"key1\\\": \\\"value1\\\", \\\"key2\\\": \\\"value2\\\",...}\"</code></p> <p>For more information on custom JSON, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html\">Use Custom JSON to Modify the Stack Configuration JSON</a>.</p>",
1141
+ "CreateStackRequest$CustomJson": "<p>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 and must escape characters such as '\"'.:</p> <p> <code>\"{\\\"key1\\\": \\\"value1\\\", \\\"key2\\\": \\\"value2\\\",...}\"</code> </p> <p>For more information on custom JSON, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html\">Use Custom JSON to Modify the Stack Configuration Attributes</a>.</p>",
1130
1142
  "CreateStackRequest$DefaultSshKeyName": "<p>A default Amazon EC2 key pair name. The default value is none. If you specify a key pair name, AWS OpsWorks installs the public key on the instance and you can use the private key with an SSH client to log in to the instance. For more information, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-ssh.html\"> Using SSH to Communicate with an Instance</a> and <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/security-ssh-access.html\"> Managing SSH Access</a>. You can override this setting by specifying a different key pair, or no key pair, when you <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-add.html\"> create an instance</a>. </p>",
1131
1143
  "CreateStackResult$StackId": "<p>The stack ID, which is an opaque string that you use to identify the stack when performing actions such as <code>DescribeStacks</code>.</p>",
1132
1144
  "CreateUserProfileRequest$IamUserArn": "<p>The user's IAM ARN.</p>",
@@ -1147,7 +1159,7 @@
1147
1159
  "Deployment$IamUserArn": "<p>The user's IAM ARN.</p>",
1148
1160
  "Deployment$Comment": "<p>A user-defined comment.</p>",
1149
1161
  "Deployment$Status": "<p>The deployment status:</p> <ul> <li>running</li> <li>successful</li> <li>failed</li> </ul>",
1150
- "Deployment$CustomJson": "<p>A string that contains user-defined custom JSON. It is used to override the corresponding default stack configuration JSON values for stack. The string should be in the following format and must escape characters such as '\"'.:</p> <p><code>\"{\\\"key1\\\": \\\"value1\\\", \\\"key2\\\": \\\"value2\\\",...}\"</code></p> <p>For more information on custom JSON, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html\">Use Custom JSON to Modify the Stack Configuration JSON</a>.</p>",
1162
+ "Deployment$CustomJson": "<p>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 and must escape characters such as '\"'.:</p> <p> <code>\"{\\\"key1\\\": \\\"value1\\\", \\\"key2\\\": \\\"value2\\\",...}\"</code> </p> <p>For more information on custom JSON, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html\">Use Custom JSON to Modify the Stack Configuration Attributes</a>.</p>",
1151
1163
  "DeploymentCommandArgs$key": null,
1152
1164
  "DeregisterElasticIpRequest$ElasticIp": "<p>The Elastic IP address.</p>",
1153
1165
  "DeregisterInstanceRequest$InstanceId": "<p>The instance ID.</p>",
@@ -1197,13 +1209,14 @@
1197
1209
  "GetHostnameSuggestionRequest$LayerId": "<p>The layer ID.</p>",
1198
1210
  "GetHostnameSuggestionResult$LayerId": "<p>The layer ID.</p>",
1199
1211
  "GetHostnameSuggestionResult$Hostname": "<p>The generated host name.</p>",
1212
+ "GrantAccessRequest$InstanceId": "<p>The instance's AWS OpsWorks ID.</p>",
1200
1213
  "Instance$InstanceId": "<p>The instance ID.</p>",
1201
1214
  "Instance$Ec2InstanceId": "<p>The ID of the associated Amazon EC2 instance.</p>",
1202
1215
  "Instance$Hostname": "<p>The instance host name.</p>",
1203
1216
  "Instance$StackId": "<p>The stack ID.</p>",
1204
1217
  "Instance$InstanceType": "<p>The instance type. AWS OpsWorks supports all instance types except Cluster Compute, Cluster GPU, and High Memory Cluster. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html\">Instance Families and Types</a>. The parameter values that specify the various types are in the API Name column of the Available Instance Types table.</p>",
1205
1218
  "Instance$InstanceProfileArn": "<p>The ARN of the instance's IAM profile. For more information about IAM ARNs, see <a href=\"http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html\">Using Identifiers</a>.</p>",
1206
- "Instance$Status": "<p>The instance status:</p> <ul> <li><code>booting</code></li> <li><code>connection_lost</code></li> <li><code>online</code></li> <li><code>pending</code></li> <li><code>rebooting</code></li> <li><code>requested</code></li> <li><code>running_setup</code></li> <li><code>setup_failed</code></li> <li><code>shutting_down</code></li> <li><code>start_failed</code></li> <li><code>stopped</code></li> <li><code>stopping</code></li> <li><code>terminated</code></li> <li><code>terminating</code></li> </ul>",
1219
+ "Instance$Status": "<p>The instance status:</p> <ul> <li> <code>booting</code> </li> <li> <code>connection_lost</code> </li> <li> <code>online</code> </li> <li> <code>pending</code> </li> <li> <code>rebooting</code> </li> <li> <code>requested</code> </li> <li> <code>running_setup</code> </li> <li> <code>setup_failed</code> </li> <li> <code>shutting_down</code> </li> <li> <code>start_failed</code> </li> <li> <code>stopped</code> </li> <li> <code>stopping</code> </li> <li> <code>terminated</code> </li> <li> <code>terminating</code> </li> </ul>",
1207
1220
  "Instance$Os": "<p>The instance's operating system.</p>",
1208
1221
  "Instance$AmiId": "<p>A custom AMI ID to be used to create the instance. The AMI should be based on one of the standard AWS OpsWorks APIs: Amazon Linux, Ubuntu 12.04 LTS, or Ubuntu 14.04 LTS. For more information, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances.html\">Instances</a></p>",
1209
1222
  "Instance$AvailabilityZone": "<p>The instance Availability Zone. For more information, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/rande.html\">Regions and Endpoints</a>.</p>",
@@ -1234,7 +1247,7 @@
1234
1247
  "Parameters$value": null,
1235
1248
  "Permission$StackId": "<p>A stack ID.</p>",
1236
1249
  "Permission$IamUserArn": "<p>The Amazon Resource Name (ARN) for an AWS Identity and Access Management (IAM) role. For more information about IAM ARNs, see <a href=\"http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html\">Using Identifiers</a>.</p>",
1237
- "Permission$Level": "<p>The user's permission level, which must be the following:</p> <ul> <li><code>deny</code></li> <li><code>show</code></li> <li><code>deploy</code></li> <li><code>manage</code></li> <li><code>iam_only</code></li> </ul> <p>For more information on the permissions associated with these levels, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html\">Managing User Permissions</a></p>",
1250
+ "Permission$Level": "<p>The user's permission level, which must be the following:</p> <ul> <li> <code>deny</code> </li> <li> <code>show</code> </li> <li> <code>deploy</code> </li> <li> <code>manage</code> </li> <li> <code>iam_only</code> </li> </ul> <p>For more information on the permissions associated with these levels, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html\">Managing User Permissions</a></p>",
1238
1251
  "RaidArray$RaidArrayId": "<p>The array ID.</p>",
1239
1252
  "RaidArray$InstanceId": "<p>The instance ID.</p>",
1240
1253
  "RaidArray$Name": "<p>The array name.</p>",
@@ -1246,7 +1259,7 @@
1246
1259
  "RdsDbInstance$RdsDbInstanceArn": "<p>The instance's ARN.</p>",
1247
1260
  "RdsDbInstance$DbInstanceIdentifier": "<p>The DB instance identifier.</p>",
1248
1261
  "RdsDbInstance$DbUser": "<p>The master user name.</p>",
1249
- "RdsDbInstance$DbPassword": "<p>The database password.</p>",
1262
+ "RdsDbInstance$DbPassword": "<p>AWS OpsWorks returns <code>*****FILTERED*****</code> instead of the actual value.</p>",
1250
1263
  "RdsDbInstance$Region": "<p>The instance's AWS region.</p>",
1251
1264
  "RdsDbInstance$Address": "<p>The instance's address.</p>",
1252
1265
  "RdsDbInstance$Engine": "<p>The instance's database engine.</p>",
@@ -1285,12 +1298,12 @@
1285
1298
  "SetLoadBasedAutoScalingRequest$LayerId": "<p>The layer ID.</p>",
1286
1299
  "SetPermissionRequest$StackId": "<p>The stack ID.</p>",
1287
1300
  "SetPermissionRequest$IamUserArn": "<p>The user's IAM ARN.</p>",
1288
- "SetPermissionRequest$Level": "<p>The user's permission level, which must be set to one of the following strings. You cannot set your own permissions level.</p> <ul> <li><code>deny</code></li> <li><code>show</code></li> <li><code>deploy</code></li> <li><code>manage</code></li> <li><code>iam_only</code></li> </ul> <p>For more information on the permissions associated with these levels, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html\">Managing User Permissions</a></p>",
1301
+ "SetPermissionRequest$Level": "<p>The user's permission level, which must be set to one of the following strings. You cannot set your own permissions level.</p> <ul> <li> <code>deny</code> </li> <li> <code>show</code> </li> <li> <code>deploy</code> </li> <li> <code>manage</code> </li> <li> <code>iam_only</code> </li> </ul> <p>For more information on the permissions associated with these levels, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html\">Managing User Permissions</a></p>",
1289
1302
  "SetTimeBasedAutoScalingRequest$InstanceId": "<p>The instance ID.</p>",
1290
1303
  "Source$Url": "<p>The source URL. </p>",
1291
1304
  "Source$Username": "<p>This parameter depends on the repository type. </p> <ul> <li>For Amazon S3 bundles, set <code>Username</code> to the appropriate IAM access key ID.</li> <li>For HTTP bundles, Git repositories, and Subversion repositories, set <code>Username</code> to the user name.</li> </ul>",
1292
- "Source$Password": "<p>This parameter depends on the repository type. </p> <ul> <li>For Amazon S3 bundles, set <code>Password</code> to the appropriate IAM secret access key.</li> <li>For HTTP bundles and Subversion repositories, set <code>Password</code> to the password.</li> </ul> <p>For more information on how to safely handle IAM credentials, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html\"></a>.</p>",
1293
- "Source$SshKey": "<p>The repository's SSH key.</p>",
1305
+ "Source$Password": "<p>When included in a request, the parameter depends on the repository type. </p> <ul> <li>For Amazon S3 bundles, set <code>Password</code> to the appropriate IAM secret access key.</li> <li>For HTTP bundles and Subversion repositories, set <code>Password</code> to the password.</li> </ul> <p>For more information on how to safely handle IAM credentials, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html\"></a>.</p> <p>In responses, AWS OpsWorks returns <code>*****FILTERED*****</code> instead of the actual value.</p>",
1306
+ "Source$SshKey": "<p>In requests, the repository's SSH key.</p> <p>In responses, AWS OpsWorks returns <code>*****FILTERED*****</code> instead of the actual value.</p>",
1294
1307
  "Source$Revision": "<p>The application's version. AWS OpsWorks 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.</p>",
1295
1308
  "SslConfiguration$Certificate": "<p>The contents of the certificate's domain.crt file.</p>",
1296
1309
  "SslConfiguration$PrivateKey": "<p>The private key; the contents of the certificate's domain.kex file.</p>",
@@ -1306,7 +1319,7 @@
1306
1319
  "Stack$HostnameTheme": "<p>The stack host name theme, with spaces replaced by underscores.</p>",
1307
1320
  "Stack$DefaultAvailabilityZone": "<p>The stack's default Availability Zone. For more information, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/rande.html\">Regions and Endpoints</a>.</p>",
1308
1321
  "Stack$DefaultSubnetId": "<p>The default subnet ID, if the stack is running in a VPC.</p>",
1309
- "Stack$CustomJson": "<p>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 and must escape characters such as '\"'.:</p> <p><code>\"{\\\"key1\\\": \\\"value1\\\", \\\"key2\\\": \\\"value2\\\",...}\"</code></p> <p>For more information on custom JSON, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html\">Use Custom JSON to Modify the Stack Configuration JSON</a>.</p>",
1322
+ "Stack$CustomJson": "<p>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 and must escape characters such as '\"'.:</p> <p> <code>\"{\\\"key1\\\": \\\"value1\\\", \\\"key2\\\": \\\"value2\\\",...}\"</code> </p> <p>For more information on custom JSON, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html\">Use Custom JSON to Modify the Stack Configuration Attributes</a>.</p>",
1310
1323
  "Stack$DefaultSshKeyName": "<p>A default Amazon EC2 key pair for the stack's instances. You can override this value when you create or update an instance.</p>",
1311
1324
  "StackAttributes$value": null,
1312
1325
  "StackConfigurationManager$Name": "<p>The name. This parameter must be set to \"Chef\".</p>",
@@ -1319,6 +1332,9 @@
1319
1332
  "StopInstanceRequest$InstanceId": "<p>The instance ID.</p>",
1320
1333
  "StopStackRequest$StackId": "<p>The stack ID.</p>",
1321
1334
  "Strings$member": null,
1335
+ "TemporaryCredential$Username": "<p>The user name.</p>",
1336
+ "TemporaryCredential$Password": "<p>The password.</p>",
1337
+ "TemporaryCredential$InstanceId": "<p>The instance's AWS OpsWorks ID.</p>",
1322
1338
  "TimeBasedAutoScalingConfiguration$InstanceId": "<p>The instance ID.</p>",
1323
1339
  "UnassignInstanceRequest$InstanceId": "<p>The instance ID.</p>",
1324
1340
  "UnassignVolumeRequest$VolumeId": "<p>The volume ID.</p>",
@@ -1330,7 +1346,7 @@
1330
1346
  "UpdateInstanceRequest$InstanceId": "<p>The instance ID.</p>",
1331
1347
  "UpdateInstanceRequest$InstanceType": "<p>The instance type. AWS OpsWorks supports all instance types except Cluster Compute, Cluster GPU, and High Memory Cluster. For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html\">Instance Families and Types</a>. The parameter values that you use to specify the various types are in the API Name column of the Available Instance Types table.</p>",
1332
1348
  "UpdateInstanceRequest$Hostname": "<p>The instance host name.</p>",
1333
- "UpdateInstanceRequest$Os": "<p>The instance's operating system, which must be set to one of the following.</p> <ul> <li>Standard operating systems: An Amazon Linux version such as <code>Amazon Linux 2014.09</code>, <code>Ubuntu 12.04 LTS</code>, or <code>Ubuntu 14.04 LTS</code>.</li> <li>Custom AMIs: <code>Custom</code> </li> </ul> <p>The default option is the current Amazon Linux version, such as <code>Amazon Linux 2014.09</code>. If you set this parameter to <code>Custom</code>, you must use the <a>CreateInstance</a> action's AmiId parameter to specify the custom AMI that you want to use. For more information on the standard operating systems, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html\">Operating Systems</a>For more information on how to use custom AMIs with OpsWorks, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html\">Using Custom AMIs</a>.</p>",
1349
+ "UpdateInstanceRequest$Os": "<p>The instance's operating system, which must be set to one of the following.</p> <p>For Windows stacks: Microsoft Windows Server 2012 R2.</p> <p>For Linux stacks:</p> <ul> <li>Standard operating systems: an Amazon Linux version such as <code>Amazon Linux 2014.09</code>, <code>Ubuntu 12.04 LTS</code>, or <code>Ubuntu 14.04 LTS</code>.</li> <li>Custom AMIs: <code>Custom</code> </li> </ul> <p>The default option is the current Amazon Linux version. If you set this parameter to <code>Custom</code>, you must use the <a>CreateInstance</a> action's AmiId parameter to specify the custom AMI that you want to use. For more information on the standard operating systems, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html\">Operating Systems</a>For more information on how to use custom AMIs with OpsWorks, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html\">Using Custom AMIs</a>.</p>",
1334
1350
  "UpdateInstanceRequest$AmiId": "<p>A custom AMI ID to be used to create the instance. The AMI should be based on one of the standard AWS OpsWorks AMIs: Amazon Linux, Ubuntu 12.04 LTS, or Ubuntu 14.04 LTS. For more information, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances.html\">Instances</a></p> <note>If you specify a custom AMI, you must set <code>Os</code> to <code>Custom</code>.</note>",
1335
1351
  "UpdateInstanceRequest$SshKeyName": "<p>The instance's Amazon EC2 key name.</p>",
1336
1352
  "UpdateLayerRequest$LayerId": "<p>The layer ID.</p>",
@@ -1345,11 +1361,11 @@
1345
1361
  "UpdateStackRequest$Name": "<p>The stack's new name.</p>",
1346
1362
  "UpdateStackRequest$ServiceRoleArn": "<p>The stack AWS Identity and Access Management (IAM) role, which allows AWS OpsWorks to work with AWS resources on your behalf. You must set this parameter to the Amazon Resource Name (ARN) for an existing IAM role. For more information about IAM ARNs, see <a href=\"http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html\">Using Identifiers</a>.</p> <note> <p>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 stack's current service role ARN, if you prefer, but you must do so explicitly.</p> </note>",
1347
1363
  "UpdateStackRequest$DefaultInstanceProfileArn": "<p>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 <a href=\"http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html\">Using Identifiers</a>.</p>",
1348
- "UpdateStackRequest$DefaultOs": "<p>The stack's operating system, which must be set to one of the following.</p> <ul> <li>Standard operating systems: an Amazon Linux version such as <code>Amazon Linux 2014.09</code>, <code>Ubuntu 12.04 LTS</code>, or <code>Ubuntu 14.04 LTS</code>.</li> <li>Custom AMIs: <code>Custom</code>. You specify the custom AMI you want to use when you create instances.</li> </ul> <p> The default option is the current Amazon Linux version.</p>",
1349
- "UpdateStackRequest$HostnameTheme": "<p>The stack's new host name theme, with spaces are replaced by underscores. The theme is used to generate host names for the stack's instances. By default, <code>HostnameTheme</code> is set to <code>Layer_Dependent</code>, which creates host names by appending integers to the layer's short name. The other themes are:</p> <ul> <li><code>Baked_Goods</code></li> <li><code>Clouds</code></li> <li><code>Europe_Cities</code></li> <li><code>Fruits</code></li> <li><code>Greek_Deities</code></li> <li><code>Legendary_creatures_from_Japan</code></li> <li><code>Planets_and_Moons</code></li> <li><code>Roman_Deities</code></li> <li><code>Scottish_Islands</code></li> <li><code>US_Cities</code></li> <li><code>Wild_Cats</code></li> </ul> <p>To obtain a generated host name, call <code>GetHostNameSuggestion</code>, which returns a host name based on the current theme.</p>",
1364
+ "UpdateStackRequest$DefaultOs": "<p>The stack's operating system, which must be set to one of the following.</p> <ul> <li>Standard Linux operating systems: an Amazon Linux version such as <code>Amazon Linux 2014.09</code>, <code>Ubuntu 12.04 LTS</code>, or <code>Ubuntu 14.04 LTS</code>.</li> <li>Custom Linux AMIs: <code>Custom</code>. You specify the custom AMI you want to use when you create instances.</li> <li>Microsoft Windows Server 2012 R2.</li> </ul> <p> The default option is the current Amazon Linux version.</p>",
1365
+ "UpdateStackRequest$HostnameTheme": "<p>The stack's new host name theme, with spaces are replaced by underscores. The theme is used to generate host names for the stack's instances. By default, <code>HostnameTheme</code> is set to <code>Layer_Dependent</code>, which creates host names by appending integers to the layer's short name. The other themes are:</p> <ul> <li> <code>Baked_Goods</code> </li> <li> <code>Clouds</code> </li> <li> <code>Europe_Cities</code> </li> <li> <code>Fruits</code> </li> <li> <code>Greek_Deities</code> </li> <li> <code>Legendary_creatures_from_Japan</code> </li> <li> <code>Planets_and_Moons</code> </li> <li> <code>Roman_Deities</code> </li> <li> <code>Scottish_Islands</code> </li> <li> <code>US_Cities</code> </li> <li> <code>Wild_Cats</code> </li> </ul> <p>To obtain a generated host name, call <code>GetHostNameSuggestion</code>, which returns a host name based on the current theme.</p>",
1350
1366
  "UpdateStackRequest$DefaultAvailabilityZone": "<p>The stack's default Availability Zone, which must be in the specified region. For more information, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/rande.html\">Regions and Endpoints</a>. If you also specify a value for <code>DefaultSubnetId</code>, the subnet must be in the same zone. For more information, see <a>CreateStack</a>. </p>",
1351
1367
  "UpdateStackRequest$DefaultSubnetId": "<p>The stack's default VPC subnet ID. This parameter is required if you specify a value for the <code>VpcId</code> parameter. All instances are launched into this subnet unless you specify otherwise when you create the instance. If you also specify a value for <code>DefaultAvailabilityZone</code>, the subnet must be in that zone. For information on default values and when this parameter is required, see the <code>VpcId</code> parameter description. </p>",
1352
- "UpdateStackRequest$CustomJson": "<p>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 and must escape characters such as '\"'.:</p> <p><code>\"{\\\"key1\\\": \\\"value1\\\", \\\"key2\\\": \\\"value2\\\",...}\"</code></p> <p>For more information on custom JSON, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html\">Use Custom JSON to Modify the Stack Configuration JSON</a>.</p>",
1368
+ "UpdateStackRequest$CustomJson": "<p>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 and must escape characters such as '\"'.:</p> <p> <code>\"{\\\"key1\\\": \\\"value1\\\", \\\"key2\\\": \\\"value2\\\",...}\"</code> </p> <p>For more information on custom JSON, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html\">Use Custom JSON to Modify the Stack Configuration Attributes</a>.</p>",
1353
1369
  "UpdateStackRequest$DefaultSshKeyName": "<p>A default Amazon EC2 key pair name. The default value is none. If you specify a key pair name, AWS OpsWorks installs the public key on the instance and you can use the private key with an SSH client to log in to the instance. For more information, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-ssh.html\"> Using SSH to Communicate with an Instance</a> and <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/security-ssh-access.html\"> Managing SSH Access</a>. You can override this setting by specifying a different key pair, or no key pair, when you <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-add.html\"> create an instance</a>. </p>",
1354
1370
  "UpdateUserProfileRequest$IamUserArn": "<p>The user IAM ARN.</p>",
1355
1371
  "UpdateUserProfileRequest$SshUsername": "<p>The user's SSH user name. The allowable characters are [a-z], [A-Z], [0-9], '-', and '_'. If the specified name includes other punctuation marks, AWS OpsWorks removes them. For example, <code>my.name</code> will be changed to <code>myname</code>. If you do not specify an SSH user name, AWS OpsWorks generates one from the IAM user name. </p>",
@@ -1382,6 +1398,7 @@
1382
1398
  "refs": {
1383
1399
  "App$Domains": "<p>The app vhost settings with multiple domains separated by commas. For example: <code>'www.example.com, example.com'</code></p>",
1384
1400
  "AssignInstanceRequest$LayerIds": "<p>The layer ID, which must correspond to a custom layer. You cannot assign a registered instance to a built-in layer.</p>",
1401
+ "AutoScalingThresholds$Alarms": "<p>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.</p> <note>To use custom alarms, you must update your service role to allow <code>cloudwatch:DescribeAlarms</code>. You can either have AWS OpsWorks update the role for you when you first use this feature or you can edit the role manually. For more information, see <a href=\"http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-servicerole.html\">Allowing AWS OpsWorks to Act on Your Behalf</a>.</note>",
1385
1402
  "CloneStackRequest$CloneAppIds": "<p>A list of source stack app IDs to be included in the cloned stack.</p>",
1386
1403
  "CreateAppRequest$Domains": "<p>The app virtual host settings, with multiple domains separated by commas. For example: <code>'www.example.com, example.com'</code></p>",
1387
1404
  "CreateDeploymentRequest$InstanceIds": "<p>The instance IDs for the deployment targets.</p>",
@@ -1430,6 +1447,12 @@
1430
1447
  "DailyAutoScalingSchedule$value": null
1431
1448
  }
1432
1449
  },
1450
+ "TemporaryCredential": {
1451
+ "base": "<p>Contains the data needed by RDP clients such as the Microsoft Remote Desktop Connection to log in to the instance.</p>",
1452
+ "refs": {
1453
+ "GrantAccessResult$TemporaryCredential": "<p>A <code>TemporaryCredential</code> object that contains the data needed to log in to the instance by RDP clients, such as the Microsoft Remote Desktop Connection.</p>"
1454
+ }
1455
+ },
1433
1456
  "TimeBasedAutoScalingConfiguration": {
1434
1457
  "base": "<p>Describes an instance's time-based auto scaling configuration.</p>",
1435
1458
  "refs": {
@@ -1509,6 +1532,12 @@
1509
1532
  "DescribeUserProfilesResult$UserProfiles": "<p>A <code>Users</code> object that describes the specified users.</p>"
1510
1533
  }
1511
1534
  },
1535
+ "ValidForInMinutes": {
1536
+ "base": null,
1537
+ "refs": {
1538
+ "GrantAccessRequest$ValidForInMinutes": "<p>The length of time (in minutes) that the grant is valid. When the grant expires at the end of this period, the user will no longer be able to use the credentials to log in. If the user is logged in at the time, he or she automatically will be logged out.</p>"
1539
+ }
1540
+ },
1512
1541
  "ValidationException": {
1513
1542
  "base": "<p>Indicates that a request was invalid.</p>",
1514
1543
  "refs": {
@@ -1553,7 +1582,7 @@
1553
1582
  }
1554
1583
  },
1555
1584
  "WeeklyAutoScalingSchedule": {
1556
- "base": "<p>Describes a time-based instance's auto scaling schedule. The schedule consists of a set of key-value pairs.</p> <ul> <li>The key is the time period (a UTC hour) and must be an integer from 0 - 23.</li> <li>The value indicates whether the instance should be online or offline for the specified period, and must be set to \"on\" or \"off\"</li> </ul> <p>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. </p> <p>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.</p> <p><code> { \"12\":\"on\", \"13\":\"on\", \"14\":\"on\", \"15\":\"on\" } </code></p>",
1585
+ "base": "<p>Describes a time-based instance's auto scaling schedule. The schedule consists of a set of key-value pairs.</p> <ul> <li>The key is the time period (a UTC hour) and must be an integer from 0 - 23.</li> <li>The value indicates whether the instance should be online or offline for the specified period, and must be set to \"on\" or \"off\"</li> </ul> <p>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. </p> <p>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.</p> <p> <code> { \"12\":\"on\", \"13\":\"on\", \"14\":\"on\", \"15\":\"on\" } </code> </p>",
1557
1586
  "refs": {
1558
1587
  "SetTimeBasedAutoScalingRequest$AutoScalingSchedule": "<p>An <code>AutoScalingSchedule</code> with the instance schedule.</p>",
1559
1588
  "TimeBasedAutoScalingConfiguration$AutoScalingSchedule": "<p>A <code>WeeklyAutoScalingSchedule</code> object with the instance schedule.</p>"