aws-sdk-opsworkscm 1.11.0 → 1.12.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 +15 -8
- data/lib/aws-sdk-opsworkscm/types.rb +13 -6
- 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: 3f6e686da97a988bd4814e26825305032ee49b06
|
|
4
|
+
data.tar.gz: e17bd93f1572f4c549c5bb2427fcc4e7c9043ef8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4b767fa7229a6910f095f621169e95720982c041ec5d1082fbceb83dd85a9c7f49325f7aa21dcecc503c3217c084548088cbd72c7bacf3659f736e533dee867
|
|
7
|
+
data.tar.gz: 4f876bb4b15cd1b6a9882625bf47963046561c6dc2950e3c7d1b1659a4d10747ed56a338488d72c4d0ddeb012032b6650ee042a52603b4e90f579aa6990cd157
|
data/lib/aws-sdk-opsworkscm.rb
CHANGED
|
@@ -426,10 +426,10 @@ module Aws::OpsWorksCM
|
|
|
426
426
|
#
|
|
427
427
|
# **Attributes accepted in a Chef createServer request:**
|
|
428
428
|
#
|
|
429
|
-
# * `CHEF_PIVOTAL_KEY`\: A base64-encoded RSA
|
|
430
|
-
#
|
|
431
|
-
#
|
|
432
|
-
#
|
|
429
|
+
# * `CHEF_PIVOTAL_KEY`\: A base64-encoded RSA public key. The
|
|
430
|
+
# corresponding private key is required to access the Chef API. When
|
|
431
|
+
# no CHEF\_PIVOTAL\_KEY is set, a private key is generated and
|
|
432
|
+
# returned in the response.
|
|
433
433
|
#
|
|
434
434
|
# * `CHEF_DELIVERY_ADMIN_PASSWORD`\: The password for the administrative
|
|
435
435
|
# user in the Chef Automate GUI. The password length is a minimum of
|
|
@@ -445,7 +445,14 @@ module Aws::OpsWorksCM
|
|
|
445
445
|
# * `PUPPET_ADMIN_PASSWORD`\: To work with the Puppet Enterprise
|
|
446
446
|
# console, a password must use ASCII characters.
|
|
447
447
|
#
|
|
448
|
-
#
|
|
448
|
+
# * `PUPPET_R10K_REMOTE`\: The r10k remote is the URL of your control
|
|
449
|
+
# repository (for example,
|
|
450
|
+
# ssh://git@your.git-repo.com:user/control-repo.git). Specifying an
|
|
451
|
+
# r10k remote opens TCP port 8170.
|
|
452
|
+
#
|
|
453
|
+
# * `PUPPET_R10K_PRIVATE_KEY`\: If you are using a private Git
|
|
454
|
+
# repository, add PUPPET\_R10K\_PRIVATE\_KEY to specify an SSH URL and
|
|
455
|
+
# a PEM-encoded private SSH key.
|
|
449
456
|
#
|
|
450
457
|
# @option params [Integer] :backup_retention_count
|
|
451
458
|
# The number of automated backups that you want to keep. Whenever a new
|
|
@@ -542,7 +549,7 @@ module Aws::OpsWorksCM
|
|
|
542
549
|
#
|
|
543
550
|
#
|
|
544
551
|
#
|
|
545
|
-
# [1]:
|
|
552
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html
|
|
546
553
|
#
|
|
547
554
|
# @option params [String] :backup_id
|
|
548
555
|
# If you specify this field, AWS OpsWorks CM creates the server by using
|
|
@@ -1301,7 +1308,7 @@ module Aws::OpsWorksCM
|
|
|
1301
1308
|
# Updates engine-specific attributes on a specified server. The server
|
|
1302
1309
|
# enters the `MODIFYING` state when this operation is in progress. Only
|
|
1303
1310
|
# one update can occur at a time. You can use this command to reset a
|
|
1304
|
-
# Chef server's
|
|
1311
|
+
# Chef server's public key (`CHEF_PIVOTAL_KEY`) or a Puppet server's
|
|
1305
1312
|
# admin password (`PUPPET_ADMIN_PASSWORD`).
|
|
1306
1313
|
#
|
|
1307
1314
|
# This operation is asynchronous.
|
|
@@ -1385,7 +1392,7 @@ module Aws::OpsWorksCM
|
|
|
1385
1392
|
params: params,
|
|
1386
1393
|
config: config)
|
|
1387
1394
|
context[:gem_name] = 'aws-sdk-opsworkscm'
|
|
1388
|
-
context[:gem_version] = '1.
|
|
1395
|
+
context[:gem_version] = '1.12.0'
|
|
1389
1396
|
Seahorse::Client::Request.new(handlers, context)
|
|
1390
1397
|
end
|
|
1391
1398
|
|
|
@@ -343,10 +343,10 @@ module Aws::OpsWorksCM
|
|
|
343
343
|
#
|
|
344
344
|
# **Attributes accepted in a Chef createServer request:**
|
|
345
345
|
#
|
|
346
|
-
# * `CHEF_PIVOTAL_KEY`\: A base64-encoded RSA
|
|
347
|
-
#
|
|
348
|
-
#
|
|
349
|
-
#
|
|
346
|
+
# * `CHEF_PIVOTAL_KEY`\: A base64-encoded RSA public key. The
|
|
347
|
+
# corresponding private key is required to access the Chef API. When
|
|
348
|
+
# no CHEF\_PIVOTAL\_KEY is set, a private key is generated and
|
|
349
|
+
# returned in the response.
|
|
350
350
|
#
|
|
351
351
|
# * `CHEF_DELIVERY_ADMIN_PASSWORD`\: The password for the
|
|
352
352
|
# administrative user in the Chef Automate GUI. The password length
|
|
@@ -362,7 +362,14 @@ module Aws::OpsWorksCM
|
|
|
362
362
|
# * `PUPPET_ADMIN_PASSWORD`\: To work with the Puppet Enterprise
|
|
363
363
|
# console, a password must use ASCII characters.
|
|
364
364
|
#
|
|
365
|
-
#
|
|
365
|
+
# * `PUPPET_R10K_REMOTE`\: The r10k remote is the URL of your control
|
|
366
|
+
# repository (for example,
|
|
367
|
+
# ssh://git@your.git-repo.com:user/control-repo.git). Specifying an
|
|
368
|
+
# r10k remote opens TCP port 8170.
|
|
369
|
+
#
|
|
370
|
+
# * `PUPPET_R10K_PRIVATE_KEY`\: If you are using a private Git
|
|
371
|
+
# repository, add PUPPET\_R10K\_PRIVATE\_KEY to specify an SSH URL
|
|
372
|
+
# and a PEM-encoded private SSH key.
|
|
366
373
|
# @return [Array<Types::EngineAttribute>]
|
|
367
374
|
#
|
|
368
375
|
# @!attribute [rw] backup_retention_count
|
|
@@ -470,7 +477,7 @@ module Aws::OpsWorksCM
|
|
|
470
477
|
#
|
|
471
478
|
#
|
|
472
479
|
#
|
|
473
|
-
# [1]:
|
|
480
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html
|
|
474
481
|
# @return [Array<String>]
|
|
475
482
|
#
|
|
476
483
|
# @!attribute [rw] backup_id
|
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.12.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-
|
|
11
|
+
date: 2019-02-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|