aws-sdk-servicecatalog 1.4.0 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b3090e1f42bd83c6e74bfc98f6d1e55fbd7c2286
|
4
|
+
data.tar.gz: e9a6e0d466dc4fc0adc5fa6a153da4695d63069f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6239a6d7bce8d5241029ffe10a2cb27210d51f175b034c7ad69f01918447ab0e2a6e530f749c86c27e22e9523d8171ff04e24c31908fedce8185705a64160e10
|
7
|
+
data.tar.gz: 21ade06e8d04023e0c19281b648eb0b4e43eabab22579f6e3307aa79cf118fe3c18ce919b7490f35090aa05fc0891fb43410b994efe88c5f2e120b5fb007df13
|
@@ -2036,6 +2036,14 @@ module Aws::ServiceCatalog
|
|
2036
2036
|
# @option params [Integer] :page_size
|
2037
2037
|
# The maximum number of items to return with this call.
|
2038
2038
|
#
|
2039
|
+
# @option params [String] :portfolio_share_type
|
2040
|
+
# The type of shared portfolios to list. The default is to list imported
|
2041
|
+
# portfolios.
|
2042
|
+
#
|
2043
|
+
# * `AWS_SERVICECATALOG` - List default portfolios
|
2044
|
+
#
|
2045
|
+
# * `IMPORTED` - List imported portfolios
|
2046
|
+
#
|
2039
2047
|
# @return [Types::ListAcceptedPortfolioSharesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2040
2048
|
#
|
2041
2049
|
# * {Types::ListAcceptedPortfolioSharesOutput#portfolio_details #portfolio_details} => Array<Types::PortfolioDetail>
|
@@ -2047,6 +2055,7 @@ module Aws::ServiceCatalog
|
|
2047
2055
|
# accept_language: "AcceptLanguage",
|
2048
2056
|
# page_token: "PageToken",
|
2049
2057
|
# page_size: 1,
|
2058
|
+
# portfolio_share_type: "IMPORTED", # accepts IMPORTED, AWS_SERVICECATALOG
|
2050
2059
|
# })
|
2051
2060
|
#
|
2052
2061
|
# @example Response structure
|
@@ -3647,7 +3656,7 @@ module Aws::ServiceCatalog
|
|
3647
3656
|
params: params,
|
3648
3657
|
config: config)
|
3649
3658
|
context[:gem_name] = 'aws-sdk-servicecatalog'
|
3650
|
-
context[:gem_version] = '1.
|
3659
|
+
context[:gem_version] = '1.5.0'
|
3651
3660
|
Seahorse::Client::Request.new(handlers, context)
|
3652
3661
|
end
|
3653
3662
|
|
@@ -173,6 +173,7 @@ module Aws::ServiceCatalog
|
|
173
173
|
PortfolioDetails = Shapes::ListShape.new(name: 'PortfolioDetails')
|
174
174
|
PortfolioDisplayName = Shapes::StringShape.new(name: 'PortfolioDisplayName')
|
175
175
|
PortfolioName = Shapes::StringShape.new(name: 'PortfolioName')
|
176
|
+
PortfolioShareType = Shapes::StringShape.new(name: 'PortfolioShareType')
|
176
177
|
Principal = Shapes::StructureShape.new(name: 'Principal')
|
177
178
|
PrincipalARN = Shapes::StringShape.new(name: 'PrincipalARN')
|
178
179
|
PrincipalType = Shapes::StringShape.new(name: 'PrincipalType')
|
@@ -694,6 +695,7 @@ module Aws::ServiceCatalog
|
|
694
695
|
ListAcceptedPortfolioSharesInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
695
696
|
ListAcceptedPortfolioSharesInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
|
696
697
|
ListAcceptedPortfolioSharesInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
698
|
+
ListAcceptedPortfolioSharesInput.add_member(:portfolio_share_type, Shapes::ShapeRef.new(shape: PortfolioShareType, location_name: "PortfolioShareType"))
|
697
699
|
ListAcceptedPortfolioSharesInput.struct_class = Types::ListAcceptedPortfolioSharesInput
|
698
700
|
|
699
701
|
ListAcceptedPortfolioSharesOutput.add_member(:portfolio_details, Shapes::ShapeRef.new(shape: PortfolioDetails, location_name: "PortfolioDetails"))
|
@@ -2053,6 +2053,7 @@ module Aws::ServiceCatalog
|
|
2053
2053
|
# accept_language: "AcceptLanguage",
|
2054
2054
|
# page_token: "PageToken",
|
2055
2055
|
# page_size: 1,
|
2056
|
+
# portfolio_share_type: "IMPORTED", # accepts IMPORTED, AWS_SERVICECATALOG
|
2056
2057
|
# }
|
2057
2058
|
#
|
2058
2059
|
# @!attribute [rw] accept_language
|
@@ -2074,12 +2075,22 @@ module Aws::ServiceCatalog
|
|
2074
2075
|
# The maximum number of items to return with this call.
|
2075
2076
|
# @return [Integer]
|
2076
2077
|
#
|
2078
|
+
# @!attribute [rw] portfolio_share_type
|
2079
|
+
# The type of shared portfolios to list. The default is to list
|
2080
|
+
# imported portfolios.
|
2081
|
+
#
|
2082
|
+
# * `AWS_SERVICECATALOG` - List default portfolios
|
2083
|
+
#
|
2084
|
+
# * `IMPORTED` - List imported portfolios
|
2085
|
+
# @return [String]
|
2086
|
+
#
|
2077
2087
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListAcceptedPortfolioSharesInput AWS API Documentation
|
2078
2088
|
#
|
2079
2089
|
class ListAcceptedPortfolioSharesInput < Struct.new(
|
2080
2090
|
:accept_language,
|
2081
2091
|
:page_token,
|
2082
|
-
:page_size
|
2092
|
+
:page_size,
|
2093
|
+
:portfolio_share_type)
|
2083
2094
|
include Aws::Structure
|
2084
2095
|
end
|
2085
2096
|
|
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.5.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
|
+
date: 2018-05-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
version: '0'
|
76
76
|
requirements: []
|
77
77
|
rubyforge_project:
|
78
|
-
rubygems_version: 2.5.
|
78
|
+
rubygems_version: 2.5.2.3
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: AWS SDK for Ruby - AWS Service Catalog
|