aws-sdk-opsworkscm 1.5.0 → 1.6.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 +5 -27
- data/lib/aws-sdk-opsworkscm/types.rb +6 -46
- 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: 7413b653ad8347d5494c42bcf32e66021a7241fb
|
4
|
+
data.tar.gz: d2f38a82d1a4584f42845c0c61c165aae787321f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70b1ed5266651239b0f0afdb145c35ad1e4725cc6e715d11e623a87dab5acf86deea4781917d4ea3b5a23b985905e51b6b6f2643fd214d37ee71a60f3046218a
|
7
|
+
data.tar.gz: 766cd0a6e79e52867e61790766c710eecd3f49336f97b86e33ba1d2cafaee69a092f5c15a8eb2cc6a0e354c2adee4375c47b647604a036fdfdd6fa4319fd3bd8
|
data/lib/aws-sdk-opsworkscm.rb
CHANGED
@@ -694,21 +694,10 @@ module Aws::OpsWorksCM
|
|
694
694
|
# Returns backups for the server with the specified ServerName.
|
695
695
|
#
|
696
696
|
# @option params [String] :next_token
|
697
|
-
#
|
698
|
-
# indicates that not all entries have been returned, and that you must
|
699
|
-
# run at least one more request to get remaining items. To get remaining
|
700
|
-
# results, call `DescribeBackups` again, and assign the token from the
|
701
|
-
# previous results as the value of the `nextToken` parameter. If there
|
702
|
-
# are no more results, the response object's `nextToken` parameter
|
703
|
-
# value is `null`. Setting a `nextToken` value that was not returned in
|
704
|
-
# your previous results causes an `InvalidNextTokenException` to occur.
|
697
|
+
# This is not currently implemented for `DescribeBackups` requests.
|
705
698
|
#
|
706
699
|
# @option params [Integer] :max_results
|
707
|
-
#
|
708
|
-
# maximum number of results to be returned with a single call. If the
|
709
|
-
# number of available results exceeds this maximum, the response
|
710
|
-
# includes a `NextToken` value that you can assign to the `NextToken`
|
711
|
-
# request parameter to get the next set of results.
|
700
|
+
# This is not currently implemented for `DescribeBackups` requests.
|
712
701
|
#
|
713
702
|
# @return [Types::DescribeBackupsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
714
703
|
#
|
@@ -881,21 +870,10 @@ module Aws::OpsWorksCM
|
|
881
870
|
# Describes the server with the specified ServerName.
|
882
871
|
#
|
883
872
|
# @option params [String] :next_token
|
884
|
-
#
|
885
|
-
# indicates that not all entries have been returned, and that you must
|
886
|
-
# run at least one more request to get remaining items. To get remaining
|
887
|
-
# results, call `DescribeServers` again, and assign the token from the
|
888
|
-
# previous results as the value of the `nextToken` parameter. If there
|
889
|
-
# are no more results, the response object's `nextToken` parameter
|
890
|
-
# value is `null`. Setting a `nextToken` value that was not returned in
|
891
|
-
# your previous results causes an `InvalidNextTokenException` to occur.
|
873
|
+
# This is not currently implemented for `DescribeServers` requests.
|
892
874
|
#
|
893
875
|
# @option params [Integer] :max_results
|
894
|
-
#
|
895
|
-
# maximum number of results to be returned with a single call. If the
|
896
|
-
# number of available results exceeds this maximum, the response
|
897
|
-
# includes a `NextToken` value that you can assign to the `NextToken`
|
898
|
-
# request parameter to get the next set of results.
|
876
|
+
# This is not currently implemented for `DescribeServers` requests.
|
899
877
|
#
|
900
878
|
# @return [Types::DescribeServersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
901
879
|
#
|
@@ -1304,7 +1282,7 @@ module Aws::OpsWorksCM
|
|
1304
1282
|
params: params,
|
1305
1283
|
config: config)
|
1306
1284
|
context[:gem_name] = 'aws-sdk-opsworkscm'
|
1307
|
-
context[:gem_version] = '1.
|
1285
|
+
context[:gem_version] = '1.6.0'
|
1308
1286
|
Seahorse::Client::Request.new(handlers, context)
|
1309
1287
|
end
|
1310
1288
|
|
@@ -594,23 +594,11 @@ module Aws::OpsWorksCM
|
|
594
594
|
# @return [String]
|
595
595
|
#
|
596
596
|
# @!attribute [rw] next_token
|
597
|
-
#
|
598
|
-
# indicates that not all entries have been returned, and that you must
|
599
|
-
# run at least one more request to get remaining items. To get
|
600
|
-
# remaining results, call `DescribeBackups` again, and assign the
|
601
|
-
# token from the previous results as the value of the `nextToken`
|
602
|
-
# parameter. If there are no more results, the response object's
|
603
|
-
# `nextToken` parameter value is `null`. Setting a `nextToken` value
|
604
|
-
# that was not returned in your previous results causes an
|
605
|
-
# `InvalidNextTokenException` to occur.
|
597
|
+
# This is not currently implemented for `DescribeBackups` requests.
|
606
598
|
# @return [String]
|
607
599
|
#
|
608
600
|
# @!attribute [rw] max_results
|
609
|
-
#
|
610
|
-
# maximum number of results to be returned with a single call. If the
|
611
|
-
# number of available results exceeds this maximum, the response
|
612
|
-
# includes a `NextToken` value that you can assign to the `NextToken`
|
613
|
-
# request parameter to get the next set of results.
|
601
|
+
# This is not currently implemented for `DescribeBackups` requests.
|
614
602
|
# @return [Integer]
|
615
603
|
#
|
616
604
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opsworkscm-2016-11-01/DescribeBackupsRequest AWS API Documentation
|
@@ -628,15 +616,7 @@ module Aws::OpsWorksCM
|
|
628
616
|
# @return [Array<Types::Backup>]
|
629
617
|
#
|
630
618
|
# @!attribute [rw] next_token
|
631
|
-
#
|
632
|
-
# indicates that not all entries have been returned, and that you must
|
633
|
-
# run at least one more request to get remaining items. To get
|
634
|
-
# remaining results, call `DescribeBackups` again, and assign the
|
635
|
-
# token from the previous results as the value of the `nextToken`
|
636
|
-
# parameter. If there are no more results, the response object's
|
637
|
-
# `nextToken` parameter value is `null`. Setting a `nextToken` value
|
638
|
-
# that was not returned in your previous results causes an
|
639
|
-
# `InvalidNextTokenException` to occur.
|
619
|
+
# This is not currently implemented for `DescribeBackups` requests.
|
640
620
|
# @return [String]
|
641
621
|
#
|
642
622
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opsworkscm-2016-11-01/DescribeBackupsResponse AWS API Documentation
|
@@ -779,23 +759,11 @@ module Aws::OpsWorksCM
|
|
779
759
|
# @return [String]
|
780
760
|
#
|
781
761
|
# @!attribute [rw] next_token
|
782
|
-
#
|
783
|
-
# indicates that not all entries have been returned, and that you must
|
784
|
-
# run at least one more request to get remaining items. To get
|
785
|
-
# remaining results, call `DescribeServers` again, and assign the
|
786
|
-
# token from the previous results as the value of the `nextToken`
|
787
|
-
# parameter. If there are no more results, the response object's
|
788
|
-
# `nextToken` parameter value is `null`. Setting a `nextToken` value
|
789
|
-
# that was not returned in your previous results causes an
|
790
|
-
# `InvalidNextTokenException` to occur.
|
762
|
+
# This is not currently implemented for `DescribeServers` requests.
|
791
763
|
# @return [String]
|
792
764
|
#
|
793
765
|
# @!attribute [rw] max_results
|
794
|
-
#
|
795
|
-
# maximum number of results to be returned with a single call. If the
|
796
|
-
# number of available results exceeds this maximum, the response
|
797
|
-
# includes a `NextToken` value that you can assign to the `NextToken`
|
798
|
-
# request parameter to get the next set of results.
|
766
|
+
# This is not currently implemented for `DescribeServers` requests.
|
799
767
|
# @return [Integer]
|
800
768
|
#
|
801
769
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opsworkscm-2016-11-01/DescribeServersRequest AWS API Documentation
|
@@ -818,15 +786,7 @@ module Aws::OpsWorksCM
|
|
818
786
|
# @return [Array<Types::Server>]
|
819
787
|
#
|
820
788
|
# @!attribute [rw] next_token
|
821
|
-
#
|
822
|
-
# indicates that not all entries have been returned, and that you must
|
823
|
-
# run at least one more request to get remaining items. To get
|
824
|
-
# remaining results, call `DescribeServers` again, and assign the
|
825
|
-
# token from the previous results as the value of the `nextToken`
|
826
|
-
# parameter. If there are no more results, the response object's
|
827
|
-
# `nextToken` parameter value is `null`. Setting a `nextToken` value
|
828
|
-
# that was not returned in your previous results causes an
|
829
|
-
# `InvalidNextTokenException` to occur.
|
789
|
+
# This is not currently implemented for `DescribeServers` requests.
|
830
790
|
# @return [String]
|
831
791
|
#
|
832
792
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opsworkscm-2016-11-01/DescribeServersResponse 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.
|
4
|
+
version: 1.6.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: 2018-09-
|
11
|
+
date: 2018-09-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|