aws-sdk-opsworkscm 1.31.0 → 1.32.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 +5 -5
- data/lib/aws-sdk-opsworkscm.rb +1 -1
- data/lib/aws-sdk-opsworkscm/client.rb +17 -9
- data/lib/aws-sdk-opsworkscm/client_api.rb +24 -0
- data/lib/aws-sdk-opsworkscm/types.rb +9 -11
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 23778dc85777248af161cf0d115c22ec0f68dd5251d602d30afcb6a26b90a6e3
|
4
|
+
data.tar.gz: bcabf6beb20fe06d5e3709fa597bdbd4603bac463ef06bac1fc53a4e946d8320
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '09eac66cb913249dcda07fdfc9f274ea3e15340eab14a0401ddd46e29b3b026f6158968b1dda183bed1102bbab7eef3591a6e6207cc6cb413f46de0339170439'
|
7
|
+
data.tar.gz: fd6323d6d8d730158a4f815e82764146e3062ab43e4025078a93b1871f1a282ec10c91cce28de3ffe753759f2f8a0b58eaad97eba821ac59ff5b818391865c2a
|
data/lib/aws-sdk-opsworkscm.rb
CHANGED
@@ -590,8 +590,8 @@ module Aws::OpsWorksCM
|
|
590
590
|
#
|
591
591
|
# @option params [String] :engine_version
|
592
592
|
# The major release version of the engine that you want to use. For a
|
593
|
-
# Chef server, the valid value for EngineVersion is currently `
|
594
|
-
# Puppet server, the valid value is `2017`.
|
593
|
+
# Chef server, the valid value for EngineVersion is currently `12`. For
|
594
|
+
# a Puppet server, the valid value is `2017`.
|
595
595
|
#
|
596
596
|
# @option params [Array<Types::EngineAttribute>] :engine_attributes
|
597
597
|
# Optional engine attributes on a specified server.
|
@@ -657,10 +657,10 @@ module Aws::OpsWorksCM
|
|
657
657
|
# @option params [String] :preferred_maintenance_window
|
658
658
|
# The start time for a one-hour period each week during which AWS
|
659
659
|
# OpsWorks CM performs maintenance on the instance. Valid values must be
|
660
|
-
# specified in the following format: `DDD:HH:MM`.
|
661
|
-
#
|
662
|
-
#
|
663
|
-
#
|
660
|
+
# specified in the following format: `DDD:HH:MM`. The specified time is
|
661
|
+
# in coordinated universal time (UTC). The default value is a random
|
662
|
+
# one-hour period on Tuesday, Wednesday, or Friday. See
|
663
|
+
# `TimeWindowDefinition` for more information.
|
664
664
|
#
|
665
665
|
# **Example:** `Mon:08:00`, which represents a start time of every
|
666
666
|
# Monday at 08:00 UTC. (8:00 a.m.)
|
@@ -675,8 +675,8 @@ module Aws::OpsWorksCM
|
|
675
675
|
#
|
676
676
|
# * `DDD:HH:MM` for weekly backups
|
677
677
|
#
|
678
|
-
#
|
679
|
-
#
|
678
|
+
# The specified time is in coordinated universal time (UTC). The default
|
679
|
+
# value is a random, daily start time.
|
680
680
|
#
|
681
681
|
# **Example:** `08:00`, which represents a daily start time of 08:00
|
682
682
|
# UTC.
|
@@ -940,6 +940,8 @@ module Aws::OpsWorksCM
|
|
940
940
|
# * {Types::DescribeBackupsResponse#backups #backups} => Array<Types::Backup>
|
941
941
|
# * {Types::DescribeBackupsResponse#next_token #next_token} => String
|
942
942
|
#
|
943
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
944
|
+
#
|
943
945
|
# @example Request syntax with placeholder values
|
944
946
|
#
|
945
947
|
# resp = client.describe_backups({
|
@@ -1023,6 +1025,8 @@ module Aws::OpsWorksCM
|
|
1023
1025
|
# * {Types::DescribeEventsResponse#server_events #server_events} => Array<Types::ServerEvent>
|
1024
1026
|
# * {Types::DescribeEventsResponse#next_token #next_token} => String
|
1025
1027
|
#
|
1028
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1029
|
+
#
|
1026
1030
|
# @example Request syntax with placeholder values
|
1027
1031
|
#
|
1028
1032
|
# resp = client.describe_events({
|
@@ -1121,6 +1125,8 @@ module Aws::OpsWorksCM
|
|
1121
1125
|
# * {Types::DescribeServersResponse#servers #servers} => Array<Types::Server>
|
1122
1126
|
# * {Types::DescribeServersResponse#next_token #next_token} => String
|
1123
1127
|
#
|
1128
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1129
|
+
#
|
1124
1130
|
# @example Request syntax with placeholder values
|
1125
1131
|
#
|
1126
1132
|
# resp = client.describe_servers({
|
@@ -1339,6 +1345,8 @@ module Aws::OpsWorksCM
|
|
1339
1345
|
# * {Types::ListTagsForResourceResponse#tags #tags} => Array<Types::Tag>
|
1340
1346
|
# * {Types::ListTagsForResourceResponse#next_token #next_token} => String
|
1341
1347
|
#
|
1348
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1349
|
+
#
|
1342
1350
|
# @example Request syntax with placeholder values
|
1343
1351
|
#
|
1344
1352
|
# resp = client.list_tags_for_resource({
|
@@ -1757,7 +1765,7 @@ module Aws::OpsWorksCM
|
|
1757
1765
|
params: params,
|
1758
1766
|
config: config)
|
1759
1767
|
context[:gem_name] = 'aws-sdk-opsworkscm'
|
1760
|
-
context[:gem_version] = '1.
|
1768
|
+
context[:gem_version] = '1.32.0'
|
1761
1769
|
Seahorse::Client::Request.new(handlers, context)
|
1762
1770
|
end
|
1763
1771
|
|
@@ -463,6 +463,12 @@ module Aws::OpsWorksCM
|
|
463
463
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
464
464
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
465
465
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
466
|
+
o[:pager] = Aws::Pager.new(
|
467
|
+
limit_key: "max_results",
|
468
|
+
tokens: {
|
469
|
+
"next_token" => "next_token"
|
470
|
+
}
|
471
|
+
)
|
466
472
|
end)
|
467
473
|
|
468
474
|
api.add_operation(:describe_events, Seahorse::Model::Operation.new.tap do |o|
|
@@ -474,6 +480,12 @@ module Aws::OpsWorksCM
|
|
474
480
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
475
481
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
476
482
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
483
|
+
o[:pager] = Aws::Pager.new(
|
484
|
+
limit_key: "max_results",
|
485
|
+
tokens: {
|
486
|
+
"next_token" => "next_token"
|
487
|
+
}
|
488
|
+
)
|
477
489
|
end)
|
478
490
|
|
479
491
|
api.add_operation(:describe_node_association_status, Seahorse::Model::Operation.new.tap do |o|
|
@@ -495,6 +507,12 @@ module Aws::OpsWorksCM
|
|
495
507
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
496
508
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
497
509
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
510
|
+
o[:pager] = Aws::Pager.new(
|
511
|
+
limit_key: "max_results",
|
512
|
+
tokens: {
|
513
|
+
"next_token" => "next_token"
|
514
|
+
}
|
515
|
+
)
|
498
516
|
end)
|
499
517
|
|
500
518
|
api.add_operation(:disassociate_node, Seahorse::Model::Operation.new.tap do |o|
|
@@ -527,6 +545,12 @@ module Aws::OpsWorksCM
|
|
527
545
|
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
528
546
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
529
547
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
548
|
+
o[:pager] = Aws::Pager.new(
|
549
|
+
limit_key: "max_results",
|
550
|
+
tokens: {
|
551
|
+
"next_token" => "next_token"
|
552
|
+
}
|
553
|
+
)
|
530
554
|
end)
|
531
555
|
|
532
556
|
api.add_operation(:restore_server, Seahorse::Model::Operation.new.tap do |o|
|
@@ -415,8 +415,8 @@ module Aws::OpsWorksCM
|
|
415
415
|
#
|
416
416
|
# @!attribute [rw] engine_version
|
417
417
|
# The major release version of the engine that you want to use. For a
|
418
|
-
# Chef server, the valid value for EngineVersion is currently `
|
419
|
-
# a Puppet server, the valid value is `2017`.
|
418
|
+
# Chef server, the valid value for EngineVersion is currently `12`.
|
419
|
+
# For a Puppet server, the valid value is `2017`.
|
420
420
|
# @return [String]
|
421
421
|
#
|
422
422
|
# @!attribute [rw] engine_attributes
|
@@ -489,11 +489,10 @@ module Aws::OpsWorksCM
|
|
489
489
|
# @!attribute [rw] preferred_maintenance_window
|
490
490
|
# The start time for a one-hour period each week during which AWS
|
491
491
|
# OpsWorks CM performs maintenance on the instance. Valid values must
|
492
|
-
# be specified in the following format: `DDD:HH:MM`.
|
493
|
-
#
|
494
|
-
#
|
495
|
-
#
|
496
|
-
# information.
|
492
|
+
# be specified in the following format: `DDD:HH:MM`. The specified
|
493
|
+
# time is in coordinated universal time (UTC). The default value is a
|
494
|
+
# random one-hour period on Tuesday, Wednesday, or Friday. See
|
495
|
+
# `TimeWindowDefinition` for more information.
|
497
496
|
#
|
498
497
|
# **Example:** `Mon:08:00`, which represents a start time of every
|
499
498
|
# Monday at 08:00 UTC. (8:00 a.m.)
|
@@ -509,9 +508,8 @@ module Aws::OpsWorksCM
|
|
509
508
|
#
|
510
509
|
# * `DDD:HH:MM` for weekly backups
|
511
510
|
#
|
512
|
-
#
|
513
|
-
#
|
514
|
-
# time.
|
511
|
+
# The specified time is in coordinated universal time (UTC). The
|
512
|
+
# default value is a random, daily start time.
|
515
513
|
#
|
516
514
|
# **Example:** `08:00`, which represents a daily start time of 08:00
|
517
515
|
# UTC.
|
@@ -1337,7 +1335,7 @@ module Aws::OpsWorksCM
|
|
1337
1335
|
#
|
1338
1336
|
# @!attribute [rw] engine_version
|
1339
1337
|
# The engine version of the server. For a Chef server, the valid value
|
1340
|
-
# for EngineVersion is currently `
|
1338
|
+
# for EngineVersion is currently `12`. For a Puppet server, the valid
|
1341
1339
|
# value is `2017`.
|
1342
1340
|
# @return [String]
|
1343
1341
|
#
|
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.32.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: 2020-
|
11
|
+
date: 2020-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
82
82
|
version: '0'
|
83
83
|
requirements: []
|
84
84
|
rubyforge_project:
|
85
|
-
rubygems_version: 2.
|
85
|
+
rubygems_version: 2.7.6.2
|
86
86
|
signing_key:
|
87
87
|
specification_version: 4
|
88
88
|
summary: AWS SDK for Ruby - OpsWorksCM
|