aws-sdk-servicecatalog 1.70.0 → 1.71.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-servicecatalog/client.rb +11 -6
- data/lib/aws-sdk-servicecatalog/types.rb +7 -5
- data/lib/aws-sdk-servicecatalog.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 38d73a06e874dc561ee56544a9237f723753b91120bd1ab1d2699523b0cb1019
|
4
|
+
data.tar.gz: d097e8a1d5ee35f94c092801971a135d8934314d17c188ead20d4f3c0f195c6a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b0c7464c029f8941b9f9c0062c03e0203a36e0d1251f37dff2cf3b5d1225d646891b4ca1584ebcf10fe83df35a776ccdd64b8d0f6eb07b5be51342e8ed96e00
|
7
|
+
data.tar.gz: 7d1c287f7181082f1a022013e3e3b54b44ddfe44d9c743fef5f6ad0732c502a9b2143c478684999efb59f7cd9504fbea7c86951acf08ab4f9070a0da299563ab
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.71.0 (2022-05-16)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the descriptions for the ListAcceptedPortfolioShares API description and the PortfolioShareType parameters.
|
8
|
+
|
4
9
|
1.70.0 (2022-04-04)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.71.0
|
@@ -3387,7 +3387,10 @@ module Aws::ServiceCatalog
|
|
3387
3387
|
req.send_request(options)
|
3388
3388
|
end
|
3389
3389
|
|
3390
|
-
# Lists all portfolios for which
|
3390
|
+
# Lists all imported portfolios for which account-to-account shares were
|
3391
|
+
# accepted by this account. By specifying the `PortfolioShareType`, you
|
3392
|
+
# can list portfolios for which organizational shares were accepted by
|
3393
|
+
# this account.
|
3391
3394
|
#
|
3392
3395
|
# @option params [String] :accept_language
|
3393
3396
|
# The language code.
|
@@ -3409,12 +3412,14 @@ module Aws::ServiceCatalog
|
|
3409
3412
|
# The type of shared portfolios to list. The default is to list imported
|
3410
3413
|
# portfolios.
|
3411
3414
|
#
|
3412
|
-
# * `AWS_ORGANIZATIONS` - List portfolios
|
3413
|
-
# account
|
3415
|
+
# * `AWS_ORGANIZATIONS` - List portfolios accepted and shared via
|
3416
|
+
# organizational sharing by the management account or delegated
|
3417
|
+
# administrator of your organization.
|
3414
3418
|
#
|
3415
|
-
# * `AWS_SERVICECATALOG` -
|
3419
|
+
# * `AWS_SERVICECATALOG` - Deprecated type.
|
3416
3420
|
#
|
3417
|
-
# * `IMPORTED` - List imported portfolios
|
3421
|
+
# * `IMPORTED` - List imported portfolios that have been accepted and
|
3422
|
+
# shared through account-to-account sharing.
|
3418
3423
|
#
|
3419
3424
|
# @return [Types::ListAcceptedPortfolioSharesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3420
3425
|
#
|
@@ -5856,7 +5861,7 @@ module Aws::ServiceCatalog
|
|
5856
5861
|
params: params,
|
5857
5862
|
config: config)
|
5858
5863
|
context[:gem_name] = 'aws-sdk-servicecatalog'
|
5859
|
-
context[:gem_version] = '1.
|
5864
|
+
context[:gem_version] = '1.71.0'
|
5860
5865
|
Seahorse::Client::Request.new(handlers, context)
|
5861
5866
|
end
|
5862
5867
|
|
@@ -3368,7 +3368,7 @@ module Aws::ServiceCatalog
|
|
3368
3368
|
# @return [Array<Types::Tag>]
|
3369
3369
|
#
|
3370
3370
|
# @!attribute [rw] name
|
3371
|
-
# The name of the portfolio
|
3371
|
+
# The name of the portfolio that contains the product.
|
3372
3372
|
# @return [String]
|
3373
3373
|
#
|
3374
3374
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/LaunchPathSummary AWS API Documentation
|
@@ -3423,12 +3423,14 @@ module Aws::ServiceCatalog
|
|
3423
3423
|
# The type of shared portfolios to list. The default is to list
|
3424
3424
|
# imported portfolios.
|
3425
3425
|
#
|
3426
|
-
# * `AWS_ORGANIZATIONS` - List portfolios
|
3427
|
-
# account
|
3426
|
+
# * `AWS_ORGANIZATIONS` - List portfolios accepted and shared via
|
3427
|
+
# organizational sharing by the management account or delegated
|
3428
|
+
# administrator of your organization.
|
3428
3429
|
#
|
3429
|
-
# * `AWS_SERVICECATALOG` -
|
3430
|
+
# * `AWS_SERVICECATALOG` - Deprecated type.
|
3430
3431
|
#
|
3431
|
-
# * `IMPORTED` - List imported portfolios
|
3432
|
+
# * `IMPORTED` - List imported portfolios that have been accepted and
|
3433
|
+
# shared through account-to-account sharing.
|
3432
3434
|
# @return [String]
|
3433
3435
|
#
|
3434
3436
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListAcceptedPortfolioSharesInput AWS API Documentation
|
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.71.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: 2022-
|
11
|
+
date: 2022-05-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|