aws-sdk-opsworkscm 1.11.0 → 1.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5a70ee01c94fb4247df6cd104335a21adb34f134
4
- data.tar.gz: ec5572150f999b214987c0db5e74211c61004b6a
3
+ metadata.gz: 3f6e686da97a988bd4814e26825305032ee49b06
4
+ data.tar.gz: e17bd93f1572f4c549c5bb2427fcc4e7c9043ef8
5
5
  SHA512:
6
- metadata.gz: cf57b47e531e73aac3c8f9fa5703617adbc8340606568cf4bc08370af8c8f7926eb4f381c4ca1fc74c24db82008cb7c275de51250886f282dedfe8d3fc54abfa
7
- data.tar.gz: 2ed1e1825da36e9aa243080354ba9dd1ff433c510ee8d5cda6e121a8d659c3123860e9e4676a839862d378b6c1ab0c5266b1a683c4cf6337e040684ff160148c
6
+ metadata.gz: c4b767fa7229a6910f095f621169e95720982c041ec5d1082fbceb83dd85a9c7f49325f7aa21dcecc503c3217c084548088cbd72c7bacf3659f736e533dee867
7
+ data.tar.gz: 4f876bb4b15cd1b6a9882625bf47963046561c6dc2950e3c7d1b1659a4d10747ed56a338488d72c4d0ddeb012032b6650ee042a52603b4e90f579aa6990cd157
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-opsworkscm/customizations'
43
43
  # @service
44
44
  module Aws::OpsWorksCM
45
45
 
46
- GEM_VERSION = '1.11.0'
46
+ GEM_VERSION = '1.12.0'
47
47
 
48
48
  end
@@ -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 private key that is not
430
- # stored by AWS OpsWorks for Chef Automate. This private key is
431
- # required to access the Chef API. When no CHEF\_PIVOTAL\_KEY is set,
432
- # one is generated and returned in the response.
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]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html
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 private key (`CHEF_PIVOTAL_KEY`) or a Puppet 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.11.0'
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 private key that is not
347
- # stored by AWS OpsWorks for Chef Automate. This private key is
348
- # required to access the Chef API. When no CHEF\_PIVOTAL\_KEY is
349
- # set, one is generated and returned in the response.
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]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html
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.11.0
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-01-03 00:00:00.000000000 Z
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