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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bfa8e78685e711086dfee10855e082731c34b5e17b03bbf8e0c28b6436ade01c
4
- data.tar.gz: 6322bc4a0745da42736add0c4a957806ae9db7fa3167d94bd5b270aad17e18fe
3
+ metadata.gz: 38d73a06e874dc561ee56544a9237f723753b91120bd1ab1d2699523b0cb1019
4
+ data.tar.gz: d097e8a1d5ee35f94c092801971a135d8934314d17c188ead20d4f3c0f195c6a
5
5
  SHA512:
6
- metadata.gz: b68b38024d7554d59de97f4fef93c20a1cc195f1d2a544c9afc09c3442029505803a98acf2831a757b1520d720beeac5235a0b2a8443a14a9d0468f4e1e4a2e0
7
- data.tar.gz: 648701aed10891aa77ce3c9791e3e5c97ef181e0c784e40b84210542233d007918a9a05d4cd9ef981ce58f035a6269426dec209cb0bedacf487bd1c8d3173544
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.70.0
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 sharing was accepted by this account.
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 shared by the management
3413
- # account of your organization
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` - List default portfolios
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.70.0'
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 to which the user was assigned.
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 shared by the management
3427
- # account of your organization
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` - List default portfolios
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
@@ -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.70.0'
51
+ GEM_VERSION = '1.71.0'
52
52
 
53
53
  end
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.70.0
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-04-04 00:00:00.000000000 Z
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