aws-sdk-opsworkscm 1.84.0 → 1.85.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-opsworkscm/client.rb +58 -73
- data/lib/aws-sdk-opsworkscm/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-opsworkscm/types.rb +55 -66
- data/lib/aws-sdk-opsworkscm.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba161669b7ea8985330fc190301ccf75522203382578d81243ebccb367f553d9
|
4
|
+
data.tar.gz: baa0d4b5ef83e316c77dff2921bf7b5c93da6d52cb2fb90935f9be64cd682963
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 968e061e7e8974e117716da8484c40eab297a2bb88cf15fc117e25416bbfd10278aab95f05dc98c72d660c1608f6e572f188bde04c8d25e414c4586c21394ab8
|
7
|
+
data.tar.gz: d76f165459f7d580ba93842bc585055a5e8a5f42056f1b419375190bf9d653b10795ea0ded19e3456d25db625ec809e8259b253d43fdf61f2620bc8a5dcab6d0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.85.0
|
@@ -484,7 +484,7 @@ module Aws::OpsWorksCM
|
|
484
484
|
# Example (Chef): `aws opsworks-cm associate-node --server-name MyServer
|
485
485
|
# --node-name MyManagedNode --engine-attributes
|
486
486
|
# "Name=CHEF_ORGANIZATION,Value=default"
|
487
|
-
# "Name=
|
487
|
+
# "Name=CHEF_AUTOMATE_NODE_PUBLIC_KEY,Value=public-key-pem"`
|
488
488
|
#
|
489
489
|
# On a Puppet server, this command is an alternative to the `puppet cert
|
490
490
|
# sign` command that signs a Puppet node CSR.
|
@@ -498,8 +498,8 @@ module Aws::OpsWorksCM
|
|
498
498
|
# `ResourceNotFoundException` is thrown when the server does not exist.
|
499
499
|
# A `ValidationException` is raised when parameters of the request are
|
500
500
|
# not valid. The AssociateNode API call can be integrated into Auto
|
501
|
-
# Scaling configurations,
|
502
|
-
#
|
501
|
+
# Scaling configurations, CloudFormation templates, or the user data of
|
502
|
+
# a server's instance.
|
503
503
|
#
|
504
504
|
# @option params [required, String] :server_name
|
505
505
|
# The name of the server with which to associate the node.
|
@@ -516,8 +516,8 @@ module Aws::OpsWorksCM
|
|
516
516
|
# associated. By default only one organization named `default` can
|
517
517
|
# exist.
|
518
518
|
#
|
519
|
-
# * `
|
520
|
-
# required for the `chef-client` agent to access the Chef API.
|
519
|
+
# * `CHEF_AUTOMATE_NODE_PUBLIC_KEY`: A PEM-formatted public key. This
|
520
|
+
# key is required for the `chef-client` agent to access the Chef API.
|
521
521
|
#
|
522
522
|
# **Attributes accepted in a AssociateNode request for Puppet**
|
523
523
|
#
|
@@ -580,8 +580,8 @@ module Aws::OpsWorksCM
|
|
580
580
|
# A user-defined description of the backup.
|
581
581
|
#
|
582
582
|
# @option params [Array<Types::Tag>] :tags
|
583
|
-
# A map that contains tag keys and tag values to attach to an
|
584
|
-
#
|
583
|
+
# A map that contains tag keys and tag values to attach to an OpsWorks
|
584
|
+
# CM server backup.
|
585
585
|
#
|
586
586
|
# * The key cannot be empty.
|
587
587
|
#
|
@@ -596,8 +596,8 @@ module Aws::OpsWorksCM
|
|
596
596
|
# * Leading and trailing white spaces are trimmed from both the key and
|
597
597
|
# value.
|
598
598
|
#
|
599
|
-
# * A maximum of 50 user-applied tags is allowed for tag-supported
|
600
|
-
# OpsWorks
|
599
|
+
# * A maximum of 50 user-applied tags is allowed for tag-supported
|
600
|
+
# OpsWorks CM resources.
|
601
601
|
#
|
602
602
|
# @return [Types::CreateBackupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
603
603
|
#
|
@@ -669,15 +669,14 @@ module Aws::OpsWorksCM
|
|
669
669
|
# valid.
|
670
670
|
#
|
671
671
|
# If you do not specify a security group by adding the
|
672
|
-
# `SecurityGroupIds` parameter,
|
673
|
-
# group.
|
672
|
+
# `SecurityGroupIds` parameter, OpsWorks creates a new security group.
|
674
673
|
#
|
675
674
|
# *Chef Automate:* The default security group opens the Chef server to
|
676
|
-
# the world on TCP port 443. If a KeyName is present,
|
677
|
-
#
|
675
|
+
# the world on TCP port 443. If a KeyName is present, OpsWorks enables
|
676
|
+
# SSH access. SSH is also open to the world on TCP port 22.
|
678
677
|
#
|
679
678
|
# *Puppet Enterprise:* The default security group opens TCP ports 22,
|
680
|
-
# 443, 4433, 8140, 8142, 8143, and 8170. If a KeyName is present,
|
679
|
+
# 443, 4433, 8140, 8142, 8143, and 8170. If a KeyName is present,
|
681
680
|
# OpsWorks enables SSH access. SSH is also open to the world on TCP port
|
682
681
|
# 22.
|
683
682
|
#
|
@@ -786,23 +785,18 @@ module Aws::OpsWorksCM
|
|
786
785
|
#
|
787
786
|
# @option params [Integer] :backup_retention_count
|
788
787
|
# The number of automated backups that you want to keep. Whenever a new
|
789
|
-
# backup is created,
|
788
|
+
# backup is created, OpsWorks CM deletes the oldest backups if this
|
790
789
|
# number is exceeded. The default value is `1`.
|
791
790
|
#
|
792
791
|
# @option params [required, String] :server_name
|
793
|
-
# The name of the server. The server name must be unique within your
|
794
|
-
# account, within each region. Server names must
|
795
|
-
# then letters, numbers, or hyphens (-) are
|
796
|
-
# 40 characters.
|
792
|
+
# The name of the server. The server name must be unique within your
|
793
|
+
# Amazon Web Services account, within each region. Server names must
|
794
|
+
# start with a letter; then letters, numbers, or hyphens (-) are
|
795
|
+
# allowed, up to a maximum of 40 characters.
|
797
796
|
#
|
798
797
|
# @option params [required, String] :instance_profile_arn
|
799
798
|
# The ARN of the instance profile that your Amazon EC2 instances use.
|
800
|
-
#
|
801
|
-
# profile for you, if you are using API commands instead, run the
|
802
|
-
# service-role-creation.yaml AWS CloudFormation template, located at
|
803
|
-
# https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml.
|
804
|
-
# This template creates a CloudFormation stack that includes the
|
805
|
-
# instance profile you need.
|
799
|
+
# The OpsWorks console typically creates the instance profile for you
|
806
800
|
#
|
807
801
|
# @option params [required, String] :instance_type
|
808
802
|
# The Amazon EC2 instance type to use. For example, `m5.large`.
|
@@ -813,8 +807,8 @@ module Aws::OpsWorksCM
|
|
813
807
|
# your instances by using SSH.
|
814
808
|
#
|
815
809
|
# @option params [String] :preferred_maintenance_window
|
816
|
-
# The start time for a one-hour period each week during which
|
817
|
-
#
|
810
|
+
# The start time for a one-hour period each week during which OpsWorks
|
811
|
+
# CM performs maintenance on the instance. Valid values must be
|
818
812
|
# specified in the following format: `DDD:HH:MM`. `MM` must be specified
|
819
813
|
# as `00`. The specified time is in coordinated universal time (UTC).
|
820
814
|
# The default value is a random one-hour period on Tuesday, Wednesday,
|
@@ -824,9 +818,9 @@ module Aws::OpsWorksCM
|
|
824
818
|
# Monday at 08:00 UTC. (8:00 a.m.)
|
825
819
|
#
|
826
820
|
# @option params [String] :preferred_backup_window
|
827
|
-
# The start time for a one-hour period during which
|
828
|
-
#
|
829
|
-
#
|
821
|
+
# The start time for a one-hour period during which OpsWorks CM backs up
|
822
|
+
# application-level data on your server if automated backups are
|
823
|
+
# enabled. Valid values must be specified in one of the following
|
830
824
|
# formats:
|
831
825
|
#
|
832
826
|
# * `HH:MM` for daily backups
|
@@ -847,19 +841,13 @@ module Aws::OpsWorksCM
|
|
847
841
|
# you add this parameter, the specified security groups must be within
|
848
842
|
# the VPC that is specified by `SubnetIds`.
|
849
843
|
#
|
850
|
-
# If you do not specify this parameter,
|
844
|
+
# If you do not specify this parameter, OpsWorks CM creates one new
|
851
845
|
# security group that uses TCP ports 22 and 443, open to 0.0.0.0/0
|
852
846
|
# (everyone).
|
853
847
|
#
|
854
848
|
# @option params [required, String] :service_role_arn
|
855
|
-
# The service role that the
|
856
|
-
# with your account.
|
857
|
-
# typically creates the service role for you, if you are using the AWS
|
858
|
-
# CLI or API commands, run the service-role-creation.yaml AWS
|
859
|
-
# CloudFormation template, located at
|
860
|
-
# https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml.
|
861
|
-
# This template creates a CloudFormation stack that includes the service
|
862
|
-
# role and instance profile that you need.
|
849
|
+
# The service role that the OpsWorks CM service backend uses to work
|
850
|
+
# with your account.
|
863
851
|
#
|
864
852
|
# @option params [Array<String>] :subnet_ids
|
865
853
|
# The IDs of subnets in which to launch the server EC2 instance.
|
@@ -880,9 +868,8 @@ module Aws::OpsWorksCM
|
|
880
868
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html
|
881
869
|
#
|
882
870
|
# @option params [Array<Types::Tag>] :tags
|
883
|
-
# A map that contains tag keys and tag values to attach to an
|
884
|
-
#
|
885
|
-
# server.
|
871
|
+
# A map that contains tag keys and tag values to attach to an OpsWorks
|
872
|
+
# for Chef Automate or OpsWorks for Puppet Enterprise server.
|
886
873
|
#
|
887
874
|
# * The key cannot be empty.
|
888
875
|
#
|
@@ -894,15 +881,14 @@ module Aws::OpsWorksCM
|
|
894
881
|
# letters, numbers, or separators, or the following special
|
895
882
|
# characters: `+ - = . _ : / @`
|
896
883
|
#
|
897
|
-
# * Leading and trailing
|
898
|
-
# value.
|
884
|
+
# * Leading and trailing spaces are trimmed from both the key and value.
|
899
885
|
#
|
900
|
-
# * A maximum of 50 user-applied tags is allowed for any
|
886
|
+
# * A maximum of 50 user-applied tags is allowed for any OpsWorks CM
|
901
887
|
# server.
|
902
888
|
#
|
903
889
|
# @option params [String] :backup_id
|
904
|
-
# If you specify this field,
|
905
|
-
#
|
890
|
+
# If you specify this field, OpsWorks CM creates the server by using the
|
891
|
+
# backup represented by BackupId.
|
906
892
|
#
|
907
893
|
# @return [Types::CreateServerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
908
894
|
#
|
@@ -1014,11 +1000,11 @@ module Aws::OpsWorksCM
|
|
1014
1000
|
req.send_request(options)
|
1015
1001
|
end
|
1016
1002
|
|
1017
|
-
# Deletes the server and the underlying
|
1018
|
-
#
|
1019
|
-
#
|
1020
|
-
#
|
1021
|
-
#
|
1003
|
+
# Deletes the server and the underlying CloudFormation stacks (including
|
1004
|
+
# the server's EC2 instance). When you run this command, the server
|
1005
|
+
# state is updated to `DELETING`. After the server is deleted, it is no
|
1006
|
+
# longer returned by `DescribeServer` requests. If the CloudFormation
|
1007
|
+
# stack cannot be deleted, the server cannot be deleted.
|
1022
1008
|
#
|
1023
1009
|
# This operation is asynchronous.
|
1024
1010
|
#
|
@@ -1047,7 +1033,7 @@ module Aws::OpsWorksCM
|
|
1047
1033
|
req.send_request(options)
|
1048
1034
|
end
|
1049
1035
|
|
1050
|
-
# Describes your OpsWorks
|
1036
|
+
# Describes your OpsWorks CM account attributes.
|
1051
1037
|
#
|
1052
1038
|
# This operation is synchronous.
|
1053
1039
|
#
|
@@ -1261,7 +1247,7 @@ module Aws::OpsWorksCM
|
|
1261
1247
|
|
1262
1248
|
# Lists all configuration management servers that are identified with
|
1263
1249
|
# your account. Only the stored results from Amazon DynamoDB are
|
1264
|
-
# returned.
|
1250
|
+
# returned. OpsWorks CM does not query other services.
|
1265
1251
|
#
|
1266
1252
|
# This operation is synchronous.
|
1267
1253
|
#
|
@@ -1335,9 +1321,9 @@ module Aws::OpsWorksCM
|
|
1335
1321
|
req.send_request(options)
|
1336
1322
|
end
|
1337
1323
|
|
1338
|
-
# Disassociates a node from an
|
1339
|
-
#
|
1340
|
-
#
|
1324
|
+
# Disassociates a node from an OpsWorks CM server, and removes the node
|
1325
|
+
# from the server's managed nodes. After a node is disassociated, the
|
1326
|
+
# node key pair is no longer valid for accessing the configuration
|
1341
1327
|
# manager's API. For more information about how to associate a node,
|
1342
1328
|
# see AssociateNode.
|
1343
1329
|
#
|
@@ -1424,7 +1410,7 @@ module Aws::OpsWorksCM
|
|
1424
1410
|
# * **RunList** In Chef, a list of roles or recipes that are run in the
|
1425
1411
|
# specified order. In Puppet, this parameter is ignored.
|
1426
1412
|
#
|
1427
|
-
# * **OrganizationName** In Chef, an organization name.
|
1413
|
+
# * **OrganizationName** In Chef, an organization name. OpsWorks for
|
1428
1414
|
# Chef Automate always creates the organization `default`. In Puppet,
|
1429
1415
|
# this parameter is ignored.
|
1430
1416
|
#
|
@@ -1470,14 +1456,13 @@ module Aws::OpsWorksCM
|
|
1470
1456
|
req.send_request(options)
|
1471
1457
|
end
|
1472
1458
|
|
1473
|
-
# Returns a list of tags that are applied to the specified
|
1474
|
-
#
|
1475
|
-
# backups.
|
1459
|
+
# Returns a list of tags that are applied to the specified OpsWorks for
|
1460
|
+
# Chef Automate or OpsWorks for Puppet Enterprise servers or backups.
|
1476
1461
|
#
|
1477
1462
|
# @option params [required, String] :resource_arn
|
1478
|
-
# The Amazon Resource Number (ARN) of an
|
1479
|
-
#
|
1480
|
-
#
|
1463
|
+
# The Amazon Resource Number (ARN) of an OpsWorks for Chef Automate or
|
1464
|
+
# OpsWorks for Puppet Enterprise server for which you want to show
|
1465
|
+
# applied tags. For example,
|
1481
1466
|
# `arn:aws:opsworks-cm:us-west-2:123456789012:server/test-owcm-server/EXAMPLE-66b0-4196-8274-d1a2bEXAMPLE`.
|
1482
1467
|
#
|
1483
1468
|
# @option params [String] :next_token
|
@@ -1538,7 +1523,7 @@ module Aws::OpsWorksCM
|
|
1538
1523
|
#
|
1539
1524
|
# Restoring from a backup is performed by creating a new EC2 instance.
|
1540
1525
|
# If restoration is successful, and the server is in a `HEALTHY` state,
|
1541
|
-
#
|
1526
|
+
# OpsWorks CM switches traffic over to the new instance. After
|
1542
1527
|
# restoration is finished, the old EC2 instance is maintained in a
|
1543
1528
|
# `Running` or `Stopped` state, but is eventually terminated.
|
1544
1529
|
#
|
@@ -1643,7 +1628,7 @@ module Aws::OpsWorksCM
|
|
1643
1628
|
# upgrade to Chef Automate 2, add this engine attribute to a
|
1644
1629
|
# `StartMaintenance` request and set the value to `true` to upgrade
|
1645
1630
|
# the server to Chef Automate 2. For more information, see [Upgrade an
|
1646
|
-
#
|
1631
|
+
# OpsWorks for Chef Automate Server to Chef Automate 2][1].
|
1647
1632
|
#
|
1648
1633
|
# ^
|
1649
1634
|
#
|
@@ -1707,8 +1692,8 @@ module Aws::OpsWorksCM
|
|
1707
1692
|
req.send_request(options)
|
1708
1693
|
end
|
1709
1694
|
|
1710
|
-
# Applies tags to an
|
1711
|
-
#
|
1695
|
+
# Applies tags to an OpsWorks for Chef Automate or OpsWorks for Puppet
|
1696
|
+
# Enterprise server, or to server backups.
|
1712
1697
|
#
|
1713
1698
|
# @option params [required, String] :resource_arn
|
1714
1699
|
# The Amazon Resource Number (ARN) of a resource to which you want to
|
@@ -1716,8 +1701,8 @@ module Aws::OpsWorksCM
|
|
1716
1701
|
# `arn:aws:opsworks-cm:us-west-2:123456789012:server/test-owcm-server/EXAMPLE-66b0-4196-8274-d1a2bEXAMPLE`.
|
1717
1702
|
#
|
1718
1703
|
# @option params [required, Array<Types::Tag>] :tags
|
1719
|
-
# A map that contains tag keys and tag values to attach to
|
1720
|
-
#
|
1704
|
+
# A map that contains tag keys and tag values to attach to OpsWorks CM
|
1705
|
+
# servers or backups.
|
1721
1706
|
#
|
1722
1707
|
# * The key cannot be empty.
|
1723
1708
|
#
|
@@ -1732,7 +1717,7 @@ module Aws::OpsWorksCM
|
|
1732
1717
|
# * Leading and trailing white spaces are trimmed from both the key and
|
1733
1718
|
# value.
|
1734
1719
|
#
|
1735
|
-
# * A maximum of 50 user-applied tags is allowed for any
|
1720
|
+
# * A maximum of 50 user-applied tags is allowed for any OpsWorks CM
|
1736
1721
|
# server or backup.
|
1737
1722
|
#
|
1738
1723
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
@@ -1758,7 +1743,7 @@ module Aws::OpsWorksCM
|
|
1758
1743
|
req.send_request(options)
|
1759
1744
|
end
|
1760
1745
|
|
1761
|
-
# Removes specified tags from an
|
1746
|
+
# Removes specified tags from an OpsWorks CM server or backup.
|
1762
1747
|
#
|
1763
1748
|
# @option params [required, String] :resource_arn
|
1764
1749
|
# The Amazon Resource Number (ARN) of a resource from which you want to
|
@@ -1961,7 +1946,7 @@ module Aws::OpsWorksCM
|
|
1961
1946
|
tracer: tracer
|
1962
1947
|
)
|
1963
1948
|
context[:gem_name] = 'aws-sdk-opsworkscm'
|
1964
|
-
context[:gem_version] = '1.
|
1949
|
+
context[:gem_version] = '1.85.0'
|
1965
1950
|
Seahorse::Client::Request.new(handlers, context)
|
1966
1951
|
end
|
1967
1952
|
|
@@ -28,7 +28,7 @@ module Aws::OpsWorksCM
|
|
28
28
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
29
29
|
end
|
30
30
|
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
31
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
31
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
32
32
|
return Aws::Endpoints::Endpoint.new(url: "https://opsworks-cm-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
33
33
|
end
|
34
34
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
@@ -59,8 +59,9 @@ module Aws::OpsWorksCM
|
|
59
59
|
# associated. By default only one organization named `default` can
|
60
60
|
# exist.
|
61
61
|
#
|
62
|
-
# * `
|
63
|
-
# required for the `chef-client` agent to access the Chef
|
62
|
+
# * `CHEF_AUTOMATE_NODE_PUBLIC_KEY`: A PEM-formatted public key. This
|
63
|
+
# key is required for the `chef-client` agent to access the Chef
|
64
|
+
# API.
|
64
65
|
#
|
65
66
|
# **Attributes accepted in a AssociateNode request for Puppet**
|
66
67
|
#
|
@@ -201,12 +202,12 @@ module Aws::OpsWorksCM
|
|
201
202
|
# @return [Array<String>]
|
202
203
|
#
|
203
204
|
# @!attribute [rw] tools_version
|
204
|
-
# The version of
|
205
|
-
#
|
205
|
+
# The version of OpsWorks CM-specific tools that is obtained from the
|
206
|
+
# server when the backup is created.
|
206
207
|
# @return [String]
|
207
208
|
#
|
208
209
|
# @!attribute [rw] user_arn
|
209
|
-
# The
|
210
|
+
# The user ARN of the requester for manual backups. This field is
|
210
211
|
# empty for automated backups.
|
211
212
|
# @return [String]
|
212
213
|
#
|
@@ -250,8 +251,8 @@ module Aws::OpsWorksCM
|
|
250
251
|
# @return [String]
|
251
252
|
#
|
252
253
|
# @!attribute [rw] tags
|
253
|
-
# A map that contains tag keys and tag values to attach to an
|
254
|
-
#
|
254
|
+
# A map that contains tag keys and tag values to attach to an OpsWorks
|
255
|
+
# CM server backup.
|
255
256
|
#
|
256
257
|
# * The key cannot be empty.
|
257
258
|
#
|
@@ -266,8 +267,8 @@ module Aws::OpsWorksCM
|
|
266
267
|
# * Leading and trailing white spaces are trimmed from both the key
|
267
268
|
# and value.
|
268
269
|
#
|
269
|
-
# * A maximum of 50 user-applied tags is allowed for tag-supported
|
270
|
-
# OpsWorks
|
270
|
+
# * A maximum of 50 user-applied tags is allowed for tag-supported
|
271
|
+
# OpsWorks CM resources.
|
271
272
|
# @return [Array<Types::Tag>]
|
272
273
|
#
|
273
274
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opsworkscm-2016-11-01/CreateBackupRequest AWS API Documentation
|
@@ -398,25 +399,20 @@ module Aws::OpsWorksCM
|
|
398
399
|
#
|
399
400
|
# @!attribute [rw] backup_retention_count
|
400
401
|
# The number of automated backups that you want to keep. Whenever a
|
401
|
-
# new backup is created,
|
402
|
+
# new backup is created, OpsWorks CM deletes the oldest backups if
|
402
403
|
# this number is exceeded. The default value is `1`.
|
403
404
|
# @return [Integer]
|
404
405
|
#
|
405
406
|
# @!attribute [rw] server_name
|
406
407
|
# The name of the server. The server name must be unique within your
|
407
|
-
#
|
408
|
-
# letter; then letters, numbers, or hyphens (-) are
|
409
|
-
# maximum of 40 characters.
|
408
|
+
# Amazon Web Services account, within each region. Server names must
|
409
|
+
# start with a letter; then letters, numbers, or hyphens (-) are
|
410
|
+
# allowed, up to a maximum of 40 characters.
|
410
411
|
# @return [String]
|
411
412
|
#
|
412
413
|
# @!attribute [rw] instance_profile_arn
|
413
414
|
# The ARN of the instance profile that your Amazon EC2 instances use.
|
414
|
-
#
|
415
|
-
# profile for you, if you are using API commands instead, run the
|
416
|
-
# service-role-creation.yaml AWS CloudFormation template, located at
|
417
|
-
# https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml.
|
418
|
-
# This template creates a CloudFormation stack that includes the
|
419
|
-
# instance profile you need.
|
415
|
+
# The OpsWorks console typically creates the instance profile for you
|
420
416
|
# @return [String]
|
421
417
|
#
|
422
418
|
# @!attribute [rw] instance_type
|
@@ -430,9 +426,9 @@ module Aws::OpsWorksCM
|
|
430
426
|
# @return [String]
|
431
427
|
#
|
432
428
|
# @!attribute [rw] preferred_maintenance_window
|
433
|
-
# The start time for a one-hour period each week during which
|
434
|
-
#
|
435
|
-
#
|
429
|
+
# The start time for a one-hour period each week during which OpsWorks
|
430
|
+
# CM performs maintenance on the instance. Valid values must be
|
431
|
+
# specified in the following format: `DDD:HH:MM`. `MM` must be
|
436
432
|
# specified as `00`. The specified time is in coordinated universal
|
437
433
|
# time (UTC). The default value is a random one-hour period on
|
438
434
|
# Tuesday, Wednesday, or Friday. See `TimeWindowDefinition` for more
|
@@ -443,9 +439,9 @@ module Aws::OpsWorksCM
|
|
443
439
|
# @return [String]
|
444
440
|
#
|
445
441
|
# @!attribute [rw] preferred_backup_window
|
446
|
-
# The start time for a one-hour period during which
|
447
|
-
#
|
448
|
-
#
|
442
|
+
# The start time for a one-hour period during which OpsWorks CM backs
|
443
|
+
# up application-level data on your server if automated backups are
|
444
|
+
# enabled. Valid values must be specified in one of the following
|
449
445
|
# formats:
|
450
446
|
#
|
451
447
|
# * `HH:MM` for daily backups
|
@@ -468,20 +464,14 @@ module Aws::OpsWorksCM
|
|
468
464
|
# If you add this parameter, the specified security groups must be
|
469
465
|
# within the VPC that is specified by `SubnetIds`.
|
470
466
|
#
|
471
|
-
# If you do not specify this parameter,
|
472
|
-
#
|
467
|
+
# If you do not specify this parameter, OpsWorks CM creates one new
|
468
|
+
# security group that uses TCP ports 22 and 443, open to 0.0.0.0/0
|
473
469
|
# (everyone).
|
474
470
|
# @return [Array<String>]
|
475
471
|
#
|
476
472
|
# @!attribute [rw] service_role_arn
|
477
|
-
# The service role that the
|
478
|
-
#
|
479
|
-
# typically creates the service role for you, if you are using the AWS
|
480
|
-
# CLI or API commands, run the service-role-creation.yaml AWS
|
481
|
-
# CloudFormation template, located at
|
482
|
-
# https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml.
|
483
|
-
# This template creates a CloudFormation stack that includes the
|
484
|
-
# service role and instance profile that you need.
|
473
|
+
# The service role that the OpsWorks CM service backend uses to work
|
474
|
+
# with your account.
|
485
475
|
# @return [String]
|
486
476
|
#
|
487
477
|
# @!attribute [rw] subnet_ids
|
@@ -505,9 +495,8 @@ module Aws::OpsWorksCM
|
|
505
495
|
# @return [Array<String>]
|
506
496
|
#
|
507
497
|
# @!attribute [rw] tags
|
508
|
-
# A map that contains tag keys and tag values to attach to an
|
509
|
-
#
|
510
|
-
# server.
|
498
|
+
# A map that contains tag keys and tag values to attach to an OpsWorks
|
499
|
+
# for Chef Automate or OpsWorks for Puppet Enterprise server.
|
511
500
|
#
|
512
501
|
# * The key cannot be empty.
|
513
502
|
#
|
@@ -519,16 +508,16 @@ module Aws::OpsWorksCM
|
|
519
508
|
# Unicode letters, numbers, or separators, or the following special
|
520
509
|
# characters: `+ - = . _ : / @`
|
521
510
|
#
|
522
|
-
# * Leading and trailing
|
523
|
-
#
|
511
|
+
# * Leading and trailing spaces are trimmed from both the key and
|
512
|
+
# value.
|
524
513
|
#
|
525
|
-
# * A maximum of 50 user-applied tags is allowed for any
|
526
|
-
#
|
514
|
+
# * A maximum of 50 user-applied tags is allowed for any OpsWorks CM
|
515
|
+
# server.
|
527
516
|
# @return [Array<Types::Tag>]
|
528
517
|
#
|
529
518
|
# @!attribute [rw] backup_id
|
530
|
-
# If you specify this field,
|
531
|
-
#
|
519
|
+
# If you specify this field, OpsWorks CM creates the server by using
|
520
|
+
# the backup represented by BackupId.
|
532
521
|
# @return [String]
|
533
522
|
#
|
534
523
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opsworkscm-2016-11-01/CreateServerRequest AWS API Documentation
|
@@ -758,9 +747,9 @@ module Aws::OpsWorksCM
|
|
758
747
|
# @return [String]
|
759
748
|
#
|
760
749
|
# @!attribute [rw] engine_attributes
|
761
|
-
# Attributes specific to the node association. In Puppet, the
|
762
|
-
# PUPPET\_NODE\_CERT contains the signed certificate (the
|
763
|
-
# the CSR).
|
750
|
+
# Attributes specific to the node association. In Puppet, the
|
751
|
+
# attribute PUPPET\_NODE\_CERT contains the signed certificate (the
|
752
|
+
# result of the CSR).
|
764
753
|
# @return [Array<Types::EngineAttribute>]
|
765
754
|
#
|
766
755
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opsworkscm-2016-11-01/DescribeNodeAssociationStatusResponse AWS API Documentation
|
@@ -920,8 +909,8 @@ module Aws::OpsWorksCM
|
|
920
909
|
# * **RunList** In Chef, a list of roles or recipes that are run in
|
921
910
|
# the specified order. In Puppet, this parameter is ignored.
|
922
911
|
#
|
923
|
-
# * **OrganizationName** In Chef, an organization name.
|
924
|
-
#
|
912
|
+
# * **OrganizationName** In Chef, an organization name. OpsWorks for
|
913
|
+
# Chef Automate always creates the organization `default`. In
|
925
914
|
# Puppet, this parameter is ignored.
|
926
915
|
#
|
927
916
|
# * **NodeEnvironment** In Chef, a node environment (for example,
|
@@ -1009,9 +998,9 @@ module Aws::OpsWorksCM
|
|
1009
998
|
end
|
1010
999
|
|
1011
1000
|
# @!attribute [rw] resource_arn
|
1012
|
-
# The Amazon Resource Number (ARN) of an
|
1013
|
-
#
|
1014
|
-
#
|
1001
|
+
# The Amazon Resource Number (ARN) of an OpsWorks for Chef Automate or
|
1002
|
+
# OpsWorks for Puppet Enterprise server for which you want to show
|
1003
|
+
# applied tags. For example,
|
1015
1004
|
# `arn:aws:opsworks-cm:us-west-2:123456789012:server/test-owcm-server/EXAMPLE-66b0-4196-8274-d1a2bEXAMPLE`.
|
1016
1005
|
# @return [String]
|
1017
1006
|
#
|
@@ -1191,14 +1180,14 @@ module Aws::OpsWorksCM
|
|
1191
1180
|
# @!attribute [rw] engine_attributes
|
1192
1181
|
# The response of a createServer() request returns the master
|
1193
1182
|
# credential to access the server in EngineAttributes. These
|
1194
|
-
# credentials are not stored by
|
1195
|
-
#
|
1183
|
+
# credentials are not stored by OpsWorks CM; they are returned only as
|
1184
|
+
# part of the result of createServer().
|
1196
1185
|
#
|
1197
1186
|
# **Attributes returned in a createServer response for Chef**
|
1198
1187
|
#
|
1199
1188
|
# * `CHEF_AUTOMATE_PIVOTAL_KEY`: A base64-encoded RSA private key that
|
1200
|
-
# is generated by
|
1201
|
-
#
|
1189
|
+
# is generated by OpsWorks for Chef Automate. This private key is
|
1190
|
+
# required to access the Chef API.
|
1202
1191
|
#
|
1203
1192
|
# * `CHEF_STARTER_KIT`: A base64-encoded ZIP file. The ZIP file
|
1204
1193
|
# contains a Chef starter kit, which includes a README, a
|
@@ -1357,7 +1346,7 @@ module Aws::OpsWorksCM
|
|
1357
1346
|
# upgrade to Chef Automate 2, add this engine attribute to a
|
1358
1347
|
# `StartMaintenance` request and set the value to `true` to upgrade
|
1359
1348
|
# the server to Chef Automate 2. For more information, see [Upgrade
|
1360
|
-
# an
|
1349
|
+
# an OpsWorks for Chef Automate Server to Chef Automate 2][1].
|
1361
1350
|
#
|
1362
1351
|
# ^
|
1363
1352
|
#
|
@@ -1387,11 +1376,11 @@ module Aws::OpsWorksCM
|
|
1387
1376
|
include Aws::Structure
|
1388
1377
|
end
|
1389
1378
|
|
1390
|
-
# A map that contains tag keys and tag values to attach to an
|
1391
|
-
#
|
1392
|
-
#
|
1393
|
-
#
|
1394
|
-
#
|
1379
|
+
# A map that contains tag keys and tag values to attach to an OpsWorks
|
1380
|
+
# for Chef Automate or OpsWorks for Puppet Enterprise server. Leading
|
1381
|
+
# and trailing spaces are trimmed from both the key and value. A maximum
|
1382
|
+
# of 50 user-applied tags is allowed for tag-supported OpsWorks CM
|
1383
|
+
# resources.
|
1395
1384
|
#
|
1396
1385
|
# @!attribute [rw] key
|
1397
1386
|
# A tag key, such as `Stage` or `Name`. A tag key cannot be empty. The
|
@@ -1423,8 +1412,8 @@ module Aws::OpsWorksCM
|
|
1423
1412
|
# @return [String]
|
1424
1413
|
#
|
1425
1414
|
# @!attribute [rw] tags
|
1426
|
-
# A map that contains tag keys and tag values to attach to
|
1427
|
-
#
|
1415
|
+
# A map that contains tag keys and tag values to attach to OpsWorks CM
|
1416
|
+
# servers or backups.
|
1428
1417
|
#
|
1429
1418
|
# * The key cannot be empty.
|
1430
1419
|
#
|
@@ -1439,8 +1428,8 @@ module Aws::OpsWorksCM
|
|
1439
1428
|
# * Leading and trailing white spaces are trimmed from both the key
|
1440
1429
|
# and value.
|
1441
1430
|
#
|
1442
|
-
# * A maximum of 50 user-applied tags is allowed for any
|
1443
|
-
#
|
1431
|
+
# * A maximum of 50 user-applied tags is allowed for any OpsWorks CM
|
1432
|
+
# server or backup.
|
1444
1433
|
# @return [Array<Types::Tag>]
|
1445
1434
|
#
|
1446
1435
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opsworkscm-2016-11-01/TagResourceRequest AWS API Documentation
|
data/lib/aws-sdk-opsworkscm.rb
CHANGED