aws-sdk-servicecatalog 1.59.0 → 1.60.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
  SHA256:
3
- metadata.gz: 0b6a5350a35368f79595d302cde76b2cef28559db904412875dcb63dcded1866
4
- data.tar.gz: 40d270f0131e3d0fd691bc0164a2f590190c7162e6d0013862e937a1efedf21d
3
+ metadata.gz: abeebfeae9974841b4b9776a3a5e68988dd63a4e9012b707b4d000ff1c4c57f6
4
+ data.tar.gz: 58234fc28bb45d85ae2da1127c5b7615790e62b679216b1f5c1706518a5ffa6b
5
5
  SHA512:
6
- metadata.gz: '0439b52eaf84ee9d669925fe88aac63cc3bcc8afe8441f861ed10dd0e5f6d5966043edbbcdf63d6356214c20919e257bb2133c9d2da0623117717aa4b1ab3349'
7
- data.tar.gz: f8422e1cb253122f007e8a10189d0be066d7e84f912478e912979815ca7293d5349b98df28fcaa563d08b6e81ba7f7f1773b23d4fcb3b3e75912c6b47a269536
6
+ metadata.gz: f9874f9021de93b2480d8f52b5de415159b66850c358232c701db78b35ab56b94cf3195bb86caa5818c622fef63ff3093517103957a6d4a4c56575b0220a4ba7
7
+ data.tar.gz: 4badf059a1b37985abb90bdd9b035127e28a3dc1fd69b7528dc236b721c4adce414dad8f8970b960e62de9e81ff9e0407639793f84d96085aff0c539ec076a3a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2021-06-08)
5
+ ------------------
6
+
7
+ * Feature - increase max pagesize for List/Search apis
8
+
4
9
  1.59.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.60.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-servicecatalog/customizations'
48
48
  # @!group service
49
49
  module Aws::ServiceCatalog
50
50
 
51
- GEM_VERSION = '1.59.0'
51
+ GEM_VERSION = '1.60.0'
52
52
 
53
53
  end
@@ -5828,7 +5828,7 @@ module Aws::ServiceCatalog
5828
5828
  params: params,
5829
5829
  config: config)
5830
5830
  context[:gem_name] = 'aws-sdk-servicecatalog'
5831
- context[:gem_version] = '1.59.0'
5831
+ context[:gem_version] = '1.60.0'
5832
5832
  Seahorse::Client::Request.new(handlers, context)
5833
5833
  end
5834
5834
 
@@ -1029,7 +1029,7 @@ module Aws::ServiceCatalog
1029
1029
 
1030
1030
  ListAcceptedPortfolioSharesInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
1031
1031
  ListAcceptedPortfolioSharesInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
1032
- ListAcceptedPortfolioSharesInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
1032
+ ListAcceptedPortfolioSharesInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSizeMax100, location_name: "PageSize"))
1033
1033
  ListAcceptedPortfolioSharesInput.add_member(:portfolio_share_type, Shapes::ShapeRef.new(shape: PortfolioShareType, location_name: "PortfolioShareType"))
1034
1034
  ListAcceptedPortfolioSharesInput.struct_class = Types::ListAcceptedPortfolioSharesInput
1035
1035
 
@@ -1093,7 +1093,7 @@ module Aws::ServiceCatalog
1093
1093
  ListPortfoliosForProductInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
1094
1094
  ListPortfoliosForProductInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
1095
1095
  ListPortfoliosForProductInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
1096
- ListPortfoliosForProductInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
1096
+ ListPortfoliosForProductInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSizeMax100, location_name: "PageSize"))
1097
1097
  ListPortfoliosForProductInput.struct_class = Types::ListPortfoliosForProductInput
1098
1098
 
1099
1099
  ListPortfoliosForProductOutput.add_member(:portfolio_details, Shapes::ShapeRef.new(shape: PortfolioDetails, location_name: "PortfolioDetails"))
@@ -1102,7 +1102,7 @@ module Aws::ServiceCatalog
1102
1102
 
1103
1103
  ListPortfoliosInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
1104
1104
  ListPortfoliosInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
1105
- ListPortfoliosInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
1105
+ ListPortfoliosInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSizeMax100, location_name: "PageSize"))
1106
1106
  ListPortfoliosInput.struct_class = Types::ListPortfoliosInput
1107
1107
 
1108
1108
  ListPortfoliosOutput.add_member(:portfolio_details, Shapes::ShapeRef.new(shape: PortfolioDetails, location_name: "PortfolioDetails"))
@@ -1582,7 +1582,7 @@ module Aws::ServiceCatalog
1582
1582
 
1583
1583
  SearchProductsInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
1584
1584
  SearchProductsInput.add_member(:filters, Shapes::ShapeRef.new(shape: ProductViewFilters, location_name: "Filters"))
1585
- SearchProductsInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
1585
+ SearchProductsInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSizeMax100, location_name: "PageSize"))
1586
1586
  SearchProductsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: ProductViewSortBy, location_name: "SortBy"))
1587
1587
  SearchProductsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
1588
1588
  SearchProductsInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
@@ -2,7 +2,7 @@
2
2
  # WARNING ABOUT GENERATED CODE
3
3
  #
4
4
  # This file is generated. See the contributing for info on making contributions:
5
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
6
6
  #
7
7
  # WARNING ABOUT GENERATED CODE
8
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-servicecatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.59.0
4
+ version: 1.60.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: 2021-03-10 00:00:00.000000000 Z
11
+ date: 2021-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
66
66
  licenses:
67
67
  - Apache-2.0
68
68
  metadata:
69
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-servicecatalog
70
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-servicecatalog/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-servicecatalog
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-servicecatalog/CHANGELOG.md
71
71
  post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths:
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubyforge_project:
87
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: AWS SDK for Ruby - AWS Service Catalog