aws-sdk-servicecatalog 1.40.0 → 1.41.1

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: ccf693e027d8c55e01e76333bc7f60cb1d2f39dbfd7766c57451dfc93489afd6
4
- data.tar.gz: 6eee43c26ecd85a3ee33fc2779bbd04fcb6014f14617819082d0f7273d727f9d
3
+ metadata.gz: f35b1726cb3a67ff84d19a3184c27fc0028e282b67425a7b661e626a639e59d1
4
+ data.tar.gz: e3c0e1f972616b2ab69ff36928e44ffd3b67456462b28f8a703670d92257a53a
5
5
  SHA512:
6
- metadata.gz: f5c68cfb07c968b301ae90a2571dea31231c97bd2541f6c653fe7222d580345c6e508d046bc0d8417341042fdb8f35e2d14755fc7bb9deee499b0a7808966adb
7
- data.tar.gz: 9c1b873d2d5d2cf00bbc7c1a0e9ed473d77d1cb5790e5717fa3edf6548894f5be41f4f6da875a19c59c890e6a425c4e26889c044bf5c43e75b08e42da517fb0b
6
+ metadata.gz: 4707108d4fa8c2056b8e296d05d2eaaa3aef40debff7f090f7dba5e2e70a9e5c2680b68600b65287d00cca2dc454f292ee49687f783360a94d7327bc70a72d10
7
+ data.tar.gz: 46665b3ab7e79e6e41dc15c5bd9db528db322c846c2c001bb680088896f2bbd28179d1b77ba0e9a8b9a9d9a2754fd5f0b48bdb64a967c2796f2fd12e787f456d
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-servicecatalog/customizations'
45
45
  # @service
46
46
  module Aws::ServiceCatalog
47
47
 
48
- GEM_VERSION = '1.40.0'
48
+ GEM_VERSION = '1.41.1'
49
49
 
50
50
  end
@@ -24,6 +24,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
24
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
25
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
26
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
27
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
28
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
29
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
30
 
@@ -69,6 +70,7 @@ module Aws::ServiceCatalog
69
70
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
71
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
72
  add_plugin(Aws::Plugins::TransferEncoding)
73
+ add_plugin(Aws::Plugins::HttpChecksum)
72
74
  add_plugin(Aws::Plugins::SignatureV4)
73
75
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
76
 
@@ -161,7 +163,7 @@ module Aws::ServiceCatalog
161
163
  # @option options [String] :endpoint
162
164
  # The client endpoint is normally constructed from the `:region`
163
165
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
166
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
167
  #
166
168
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
169
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -434,6 +436,8 @@ module Aws::ServiceCatalog
434
436
 
435
437
  # Associates the specified product with the specified portfolio.
436
438
  #
439
+ # A delegated admin is authorized to invoke this command.
440
+ #
437
441
  # @option params [String] :accept_language
438
442
  # The language code.
439
443
  #
@@ -722,6 +726,8 @@ module Aws::ServiceCatalog
722
726
 
723
727
  # Creates a constraint.
724
728
  #
729
+ # A delegated admin is authorized to invoke this command.
730
+ #
725
731
  # @option params [String] :accept_language
726
732
  # The language code.
727
733
  #
@@ -876,6 +882,8 @@ module Aws::ServiceCatalog
876
882
 
877
883
  # Creates a portfolio.
878
884
  #
885
+ # A delegated admin is authorized to invoke this command.
886
+ #
879
887
  # @option params [String] :accept_language
880
888
  # The language code.
881
889
  #
@@ -949,9 +957,15 @@ module Aws::ServiceCatalog
949
957
 
950
958
  # Shares the specified portfolio with the specified account or
951
959
  # organization node. Shares to an organization node can only be created
952
- # by the master account of an Organization. AWSOrganizationsAccess must
953
- # be enabled in order to create a portfolio share to an organization
954
- # node.
960
+ # by the master account of an organization or by a delegated
961
+ # administrator. You can share portfolios to an organization, an
962
+ # organizational unit, or a specific account.
963
+ #
964
+ # Note that if a delegated admin is de-registered, they can no longer
965
+ # create portfolio shares.
966
+ #
967
+ # `AWSOrganizationsAccess` must be enabled in order to create a
968
+ # portfolio share to an organization node.
955
969
  #
956
970
  # @option params [String] :accept_language
957
971
  # The language code.
@@ -1006,6 +1020,8 @@ module Aws::ServiceCatalog
1006
1020
 
1007
1021
  # Creates a product.
1008
1022
  #
1023
+ # A delegated admin is authorized to invoke this command.
1024
+ #
1009
1025
  # @option params [String] :accept_language
1010
1026
  # The language code.
1011
1027
  #
@@ -1450,6 +1466,8 @@ module Aws::ServiceCatalog
1450
1466
 
1451
1467
  # Deletes the specified constraint.
1452
1468
  #
1469
+ # A delegated admin is authorized to invoke this command.
1470
+ #
1453
1471
  # @option params [String] :accept_language
1454
1472
  # The language code.
1455
1473
  #
@@ -1485,6 +1503,8 @@ module Aws::ServiceCatalog
1485
1503
  # You cannot delete a portfolio if it was shared with you or if it has
1486
1504
  # associated products, users, constraints, or shared accounts.
1487
1505
  #
1506
+ # A delegated admin is authorized to invoke this command.
1507
+ #
1488
1508
  # @option params [String] :accept_language
1489
1509
  # The language code.
1490
1510
  #
@@ -1517,7 +1537,11 @@ module Aws::ServiceCatalog
1517
1537
 
1518
1538
  # Stops sharing the specified portfolio with the specified account or
1519
1539
  # organization node. Shares to an organization node can only be deleted
1520
- # by the master account of an Organization.
1540
+ # by the master account of an organization or by a delegated
1541
+ # administrator.
1542
+ #
1543
+ # Note that if a delegated admin is de-registered, portfolio shares
1544
+ # created from that account are removed.
1521
1545
  #
1522
1546
  # @option params [String] :accept_language
1523
1547
  # The language code.
@@ -1571,6 +1595,8 @@ module Aws::ServiceCatalog
1571
1595
  # You cannot delete a product if it was shared with you or is associated
1572
1596
  # with a portfolio.
1573
1597
  #
1598
+ # A delegated admin is authorized to invoke this command.
1599
+ #
1574
1600
  # @option params [String] :accept_language
1575
1601
  # The language code.
1576
1602
  #
@@ -1829,6 +1855,8 @@ module Aws::ServiceCatalog
1829
1855
 
1830
1856
  # Gets information about the specified portfolio.
1831
1857
  #
1858
+ # A delegated admin is authorized to invoke this command.
1859
+ #
1832
1860
  # @option params [String] :accept_language
1833
1861
  # The language code.
1834
1862
  #
@@ -1884,7 +1912,8 @@ module Aws::ServiceCatalog
1884
1912
  end
1885
1913
 
1886
1914
  # Gets the status of the specified portfolio share operation. This API
1887
- # can only be called by the master account in the organization.
1915
+ # can only be called by the master account in the organization or by a
1916
+ # delegated admin.
1888
1917
  #
1889
1918
  # @option params [required, String] :portfolio_share_token
1890
1919
  # The token for the portfolio share operation. This token is returned
@@ -2621,6 +2650,12 @@ module Aws::ServiceCatalog
2621
2650
  # after calling this API. This API can only be called by the master
2622
2651
  # account in the organization.
2623
2652
  #
2653
+ # This API can't be invoked if there are active delegated
2654
+ # administrators in the organization.
2655
+ #
2656
+ # Note that a delegated administrator is not authorized to invoke
2657
+ # `DisableAWSOrganizationsAccess`.
2658
+ #
2624
2659
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2625
2660
  #
2626
2661
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DisableAWSOrganizationsAccess AWS API Documentation
@@ -2698,6 +2733,8 @@ module Aws::ServiceCatalog
2698
2733
 
2699
2734
  # Disassociates the specified product from the specified portfolio.
2700
2735
  #
2736
+ # A delegated admin is authorized to invoke this command.
2737
+ #
2701
2738
  # @option params [String] :accept_language
2702
2739
  # The language code.
2703
2740
  #
@@ -2810,6 +2847,9 @@ module Aws::ServiceCatalog
2810
2847
  # shares can be in sync with any changes in your AWS Organizations
2811
2848
  # structure.
2812
2849
  #
2850
+ # Note that a delegated administrator is not authorized to invoke
2851
+ # `EnableAWSOrganizationsAccess`.
2852
+ #
2813
2853
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2814
2854
  #
2815
2855
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/EnableAWSOrganizationsAccess AWS API Documentation
@@ -2962,7 +3002,8 @@ module Aws::ServiceCatalog
2962
3002
  end
2963
3003
 
2964
3004
  # Get the Access Status for AWS Organization portfolio share feature.
2965
- # This API can only be called by the master account in the organization.
3005
+ # This API can only be called by the master account in the organization
3006
+ # or by a delegated admin.
2966
3007
  #
2967
3008
  # @return [Types::GetAWSOrganizationsAccessStatusOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2968
3009
  #
@@ -3222,7 +3263,10 @@ module Aws::ServiceCatalog
3222
3263
 
3223
3264
  # Lists the organization nodes that have access to the specified
3224
3265
  # portfolio. This API can only be called by the master account in the
3225
- # organization.
3266
+ # organization or by a delegated admin.
3267
+ #
3268
+ # If a delegated admin is de-registered, they can no longer perform this
3269
+ # operation.
3226
3270
  #
3227
3271
  # @option params [String] :accept_language
3228
3272
  # The language code.
@@ -3289,6 +3333,10 @@ module Aws::ServiceCatalog
3289
3333
 
3290
3334
  # Lists the account IDs that have access to the specified portfolio.
3291
3335
  #
3336
+ # A delegated admin can list the accounts that have access to the shared
3337
+ # portfolio. Note that if a delegated admin is de-registered, they can
3338
+ # no longer perform this operation.
3339
+ #
3292
3340
  # @option params [String] :accept_language
3293
3341
  # The language code.
3294
3342
  #
@@ -5305,7 +5353,7 @@ module Aws::ServiceCatalog
5305
5353
  params: params,
5306
5354
  config: config)
5307
5355
  context[:gem_name] = 'aws-sdk-servicecatalog'
5308
- context[:gem_version] = '1.40.0'
5356
+ context[:gem_version] = '1.41.1'
5309
5357
  Seahorse::Client::Request.new(handlers, context)
5310
5358
  end
5311
5359
 
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.40.0
4
+ version: 1.41.1
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: 2020-06-05 00:00:00.000000000 Z
11
+ date: 2020-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement