aws-sdk-transfer 1.0.0 → 1.1.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: 2ce5d4632753945671ecf842f479f3f6d61a684f
4
- data.tar.gz: 270b1987e90ccb94ec661ea75544cde0faca20ce
3
+ metadata.gz: c3a7449bf1a7f1a798d6f60e3798d0110c42cdc3
4
+ data.tar.gz: 4f05cd03c8be5f50d50df69dabb3c2ecb831187a
5
5
  SHA512:
6
- metadata.gz: 18f792173bb1d0313e622ae188787f76b25be249f18805d580b9d4501c2665944dce251ce120f311bad6c5cc5903d570a7a0d08a3bae12c061fd4ace4a3e8267
7
- data.tar.gz: 8f0b327ff6e745479dceac85620c83933975c7117bf51d213d7c556efc3d429bf322b896f731592ae2f30b9c12d9179441d68ce3ae66c3be14f0bb5f5237ce2e
6
+ metadata.gz: 718ec8ce8c97fe890ff04d48ccd5ecd88f281df4e59425c64b2cc842428e1d09318e12398417842acf112e901dc4cf2c78fc06489034634c0d7b3a112ce4aa11
7
+ data.tar.gz: '08ed85b440e43c25a0f1b336fc326ac61fa74e46f187d3bb562d5a99701ba33c13314d62cd04201a924efe5a58f1d6a416f6eebc3362071e221f03056aeda7b2'
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-transfer/customizations'
42
42
  # @service
43
43
  module Aws::Transfer
44
44
 
45
- GEM_VERSION = '1.0.0'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  end
@@ -648,8 +648,14 @@ module Aws::Transfer
648
648
  # server, user, or role.
649
649
  #
650
650
  # @option params [Integer] :max_results
651
+ # Specifies the number of tags to return as a response to the
652
+ # `ListTagsForResource` request.
651
653
  #
652
654
  # @option params [String] :next_token
655
+ # When you request additional results from the `ListTagsForResource`
656
+ # call, a `NextToken` parameter is returned in the input. You can then
657
+ # pass in a subsequent command the `NextToken` parameter to continue
658
+ # listing additional tags.
653
659
  #
654
660
  # @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
655
661
  #
@@ -690,10 +696,10 @@ module Aws::Transfer
690
696
  # `ListUsers` request.
691
697
  #
692
698
  # @option params [String] :next_token
693
- # When you can get additional results from the `ListUsers`ListUsers
694
- # call, a `NextToken` parameter is returned in the output. You can then
695
- # pass in a subsequent command the `NextToken` parameter to continue
696
- # listing additional users.
699
+ # When you can get additional results from the `ListUsers` call, a
700
+ # `NextToken` parameter is returned in the output. You can then pass in
701
+ # a subsequent command the `NextToken` parameter to continue listing
702
+ # additional users.
697
703
  #
698
704
  # @option params [required, String] :server_id
699
705
  # A system-assigned unique identifier for a Secure File Transfer
@@ -1042,7 +1048,7 @@ module Aws::Transfer
1042
1048
  params: params,
1043
1049
  config: config)
1044
1050
  context[:gem_name] = 'aws-sdk-transfer'
1045
- context[:gem_version] = '1.0.0'
1051
+ context[:gem_version] = '1.1.0'
1046
1052
  Seahorse::Client::Request.new(handlers, context)
1047
1053
  end
1048
1054
 
@@ -597,9 +597,15 @@ module Aws::Transfer
597
597
  # @return [String]
598
598
  #
599
599
  # @!attribute [rw] max_results
600
+ # Specifies the number of tags to return as a response to the
601
+ # `ListTagsForResource` request.
600
602
  # @return [Integer]
601
603
  #
602
604
  # @!attribute [rw] next_token
605
+ # When you request additional results from the `ListTagsForResource`
606
+ # call, a `NextToken` parameter is returned in the input. You can then
607
+ # pass in a subsequent command the `NextToken` parameter to continue
608
+ # listing additional tags.
603
609
  # @return [String]
604
610
  #
605
611
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/ListTagsForResourceRequest AWS API Documentation
@@ -616,6 +622,10 @@ module Aws::Transfer
616
622
  # @return [String]
617
623
  #
618
624
  # @!attribute [rw] next_token
625
+ # When you can get additional results from the `ListTagsForResource`
626
+ # call, a `NextToken` parameter is returned in the output. You can
627
+ # then pass in a subsequent command the `NextToken` parameter to
628
+ # continue listing additional tags.
619
629
  # @return [String]
620
630
  #
621
631
  # @!attribute [rw] tags
@@ -648,10 +658,10 @@ module Aws::Transfer
648
658
  # @return [Integer]
649
659
  #
650
660
  # @!attribute [rw] next_token
651
- # When you can get additional results from the `ListUsers`ListUsers
652
- # call, a `NextToken` parameter is returned in the output. You can
653
- # then pass in a subsequent command the `NextToken` parameter to
654
- # continue listing additional users.
661
+ # When you can get additional results from the `ListUsers` call, a
662
+ # `NextToken` parameter is returned in the output. You can then pass
663
+ # in a subsequent command the `NextToken` parameter to continue
664
+ # listing additional users.
655
665
  # @return [String]
656
666
  #
657
667
  # @!attribute [rw] server_id
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transfer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.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-11-26 00:00:00.000000000 Z
11
+ date: 2019-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core