aws-sdk-opsworkscm 1.19.0 → 1.20.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 -23
- data/lib/aws-sdk-opsworkscm/types.rb +22 -24
- 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: f5744ddf90bce816a83125ace90586e377e730d3
|
|
4
|
+
data.tar.gz: 15e61080167a0b8de6cb367d2a940d0fd5ea453f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e28231d0e64c38c5995b2b0d1abd94fec668ffa0c3f1e675b892226e59ba7d9aa6af7cb2e8f6c7a147717fd280f76cb67b5bb48c37b627fe34a1bba9be09de1
|
|
7
|
+
data.tar.gz: 617051dc5a527f8ee65e45da405b400442fa5b17cf5b54dd385fb9c653c692c0fbe8d9761abe76750346c079e7386c59c1d92b1a10ba0fb98b6cab057b8324ff
|
data/lib/aws-sdk-opsworkscm.rb
CHANGED
|
@@ -455,7 +455,7 @@ module Aws::OpsWorksCM
|
|
|
455
455
|
#
|
|
456
456
|
# @option params [String] :engine
|
|
457
457
|
# The configuration management engine to use. Valid values include
|
|
458
|
-
# `
|
|
458
|
+
# `ChefAutomate` and `Puppet`.
|
|
459
459
|
#
|
|
460
460
|
# @option params [String] :engine_model
|
|
461
461
|
# The engine model of the server. Valid values in this release include
|
|
@@ -471,19 +471,19 @@ module Aws::OpsWorksCM
|
|
|
471
471
|
#
|
|
472
472
|
# **Attributes accepted in a Chef createServer request:**
|
|
473
473
|
#
|
|
474
|
-
# * `
|
|
474
|
+
# * `CHEF_AUTOMATE_PIVOTAL_KEY`\: A base64-encoded RSA public key. The
|
|
475
475
|
# corresponding private key is required to access the Chef API. When
|
|
476
|
-
# no CHEF\_PIVOTAL\_KEY is set, a private key is generated
|
|
477
|
-
# returned in the response.
|
|
478
|
-
#
|
|
479
|
-
# * `
|
|
480
|
-
# user in the Chef Automate
|
|
481
|
-
# eight characters, and a maximum of 32. The password
|
|
482
|
-
# letters, numbers, and special characters
|
|
483
|
-
# password must contain at least one lower
|
|
484
|
-
# letter, one number, and one special
|
|
485
|
-
# CHEF\
|
|
486
|
-
# returned in the response.
|
|
476
|
+
# no CHEF\_AUTOMATE\_PIVOTAL\_KEY is set, a private key is generated
|
|
477
|
+
# and returned in the response.
|
|
478
|
+
#
|
|
479
|
+
# * `CHEF_AUTOMATE_ADMIN_PASSWORD`\: The password for the administrative
|
|
480
|
+
# user in the Chef Automate web-based dashboard. The password length
|
|
481
|
+
# is a minimum of eight characters, and a maximum of 32. The password
|
|
482
|
+
# can contain letters, numbers, and special characters
|
|
483
|
+
# (!/@#$%^&+=\_). The password must contain at least one lower
|
|
484
|
+
# case letter, one upper case letter, one number, and one special
|
|
485
|
+
# character. When no CHEF\_AUTOMATE\_ADMIN\_PASSWORD is set, one is
|
|
486
|
+
# generated and returned in the response.
|
|
487
487
|
#
|
|
488
488
|
# **Attributes accepted in a Puppet createServer request:**
|
|
489
489
|
#
|
|
@@ -496,8 +496,8 @@ module Aws::OpsWorksCM
|
|
|
496
496
|
# r10k remote opens TCP port 8170.
|
|
497
497
|
#
|
|
498
498
|
# * `PUPPET_R10K_PRIVATE_KEY`\: If you are using a private Git
|
|
499
|
-
# repository, add PUPPET\_R10K\_PRIVATE\_KEY to specify
|
|
500
|
-
#
|
|
499
|
+
# repository, add PUPPET\_R10K\_PRIVATE\_KEY to specify a PEM-encoded
|
|
500
|
+
# private SSH key.
|
|
501
501
|
#
|
|
502
502
|
# @option params [Integer] :backup_retention_count
|
|
503
503
|
# The number of automated backups that you want to keep. Whenever a new
|
|
@@ -520,9 +520,7 @@ module Aws::OpsWorksCM
|
|
|
520
520
|
# instance profile you need.
|
|
521
521
|
#
|
|
522
522
|
# @option params [required, String] :instance_type
|
|
523
|
-
# The Amazon EC2 instance type to use. For example, `
|
|
524
|
-
# Recommended instance types include `t2.medium` and greater, `m4.*`, or
|
|
525
|
-
# `c4.xlarge` and greater.
|
|
523
|
+
# The Amazon EC2 instance type to use. For example, `m5.large`.
|
|
526
524
|
#
|
|
527
525
|
# @option params [String] :key_pair
|
|
528
526
|
# The Amazon EC2 key pair to set for the instance. This parameter is
|
|
@@ -733,8 +731,7 @@ module Aws::OpsWorksCM
|
|
|
733
731
|
req.send_request(options)
|
|
734
732
|
end
|
|
735
733
|
|
|
736
|
-
# Describes your account attributes
|
|
737
|
-
# limits before they are reached or exceeded.
|
|
734
|
+
# Describes your OpsWorks-CM account attributes.
|
|
738
735
|
#
|
|
739
736
|
# This operation is synchronous.
|
|
740
737
|
#
|
|
@@ -1167,8 +1164,8 @@ module Aws::OpsWorksCM
|
|
|
1167
1164
|
#
|
|
1168
1165
|
# @option params [String] :instance_type
|
|
1169
1166
|
# The type of the instance to create. Valid values must be specified in
|
|
1170
|
-
# the following format: `^([cm][34]|t2).*` For example, `
|
|
1171
|
-
# Valid values are `
|
|
1167
|
+
# the following format: `^([cm][34]|t2).*` For example, `m5.large`.
|
|
1168
|
+
# Valid values are `m5.large`, `r5.xlarge`, and `r5.2xlarge`. If you do
|
|
1172
1169
|
# not specify this parameter, RestoreServer uses the instance type from
|
|
1173
1170
|
# the specified backup.
|
|
1174
1171
|
#
|
|
@@ -1437,7 +1434,7 @@ module Aws::OpsWorksCM
|
|
|
1437
1434
|
params: params,
|
|
1438
1435
|
config: config)
|
|
1439
1436
|
context[:gem_name] = 'aws-sdk-opsworkscm'
|
|
1440
|
-
context[:gem_version] = '1.
|
|
1437
|
+
context[:gem_version] = '1.20.0'
|
|
1441
1438
|
Seahorse::Client::Request.new(handlers, context)
|
|
1442
1439
|
end
|
|
1443
1440
|
|
|
@@ -324,7 +324,7 @@ module Aws::OpsWorksCM
|
|
|
324
324
|
#
|
|
325
325
|
# @!attribute [rw] engine
|
|
326
326
|
# The configuration management engine to use. Valid values include
|
|
327
|
-
# `
|
|
327
|
+
# `ChefAutomate` and `Puppet`.
|
|
328
328
|
# @return [String]
|
|
329
329
|
#
|
|
330
330
|
# @!attribute [rw] engine_model
|
|
@@ -343,19 +343,19 @@ module Aws::OpsWorksCM
|
|
|
343
343
|
#
|
|
344
344
|
# **Attributes accepted in a Chef createServer request:**
|
|
345
345
|
#
|
|
346
|
-
# * `
|
|
346
|
+
# * `CHEF_AUTOMATE_PIVOTAL_KEY`\: A base64-encoded RSA public key. The
|
|
347
347
|
# corresponding private key is required to access the Chef API. When
|
|
348
|
-
# no CHEF\_PIVOTAL\_KEY is set, a private key is generated
|
|
349
|
-
# returned in the response.
|
|
350
|
-
#
|
|
351
|
-
# * `
|
|
352
|
-
# administrative user in the Chef Automate
|
|
353
|
-
# is a minimum of eight characters, and a maximum of
|
|
354
|
-
# password can contain letters, numbers, and special
|
|
355
|
-
# (!/@#$%^&+=\_). The password must contain at least
|
|
356
|
-
# case letter, one upper case letter, one number, and one
|
|
357
|
-
# character. When no CHEF\
|
|
358
|
-
# generated and returned in the response.
|
|
348
|
+
# no CHEF\_AUTOMATE\_PIVOTAL\_KEY is set, a private key is generated
|
|
349
|
+
# and returned in the response.
|
|
350
|
+
#
|
|
351
|
+
# * `CHEF_AUTOMATE_ADMIN_PASSWORD`\: The password for the
|
|
352
|
+
# administrative user in the Chef Automate web-based dashboard. The
|
|
353
|
+
# password length is a minimum of eight characters, and a maximum of
|
|
354
|
+
# 32. The password can contain letters, numbers, and special
|
|
355
|
+
# characters (!/@#$%^&+=\_). The password must contain at least
|
|
356
|
+
# one lower case letter, one upper case letter, one number, and one
|
|
357
|
+
# special character. When no CHEF\_AUTOMATE\_ADMIN\_PASSWORD is set,
|
|
358
|
+
# one is generated and returned in the response.
|
|
359
359
|
#
|
|
360
360
|
# **Attributes accepted in a Puppet createServer request:**
|
|
361
361
|
#
|
|
@@ -368,8 +368,8 @@ module Aws::OpsWorksCM
|
|
|
368
368
|
# r10k remote opens TCP port 8170.
|
|
369
369
|
#
|
|
370
370
|
# * `PUPPET_R10K_PRIVATE_KEY`\: If you are using a private Git
|
|
371
|
-
# repository, add PUPPET\_R10K\_PRIVATE\_KEY to specify
|
|
372
|
-
#
|
|
371
|
+
# repository, add PUPPET\_R10K\_PRIVATE\_KEY to specify a
|
|
372
|
+
# PEM-encoded private SSH key.
|
|
373
373
|
# @return [Array<Types::EngineAttribute>]
|
|
374
374
|
#
|
|
375
375
|
# @!attribute [rw] backup_retention_count
|
|
@@ -396,9 +396,7 @@ module Aws::OpsWorksCM
|
|
|
396
396
|
# @return [String]
|
|
397
397
|
#
|
|
398
398
|
# @!attribute [rw] instance_type
|
|
399
|
-
# The Amazon EC2 instance type to use. For example, `
|
|
400
|
-
# Recommended instance types include `t2.medium` and greater, `m4.*`,
|
|
401
|
-
# or `c4.xlarge` and greater.
|
|
399
|
+
# The Amazon EC2 instance type to use. For example, `m5.large`.
|
|
402
400
|
# @return [String]
|
|
403
401
|
#
|
|
404
402
|
# @!attribute [rw] key_pair
|
|
@@ -1052,8 +1050,8 @@ module Aws::OpsWorksCM
|
|
|
1052
1050
|
#
|
|
1053
1051
|
# @!attribute [rw] instance_type
|
|
1054
1052
|
# The type of the instance to create. Valid values must be specified
|
|
1055
|
-
# in the following format: `^([cm][34]|t2).*` For example, `
|
|
1056
|
-
# Valid values are `
|
|
1053
|
+
# in the following format: `^([cm][34]|t2).*` For example, `m5.large`.
|
|
1054
|
+
# Valid values are `m5.large`, `r5.xlarge`, and `r5.2xlarge`. If you
|
|
1057
1055
|
# do not specify this parameter, RestoreServer uses the instance type
|
|
1058
1056
|
# from the specified backup.
|
|
1059
1057
|
# @return [String]
|
|
@@ -1112,7 +1110,7 @@ module Aws::OpsWorksCM
|
|
|
1112
1110
|
#
|
|
1113
1111
|
# @!attribute [rw] engine
|
|
1114
1112
|
# The engine type of the server. Valid values in this release include
|
|
1115
|
-
# `
|
|
1113
|
+
# `ChefAutomate` and `Puppet`.
|
|
1116
1114
|
# @return [String]
|
|
1117
1115
|
#
|
|
1118
1116
|
# @!attribute [rw] engine_model
|
|
@@ -1128,9 +1126,9 @@ module Aws::OpsWorksCM
|
|
|
1128
1126
|
#
|
|
1129
1127
|
# **Attributes returned in a createServer response for Chef**
|
|
1130
1128
|
#
|
|
1131
|
-
# * `
|
|
1132
|
-
# generated by AWS OpsWorks for Chef Automate. This private
|
|
1133
|
-
# required to access the Chef API.
|
|
1129
|
+
# * `CHEF_AUTOMATE_PIVOTAL_KEY`\: A base64-encoded RSA private key
|
|
1130
|
+
# that is generated by AWS OpsWorks for Chef Automate. This private
|
|
1131
|
+
# key is required to access the Chef API.
|
|
1134
1132
|
#
|
|
1135
1133
|
# * `CHEF_STARTER_KIT`\: A base64-encoded ZIP file. The ZIP file
|
|
1136
1134
|
# contains a Chef starter kit, which includes a README, a
|
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.20.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-05-
|
|
11
|
+
date: 2019-05-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|