aws-sdk-opsworkscm 1.27.0 → 1.28.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-opsworkscm.rb +1 -1
- data/lib/aws-sdk-opsworkscm/client.rb +20 -6
- data/lib/aws-sdk-opsworkscm/types.rb +23 -2
- 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: 0ac25aa60be8be7b5ced8649ca75efba4f5773fd
|
|
4
|
+
data.tar.gz: e8acd93cf35c0b4d32b16550d0b29eda6f468033
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74f467ebccb5099784d0138316c8ba2cc9d58add11476c77fd7e823412150d07df7ec77780f60bea7133e78b62b7598d350c5f9e4e8a7402ed3472645bd4b8c2
|
|
7
|
+
data.tar.gz: 5ae6e0bf6df57e91270e67edccd8ece5bf944be0f74aebaf6e06909b58603ec2b882159f6e599aafbea13120b8f0e7cfa19116b056607e6e552c6ce801bf02b0
|
data/lib/aws-sdk-opsworkscm.rb
CHANGED
|
@@ -1333,11 +1333,11 @@ module Aws::OpsWorksCM
|
|
|
1333
1333
|
# The name of the server that you want to restore.
|
|
1334
1334
|
#
|
|
1335
1335
|
# @option params [String] :instance_type
|
|
1336
|
-
# The type of
|
|
1337
|
-
#
|
|
1338
|
-
#
|
|
1339
|
-
#
|
|
1340
|
-
#
|
|
1336
|
+
# The type of instance to restore. Valid values must be specified in the
|
|
1337
|
+
# following format: `^([cm][34]|t2).*` For example, `m5.large`. Valid
|
|
1338
|
+
# values are `m5.large`, `r5.xlarge`, and `r5.2xlarge`. If you do not
|
|
1339
|
+
# specify this parameter, RestoreServer uses the instance type from the
|
|
1340
|
+
# specified backup.
|
|
1341
1341
|
#
|
|
1342
1342
|
# @option params [String] :key_pair
|
|
1343
1343
|
# The name of the key pair to set on the new EC2 instance. This can be
|
|
@@ -1381,6 +1381,20 @@ module Aws::OpsWorksCM
|
|
|
1381
1381
|
# Engine attributes that are specific to the server on which you want to
|
|
1382
1382
|
# run maintenance.
|
|
1383
1383
|
#
|
|
1384
|
+
# **Attributes accepted in a StartMaintenance request for Chef**
|
|
1385
|
+
#
|
|
1386
|
+
# * `CHEF_MAJOR_UPGRADE`\: If a Chef Automate server is eligible for
|
|
1387
|
+
# upgrade to Chef Automate 2, add this engine attribute to a
|
|
1388
|
+
# `StartMaintenance` request and set the value to `true` to upgrade
|
|
1389
|
+
# the server to Chef Automate 2. For more information, see [Upgrade an
|
|
1390
|
+
# AWS OpsWorks for Chef Automate Server to Chef Automate 2][1].
|
|
1391
|
+
#
|
|
1392
|
+
# ^
|
|
1393
|
+
#
|
|
1394
|
+
#
|
|
1395
|
+
#
|
|
1396
|
+
# [1]: https://docs.aws.amazon.com/opsworks/latest/userguide/opscm-a2upgrade.html
|
|
1397
|
+
#
|
|
1384
1398
|
# @return [Types::StartMaintenanceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1385
1399
|
#
|
|
1386
1400
|
# * {Types::StartMaintenanceResponse#server #server} => Types::Server
|
|
@@ -1686,7 +1700,7 @@ module Aws::OpsWorksCM
|
|
|
1686
1700
|
params: params,
|
|
1687
1701
|
config: config)
|
|
1688
1702
|
context[:gem_name] = 'aws-sdk-opsworkscm'
|
|
1689
|
-
context[:gem_version] = '1.
|
|
1703
|
+
context[:gem_version] = '1.28.0'
|
|
1690
1704
|
Seahorse::Client::Request.new(handlers, context)
|
|
1691
1705
|
end
|
|
1692
1706
|
|
|
@@ -890,6 +890,13 @@ module Aws::OpsWorksCM
|
|
|
890
890
|
# @!attribute [rw] servers
|
|
891
891
|
# Contains the response to a `DescribeServers` request.
|
|
892
892
|
#
|
|
893
|
+
# *For Chef Automate servers:* If
|
|
894
|
+
# `DescribeServersResponse$Servers$EngineAttributes` includes
|
|
895
|
+
# CHEF\_MAJOR\_UPGRADE\_AVAILABLE, you can upgrade the Chef Automate
|
|
896
|
+
# server to Chef Automate 2. To be eligible for upgrade, a server
|
|
897
|
+
# running Chef Automate 1 must have had at least one successful
|
|
898
|
+
# maintenance run after November 1, 2019.
|
|
899
|
+
#
|
|
893
900
|
# *For Puppet Server:*
|
|
894
901
|
# `DescribeServersResponse$Servers$EngineAttributes` contains
|
|
895
902
|
# PUPPET\_API\_CA\_CERT. This is the PEM-encoded CA certificate that
|
|
@@ -1218,8 +1225,8 @@ module Aws::OpsWorksCM
|
|
|
1218
1225
|
# @return [String]
|
|
1219
1226
|
#
|
|
1220
1227
|
# @!attribute [rw] instance_type
|
|
1221
|
-
# The type of
|
|
1222
|
-
#
|
|
1228
|
+
# The type of instance to restore. Valid values must be specified in
|
|
1229
|
+
# the following format: `^([cm][34]|t2).*` For example, `m5.large`.
|
|
1223
1230
|
# Valid values are `m5.large`, `r5.xlarge`, and `r5.2xlarge`. If you
|
|
1224
1231
|
# do not specify this parameter, RestoreServer uses the instance type
|
|
1225
1232
|
# from the specified backup.
|
|
@@ -1468,6 +1475,20 @@ module Aws::OpsWorksCM
|
|
|
1468
1475
|
# @!attribute [rw] engine_attributes
|
|
1469
1476
|
# Engine attributes that are specific to the server on which you want
|
|
1470
1477
|
# to run maintenance.
|
|
1478
|
+
#
|
|
1479
|
+
# **Attributes accepted in a StartMaintenance request for Chef**
|
|
1480
|
+
#
|
|
1481
|
+
# * `CHEF_MAJOR_UPGRADE`\: If a Chef Automate server is eligible for
|
|
1482
|
+
# upgrade to Chef Automate 2, add this engine attribute to a
|
|
1483
|
+
# `StartMaintenance` request and set the value to `true` to upgrade
|
|
1484
|
+
# the server to Chef Automate 2. For more information, see [Upgrade
|
|
1485
|
+
# an AWS OpsWorks for Chef Automate Server to Chef Automate 2][1].
|
|
1486
|
+
#
|
|
1487
|
+
# ^
|
|
1488
|
+
#
|
|
1489
|
+
#
|
|
1490
|
+
#
|
|
1491
|
+
# [1]: https://docs.aws.amazon.com/opsworks/latest/userguide/opscm-a2upgrade.html
|
|
1471
1492
|
# @return [Array<Types::EngineAttribute>]
|
|
1472
1493
|
#
|
|
1473
1494
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opsworkscm-2016-11-01/StartMaintenanceRequest 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.28.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: 2020-01-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|