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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-servicecatalog.rb +1 -1
- data/lib/aws-sdk-servicecatalog/client.rb +1 -1
- data/lib/aws-sdk-servicecatalog/client_api.rb +4 -4
- data/lib/aws-sdk-servicecatalog/customizations.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: abeebfeae9974841b4b9776a3a5e68988dd63a4e9012b707b4d000ff1c4c57f6
|
4
|
+
data.tar.gz: 58234fc28bb45d85ae2da1127c5b7615790e62b679216b1f5c1706518a5ffa6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9874f9021de93b2480d8f52b5de415159b66850c358232c701db78b35ab56b94cf3195bb86caa5818c622fef63ff3093517103957a6d4a4c56575b0220a4ba7
|
7
|
+
data.tar.gz: 4badf059a1b37985abb90bdd9b035127e28a3dc1fd69b7528dc236b721c4adce414dad8f8970b960e62de9e81ff9e0407639793f84d96085aff0c539ec076a3a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.60.0
|
@@ -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.
|
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:
|
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:
|
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:
|
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:
|
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/
|
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.
|
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-
|
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/
|
70
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
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
|
-
|
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
|