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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 95168acf140a3514e6958181261ceb5227252bd1
4
- data.tar.gz: fd2add3b921ac775bb80416af155a583fcb77717
3
+ metadata.gz: 7413b653ad8347d5494c42bcf32e66021a7241fb
4
+ data.tar.gz: d2f38a82d1a4584f42845c0c61c165aae787321f
5
5
  SHA512:
6
- metadata.gz: d6be439d048d45f774e1c3bed16a4b08618859452b36c7cadd3998005a987aa6285a7f0da27e9398164c119a8f9987f68ee8444bb62d073ea9395493d8f7625d
7
- data.tar.gz: 26c709e2e0b7e586b2bd302b246e1de45a4e600fe6f2796586d50d413466f1471d26dbb883b85c475ed76c0368e6f22c431d0918b8b915d34402f1e19514b77a
6
+ metadata.gz: 70b1ed5266651239b0f0afdb145c35ad1e4725cc6e715d11e623a87dab5acf86deea4781917d4ea3b5a23b985905e51b6b6f2643fd214d37ee71a60f3046218a
7
+ data.tar.gz: 766cd0a6e79e52867e61790766c710eecd3f49336f97b86e33ba1d2cafaee69a092f5c15a8eb2cc6a0e354c2adee4375c47b647604a036fdfdd6fa4319fd3bd8
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-opsworkscm/customizations'
43
43
  # @service
44
44
  module Aws::OpsWorksCM
45
45
 
46
- GEM_VERSION = '1.5.0'
46
+ GEM_VERSION = '1.6.0'
47
47
 
48
48
  end
@@ -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
- # NextToken is a string that is returned in some command responses. It
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
- # To receive a paginated response, use this parameter to specify the
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
- # NextToken is a string that is returned in some command responses. It
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
- # To receive a paginated response, use this parameter to specify the
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.5.0'
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
- # NextToken is a string that is returned in some command responses. It
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
- # To receive a paginated response, use this parameter to specify the
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
- # NextToken is a string that is returned in some command responses. It
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
- # NextToken is a string that is returned in some command responses. It
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
- # To receive a paginated response, use this parameter to specify the
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
- # NextToken is a string that is returned in some command responses. It
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.5.0
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-06 00:00:00.000000000 Z
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