aws-sdk-opsworks 1.3.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-opsworks.rb +1 -1
- data/lib/aws-sdk-opsworks/client.rb +114 -72
- data/lib/aws-sdk-opsworks/layer.rb +1 -0
- data/lib/aws-sdk-opsworks/resource.rb +27 -7
- data/lib/aws-sdk-opsworks/types.rb +107 -46
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 89cf003657f326775cfd6d503a02c9224ef6d991
|
|
4
|
+
data.tar.gz: ece521943fb5d617e5dd76d81c693ee349d17ead
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f31739dee7b7fc94417c4be98c00350367b29d3767ffd6ea401ec804ca9befcd1fb376d69409acfe0b8a1a9b774fa1fa36d308876e7353a08b14e9de80fe0f77
|
|
7
|
+
data.tar.gz: 3310ccdd1eda0e7f21d73efe9b73be7d5093fc3936e5417210b024d2620fe60b307f1d875bdb0a21ed0b7044c7007323c088e413d34162b1f7790beb67abaeba
|
data/lib/aws-sdk-opsworks.rb
CHANGED
|
@@ -316,8 +316,8 @@ module Aws::OpsWorks
|
|
|
316
316
|
# The Elastic Load Balancing instance's name.
|
|
317
317
|
#
|
|
318
318
|
# @option params [required, String] :layer_id
|
|
319
|
-
# The ID of the layer
|
|
320
|
-
# attached
|
|
319
|
+
# The ID of the layer to which the Elastic Load Balancing instance is to
|
|
320
|
+
# be attached.
|
|
321
321
|
#
|
|
322
322
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
323
323
|
#
|
|
@@ -343,7 +343,8 @@ module Aws::OpsWorks
|
|
|
343
343
|
#
|
|
344
344
|
# **Required Permissions**\: To use this action, an IAM user must have
|
|
345
345
|
# an attached policy that explicitly grants permissions. For more
|
|
346
|
-
# information
|
|
346
|
+
# information about user permissions, see [Managing User
|
|
347
|
+
# Permissions][2].
|
|
347
348
|
#
|
|
348
349
|
#
|
|
349
350
|
#
|
|
@@ -389,9 +390,9 @@ module Aws::OpsWorks
|
|
|
389
390
|
#
|
|
390
391
|
# * You must specify a value for `DefaultSubnetId`.
|
|
391
392
|
#
|
|
392
|
-
# For more information
|
|
393
|
-
# [Running a Stack in a VPC][1]. For more information
|
|
394
|
-
# EC2 Classic, see [Supported Platforms][2].
|
|
393
|
+
# For more information about how to use AWS OpsWorks Stacks with a VPC,
|
|
394
|
+
# see [Running a Stack in a VPC][1]. For more information about default
|
|
395
|
+
# VPC and EC2 Classic, see [Supported Platforms][2].
|
|
395
396
|
#
|
|
396
397
|
#
|
|
397
398
|
#
|
|
@@ -454,11 +455,11 @@ module Aws::OpsWorks
|
|
|
454
455
|
# SQL Server Web`.
|
|
455
456
|
#
|
|
456
457
|
# * A custom AMI: `Custom`. You specify the custom AMI you want to use
|
|
457
|
-
# when you create instances. For more information
|
|
458
|
-
# AMIs with OpsWorks, see [Using Custom AMIs][1].
|
|
458
|
+
# when you create instances. For more information about how to use
|
|
459
|
+
# custom AMIs with OpsWorks, see [Using Custom AMIs][1].
|
|
459
460
|
#
|
|
460
461
|
# The default option is the parent stack's operating system. For more
|
|
461
|
-
# information
|
|
462
|
+
# information about supported operating systems, see [AWS OpsWorks
|
|
462
463
|
# Stacks Operating Systems][2].
|
|
463
464
|
#
|
|
464
465
|
# <note markdown="1"> You can specify a different Linux operating system for the cloned
|
|
@@ -531,7 +532,7 @@ module Aws::OpsWorks
|
|
|
531
532
|
#
|
|
532
533
|
# `"\{"key1": "value1", "key2": "value2",...\}"`
|
|
533
534
|
#
|
|
534
|
-
# For more information
|
|
535
|
+
# For more information about custom JSON, see [Use Custom JSON to Modify
|
|
535
536
|
# the Stack Configuration Attributes][1]
|
|
536
537
|
#
|
|
537
538
|
#
|
|
@@ -884,7 +885,7 @@ module Aws::OpsWorks
|
|
|
884
885
|
#
|
|
885
886
|
# `"\{"key1": "value1", "key2": "value2",...\}"`
|
|
886
887
|
#
|
|
887
|
-
# For more information
|
|
888
|
+
# For more information about custom JSON, see [Use Custom JSON to Modify
|
|
888
889
|
# the Stack Configuration Attributes][1].
|
|
889
890
|
#
|
|
890
891
|
#
|
|
@@ -988,15 +989,15 @@ module Aws::OpsWorks
|
|
|
988
989
|
#
|
|
989
990
|
# * A custom AMI: `Custom`.
|
|
990
991
|
#
|
|
991
|
-
# For more information
|
|
992
|
+
# For more information about the supported operating systems, see [AWS
|
|
992
993
|
# OpsWorks Stacks Operating Systems][1].
|
|
993
994
|
#
|
|
994
995
|
# The default option is the current Amazon Linux version. If you set
|
|
995
996
|
# this parameter to `Custom`, you must use the CreateInstance action's
|
|
996
997
|
# AmiId parameter to specify the custom AMI that you want to use. Block
|
|
997
998
|
# device mappings are not supported if the value is `Custom`. For more
|
|
998
|
-
# information
|
|
999
|
-
# Systems][1]For more information
|
|
999
|
+
# information about supported operating systems, see [Operating
|
|
1000
|
+
# Systems][1]For more information about how to use custom AMIs with AWS
|
|
1000
1001
|
# OpsWorks Stacks, see [Using Custom AMIs][2].
|
|
1001
1002
|
#
|
|
1002
1003
|
#
|
|
@@ -1384,7 +1385,8 @@ module Aws::OpsWorks
|
|
|
1384
1385
|
#
|
|
1385
1386
|
# **Required Permissions**\: To use this action, an IAM user must have
|
|
1386
1387
|
# an attached policy that explicitly grants permissions. For more
|
|
1387
|
-
# information
|
|
1388
|
+
# information about user permissions, see [Managing User
|
|
1389
|
+
# Permissions][2].
|
|
1388
1390
|
#
|
|
1389
1391
|
#
|
|
1390
1392
|
#
|
|
@@ -1395,9 +1397,29 @@ module Aws::OpsWorks
|
|
|
1395
1397
|
# The stack name.
|
|
1396
1398
|
#
|
|
1397
1399
|
# @option params [required, String] :region
|
|
1398
|
-
# The stack's AWS region, such as
|
|
1400
|
+
# The stack's AWS region, such as `ap-south-1`. For more information
|
|
1399
1401
|
# about Amazon regions, see [Regions and Endpoints][1].
|
|
1400
1402
|
#
|
|
1403
|
+
# <note markdown="1"> In the AWS CLI, this API maps to the `--stack-region` parameter. If
|
|
1404
|
+
# the `--stack-region` parameter and the AWS CLI common parameter
|
|
1405
|
+
# `--region` are set to the same value, the stack uses a *regional*
|
|
1406
|
+
# endpoint. If the `--stack-region` parameter is not set, but the AWS
|
|
1407
|
+
# CLI `--region` parameter is, this also results in a stack with a
|
|
1408
|
+
# *regional* endpoint. However, if the `--region` parameter is set to
|
|
1409
|
+
# `us-east-1`, and the `--stack-region` parameter is set to one of the
|
|
1410
|
+
# following, then the stack uses a legacy or *classic* region:
|
|
1411
|
+
# `us-west-1, us-west-2, sa-east-1, eu-central-1, eu-west-1,
|
|
1412
|
+
# ap-northeast-1, ap-southeast-1, ap-southeast-2`. In this case, the
|
|
1413
|
+
# actual API endpoint of the stack is in `us-east-1`. Only the preceding
|
|
1414
|
+
# regions are supported as classic regions in the `us-east-1` API
|
|
1415
|
+
# endpoint. Because it is a best practice to choose the regional
|
|
1416
|
+
# endpoint that is closest to where you manage AWS, we recommend that
|
|
1417
|
+
# you use regional endpoints for new stacks. The AWS CLI common
|
|
1418
|
+
# `--region` parameter always specifies a regional API endpoint; it
|
|
1419
|
+
# cannot be used to specify a classic AWS OpsWorks Stacks region.
|
|
1420
|
+
#
|
|
1421
|
+
# </note>
|
|
1422
|
+
#
|
|
1401
1423
|
#
|
|
1402
1424
|
#
|
|
1403
1425
|
# [1]: http://docs.aws.amazon.com/general/latest/gr/rande.html
|
|
@@ -1427,9 +1449,9 @@ module Aws::OpsWorks
|
|
|
1427
1449
|
#
|
|
1428
1450
|
# * You must specify a value for `DefaultSubnetId`.
|
|
1429
1451
|
#
|
|
1430
|
-
# For more information
|
|
1431
|
-
# [Running a Stack in a VPC][1]. For more information
|
|
1432
|
-
# EC2-Classic, see [Supported Platforms][2].
|
|
1452
|
+
# For more information about how to use AWS OpsWorks Stacks with a VPC,
|
|
1453
|
+
# see [Running a Stack in a VPC][1]. For more information about default
|
|
1454
|
+
# VPC and EC2-Classic, see [Supported Platforms][2].
|
|
1433
1455
|
#
|
|
1434
1456
|
#
|
|
1435
1457
|
#
|
|
@@ -1488,7 +1510,7 @@ module Aws::OpsWorks
|
|
|
1488
1510
|
# AMIs][1].
|
|
1489
1511
|
#
|
|
1490
1512
|
# The default option is the current Amazon Linux version. For more
|
|
1491
|
-
# information
|
|
1513
|
+
# information about supported operating systems, see [AWS OpsWorks
|
|
1492
1514
|
# Stacks Operating Systems][2].
|
|
1493
1515
|
#
|
|
1494
1516
|
#
|
|
@@ -1556,7 +1578,7 @@ module Aws::OpsWorks
|
|
|
1556
1578
|
#
|
|
1557
1579
|
# `"\{"key1": "value1", "key2": "value2",...\}"`
|
|
1558
1580
|
#
|
|
1559
|
-
# For more information
|
|
1581
|
+
# For more information about custom JSON, see [Use Custom JSON to Modify
|
|
1560
1582
|
# the Stack Configuration Attributes][1].
|
|
1561
1583
|
#
|
|
1562
1584
|
#
|
|
@@ -1567,7 +1589,7 @@ module Aws::OpsWorks
|
|
|
1567
1589
|
# The configuration manager. When you create a stack we recommend that
|
|
1568
1590
|
# you use the configuration manager to specify the Chef version: 12,
|
|
1569
1591
|
# 11.10, or 11.4 for Linux stacks, or 12.2 for Windows stacks. The
|
|
1570
|
-
# default value for Linux stacks is currently
|
|
1592
|
+
# default value for Linux stacks is currently 12.
|
|
1571
1593
|
#
|
|
1572
1594
|
# @option params [Types::ChefConfiguration] :chef_configuration
|
|
1573
1595
|
# A `ChefConfiguration` object that specifies whether to enable
|
|
@@ -1728,7 +1750,8 @@ module Aws::OpsWorks
|
|
|
1728
1750
|
#
|
|
1729
1751
|
# **Required Permissions**\: To use this action, an IAM user must have
|
|
1730
1752
|
# an attached policy that explicitly grants permissions. For more
|
|
1731
|
-
# information
|
|
1753
|
+
# information about user permissions, see [Managing User
|
|
1754
|
+
# Permissions][1].
|
|
1732
1755
|
#
|
|
1733
1756
|
#
|
|
1734
1757
|
#
|
|
@@ -1929,7 +1952,8 @@ module Aws::OpsWorks
|
|
|
1929
1952
|
#
|
|
1930
1953
|
# **Required Permissions**\: To use this action, an IAM user must have
|
|
1931
1954
|
# an attached policy that explicitly grants permissions. For more
|
|
1932
|
-
# information
|
|
1955
|
+
# information about user permissions, see [Managing User
|
|
1956
|
+
# Permissions][1].
|
|
1933
1957
|
#
|
|
1934
1958
|
#
|
|
1935
1959
|
#
|
|
@@ -1970,7 +1994,7 @@ module Aws::OpsWorks
|
|
|
1970
1994
|
# [2]: http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html
|
|
1971
1995
|
#
|
|
1972
1996
|
# @option params [required, String] :ecs_cluster_arn
|
|
1973
|
-
# The cluster's ARN.
|
|
1997
|
+
# The cluster's Amazon Resource Number (ARN).
|
|
1974
1998
|
#
|
|
1975
1999
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
1976
2000
|
#
|
|
@@ -2025,7 +2049,7 @@ module Aws::OpsWorks
|
|
|
2025
2049
|
|
|
2026
2050
|
# Deregister a registered Amazon EC2 or on-premises instance. This
|
|
2027
2051
|
# action removes the instance from the stack and returns it to your
|
|
2028
|
-
# control. This action
|
|
2052
|
+
# control. This action cannot be used with instances that were created
|
|
2029
2053
|
# with AWS OpsWorks Stacks.
|
|
2030
2054
|
#
|
|
2031
2055
|
# **Required Permissions**\: To use this action, an IAM user must have a
|
|
@@ -2173,7 +2197,8 @@ module Aws::OpsWorks
|
|
|
2173
2197
|
# **Required Permissions**\: To use this action, an IAM user must have a
|
|
2174
2198
|
# Show, Deploy, or Manage permissions level for the stack, or an
|
|
2175
2199
|
# attached policy that explicitly grants permissions. For more
|
|
2176
|
-
# information
|
|
2200
|
+
# information about user permissions, see [Managing User
|
|
2201
|
+
# Permissions][1].
|
|
2177
2202
|
#
|
|
2178
2203
|
#
|
|
2179
2204
|
#
|
|
@@ -2250,7 +2275,8 @@ module Aws::OpsWorks
|
|
|
2250
2275
|
# **Required Permissions**\: To use this action, an IAM user must have a
|
|
2251
2276
|
# Show, Deploy, or Manage permissions level for the stack, or an
|
|
2252
2277
|
# attached policy that explicitly grants permissions. For more
|
|
2253
|
-
# information
|
|
2278
|
+
# information about user permissions, see [Managing User
|
|
2279
|
+
# Permissions][1].
|
|
2254
2280
|
#
|
|
2255
2281
|
#
|
|
2256
2282
|
#
|
|
@@ -2315,7 +2341,8 @@ module Aws::OpsWorks
|
|
|
2315
2341
|
# **Required Permissions**\: To use this action, an IAM user must have a
|
|
2316
2342
|
# Show, Deploy, or Manage permissions level for the stack, or an
|
|
2317
2343
|
# attached policy that explicitly grants permissions. For more
|
|
2318
|
-
# information
|
|
2344
|
+
# information about user permissions, see [Managing User
|
|
2345
|
+
# Permissions][1].
|
|
2319
2346
|
#
|
|
2320
2347
|
#
|
|
2321
2348
|
#
|
|
@@ -2383,8 +2410,8 @@ module Aws::OpsWorks
|
|
|
2383
2410
|
#
|
|
2384
2411
|
# **Required Permissions**\: To use this action, an IAM user must have a
|
|
2385
2412
|
# Show, Deploy, or Manage permissions level for the stack or an attached
|
|
2386
|
-
# policy that explicitly grants permission. For more information
|
|
2387
|
-
# permissions, see [Managing User Permissions][1].
|
|
2413
|
+
# policy that explicitly grants permission. For more information about
|
|
2414
|
+
# user permissions, see [Managing User Permissions][1].
|
|
2388
2415
|
#
|
|
2389
2416
|
# This call accepts only one resource-identifying parameter.
|
|
2390
2417
|
#
|
|
@@ -2455,7 +2482,8 @@ module Aws::OpsWorks
|
|
|
2455
2482
|
# **Required Permissions**\: To use this action, an IAM user must have a
|
|
2456
2483
|
# Show, Deploy, or Manage permissions level for the stack, or an
|
|
2457
2484
|
# attached policy that explicitly grants permissions. For more
|
|
2458
|
-
# information
|
|
2485
|
+
# information about user permissions, see [Managing User
|
|
2486
|
+
# Permissions][2].
|
|
2459
2487
|
#
|
|
2460
2488
|
#
|
|
2461
2489
|
#
|
|
@@ -2517,7 +2545,8 @@ module Aws::OpsWorks
|
|
|
2517
2545
|
# **Required Permissions**\: To use this action, an IAM user must have a
|
|
2518
2546
|
# Show, Deploy, or Manage permissions level for the stack, or an
|
|
2519
2547
|
# attached policy that explicitly grants permissions. For more
|
|
2520
|
-
# information
|
|
2548
|
+
# information about user permissions, see [Managing User
|
|
2549
|
+
# Permissions][1].
|
|
2521
2550
|
#
|
|
2522
2551
|
#
|
|
2523
2552
|
#
|
|
@@ -2576,7 +2605,8 @@ module Aws::OpsWorks
|
|
|
2576
2605
|
# **Required Permissions**\: To use this action, an IAM user must have a
|
|
2577
2606
|
# Show, Deploy, or Manage permissions level for the stack, or an
|
|
2578
2607
|
# attached policy that explicitly grants permissions. For more
|
|
2579
|
-
# information
|
|
2608
|
+
# information about user permissions, see [Managing User
|
|
2609
|
+
# Permissions][1].
|
|
2580
2610
|
#
|
|
2581
2611
|
#
|
|
2582
2612
|
#
|
|
@@ -2682,7 +2712,8 @@ module Aws::OpsWorks
|
|
|
2682
2712
|
# **Required Permissions**\: To use this action, an IAM user must have a
|
|
2683
2713
|
# Show, Deploy, or Manage permissions level for the stack, or an
|
|
2684
2714
|
# attached policy that explicitly grants permissions. For more
|
|
2685
|
-
# information
|
|
2715
|
+
# information about user permissions, see [Managing User
|
|
2716
|
+
# Permissions][1].
|
|
2686
2717
|
#
|
|
2687
2718
|
#
|
|
2688
2719
|
#
|
|
@@ -2794,7 +2825,8 @@ module Aws::OpsWorks
|
|
|
2794
2825
|
# **Required Permissions**\: To use this action, an IAM user must have a
|
|
2795
2826
|
# Show, Deploy, or Manage permissions level for the stack, or an
|
|
2796
2827
|
# attached policy that explicitly grants permissions. For more
|
|
2797
|
-
# information
|
|
2828
|
+
# information about user permissions, see [Managing User
|
|
2829
|
+
# Permissions][1].
|
|
2798
2830
|
#
|
|
2799
2831
|
#
|
|
2800
2832
|
#
|
|
@@ -2848,8 +2880,8 @@ module Aws::OpsWorks
|
|
|
2848
2880
|
#
|
|
2849
2881
|
# **Required Permissions**\: To use this action, an IAM user must have
|
|
2850
2882
|
# self-management enabled or an attached policy that explicitly grants
|
|
2851
|
-
# permissions. For more information
|
|
2852
|
-
# User Permissions][1].
|
|
2883
|
+
# permissions. For more information about user permissions, see
|
|
2884
|
+
# [Managing User Permissions][1].
|
|
2853
2885
|
#
|
|
2854
2886
|
#
|
|
2855
2887
|
#
|
|
@@ -2964,7 +2996,8 @@ module Aws::OpsWorks
|
|
|
2964
2996
|
# **Required Permissions**\: To use this action, an IAM user must have a
|
|
2965
2997
|
# Show, Deploy, or Manage permissions level for the stack, or an
|
|
2966
2998
|
# attached policy that explicitly grants permissions. For more
|
|
2967
|
-
# information
|
|
2999
|
+
# information about user permissions, see [Managing User
|
|
3000
|
+
# Permissions][1].
|
|
2968
3001
|
#
|
|
2969
3002
|
#
|
|
2970
3003
|
#
|
|
@@ -3026,7 +3059,8 @@ module Aws::OpsWorks
|
|
|
3026
3059
|
# **Required Permissions**\: To use this action, an IAM user must have a
|
|
3027
3060
|
# Show, Deploy, or Manage permissions level for the stack, or an
|
|
3028
3061
|
# attached policy that explicitly grants permissions. For more
|
|
3029
|
-
# information
|
|
3062
|
+
# information about user permissions, see [Managing User
|
|
3063
|
+
# Permissions][1].
|
|
3030
3064
|
#
|
|
3031
3065
|
# This call accepts only one resource-identifying parameter.
|
|
3032
3066
|
#
|
|
@@ -3035,8 +3069,8 @@ module Aws::OpsWorks
|
|
|
3035
3069
|
# [1]: http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html
|
|
3036
3070
|
#
|
|
3037
3071
|
# @option params [required, String] :stack_id
|
|
3038
|
-
# The stack
|
|
3039
|
-
# returns descriptions of all registered Amazon RDS instances.
|
|
3072
|
+
# The ID of the stack with which the instances are registered. The
|
|
3073
|
+
# operation returns descriptions of all registered Amazon RDS instances.
|
|
3040
3074
|
#
|
|
3041
3075
|
# @option params [Array<String>] :rds_db_instance_arns
|
|
3042
3076
|
# An array containing the ARNs of the instances to be described.
|
|
@@ -3079,7 +3113,8 @@ module Aws::OpsWorks
|
|
|
3079
3113
|
# **Required Permissions**\: To use this action, an IAM user must have a
|
|
3080
3114
|
# Show, Deploy, or Manage permissions level for the stack, or an
|
|
3081
3115
|
# attached policy that explicitly grants permissions. For more
|
|
3082
|
-
# information
|
|
3116
|
+
# information about user permissions, see [Managing User
|
|
3117
|
+
# Permissions][1].
|
|
3083
3118
|
#
|
|
3084
3119
|
# This call accepts only one resource-identifying parameter.
|
|
3085
3120
|
#
|
|
@@ -3137,7 +3172,7 @@ module Aws::OpsWorks
|
|
|
3137
3172
|
#
|
|
3138
3173
|
# **Required Permissions**\: To use this action, an IAM user must have a
|
|
3139
3174
|
# Show, Deploy, or Manage permissions level for the stack or an attached
|
|
3140
|
-
# policy that explicitly grants permissions. For more information
|
|
3175
|
+
# policy that explicitly grants permissions. For more information about
|
|
3141
3176
|
# user permissions, see [Managing User Permissions][1].
|
|
3142
3177
|
#
|
|
3143
3178
|
#
|
|
@@ -3145,7 +3180,7 @@ module Aws::OpsWorks
|
|
|
3145
3180
|
# [1]: http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html
|
|
3146
3181
|
#
|
|
3147
3182
|
# @option params [required, String] :stack_id
|
|
3148
|
-
# The stack ID
|
|
3183
|
+
# The stack ID.
|
|
3149
3184
|
#
|
|
3150
3185
|
# @return [Types::DescribeStackProvisioningParametersResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3151
3186
|
#
|
|
@@ -3180,7 +3215,8 @@ module Aws::OpsWorks
|
|
|
3180
3215
|
# **Required Permissions**\: To use this action, an IAM user must have a
|
|
3181
3216
|
# Show, Deploy, or Manage permissions level for the stack, or an
|
|
3182
3217
|
# attached policy that explicitly grants permissions. For more
|
|
3183
|
-
# information
|
|
3218
|
+
# information about user permissions, see [Managing User
|
|
3219
|
+
# Permissions][1].
|
|
3184
3220
|
#
|
|
3185
3221
|
#
|
|
3186
3222
|
#
|
|
@@ -3241,7 +3277,8 @@ module Aws::OpsWorks
|
|
|
3241
3277
|
# **Required Permissions**\: To use this action, an IAM user must have a
|
|
3242
3278
|
# Show, Deploy, or Manage permissions level for the stack, or an
|
|
3243
3279
|
# attached policy that explicitly grants permissions. For more
|
|
3244
|
-
# information
|
|
3280
|
+
# information about user permissions, see [Managing User
|
|
3281
|
+
# Permissions][1].
|
|
3245
3282
|
#
|
|
3246
3283
|
#
|
|
3247
3284
|
#
|
|
@@ -3315,7 +3352,8 @@ module Aws::OpsWorks
|
|
|
3315
3352
|
# **Required Permissions**\: To use this action, an IAM user must have a
|
|
3316
3353
|
# Show, Deploy, or Manage permissions level for the stack, or an
|
|
3317
3354
|
# attached policy that explicitly grants permissions. For more
|
|
3318
|
-
# information
|
|
3355
|
+
# information about user permissions, see [Managing User
|
|
3356
|
+
# Permissions][1].
|
|
3319
3357
|
#
|
|
3320
3358
|
#
|
|
3321
3359
|
#
|
|
@@ -3366,7 +3404,8 @@ module Aws::OpsWorks
|
|
|
3366
3404
|
#
|
|
3367
3405
|
# **Required Permissions**\: To use this action, an IAM user must have
|
|
3368
3406
|
# an attached policy that explicitly grants permissions. For more
|
|
3369
|
-
# information
|
|
3407
|
+
# information about user permissions, see [Managing User
|
|
3408
|
+
# Permissions][1].
|
|
3370
3409
|
#
|
|
3371
3410
|
#
|
|
3372
3411
|
#
|
|
@@ -3413,7 +3452,8 @@ module Aws::OpsWorks
|
|
|
3413
3452
|
# **Required Permissions**\: To use this action, an IAM user must have a
|
|
3414
3453
|
# Show, Deploy, or Manage permissions level for the stack, or an
|
|
3415
3454
|
# attached policy that explicitly grants permissions. For more
|
|
3416
|
-
# information
|
|
3455
|
+
# information about user permissions, see [Managing User
|
|
3456
|
+
# Permissions][1].
|
|
3417
3457
|
#
|
|
3418
3458
|
#
|
|
3419
3459
|
#
|
|
@@ -4082,8 +4122,8 @@ module Aws::OpsWorks
|
|
|
4082
4122
|
#
|
|
4083
4123
|
# * `iam_only`
|
|
4084
4124
|
#
|
|
4085
|
-
# For more information
|
|
4086
|
-
# see [Managing User Permissions][1].
|
|
4125
|
+
# For more information about the permissions associated with these
|
|
4126
|
+
# levels, see [Managing User Permissions][1].
|
|
4087
4127
|
#
|
|
4088
4128
|
#
|
|
4089
4129
|
#
|
|
@@ -4254,6 +4294,7 @@ module Aws::OpsWorks
|
|
|
4254
4294
|
# The instance ID.
|
|
4255
4295
|
#
|
|
4256
4296
|
# @option params [Boolean] :force
|
|
4297
|
+
# Specifies whether to force an instance to stop.
|
|
4257
4298
|
#
|
|
4258
4299
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
4259
4300
|
#
|
|
@@ -4354,14 +4395,14 @@ module Aws::OpsWorks
|
|
|
4354
4395
|
req.send_request(options)
|
|
4355
4396
|
end
|
|
4356
4397
|
|
|
4357
|
-
# Unassigns a registered instance from all
|
|
4358
|
-
# remains in the stack as an unassigned instance
|
|
4359
|
-
# another layer
|
|
4360
|
-
# that were created with AWS OpsWorks Stacks.
|
|
4398
|
+
# Unassigns a registered instance from all layers that are using the
|
|
4399
|
+
# instance. The instance remains in the stack as an unassigned instance,
|
|
4400
|
+
# and can be assigned to another layer as needed. You cannot use this
|
|
4401
|
+
# action with instances that were created with AWS OpsWorks Stacks.
|
|
4361
4402
|
#
|
|
4362
4403
|
# **Required Permissions**\: To use this action, an IAM user must have a
|
|
4363
4404
|
# Manage permissions level for the stack or an attached policy that
|
|
4364
|
-
# explicitly grants permissions. For more information
|
|
4405
|
+
# explicitly grants permissions. For more information about user
|
|
4365
4406
|
# permissions, see [Managing User Permissions][1].
|
|
4366
4407
|
#
|
|
4367
4408
|
#
|
|
@@ -4579,7 +4620,7 @@ module Aws::OpsWorks
|
|
|
4579
4620
|
# [2]: http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html
|
|
4580
4621
|
#
|
|
4581
4622
|
# @option params [required, String] :elastic_ip
|
|
4582
|
-
# The address.
|
|
4623
|
+
# The IP address for which you want to update the name.
|
|
4583
4624
|
#
|
|
4584
4625
|
# @option params [String] :name
|
|
4585
4626
|
# The new name.
|
|
@@ -4661,15 +4702,15 @@ module Aws::OpsWorks
|
|
|
4661
4702
|
# Standard`, or `Microsoft Windows Server 2012 R2 with SQL Server
|
|
4662
4703
|
# Web`.
|
|
4663
4704
|
#
|
|
4664
|
-
# For more information
|
|
4705
|
+
# For more information about supported operating systems, see [AWS
|
|
4665
4706
|
# OpsWorks Stacks Operating Systems][1].
|
|
4666
4707
|
#
|
|
4667
4708
|
# The default option is the current Amazon Linux version. If you set
|
|
4668
4709
|
# this parameter to `Custom`, you must use the AmiId parameter to
|
|
4669
|
-
# specify the custom AMI that you want to use. For more information
|
|
4670
|
-
#
|
|
4671
|
-
# information
|
|
4672
|
-
# AMIs][2].
|
|
4710
|
+
# specify the custom AMI that you want to use. For more information
|
|
4711
|
+
# about supported operating systems, see [Operating Systems][1]. For
|
|
4712
|
+
# more information about how to use custom AMIs with OpsWorks, see
|
|
4713
|
+
# [Using Custom AMIs][2].
|
|
4673
4714
|
#
|
|
4674
4715
|
# <note markdown="1"> You can specify a different Linux operating system for the updated
|
|
4675
4716
|
# stack, but you cannot change from Linux to Windows or Windows to
|
|
@@ -4952,8 +4993,8 @@ module Aws::OpsWorks
|
|
|
4952
4993
|
#
|
|
4953
4994
|
# **Required Permissions**\: To use this action, an IAM user must have
|
|
4954
4995
|
# self-management enabled or an attached policy that explicitly grants
|
|
4955
|
-
# permissions. For more information
|
|
4956
|
-
# User Permissions][1].
|
|
4996
|
+
# permissions. For more information about user permissions, see
|
|
4997
|
+
# [Managing User Permissions][1].
|
|
4957
4998
|
#
|
|
4958
4999
|
#
|
|
4959
5000
|
#
|
|
@@ -5074,11 +5115,11 @@ module Aws::OpsWorks
|
|
|
5074
5115
|
# Web`.
|
|
5075
5116
|
#
|
|
5076
5117
|
# * A custom AMI: `Custom`. You specify the custom AMI you want to use
|
|
5077
|
-
# when you create instances. For more information
|
|
5078
|
-
# AMIs with OpsWorks, see [Using Custom AMIs][1].
|
|
5118
|
+
# when you create instances. For more information about how to use
|
|
5119
|
+
# custom AMIs with OpsWorks, see [Using Custom AMIs][1].
|
|
5079
5120
|
#
|
|
5080
5121
|
# The default option is the stack's current operating system. For more
|
|
5081
|
-
# information
|
|
5122
|
+
# information about supported operating systems, see [AWS OpsWorks
|
|
5082
5123
|
# Stacks Operating Systems][2].
|
|
5083
5124
|
#
|
|
5084
5125
|
#
|
|
@@ -5144,7 +5185,7 @@ module Aws::OpsWorks
|
|
|
5144
5185
|
#
|
|
5145
5186
|
# `"\{"key1": "value1", "key2": "value2",...\}"`
|
|
5146
5187
|
#
|
|
5147
|
-
# For more information
|
|
5188
|
+
# For more information about custom JSON, see [Use Custom JSON to Modify
|
|
5148
5189
|
# the Stack Configuration Attributes][1].
|
|
5149
5190
|
#
|
|
5150
5191
|
#
|
|
@@ -5155,7 +5196,7 @@ module Aws::OpsWorks
|
|
|
5155
5196
|
# The configuration manager. When you update a stack, we recommend that
|
|
5156
5197
|
# you use the configuration manager to specify the Chef version: 12,
|
|
5157
5198
|
# 11.10, or 11.4 for Linux stacks, or 12.2 for Windows stacks. The
|
|
5158
|
-
# default value for Linux stacks is currently
|
|
5199
|
+
# default value for Linux stacks is currently 12.
|
|
5159
5200
|
#
|
|
5160
5201
|
# @option params [Types::ChefConfiguration] :chef_configuration
|
|
5161
5202
|
# A `ChefConfiguration` object that specifies whether to enable
|
|
@@ -5307,7 +5348,8 @@ module Aws::OpsWorks
|
|
|
5307
5348
|
#
|
|
5308
5349
|
# **Required Permissions**\: To use this action, an IAM user must have
|
|
5309
5350
|
# an attached policy that explicitly grants permissions. For more
|
|
5310
|
-
# information
|
|
5351
|
+
# information about user permissions, see [Managing User
|
|
5352
|
+
# Permissions][1].
|
|
5311
5353
|
#
|
|
5312
5354
|
#
|
|
5313
5355
|
#
|
|
@@ -5410,7 +5452,7 @@ module Aws::OpsWorks
|
|
|
5410
5452
|
params: params,
|
|
5411
5453
|
config: config)
|
|
5412
5454
|
context[:gem_name] = 'aws-sdk-opsworks'
|
|
5413
|
-
context[:gem_version] = '1.
|
|
5455
|
+
context[:gem_version] = '1.4.0'
|
|
5414
5456
|
Seahorse::Client::Request.new(handlers, context)
|
|
5415
5457
|
end
|
|
5416
5458
|
|
|
@@ -63,9 +63,29 @@ module Aws::OpsWorks
|
|
|
63
63
|
# @option options [required, String] :name
|
|
64
64
|
# The stack name.
|
|
65
65
|
# @option options [required, String] :region
|
|
66
|
-
# The stack's AWS region, such as
|
|
66
|
+
# The stack's AWS region, such as `ap-south-1`. For more information
|
|
67
67
|
# about Amazon regions, see [Regions and Endpoints][1].
|
|
68
68
|
#
|
|
69
|
+
# <note markdown="1"> In the AWS CLI, this API maps to the `--stack-region` parameter. If
|
|
70
|
+
# the `--stack-region` parameter and the AWS CLI common parameter
|
|
71
|
+
# `--region` are set to the same value, the stack uses a *regional*
|
|
72
|
+
# endpoint. If the `--stack-region` parameter is not set, but the AWS
|
|
73
|
+
# CLI `--region` parameter is, this also results in a stack with a
|
|
74
|
+
# *regional* endpoint. However, if the `--region` parameter is set to
|
|
75
|
+
# `us-east-1`, and the `--stack-region` parameter is set to one of the
|
|
76
|
+
# following, then the stack uses a legacy or *classic* region:
|
|
77
|
+
# `us-west-1, us-west-2, sa-east-1, eu-central-1, eu-west-1,
|
|
78
|
+
# ap-northeast-1, ap-southeast-1, ap-southeast-2`. In this case, the
|
|
79
|
+
# actual API endpoint of the stack is in `us-east-1`. Only the preceding
|
|
80
|
+
# regions are supported as classic regions in the `us-east-1` API
|
|
81
|
+
# endpoint. Because it is a best practice to choose the regional
|
|
82
|
+
# endpoint that is closest to where you manage AWS, we recommend that
|
|
83
|
+
# you use regional endpoints for new stacks. The AWS CLI common
|
|
84
|
+
# `--region` parameter always specifies a regional API endpoint; it
|
|
85
|
+
# cannot be used to specify a classic AWS OpsWorks Stacks region.
|
|
86
|
+
#
|
|
87
|
+
# </note>
|
|
88
|
+
#
|
|
69
89
|
#
|
|
70
90
|
#
|
|
71
91
|
# [1]: http://docs.aws.amazon.com/general/latest/gr/rande.html
|
|
@@ -94,9 +114,9 @@ module Aws::OpsWorks
|
|
|
94
114
|
#
|
|
95
115
|
# * You must specify a value for `DefaultSubnetId`.
|
|
96
116
|
#
|
|
97
|
-
# For more information
|
|
98
|
-
# [Running a Stack in a VPC][1]. For more information
|
|
99
|
-
# EC2-Classic, see [Supported Platforms][2].
|
|
117
|
+
# For more information about how to use AWS OpsWorks Stacks with a VPC,
|
|
118
|
+
# see [Running a Stack in a VPC][1]. For more information about default
|
|
119
|
+
# VPC and EC2-Classic, see [Supported Platforms][2].
|
|
100
120
|
#
|
|
101
121
|
#
|
|
102
122
|
#
|
|
@@ -151,7 +171,7 @@ module Aws::OpsWorks
|
|
|
151
171
|
# AMIs][1].
|
|
152
172
|
#
|
|
153
173
|
# The default option is the current Amazon Linux version. For more
|
|
154
|
-
# information
|
|
174
|
+
# information about supported operating systems, see [AWS OpsWorks
|
|
155
175
|
# Stacks Operating Systems][2].
|
|
156
176
|
#
|
|
157
177
|
#
|
|
@@ -215,7 +235,7 @@ module Aws::OpsWorks
|
|
|
215
235
|
#
|
|
216
236
|
# `"\{"key1": "value1", "key2": "value2",...\}"`
|
|
217
237
|
#
|
|
218
|
-
# For more information
|
|
238
|
+
# For more information about custom JSON, see [Use Custom JSON to Modify
|
|
219
239
|
# the Stack Configuration Attributes][1].
|
|
220
240
|
#
|
|
221
241
|
#
|
|
@@ -225,7 +245,7 @@ module Aws::OpsWorks
|
|
|
225
245
|
# The configuration manager. When you create a stack we recommend that
|
|
226
246
|
# you use the configuration manager to specify the Chef version: 12,
|
|
227
247
|
# 11.10, or 11.4 for Linux stacks, or 12.2 for Windows stacks. The
|
|
228
|
-
# default value for Linux stacks is currently
|
|
248
|
+
# default value for Linux stacks is currently 12.
|
|
229
249
|
# @option options [Types::ChefConfiguration] :chef_configuration
|
|
230
250
|
# A `ChefConfiguration` object that specifies whether to enable
|
|
231
251
|
# Berkshelf and the Berkshelf version on Chef 11.10 stacks. For more
|
|
@@ -208,8 +208,8 @@ module Aws::OpsWorks
|
|
|
208
208
|
# @return [String]
|
|
209
209
|
#
|
|
210
210
|
# @!attribute [rw] layer_id
|
|
211
|
-
# The ID of the layer
|
|
212
|
-
# be attached
|
|
211
|
+
# The ID of the layer to which the Elastic Load Balancing instance is
|
|
212
|
+
# to be attached.
|
|
213
213
|
# @return [String]
|
|
214
214
|
#
|
|
215
215
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/AttachElasticLoadBalancerRequest AWS API Documentation
|
|
@@ -479,9 +479,9 @@ module Aws::OpsWorks
|
|
|
479
479
|
#
|
|
480
480
|
# * You must specify a value for `DefaultSubnetId`.
|
|
481
481
|
#
|
|
482
|
-
# For more information
|
|
483
|
-
# see [Running a Stack in a VPC][1]. For more information
|
|
484
|
-
# VPC and EC2 Classic, see [Supported Platforms][2].
|
|
482
|
+
# For more information about how to use AWS OpsWorks Stacks with a
|
|
483
|
+
# VPC, see [Running a Stack in a VPC][1]. For more information about
|
|
484
|
+
# default VPC and EC2 Classic, see [Supported Platforms][2].
|
|
485
485
|
#
|
|
486
486
|
#
|
|
487
487
|
#
|
|
@@ -548,11 +548,11 @@ module Aws::OpsWorks
|
|
|
548
548
|
# with SQL Server Web`.
|
|
549
549
|
#
|
|
550
550
|
# * A custom AMI: `Custom`. You specify the custom AMI you want to use
|
|
551
|
-
# when you create instances. For more information
|
|
551
|
+
# when you create instances. For more information about how to use
|
|
552
552
|
# custom AMIs with OpsWorks, see [Using Custom AMIs][1].
|
|
553
553
|
#
|
|
554
554
|
# The default option is the parent stack's operating system. For more
|
|
555
|
-
# information
|
|
555
|
+
# information about supported operating systems, see [AWS OpsWorks
|
|
556
556
|
# Stacks Operating Systems][2].
|
|
557
557
|
#
|
|
558
558
|
# <note markdown="1"> You can specify a different Linux operating system for the cloned
|
|
@@ -629,8 +629,8 @@ module Aws::OpsWorks
|
|
|
629
629
|
#
|
|
630
630
|
# `"\{"key1": "value1", "key2": "value2",...\}"`
|
|
631
631
|
#
|
|
632
|
-
# For more information
|
|
633
|
-
# the Stack Configuration Attributes][1]
|
|
632
|
+
# For more information about custom JSON, see [Use Custom JSON to
|
|
633
|
+
# Modify the Stack Configuration Attributes][1]
|
|
634
634
|
#
|
|
635
635
|
#
|
|
636
636
|
#
|
|
@@ -1252,8 +1252,8 @@ module Aws::OpsWorks
|
|
|
1252
1252
|
#
|
|
1253
1253
|
# `"\{"key1": "value1", "key2": "value2",...\}"`
|
|
1254
1254
|
#
|
|
1255
|
-
# For more information
|
|
1256
|
-
# the Stack Configuration Attributes][1].
|
|
1255
|
+
# For more information about custom JSON, see [Use Custom JSON to
|
|
1256
|
+
# Modify the Stack Configuration Attributes][1].
|
|
1257
1257
|
#
|
|
1258
1258
|
#
|
|
1259
1259
|
#
|
|
@@ -1379,16 +1379,16 @@ module Aws::OpsWorks
|
|
|
1379
1379
|
#
|
|
1380
1380
|
# * A custom AMI: `Custom`.
|
|
1381
1381
|
#
|
|
1382
|
-
# For more information
|
|
1382
|
+
# For more information about the supported operating systems, see [AWS
|
|
1383
1383
|
# OpsWorks Stacks Operating Systems][1].
|
|
1384
1384
|
#
|
|
1385
1385
|
# The default option is the current Amazon Linux version. If you set
|
|
1386
1386
|
# this parameter to `Custom`, you must use the CreateInstance
|
|
1387
1387
|
# action's AmiId parameter to specify the custom AMI that you want to
|
|
1388
1388
|
# use. Block device mappings are not supported if the value is
|
|
1389
|
-
# `Custom`. For more information
|
|
1390
|
-
# see [Operating Systems][1]For more information
|
|
1391
|
-
# AMIs with AWS OpsWorks Stacks, see [Using Custom AMIs][2].
|
|
1389
|
+
# `Custom`. For more information about supported operating systems,
|
|
1390
|
+
# see [Operating Systems][1]For more information about how to use
|
|
1391
|
+
# custom AMIs with AWS OpsWorks Stacks, see [Using Custom AMIs][2].
|
|
1392
1392
|
#
|
|
1393
1393
|
#
|
|
1394
1394
|
#
|
|
@@ -1833,8 +1833,29 @@ module Aws::OpsWorks
|
|
|
1833
1833
|
# @return [String]
|
|
1834
1834
|
#
|
|
1835
1835
|
# @!attribute [rw] region
|
|
1836
|
-
# The stack's AWS region, such as
|
|
1837
|
-
#
|
|
1836
|
+
# The stack's AWS region, such as `ap-south-1`. For more information
|
|
1837
|
+
# about Amazon regions, see [Regions and Endpoints][1].
|
|
1838
|
+
#
|
|
1839
|
+
# <note markdown="1"> In the AWS CLI, this API maps to the `--stack-region` parameter. If
|
|
1840
|
+
# the `--stack-region` parameter and the AWS CLI common parameter
|
|
1841
|
+
# `--region` are set to the same value, the stack uses a *regional*
|
|
1842
|
+
# endpoint. If the `--stack-region` parameter is not set, but the AWS
|
|
1843
|
+
# CLI `--region` parameter is, this also results in a stack with a
|
|
1844
|
+
# *regional* endpoint. However, if the `--region` parameter is set to
|
|
1845
|
+
# `us-east-1`, and the `--stack-region` parameter is set to one of the
|
|
1846
|
+
# following, then the stack uses a legacy or *classic* region:
|
|
1847
|
+
# `us-west-1, us-west-2, sa-east-1, eu-central-1, eu-west-1,
|
|
1848
|
+
# ap-northeast-1, ap-southeast-1, ap-southeast-2`. In this case, the
|
|
1849
|
+
# actual API endpoint of the stack is in `us-east-1`. Only the
|
|
1850
|
+
# preceding regions are supported as classic regions in the
|
|
1851
|
+
# `us-east-1` API endpoint. Because it is a best practice to choose
|
|
1852
|
+
# the regional endpoint that is closest to where you manage AWS, we
|
|
1853
|
+
# recommend that you use regional endpoints for new stacks. The AWS
|
|
1854
|
+
# CLI common `--region` parameter always specifies a regional API
|
|
1855
|
+
# endpoint; it cannot be used to specify a classic AWS OpsWorks Stacks
|
|
1856
|
+
# region.
|
|
1857
|
+
#
|
|
1858
|
+
# </note>
|
|
1838
1859
|
#
|
|
1839
1860
|
#
|
|
1840
1861
|
#
|
|
@@ -1867,9 +1888,9 @@ module Aws::OpsWorks
|
|
|
1867
1888
|
#
|
|
1868
1889
|
# * You must specify a value for `DefaultSubnetId`.
|
|
1869
1890
|
#
|
|
1870
|
-
# For more information
|
|
1871
|
-
# see [Running a Stack in a VPC][1]. For more information
|
|
1872
|
-
# VPC and EC2-Classic, see [Supported Platforms][2].
|
|
1891
|
+
# For more information about how to use AWS OpsWorks Stacks with a
|
|
1892
|
+
# VPC, see [Running a Stack in a VPC][1]. For more information about
|
|
1893
|
+
# default VPC and EC2-Classic, see [Supported Platforms][2].
|
|
1873
1894
|
#
|
|
1874
1895
|
#
|
|
1875
1896
|
#
|
|
@@ -1932,7 +1953,7 @@ module Aws::OpsWorks
|
|
|
1932
1953
|
# Custom AMIs][1].
|
|
1933
1954
|
#
|
|
1934
1955
|
# The default option is the current Amazon Linux version. For more
|
|
1935
|
-
# information
|
|
1956
|
+
# information about supported operating systems, see [AWS OpsWorks
|
|
1936
1957
|
# Stacks Operating Systems][2].
|
|
1937
1958
|
#
|
|
1938
1959
|
#
|
|
@@ -2004,8 +2025,8 @@ module Aws::OpsWorks
|
|
|
2004
2025
|
#
|
|
2005
2026
|
# `"\{"key1": "value1", "key2": "value2",...\}"`
|
|
2006
2027
|
#
|
|
2007
|
-
# For more information
|
|
2008
|
-
# the Stack Configuration Attributes][1].
|
|
2028
|
+
# For more information about custom JSON, see [Use Custom JSON to
|
|
2029
|
+
# Modify the Stack Configuration Attributes][1].
|
|
2009
2030
|
#
|
|
2010
2031
|
#
|
|
2011
2032
|
#
|
|
@@ -2016,7 +2037,7 @@ module Aws::OpsWorks
|
|
|
2016
2037
|
# The configuration manager. When you create a stack we recommend that
|
|
2017
2038
|
# you use the configuration manager to specify the Chef version: 12,
|
|
2018
2039
|
# 11.10, or 11.4 for Linux stacks, or 12.2 for Windows stacks. The
|
|
2019
|
-
# default value for Linux stacks is currently
|
|
2040
|
+
# default value for Linux stacks is currently 12.
|
|
2020
2041
|
# @return [Types::StackConfigurationManager]
|
|
2021
2042
|
#
|
|
2022
2043
|
# @!attribute [rw] chef_configuration
|
|
@@ -2543,7 +2564,7 @@ module Aws::OpsWorks
|
|
|
2543
2564
|
# }
|
|
2544
2565
|
#
|
|
2545
2566
|
# @!attribute [rw] ecs_cluster_arn
|
|
2546
|
-
# The cluster's ARN.
|
|
2567
|
+
# The cluster's Amazon Resource Number (ARN).
|
|
2547
2568
|
# @return [String]
|
|
2548
2569
|
#
|
|
2549
2570
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeregisterEcsClusterRequest AWS API Documentation
|
|
@@ -3101,6 +3122,8 @@ module Aws::OpsWorks
|
|
|
3101
3122
|
# The response to a `DescribeOperatingSystems` request.
|
|
3102
3123
|
#
|
|
3103
3124
|
# @!attribute [rw] operating_systems
|
|
3125
|
+
# Contains information in response to a `DescribeOperatingSystems`
|
|
3126
|
+
# request.
|
|
3104
3127
|
# @return [Array<Types::OperatingSystem>]
|
|
3105
3128
|
#
|
|
3106
3129
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeOperatingSystemsResponse AWS API Documentation
|
|
@@ -3221,8 +3244,9 @@ module Aws::OpsWorks
|
|
|
3221
3244
|
# }
|
|
3222
3245
|
#
|
|
3223
3246
|
# @!attribute [rw] stack_id
|
|
3224
|
-
# The stack
|
|
3225
|
-
# returns descriptions of all registered Amazon RDS
|
|
3247
|
+
# The ID of the stack with which the instances are registered. The
|
|
3248
|
+
# operation returns descriptions of all registered Amazon RDS
|
|
3249
|
+
# instances.
|
|
3226
3250
|
# @return [String]
|
|
3227
3251
|
#
|
|
3228
3252
|
# @!attribute [rw] rds_db_instance_arns
|
|
@@ -3308,7 +3332,7 @@ module Aws::OpsWorks
|
|
|
3308
3332
|
# }
|
|
3309
3333
|
#
|
|
3310
3334
|
# @!attribute [rw] stack_id
|
|
3311
|
-
# The stack ID
|
|
3335
|
+
# The stack ID.
|
|
3312
3336
|
# @return [String]
|
|
3313
3337
|
#
|
|
3314
3338
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeStackProvisioningParametersRequest AWS API Documentation
|
|
@@ -3893,6 +3917,7 @@ module Aws::OpsWorks
|
|
|
3893
3917
|
# @return [String]
|
|
3894
3918
|
#
|
|
3895
3919
|
# @!attribute [rw] arn
|
|
3920
|
+
# The instance's Amazon Resource Number (ARN).
|
|
3896
3921
|
# @return [String]
|
|
3897
3922
|
#
|
|
3898
3923
|
# @!attribute [rw] auto_scaling_type
|
|
@@ -4245,6 +4270,7 @@ module Aws::OpsWorks
|
|
|
4245
4270
|
# @return [Integer]
|
|
4246
4271
|
#
|
|
4247
4272
|
# @!attribute [rw] stop_failed
|
|
4273
|
+
# The number of instances with `stop_failed` status.
|
|
4248
4274
|
# @return [Integer]
|
|
4249
4275
|
#
|
|
4250
4276
|
# @!attribute [rw] stopped
|
|
@@ -4296,6 +4322,7 @@ module Aws::OpsWorks
|
|
|
4296
4322
|
# Describes a layer.
|
|
4297
4323
|
#
|
|
4298
4324
|
# @!attribute [rw] arn
|
|
4325
|
+
# The Amazon Resource Number (ARN) of a layer.
|
|
4299
4326
|
# @return [String]
|
|
4300
4327
|
#
|
|
4301
4328
|
# @!attribute [rw] stack_id
|
|
@@ -5328,7 +5355,7 @@ module Aws::OpsWorks
|
|
|
5328
5355
|
#
|
|
5329
5356
|
# * `iam_only`
|
|
5330
5357
|
#
|
|
5331
|
-
# For more information
|
|
5358
|
+
# For more information about the permissions associated with these
|
|
5332
5359
|
# levels, see [Managing User Permissions][1].
|
|
5333
5360
|
#
|
|
5334
5361
|
#
|
|
@@ -5833,6 +5860,7 @@ module Aws::OpsWorks
|
|
|
5833
5860
|
# @return [String]
|
|
5834
5861
|
#
|
|
5835
5862
|
# @!attribute [rw] force
|
|
5863
|
+
# Specifies whether to force an instance to stop.
|
|
5836
5864
|
# @return [Boolean]
|
|
5837
5865
|
#
|
|
5838
5866
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/StopInstanceRequest AWS API Documentation
|
|
@@ -6147,7 +6175,7 @@ module Aws::OpsWorks
|
|
|
6147
6175
|
# }
|
|
6148
6176
|
#
|
|
6149
6177
|
# @!attribute [rw] elastic_ip
|
|
6150
|
-
# The address.
|
|
6178
|
+
# The IP address for which you want to update the name.
|
|
6151
6179
|
# @return [String]
|
|
6152
6180
|
#
|
|
6153
6181
|
# @!attribute [rw] name
|
|
@@ -6233,15 +6261,15 @@ module Aws::OpsWorks
|
|
|
6233
6261
|
# Standard`, or `Microsoft Windows Server 2012 R2 with SQL Server
|
|
6234
6262
|
# Web`.
|
|
6235
6263
|
#
|
|
6236
|
-
# For more information
|
|
6264
|
+
# For more information about supported operating systems, see [AWS
|
|
6237
6265
|
# OpsWorks Stacks Operating Systems][1].
|
|
6238
6266
|
#
|
|
6239
6267
|
# The default option is the current Amazon Linux version. If you set
|
|
6240
6268
|
# this parameter to `Custom`, you must use the AmiId parameter to
|
|
6241
|
-
# specify the custom AMI that you want to use. For more information
|
|
6242
|
-
#
|
|
6243
|
-
# more information
|
|
6244
|
-
# Custom AMIs][2].
|
|
6269
|
+
# specify the custom AMI that you want to use. For more information
|
|
6270
|
+
# about supported operating systems, see [Operating Systems][1]. For
|
|
6271
|
+
# more information about how to use custom AMIs with OpsWorks, see
|
|
6272
|
+
# [Using Custom AMIs][2].
|
|
6245
6273
|
#
|
|
6246
6274
|
# <note markdown="1"> You can specify a different Linux operating system for the updated
|
|
6247
6275
|
# stack, but you cannot change from Linux to Windows or Windows to
|
|
@@ -6676,11 +6704,11 @@ module Aws::OpsWorks
|
|
|
6676
6704
|
# Web`.
|
|
6677
6705
|
#
|
|
6678
6706
|
# * A custom AMI: `Custom`. You specify the custom AMI you want to use
|
|
6679
|
-
# when you create instances. For more information
|
|
6707
|
+
# when you create instances. For more information about how to use
|
|
6680
6708
|
# custom AMIs with OpsWorks, see [Using Custom AMIs][1].
|
|
6681
6709
|
#
|
|
6682
6710
|
# The default option is the stack's current operating system. For
|
|
6683
|
-
# more information
|
|
6711
|
+
# more information about supported operating systems, see [AWS
|
|
6684
6712
|
# OpsWorks Stacks Operating Systems][2].
|
|
6685
6713
|
#
|
|
6686
6714
|
#
|
|
@@ -6752,8 +6780,8 @@ module Aws::OpsWorks
|
|
|
6752
6780
|
#
|
|
6753
6781
|
# `"\{"key1": "value1", "key2": "value2",...\}"`
|
|
6754
6782
|
#
|
|
6755
|
-
# For more information
|
|
6756
|
-
# the Stack Configuration Attributes][1].
|
|
6783
|
+
# For more information about custom JSON, see [Use Custom JSON to
|
|
6784
|
+
# Modify the Stack Configuration Attributes][1].
|
|
6757
6785
|
#
|
|
6758
6786
|
#
|
|
6759
6787
|
#
|
|
@@ -6764,7 +6792,7 @@ module Aws::OpsWorks
|
|
|
6764
6792
|
# The configuration manager. When you update a stack, we recommend
|
|
6765
6793
|
# that you use the configuration manager to specify the Chef version:
|
|
6766
6794
|
# 12, 11.10, or 11.4 for Linux stacks, or 12.2 for Windows stacks. The
|
|
6767
|
-
# default value for Linux stacks is currently
|
|
6795
|
+
# default value for Linux stacks is currently 12.
|
|
6768
6796
|
# @return [Types::StackConfigurationManager]
|
|
6769
6797
|
#
|
|
6770
6798
|
# @!attribute [rw] chef_configuration
|
|
@@ -7074,7 +7102,28 @@ module Aws::OpsWorks
|
|
|
7074
7102
|
# @return [String]
|
|
7075
7103
|
#
|
|
7076
7104
|
# @!attribute [rw] volume_type
|
|
7077
|
-
# The volume type,
|
|
7105
|
+
# The volume type. For more information, see [ Amazon EBS Volume
|
|
7106
|
+
# Types][1].
|
|
7107
|
+
#
|
|
7108
|
+
# * `standard` - Magnetic. Magnetic volumes must have a minimum size
|
|
7109
|
+
# of 1 GiB and a maximum size of 1024 GiB.
|
|
7110
|
+
#
|
|
7111
|
+
# * `io1` - Provisioned IOPS (SSD). PIOPS volumes must have a minimum
|
|
7112
|
+
# size of 4 GiB and a maximum size of 16384 GiB.
|
|
7113
|
+
#
|
|
7114
|
+
# * `gp2` - General Purpose (SSD). General purpose volumes must have a
|
|
7115
|
+
# minimum size of 1 GiB and a maximum size of 16384 GiB.
|
|
7116
|
+
#
|
|
7117
|
+
# * `st1` - Throughput Optimized hard disk drive (HDD). Throughput
|
|
7118
|
+
# optimized HDD volumes must have a minimum size of 500 GiB and a
|
|
7119
|
+
# maximum size of 16384 GiB.
|
|
7120
|
+
#
|
|
7121
|
+
# * `sc1` - Cold HDD. Cold HDD volumes must have a minimum size of 500
|
|
7122
|
+
# GiB and a maximum size of 16384 GiB.
|
|
7123
|
+
#
|
|
7124
|
+
#
|
|
7125
|
+
#
|
|
7126
|
+
# [1]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html
|
|
7078
7127
|
# @return [String]
|
|
7079
7128
|
#
|
|
7080
7129
|
# @!attribute [rw] iops
|
|
@@ -7082,6 +7131,12 @@ module Aws::OpsWorks
|
|
|
7082
7131
|
# @return [Integer]
|
|
7083
7132
|
#
|
|
7084
7133
|
# @!attribute [rw] encrypted
|
|
7134
|
+
# Specifies whether an Amazon EBS volume is encrypted. For more
|
|
7135
|
+
# information, see [Amazon EBS Encryption][1].
|
|
7136
|
+
#
|
|
7137
|
+
#
|
|
7138
|
+
#
|
|
7139
|
+
# [1]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
|
|
7085
7140
|
# @return [Boolean]
|
|
7086
7141
|
#
|
|
7087
7142
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/Volume AWS API Documentation
|
|
@@ -7143,15 +7198,21 @@ module Aws::OpsWorks
|
|
|
7143
7198
|
# The volume type. For more information, see [ Amazon EBS Volume
|
|
7144
7199
|
# Types][1].
|
|
7145
7200
|
#
|
|
7146
|
-
# * `standard` - Magnetic
|
|
7201
|
+
# * `standard` - Magnetic. Magnetic volumes must have a minimum size
|
|
7202
|
+
# of 1 GiB and a maximum size of 1024 GiB.
|
|
7147
7203
|
#
|
|
7148
|
-
# * `io1` - Provisioned IOPS (SSD)
|
|
7204
|
+
# * `io1` - Provisioned IOPS (SSD). PIOPS volumes must have a minimum
|
|
7205
|
+
# size of 4 GiB and a maximum size of 16384 GiB.
|
|
7149
7206
|
#
|
|
7150
|
-
# * `gp2` - General Purpose (SSD)
|
|
7207
|
+
# * `gp2` - General Purpose (SSD). General purpose volumes must have a
|
|
7208
|
+
# minimum size of 1 GiB and a maximum size of 16384 GiB.
|
|
7151
7209
|
#
|
|
7152
|
-
# * `st1` - Throughput Optimized hard disk drive (HDD)
|
|
7210
|
+
# * `st1` - Throughput Optimized hard disk drive (HDD). Throughput
|
|
7211
|
+
# optimized HDD volumes must have a minimum size of 500 GiB and a
|
|
7212
|
+
# maximum size of 16384 GiB.
|
|
7153
7213
|
#
|
|
7154
|
-
# * `sc1` - Cold HDD
|
|
7214
|
+
# * `sc1` - Cold HDD. Cold HDD volumes must have a minimum size of 500
|
|
7215
|
+
# GiB and a maximum size of 16384 GiB.
|
|
7155
7216
|
#
|
|
7156
7217
|
#
|
|
7157
7218
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-opsworks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-07-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|