aws-sdk-servicecatalog 1.39.0 → 1.44.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: b67147f46ab0f14a4d89422bf6ba666eda2531299b8504be04021b1d90047e3f
4
- data.tar.gz: fb8b82d9cf4aa6128e3cff59fea9772104222fdf91e0addf93b48f037d87c908
3
+ metadata.gz: c67180a0777794ec88e13cf77eb59ea5053fa110988fa83bea3aebcd5b3d142d
4
+ data.tar.gz: 74e37ef106b887e8a8e481837b8b7e17376ec47400dcf0aa611763b280756cd3
5
5
  SHA512:
6
- metadata.gz: 5da7d92f0a8f51614c4921e798c4c662fd08df61716095f86c2689b0b72851ea04d01b68eb66409fd5a3f1549bd6faf2ae2376f222dc4168fb61794597d16a35
7
- data.tar.gz: e3ce5919e01d0140494903566ba23aba4d2aaa2206c443fff1b4511ed9c9784fa07ef2ea1def56cf3a0cdd56d228ec8781b9565fd0bdef3f180dfcf4e0a933d3
6
+ metadata.gz: 66a6274ffc92ebac0731cb82e177e4e6b295299662cca61f4c9d21e7d11634c7ee0c871266fbab4edcf36acf1be2c3b3c5e328c285971f7b12c3250d747bfe9d
7
+ data.tar.gz: 45c6d02ac9b9239506cdd09060e578e26ca5a2b1cc2ada393e203d5d10e067e55abccfc269dea5c5845062899dc33817f9a44e35df3bbcbb85a966df61ae0fc8
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-servicecatalog/customizations'
45
47
  # @service
46
48
  module Aws::ServiceCatalog
47
49
 
48
- GEM_VERSION = '1.39.0'
50
+ GEM_VERSION = '1.44.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::ServiceCatalog
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
78
 
@@ -161,7 +165,7 @@ module Aws::ServiceCatalog
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -434,6 +438,8 @@ module Aws::ServiceCatalog
434
438
 
435
439
  # Associates the specified product with the specified portfolio.
436
440
  #
441
+ # A delegated admin is authorized to invoke this command.
442
+ #
437
443
  # @option params [String] :accept_language
438
444
  # The language code.
439
445
  #
@@ -722,6 +728,8 @@ module Aws::ServiceCatalog
722
728
 
723
729
  # Creates a constraint.
724
730
  #
731
+ # A delegated admin is authorized to invoke this command.
732
+ #
725
733
  # @option params [String] :accept_language
726
734
  # The language code.
727
735
  #
@@ -876,6 +884,8 @@ module Aws::ServiceCatalog
876
884
 
877
885
  # Creates a portfolio.
878
886
  #
887
+ # A delegated admin is authorized to invoke this command.
888
+ #
879
889
  # @option params [String] :accept_language
880
890
  # The language code.
881
891
  #
@@ -949,9 +959,18 @@ module Aws::ServiceCatalog
949
959
 
950
960
  # Shares the specified portfolio with the specified account or
951
961
  # 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.
962
+ # by the master account of an organization or by a delegated
963
+ # administrator. You can share portfolios to an organization, an
964
+ # organizational unit, or a specific account.
965
+ #
966
+ # Note that if a delegated admin is de-registered, they can no longer
967
+ # create portfolio shares.
968
+ #
969
+ # `AWSOrganizationsAccess` must be enabled in order to create a
970
+ # portfolio share to an organization node.
971
+ #
972
+ # You can't share a shared resource. This includes portfolios that
973
+ # contain a shared product.
955
974
  #
956
975
  # @option params [String] :accept_language
957
976
  # The language code.
@@ -1006,6 +1025,8 @@ module Aws::ServiceCatalog
1006
1025
 
1007
1026
  # Creates a product.
1008
1027
  #
1028
+ # A delegated admin is authorized to invoke this command.
1029
+ #
1009
1030
  # @option params [String] :accept_language
1010
1031
  # The language code.
1011
1032
  #
@@ -1331,8 +1352,11 @@ module Aws::ServiceCatalog
1331
1352
  #
1332
1353
  # Name
1333
1354
  #
1334
- # : The name of the AWS Systems Manager Document. For example,
1335
- # `AWS-RestartEC2Instance`.
1355
+ # : The name of the AWS Systems Manager document (SSM document). For
1356
+ # example, `AWS-RestartEC2Instance`.
1357
+ #
1358
+ # If you are using a shared SSM document, you must provide the ARN
1359
+ # instead of the name.
1336
1360
  #
1337
1361
  # Version
1338
1362
  #
@@ -1447,6 +1471,8 @@ module Aws::ServiceCatalog
1447
1471
 
1448
1472
  # Deletes the specified constraint.
1449
1473
  #
1474
+ # A delegated admin is authorized to invoke this command.
1475
+ #
1450
1476
  # @option params [String] :accept_language
1451
1477
  # The language code.
1452
1478
  #
@@ -1482,6 +1508,8 @@ module Aws::ServiceCatalog
1482
1508
  # You cannot delete a portfolio if it was shared with you or if it has
1483
1509
  # associated products, users, constraints, or shared accounts.
1484
1510
  #
1511
+ # A delegated admin is authorized to invoke this command.
1512
+ #
1485
1513
  # @option params [String] :accept_language
1486
1514
  # The language code.
1487
1515
  #
@@ -1514,7 +1542,11 @@ module Aws::ServiceCatalog
1514
1542
 
1515
1543
  # Stops sharing the specified portfolio with the specified account or
1516
1544
  # organization node. Shares to an organization node can only be deleted
1517
- # by the master account of an Organization.
1545
+ # by the master account of an organization or by a delegated
1546
+ # administrator.
1547
+ #
1548
+ # Note that if a delegated admin is de-registered, portfolio shares
1549
+ # created from that account are removed.
1518
1550
  #
1519
1551
  # @option params [String] :accept_language
1520
1552
  # The language code.
@@ -1568,6 +1600,8 @@ module Aws::ServiceCatalog
1568
1600
  # You cannot delete a product if it was shared with you or is associated
1569
1601
  # with a portfolio.
1570
1602
  #
1603
+ # A delegated admin is authorized to invoke this command.
1604
+ #
1571
1605
  # @option params [String] :accept_language
1572
1606
  # The language code.
1573
1607
  #
@@ -1826,6 +1860,8 @@ module Aws::ServiceCatalog
1826
1860
 
1827
1861
  # Gets information about the specified portfolio.
1828
1862
  #
1863
+ # A delegated admin is authorized to invoke this command.
1864
+ #
1829
1865
  # @option params [String] :accept_language
1830
1866
  # The language code.
1831
1867
  #
@@ -1881,7 +1917,8 @@ module Aws::ServiceCatalog
1881
1917
  end
1882
1918
 
1883
1919
  # Gets the status of the specified portfolio share operation. This API
1884
- # can only be called by the master account in the organization.
1920
+ # can only be called by the master account in the organization or by a
1921
+ # delegated admin.
1885
1922
  #
1886
1923
  # @option params [required, String] :portfolio_share_token
1887
1924
  # The token for the portfolio share operation. This token is returned
@@ -1935,20 +1972,25 @@ module Aws::ServiceCatalog
1935
1972
  #
1936
1973
  # * `zh` - Chinese
1937
1974
  #
1938
- # @option params [required, String] :id
1975
+ # @option params [String] :id
1939
1976
  # The product identifier.
1940
1977
  #
1978
+ # @option params [String] :name
1979
+ # The product name.
1980
+ #
1941
1981
  # @return [Types::DescribeProductOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1942
1982
  #
1943
1983
  # * {Types::DescribeProductOutput#product_view_summary #product_view_summary} => Types::ProductViewSummary
1944
1984
  # * {Types::DescribeProductOutput#provisioning_artifacts #provisioning_artifacts} => Array<Types::ProvisioningArtifact>
1945
1985
  # * {Types::DescribeProductOutput#budgets #budgets} => Array<Types::BudgetDetail>
1986
+ # * {Types::DescribeProductOutput#launch_paths #launch_paths} => Array<Types::LaunchPath>
1946
1987
  #
1947
1988
  # @example Request syntax with placeholder values
1948
1989
  #
1949
1990
  # resp = client.describe_product({
1950
1991
  # accept_language: "AcceptLanguage",
1951
- # id: "Id", # required
1992
+ # id: "Id",
1993
+ # name: "ProductViewName",
1952
1994
  # })
1953
1995
  #
1954
1996
  # @example Response structure
@@ -1972,6 +2014,9 @@ module Aws::ServiceCatalog
1972
2014
  # resp.provisioning_artifacts[0].guidance #=> String, one of "DEFAULT", "DEPRECATED"
1973
2015
  # resp.budgets #=> Array
1974
2016
  # resp.budgets[0].budget_name #=> String
2017
+ # resp.launch_paths #=> Array
2018
+ # resp.launch_paths[0].id #=> String
2019
+ # resp.launch_paths[0].name #=> String
1975
2020
  #
1976
2021
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProduct AWS API Documentation
1977
2022
  #
@@ -1994,9 +2039,12 @@ module Aws::ServiceCatalog
1994
2039
  #
1995
2040
  # * `zh` - Chinese
1996
2041
  #
1997
- # @option params [required, String] :id
2042
+ # @option params [String] :id
1998
2043
  # The product identifier.
1999
2044
  #
2045
+ # @option params [String] :name
2046
+ # The product name.
2047
+ #
2000
2048
  # @return [Types::DescribeProductAsAdminOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2001
2049
  #
2002
2050
  # * {Types::DescribeProductAsAdminOutput#product_view_detail #product_view_detail} => Types::ProductViewDetail
@@ -2009,7 +2057,8 @@ module Aws::ServiceCatalog
2009
2057
  #
2010
2058
  # resp = client.describe_product_as_admin({
2011
2059
  # accept_language: "AcceptLanguage",
2012
- # id: "Id", # required
2060
+ # id: "Id",
2061
+ # name: "ProductViewName",
2013
2062
  # })
2014
2063
  #
2015
2064
  # @example Response structure
@@ -2257,12 +2306,18 @@ module Aws::ServiceCatalog
2257
2306
  #
2258
2307
  # * `zh` - Chinese
2259
2308
  #
2260
- # @option params [required, String] :provisioning_artifact_id
2309
+ # @option params [String] :provisioning_artifact_id
2261
2310
  # The identifier of the provisioning artifact.
2262
2311
  #
2263
- # @option params [required, String] :product_id
2312
+ # @option params [String] :product_id
2264
2313
  # The product identifier.
2265
2314
  #
2315
+ # @option params [String] :provisioning_artifact_name
2316
+ # The provisioning artifact name.
2317
+ #
2318
+ # @option params [String] :product_name
2319
+ # The product name.
2320
+ #
2266
2321
  # @option params [Boolean] :verbose
2267
2322
  # Indicates whether a verbose level of detail is enabled.
2268
2323
  #
@@ -2276,8 +2331,10 @@ module Aws::ServiceCatalog
2276
2331
  #
2277
2332
  # resp = client.describe_provisioning_artifact({
2278
2333
  # accept_language: "AcceptLanguage",
2279
- # provisioning_artifact_id: "Id", # required
2280
- # product_id: "Id", # required
2334
+ # provisioning_artifact_id: "Id",
2335
+ # product_id: "Id",
2336
+ # provisioning_artifact_name: "ProvisioningArtifactName",
2337
+ # product_name: "ProductViewName",
2281
2338
  # verbose: false,
2282
2339
  # })
2283
2340
  #
@@ -2323,16 +2380,30 @@ module Aws::ServiceCatalog
2323
2380
  #
2324
2381
  # * `zh` - Chinese
2325
2382
  #
2326
- # @option params [required, String] :product_id
2327
- # The product identifier.
2383
+ # @option params [String] :product_id
2384
+ # The product identifier. You must provide the product name or ID, but
2385
+ # not both.
2328
2386
  #
2329
- # @option params [required, String] :provisioning_artifact_id
2330
- # The identifier of the provisioning artifact.
2387
+ # @option params [String] :product_name
2388
+ # The name of the product. You must provide the name or ID, but not
2389
+ # both.
2390
+ #
2391
+ # @option params [String] :provisioning_artifact_id
2392
+ # The identifier of the provisioning artifact. You must provide the name
2393
+ # or ID, but not both.
2394
+ #
2395
+ # @option params [String] :provisioning_artifact_name
2396
+ # The name of the provisioning artifact. You must provide the name or
2397
+ # ID, but not both.
2331
2398
  #
2332
2399
  # @option params [String] :path_id
2333
2400
  # The path identifier of the product. This value is optional if the
2334
2401
  # product has a default path, and required if the product has more than
2335
- # one path. To list the paths for a product, use ListLaunchPaths.
2402
+ # one path. To list the paths for a product, use ListLaunchPaths. You
2403
+ # must provide the name or ID, but not both.
2404
+ #
2405
+ # @option params [String] :path_name
2406
+ # The name of the path. You must provide the name or ID, but not both.
2336
2407
  #
2337
2408
  # @return [Types::DescribeProvisioningParametersOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2338
2409
  #
@@ -2341,14 +2412,18 @@ module Aws::ServiceCatalog
2341
2412
  # * {Types::DescribeProvisioningParametersOutput#usage_instructions #usage_instructions} => Array<Types::UsageInstruction>
2342
2413
  # * {Types::DescribeProvisioningParametersOutput#tag_options #tag_options} => Array<Types::TagOptionSummary>
2343
2414
  # * {Types::DescribeProvisioningParametersOutput#provisioning_artifact_preferences #provisioning_artifact_preferences} => Types::ProvisioningArtifactPreferences
2415
+ # * {Types::DescribeProvisioningParametersOutput#provisioning_artifact_outputs #provisioning_artifact_outputs} => Array<Types::ProvisioningArtifactOutput>
2344
2416
  #
2345
2417
  # @example Request syntax with placeholder values
2346
2418
  #
2347
2419
  # resp = client.describe_provisioning_parameters({
2348
2420
  # accept_language: "AcceptLanguage",
2349
- # product_id: "Id", # required
2350
- # provisioning_artifact_id: "Id", # required
2421
+ # product_id: "Id",
2422
+ # product_name: "ProductViewName",
2423
+ # provisioning_artifact_id: "Id",
2424
+ # provisioning_artifact_name: "ProvisioningArtifactName",
2351
2425
  # path_id: "Id",
2426
+ # path_name: "PortfolioDisplayName",
2352
2427
  # })
2353
2428
  #
2354
2429
  # @example Response structure
@@ -2375,6 +2450,9 @@ module Aws::ServiceCatalog
2375
2450
  # resp.provisioning_artifact_preferences.stack_set_accounts[0] #=> String
2376
2451
  # resp.provisioning_artifact_preferences.stack_set_regions #=> Array
2377
2452
  # resp.provisioning_artifact_preferences.stack_set_regions[0] #=> String
2453
+ # resp.provisioning_artifact_outputs #=> Array
2454
+ # resp.provisioning_artifact_outputs[0].key #=> String
2455
+ # resp.provisioning_artifact_outputs[0].description #=> String
2378
2456
  #
2379
2457
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisioningParameters AWS API Documentation
2380
2458
  #
@@ -2598,6 +2676,12 @@ module Aws::ServiceCatalog
2598
2676
  # after calling this API. This API can only be called by the master
2599
2677
  # account in the organization.
2600
2678
  #
2679
+ # This API can't be invoked if there are active delegated
2680
+ # administrators in the organization.
2681
+ #
2682
+ # Note that a delegated administrator is not authorized to invoke
2683
+ # `DisableAWSOrganizationsAccess`.
2684
+ #
2601
2685
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2602
2686
  #
2603
2687
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DisableAWSOrganizationsAccess AWS API Documentation
@@ -2675,6 +2759,8 @@ module Aws::ServiceCatalog
2675
2759
 
2676
2760
  # Disassociates the specified product from the specified portfolio.
2677
2761
  #
2762
+ # A delegated admin is authorized to invoke this command.
2763
+ #
2678
2764
  # @option params [String] :accept_language
2679
2765
  # The language code.
2680
2766
  #
@@ -2787,6 +2873,9 @@ module Aws::ServiceCatalog
2787
2873
  # shares can be in sync with any changes in your AWS Organizations
2788
2874
  # structure.
2789
2875
  #
2876
+ # Note that a delegated administrator is not authorized to invoke
2877
+ # `EnableAWSOrganizationsAccess`.
2878
+ #
2790
2879
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2791
2880
  #
2792
2881
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/EnableAWSOrganizationsAccess AWS API Documentation
@@ -2939,7 +3028,8 @@ module Aws::ServiceCatalog
2939
3028
  end
2940
3029
 
2941
3030
  # Get the Access Status for AWS Organization portfolio share feature.
2942
- # This API can only be called by the master account in the organization.
3031
+ # This API can only be called by the master account in the organization
3032
+ # or by a delegated admin.
2943
3033
  #
2944
3034
  # @return [Types::GetAWSOrganizationsAccessStatusOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2945
3035
  #
@@ -3199,7 +3289,10 @@ module Aws::ServiceCatalog
3199
3289
 
3200
3290
  # Lists the organization nodes that have access to the specified
3201
3291
  # portfolio. This API can only be called by the master account in the
3202
- # organization.
3292
+ # organization or by a delegated admin.
3293
+ #
3294
+ # If a delegated admin is de-registered, they can no longer perform this
3295
+ # operation.
3203
3296
  #
3204
3297
  # @option params [String] :accept_language
3205
3298
  # The language code.
@@ -3266,6 +3359,10 @@ module Aws::ServiceCatalog
3266
3359
 
3267
3360
  # Lists the account IDs that have access to the specified portfolio.
3268
3361
  #
3362
+ # A delegated admin can list the accounts that have access to the shared
3363
+ # portfolio. Note that if a delegated admin is de-registered, they can
3364
+ # no longer perform this operation.
3365
+ #
3269
3366
  # @option params [String] :accept_language
3270
3367
  # The language code.
3271
3368
  #
@@ -4032,16 +4129,29 @@ module Aws::ServiceCatalog
4032
4129
  #
4033
4130
  # * `zh` - Chinese
4034
4131
  #
4035
- # @option params [required, String] :product_id
4036
- # The product identifier.
4132
+ # @option params [String] :product_id
4133
+ # The product identifier. You must provide the name or ID, but not both.
4037
4134
  #
4038
- # @option params [required, String] :provisioning_artifact_id
4039
- # The identifier of the provisioning artifact.
4135
+ # @option params [String] :product_name
4136
+ # The name of the product. You must provide the name or ID, but not
4137
+ # both.
4138
+ #
4139
+ # @option params [String] :provisioning_artifact_id
4140
+ # The identifier of the provisioning artifact. You must provide the name
4141
+ # or ID, but not both.
4142
+ #
4143
+ # @option params [String] :provisioning_artifact_name
4144
+ # The name of the provisioning artifact. You must provide the name or
4145
+ # ID, but not both.
4040
4146
  #
4041
4147
  # @option params [String] :path_id
4042
4148
  # The path identifier of the product. This value is optional if the
4043
4149
  # product has a default path, and required if the product has more than
4044
- # one path. To list the paths for a product, use ListLaunchPaths.
4150
+ # one path. To list the paths for a product, use ListLaunchPaths. You
4151
+ # must provide the name or ID, but not both.
4152
+ #
4153
+ # @option params [String] :path_name
4154
+ # The name of the path. You must provide the name or ID, but not both.
4045
4155
  #
4046
4156
  # @option params [required, String] :provisioned_product_name
4047
4157
  # A user-friendly name for the provisioned product. This value must be
@@ -4078,9 +4188,12 @@ module Aws::ServiceCatalog
4078
4188
  #
4079
4189
  # resp = client.provision_product({
4080
4190
  # accept_language: "AcceptLanguage",
4081
- # product_id: "Id", # required
4082
- # provisioning_artifact_id: "Id", # required
4191
+ # product_id: "Id",
4192
+ # product_name: "ProductViewName",
4193
+ # provisioning_artifact_id: "Id",
4194
+ # provisioning_artifact_name: "ProvisioningArtifactName",
4083
4195
  # path_id: "Id",
4196
+ # path_name: "PortfolioDisplayName",
4084
4197
  # provisioned_product_name: "ProvisionedProductName", # required
4085
4198
  # provisioning_parameters: [
4086
4199
  # {
@@ -4908,18 +5021,31 @@ module Aws::ServiceCatalog
4908
5021
  # `ProvisionedProductName` and `ProvisionedProductId`.
4909
5022
  #
4910
5023
  # @option params [String] :provisioned_product_id
4911
- # The identifier of the provisioned product. You cannot specify both
4912
- # `ProvisionedProductName` and `ProvisionedProductId`.
5024
+ # The identifier of the provisioned product. You must provide the name
5025
+ # or ID, but not both.
4913
5026
  #
4914
5027
  # @option params [String] :product_id
4915
- # The identifier of the product.
5028
+ # The identifier of the product. You must provide the name or ID, but
5029
+ # not both.
5030
+ #
5031
+ # @option params [String] :product_name
5032
+ # The name of the product. You must provide the name or ID, but not
5033
+ # both.
4916
5034
  #
4917
5035
  # @option params [String] :provisioning_artifact_id
4918
5036
  # The identifier of the provisioning artifact.
4919
5037
  #
5038
+ # @option params [String] :provisioning_artifact_name
5039
+ # The name of the provisioning artifact. You must provide the name or
5040
+ # ID, but not both.
5041
+ #
4920
5042
  # @option params [String] :path_id
4921
- # The new path identifier. This value is optional if the product has a
4922
- # default path, and required if the product has more than one path.
5043
+ # The path identifier. This value is optional if the product has a
5044
+ # default path, and required if the product has more than one path. You
5045
+ # must provide the name or ID, but not both.
5046
+ #
5047
+ # @option params [String] :path_name
5048
+ # The name of the path. You must provide the name or ID, but not both.
4923
5049
  #
4924
5050
  # @option params [Array<Types::UpdateProvisioningParameter>] :provisioning_parameters
4925
5051
  # The new parameters.
@@ -4951,8 +5077,11 @@ module Aws::ServiceCatalog
4951
5077
  # provisioned_product_name: "ProvisionedProductNameOrArn",
4952
5078
  # provisioned_product_id: "Id",
4953
5079
  # product_id: "Id",
5080
+ # product_name: "ProductViewName",
4954
5081
  # provisioning_artifact_id: "Id",
5082
+ # provisioning_artifact_name: "ProvisioningArtifactName",
4955
5083
  # path_id: "Id",
5084
+ # path_name: "PortfolioDisplayName",
4956
5085
  # provisioning_parameters: [
4957
5086
  # {
4958
5087
  # key: "ParameterKey",
@@ -5025,9 +5154,9 @@ module Aws::ServiceCatalog
5025
5154
  # @option params [required, Hash<String,String>] :provisioned_product_properties
5026
5155
  # A map that contains the provisioned product properties to be updated.
5027
5156
  #
5028
- # The `OWNER` key only accepts user ARNs. The owner is the user that is
5029
- # allowed to see, update, terminate, and execute service actions in the
5030
- # provisioned product.
5157
+ # The `OWNER` key accepts user ARNs and role ARNs. The owner is the user
5158
+ # that is allowed to see, update, terminate, and execute service actions
5159
+ # in the provisioned product.
5031
5160
  #
5032
5161
  # The administrator can change the owner of a provisioned product to
5033
5162
  # another IAM user within the same account. Both end user owners and
@@ -5282,7 +5411,7 @@ module Aws::ServiceCatalog
5282
5411
  params: params,
5283
5412
  config: config)
5284
5413
  context[:gem_name] = 'aws-sdk-servicecatalog'
5285
- context[:gem_version] = '1.39.0'
5414
+ context[:gem_version] = '1.44.0'
5286
5415
  Seahorse::Client::Request.new(handlers, context)
5287
5416
  end
5288
5417