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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 44bd4204762e6205cfd1482860e0c87bca26ac0a
4
- data.tar.gz: e509343bbf7d9abbbb91d66ad51041128eb50a93
3
+ metadata.gz: 0ac25aa60be8be7b5ced8649ca75efba4f5773fd
4
+ data.tar.gz: e8acd93cf35c0b4d32b16550d0b29eda6f468033
5
5
  SHA512:
6
- metadata.gz: 908ee4362f97ecf5035e6f558485b5f6e5dc81710dff457036f3cebf7599b96e71d7af23942e728dd392c72e5f00fa674940c1eb80dbaeb97c1b165657b4c818
7
- data.tar.gz: 6fd24dc90c5517b7398ab448a29862bd505155eef5dfc88a929bc79a8ce61e9a27b3605ff55893cedfacf7057be1cbc5b3247c34b115c461988527ca6e4b6f23
6
+ metadata.gz: 74f467ebccb5099784d0138316c8ba2cc9d58add11476c77fd7e823412150d07df7ec77780f60bea7133e78b62b7598d350c5f9e4e8a7402ed3472645bd4b8c2
7
+ data.tar.gz: 5ae6e0bf6df57e91270e67edccd8ece5bf944be0f74aebaf6e06909b58603ec2b882159f6e599aafbea13120b8f0e7cfa19116b056607e6e552c6ce801bf02b0
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-opsworkscm/customizations'
43
43
  # @service
44
44
  module Aws::OpsWorksCM
45
45
 
46
- GEM_VERSION = '1.27.0'
46
+ GEM_VERSION = '1.28.0'
47
47
 
48
48
  end
@@ -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 the instance to create. Valid values must be specified in
1337
- # the following format: `^([cm][34]|t2).*` For example, `m5.large`.
1338
- # Valid values are `m5.large`, `r5.xlarge`, and `r5.2xlarge`. If you do
1339
- # not specify this parameter, RestoreServer uses the instance type from
1340
- # the specified backup.
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.27.0'
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 the instance to create. Valid values must be specified
1222
- # in the following format: `^([cm][34]|t2).*` For example, `m5.large`.
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.27.0
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: 2019-12-18 00:00:00.000000000 Z
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