aws-sdk-opsworkscm 1.10.0 → 1.11.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f342b79d7be72c1b3e8fe5aa28ed2fe3a494a529
4
- data.tar.gz: 3181c358ddd8dbd9f9e1b02ccf33a0444c6d97c5
3
+ metadata.gz: 5a70ee01c94fb4247df6cd104335a21adb34f134
4
+ data.tar.gz: ec5572150f999b214987c0db5e74211c61004b6a
5
5
  SHA512:
6
- metadata.gz: b6c7c3ca9ffa64f5932a698133fd7e3160cc8939104f82c1388aa58885a75f1c71a7eee25deb9c8813d4f9d253eadbfee64bde383b08c4c9a95b6c27662ebfd8
7
- data.tar.gz: a075ff9bfa57c9e7a35c95d5c597e7a644fd16c2be603eb4ccb078c38b6b8c22d840d80d79edb5a9a4964972fb7723408d6b5291692670ca091b42d0c02e6087
6
+ metadata.gz: cf57b47e531e73aac3c8f9fa5703617adbc8340606568cf4bc08370af8c8f7926eb4f381c4ca1fc74c24db82008cb7c275de51250886f282dedfe8d3fc54abfa
7
+ data.tar.gz: 2ed1e1825da36e9aa243080354ba9dd1ff433c510ee8d5cda6e121a8d659c3123860e9e4676a839862d378b6c1ab0c5266b1a683c4cf6337e040684ff160148c
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-opsworkscm/customizations'
43
43
  # @service
44
44
  module Aws::OpsWorksCM
45
45
 
46
- GEM_VERSION = '1.10.0'
46
+ GEM_VERSION = '1.11.0'
47
47
 
48
48
  end
@@ -1031,27 +1031,34 @@ module Aws::OpsWorksCM
1031
1031
  # DELETING.
1032
1032
  #
1033
1033
  # @option params [required, String] :export_attribute_name
1034
- # The name of the export attribute. Currently supported export attribute
1035
- # is "Userdata" which exports a userdata script filled out with
1036
- # parameters provided in the `InputAttributes` list.
1034
+ # The name of the export attribute. Currently, the supported export
1035
+ # attribute is `Userdata`. This exports a user data script that includes
1036
+ # parameters and values provided in the `InputAttributes` list.
1037
1037
  #
1038
1038
  # @option params [required, String] :server_name
1039
- # The name of the Server to which the attribute is being exported from
1039
+ # The name of the server from which you are exporting the attribute.
1040
1040
  #
1041
1041
  # @option params [Array<Types::EngineAttribute>] :input_attributes
1042
- # The list of engine attributes. The list type is `EngineAttribute`.
1043
- # `EngineAttribute` is a pair of attribute name and value. For
1044
- # `ExportAttributeName` "Userdata", currently supported input
1045
- # attribute names are: - "RunList": For Chef, an ordered list of roles
1046
- # and/or recipes that are run in the exact order. For Puppet, this
1047
- # parameter is ignored. - "OrganizationName": For Chef, an
1048
- # organization name. AWS OpsWorks for Chef Server always creates the
1049
- # organization "default". For Puppet, this parameter is ignored. -
1050
- # "NodeEnvironment": For Chef, a node environment (eg. development,
1051
- # staging, onebox). For Puppet, this parameter is ignored. -
1052
- # "NodeClientVersion": For Chef, version of Chef Engine (3 numbers
1053
- # separated by dots, eg. "13.8.5"). If empty, it uses the latest one.
1054
- # For Puppet, this parameter is ignored.
1042
+ # The list of engine attributes. The list type is `EngineAttribute`. An
1043
+ # `EngineAttribute` list item is a pair that includes an attribute name
1044
+ # and its value. For the `Userdata` ExportAttributeName, the following
1045
+ # are supported engine attribute names.
1046
+ #
1047
+ # * **RunList** In Chef, a list of roles or recipes that are run in the
1048
+ # specified order. In Puppet, this parameter is ignored.
1049
+ #
1050
+ # * **OrganizationName** In Chef, an organization name. AWS OpsWorks for
1051
+ # Chef Automate always creates the organization `default`. In Puppet,
1052
+ # this parameter is ignored.
1053
+ #
1054
+ # * **NodeEnvironment** In Chef, a node environment (for example,
1055
+ # development, staging, or one-box). In Puppet, this parameter is
1056
+ # ignored.
1057
+ #
1058
+ # * **NodeClientVersion** In Chef, the version of the Chef engine (three
1059
+ # numbers separated by dots, such as 13.8.5). If this attribute is
1060
+ # empty, OpsWorks for Chef Automate uses the most current version. In
1061
+ # Puppet, this parameter is ignored.
1055
1062
  #
1056
1063
  # @return [Types::ExportServerEngineAttributeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1057
1064
  #
@@ -1294,8 +1301,7 @@ module Aws::OpsWorksCM
1294
1301
  # Updates engine-specific attributes on a specified server. The server
1295
1302
  # enters the `MODIFYING` state when this operation is in progress. Only
1296
1303
  # one update can occur at a time. You can use this command to reset a
1297
- # Chef server's private key (`CHEF_PIVOTAL_KEY`), a Chef server's
1298
- # admin password (`CHEF_DELIVERY_ADMIN_PASSWORD`), or a Puppet server's
1304
+ # Chef server's private key (`CHEF_PIVOTAL_KEY`) or a Puppet server's
1299
1305
  # admin password (`PUPPET_ADMIN_PASSWORD`).
1300
1306
  #
1301
1307
  # This operation is asynchronous.
@@ -1379,7 +1385,7 @@ module Aws::OpsWorksCM
1379
1385
  params: params,
1380
1386
  config: config)
1381
1387
  context[:gem_name] = 'aws-sdk-opsworkscm'
1382
- context[:gem_version] = '1.10.0'
1388
+ context[:gem_version] = '1.11.0'
1383
1389
  Seahorse::Client::Request.new(handlers, context)
1384
1390
  end
1385
1391
 
@@ -895,29 +895,37 @@ module Aws::OpsWorksCM
895
895
  # }
896
896
  #
897
897
  # @!attribute [rw] export_attribute_name
898
- # The name of the export attribute. Currently supported export
899
- # attribute is "Userdata" which exports a userdata script filled out
900
- # with parameters provided in the `InputAttributes` list.
898
+ # The name of the export attribute. Currently, the supported export
899
+ # attribute is `Userdata`. This exports a user data script that
900
+ # includes parameters and values provided in the `InputAttributes`
901
+ # list.
901
902
  # @return [String]
902
903
  #
903
904
  # @!attribute [rw] server_name
904
- # The name of the Server to which the attribute is being exported from
905
+ # The name of the server from which you are exporting the attribute.
905
906
  # @return [String]
906
907
  #
907
908
  # @!attribute [rw] input_attributes
908
909
  # The list of engine attributes. The list type is `EngineAttribute`.
909
- # `EngineAttribute` is a pair of attribute name and value. For
910
- # `ExportAttributeName` "Userdata", currently supported input
911
- # attribute names are: - "RunList": For Chef, an ordered list of
912
- # roles and/or recipes that are run in the exact order. For Puppet,
913
- # this parameter is ignored. - "OrganizationName": For Chef, an
914
- # organization name. AWS OpsWorks for Chef Server always creates the
915
- # organization "default". For Puppet, this parameter is ignored. -
916
- # "NodeEnvironment": For Chef, a node environment (eg. development,
917
- # staging, onebox). For Puppet, this parameter is ignored. -
918
- # "NodeClientVersion": For Chef, version of Chef Engine (3 numbers
919
- # separated by dots, eg. "13.8.5"). If empty, it uses the latest
920
- # one. For Puppet, this parameter is ignored.
910
+ # An `EngineAttribute` list item is a pair that includes an attribute
911
+ # name and its value. For the `Userdata` ExportAttributeName, the
912
+ # following are supported engine attribute names.
913
+ #
914
+ # * **RunList** In Chef, a list of roles or recipes that are run in
915
+ # the specified order. In Puppet, this parameter is ignored.
916
+ #
917
+ # * **OrganizationName** In Chef, an organization name. AWS OpsWorks
918
+ # for Chef Automate always creates the organization `default`. In
919
+ # Puppet, this parameter is ignored.
920
+ #
921
+ # * **NodeEnvironment** In Chef, a node environment (for example,
922
+ # development, staging, or one-box). In Puppet, this parameter is
923
+ # ignored.
924
+ #
925
+ # * **NodeClientVersion** In Chef, the version of the Chef engine
926
+ # (three numbers separated by dots, such as 13.8.5). If this
927
+ # attribute is empty, OpsWorks for Chef Automate uses the most
928
+ # current version. In Puppet, this parameter is ignored.
921
929
  # @return [Array<Types::EngineAttribute>]
922
930
  #
923
931
  # @see http://docs.aws.amazon.com/goto/WebAPI/opsworkscm-2016-11-01/ExportServerEngineAttributeRequest AWS API Documentation
@@ -934,7 +942,7 @@ module Aws::OpsWorksCM
934
942
  # @return [Types::EngineAttribute]
935
943
  #
936
944
  # @!attribute [rw] server_name
937
- # The requested ServerName.
945
+ # The server name used in the request.
938
946
  # @return [String]
939
947
  #
940
948
  # @see http://docs.aws.amazon.com/goto/WebAPI/opsworkscm-2016-11-01/ExportServerEngineAttributeResponse AWS API Documentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opsworkscm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.11.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-20 00:00:00.000000000 Z
11
+ date: 2019-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core