aws-sdk-opsworkscm 1.10.0 → 1.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-opsworkscm.rb +1 -1
- data/lib/aws-sdk-opsworkscm/client.rb +26 -20
- data/lib/aws-sdk-opsworkscm/types.rb +25 -17
- 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: 5a70ee01c94fb4247df6cd104335a21adb34f134
|
4
|
+
data.tar.gz: ec5572150f999b214987c0db5e74211c61004b6a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf57b47e531e73aac3c8f9fa5703617adbc8340606568cf4bc08370af8c8f7926eb4f381c4ca1fc74c24db82008cb7c275de51250886f282dedfe8d3fc54abfa
|
7
|
+
data.tar.gz: 2ed1e1825da36e9aa243080354ba9dd1ff433c510ee8d5cda6e121a8d659c3123860e9e4676a839862d378b6c1ab0c5266b1a683c4cf6337e040684ff160148c
|
data/lib/aws-sdk-opsworkscm.rb
CHANGED
@@ -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
|
1035
|
-
# is
|
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
|
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
|
1044
|
-
# `
|
1045
|
-
#
|
1046
|
-
#
|
1047
|
-
#
|
1048
|
-
#
|
1049
|
-
#
|
1050
|
-
#
|
1051
|
-
#
|
1052
|
-
#
|
1053
|
-
#
|
1054
|
-
#
|
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`)
|
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.
|
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
|
900
|
-
#
|
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
|
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
|
910
|
-
# `
|
911
|
-
#
|
912
|
-
#
|
913
|
-
#
|
914
|
-
#
|
915
|
-
#
|
916
|
-
#
|
917
|
-
#
|
918
|
-
#
|
919
|
-
#
|
920
|
-
#
|
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
|
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.
|
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:
|
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
|