aws-sdk-servicecatalog 1.40.0 → 1.45.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-servicecatalog.rb +3 -1
- data/lib/aws-sdk-servicecatalog/client.rb +145 -29
- data/lib/aws-sdk-servicecatalog/client_api.rb +32 -4
- data/lib/aws-sdk-servicecatalog/customizations.rb +1 -0
- data/lib/aws-sdk-servicecatalog/errors.rb +2 -0
- data/lib/aws-sdk-servicecatalog/resource.rb +2 -0
- data/lib/aws-sdk-servicecatalog/types.rb +370 -15
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dac08109df57709352d333a6a0dd83bea9d8d3abeee5545b2de54874acc3e309
|
4
|
+
data.tar.gz: 19ea093240638eb4c4a4959776aac20870867d58ab3889ed7bc23955fdd58f70
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 258c25d9f3fdbd6a9c1750b188de03f65b0e74f1b4d4291c1c83c825dcb6097c9cf76afb37babb7a69f2a6b0e8aa1f11d4291d754a9763a8538bd4ad42cbf521
|
7
|
+
data.tar.gz: f2733310b3cd610db8dbbb04bb486f78f4e3415eb4bf85ec334ffc09ffa2f8c89e3b8901ffd366d4e1203cd237439e83321fa883929ced20428ffed2232bf27d
|
@@ -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.
|
50
|
+
GEM_VERSION = '1.45.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
|
953
|
-
#
|
954
|
-
#
|
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
|
#
|
@@ -1450,6 +1471,8 @@ module Aws::ServiceCatalog
|
|
1450
1471
|
|
1451
1472
|
# Deletes the specified constraint.
|
1452
1473
|
#
|
1474
|
+
# A delegated admin is authorized to invoke this command.
|
1475
|
+
#
|
1453
1476
|
# @option params [String] :accept_language
|
1454
1477
|
# The language code.
|
1455
1478
|
#
|
@@ -1485,6 +1508,8 @@ module Aws::ServiceCatalog
|
|
1485
1508
|
# You cannot delete a portfolio if it was shared with you or if it has
|
1486
1509
|
# associated products, users, constraints, or shared accounts.
|
1487
1510
|
#
|
1511
|
+
# A delegated admin is authorized to invoke this command.
|
1512
|
+
#
|
1488
1513
|
# @option params [String] :accept_language
|
1489
1514
|
# The language code.
|
1490
1515
|
#
|
@@ -1517,7 +1542,11 @@ module Aws::ServiceCatalog
|
|
1517
1542
|
|
1518
1543
|
# Stops sharing the specified portfolio with the specified account or
|
1519
1544
|
# organization node. Shares to an organization node can only be deleted
|
1520
|
-
# by the master account of an
|
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.
|
1521
1550
|
#
|
1522
1551
|
# @option params [String] :accept_language
|
1523
1552
|
# The language code.
|
@@ -1571,6 +1600,8 @@ module Aws::ServiceCatalog
|
|
1571
1600
|
# You cannot delete a product if it was shared with you or is associated
|
1572
1601
|
# with a portfolio.
|
1573
1602
|
#
|
1603
|
+
# A delegated admin is authorized to invoke this command.
|
1604
|
+
#
|
1574
1605
|
# @option params [String] :accept_language
|
1575
1606
|
# The language code.
|
1576
1607
|
#
|
@@ -1829,6 +1860,8 @@ module Aws::ServiceCatalog
|
|
1829
1860
|
|
1830
1861
|
# Gets information about the specified portfolio.
|
1831
1862
|
#
|
1863
|
+
# A delegated admin is authorized to invoke this command.
|
1864
|
+
#
|
1832
1865
|
# @option params [String] :accept_language
|
1833
1866
|
# The language code.
|
1834
1867
|
#
|
@@ -1884,7 +1917,8 @@ module Aws::ServiceCatalog
|
|
1884
1917
|
end
|
1885
1918
|
|
1886
1919
|
# Gets the status of the specified portfolio share operation. This API
|
1887
|
-
# 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.
|
1888
1922
|
#
|
1889
1923
|
# @option params [required, String] :portfolio_share_token
|
1890
1924
|
# The token for the portfolio share operation. This token is returned
|
@@ -2162,6 +2196,8 @@ module Aws::ServiceCatalog
|
|
2162
2196
|
# resp.provisioned_product_detail.created_time #=> Time
|
2163
2197
|
# resp.provisioned_product_detail.idempotency_token #=> String
|
2164
2198
|
# resp.provisioned_product_detail.last_record_id #=> String
|
2199
|
+
# resp.provisioned_product_detail.last_provisioning_record_id #=> String
|
2200
|
+
# resp.provisioned_product_detail.last_successful_provisioning_record_id #=> String
|
2165
2201
|
# resp.provisioned_product_detail.product_id #=> String
|
2166
2202
|
# resp.provisioned_product_detail.provisioning_artifact_id #=> String
|
2167
2203
|
# resp.cloud_watch_dashboards #=> Array
|
@@ -2346,16 +2382,30 @@ module Aws::ServiceCatalog
|
|
2346
2382
|
#
|
2347
2383
|
# * `zh` - Chinese
|
2348
2384
|
#
|
2349
|
-
# @option params [
|
2350
|
-
# The product identifier.
|
2385
|
+
# @option params [String] :product_id
|
2386
|
+
# The product identifier. You must provide the product name or ID, but
|
2387
|
+
# not both.
|
2351
2388
|
#
|
2352
|
-
# @option params [
|
2353
|
-
# The
|
2389
|
+
# @option params [String] :product_name
|
2390
|
+
# The name of the product. You must provide the name or ID, but not
|
2391
|
+
# both.
|
2392
|
+
#
|
2393
|
+
# @option params [String] :provisioning_artifact_id
|
2394
|
+
# The identifier of the provisioning artifact. You must provide the name
|
2395
|
+
# or ID, but not both.
|
2396
|
+
#
|
2397
|
+
# @option params [String] :provisioning_artifact_name
|
2398
|
+
# The name of the provisioning artifact. You must provide the name or
|
2399
|
+
# ID, but not both.
|
2354
2400
|
#
|
2355
2401
|
# @option params [String] :path_id
|
2356
2402
|
# The path identifier of the product. This value is optional if the
|
2357
2403
|
# product has a default path, and required if the product has more than
|
2358
|
-
# one path. To list the paths for a product, use ListLaunchPaths.
|
2404
|
+
# one path. To list the paths for a product, use ListLaunchPaths. You
|
2405
|
+
# must provide the name or ID, but not both.
|
2406
|
+
#
|
2407
|
+
# @option params [String] :path_name
|
2408
|
+
# The name of the path. You must provide the name or ID, but not both.
|
2359
2409
|
#
|
2360
2410
|
# @return [Types::DescribeProvisioningParametersOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2361
2411
|
#
|
@@ -2364,14 +2414,18 @@ module Aws::ServiceCatalog
|
|
2364
2414
|
# * {Types::DescribeProvisioningParametersOutput#usage_instructions #usage_instructions} => Array<Types::UsageInstruction>
|
2365
2415
|
# * {Types::DescribeProvisioningParametersOutput#tag_options #tag_options} => Array<Types::TagOptionSummary>
|
2366
2416
|
# * {Types::DescribeProvisioningParametersOutput#provisioning_artifact_preferences #provisioning_artifact_preferences} => Types::ProvisioningArtifactPreferences
|
2417
|
+
# * {Types::DescribeProvisioningParametersOutput#provisioning_artifact_outputs #provisioning_artifact_outputs} => Array<Types::ProvisioningArtifactOutput>
|
2367
2418
|
#
|
2368
2419
|
# @example Request syntax with placeholder values
|
2369
2420
|
#
|
2370
2421
|
# resp = client.describe_provisioning_parameters({
|
2371
2422
|
# accept_language: "AcceptLanguage",
|
2372
|
-
# product_id: "Id",
|
2373
|
-
#
|
2423
|
+
# product_id: "Id",
|
2424
|
+
# product_name: "ProductViewName",
|
2425
|
+
# provisioning_artifact_id: "Id",
|
2426
|
+
# provisioning_artifact_name: "ProvisioningArtifactName",
|
2374
2427
|
# path_id: "Id",
|
2428
|
+
# path_name: "PortfolioDisplayName",
|
2375
2429
|
# })
|
2376
2430
|
#
|
2377
2431
|
# @example Response structure
|
@@ -2398,6 +2452,9 @@ module Aws::ServiceCatalog
|
|
2398
2452
|
# resp.provisioning_artifact_preferences.stack_set_accounts[0] #=> String
|
2399
2453
|
# resp.provisioning_artifact_preferences.stack_set_regions #=> Array
|
2400
2454
|
# resp.provisioning_artifact_preferences.stack_set_regions[0] #=> String
|
2455
|
+
# resp.provisioning_artifact_outputs #=> Array
|
2456
|
+
# resp.provisioning_artifact_outputs[0].key #=> String
|
2457
|
+
# resp.provisioning_artifact_outputs[0].description #=> String
|
2401
2458
|
#
|
2402
2459
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisioningParameters AWS API Documentation
|
2403
2460
|
#
|
@@ -2621,6 +2678,12 @@ module Aws::ServiceCatalog
|
|
2621
2678
|
# after calling this API. This API can only be called by the master
|
2622
2679
|
# account in the organization.
|
2623
2680
|
#
|
2681
|
+
# This API can't be invoked if there are active delegated
|
2682
|
+
# administrators in the organization.
|
2683
|
+
#
|
2684
|
+
# Note that a delegated administrator is not authorized to invoke
|
2685
|
+
# `DisableAWSOrganizationsAccess`.
|
2686
|
+
#
|
2624
2687
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
2625
2688
|
#
|
2626
2689
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DisableAWSOrganizationsAccess AWS API Documentation
|
@@ -2698,6 +2761,8 @@ module Aws::ServiceCatalog
|
|
2698
2761
|
|
2699
2762
|
# Disassociates the specified product from the specified portfolio.
|
2700
2763
|
#
|
2764
|
+
# A delegated admin is authorized to invoke this command.
|
2765
|
+
#
|
2701
2766
|
# @option params [String] :accept_language
|
2702
2767
|
# The language code.
|
2703
2768
|
#
|
@@ -2810,6 +2875,9 @@ module Aws::ServiceCatalog
|
|
2810
2875
|
# shares can be in sync with any changes in your AWS Organizations
|
2811
2876
|
# structure.
|
2812
2877
|
#
|
2878
|
+
# Note that a delegated administrator is not authorized to invoke
|
2879
|
+
# `EnableAWSOrganizationsAccess`.
|
2880
|
+
#
|
2813
2881
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
2814
2882
|
#
|
2815
2883
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/EnableAWSOrganizationsAccess AWS API Documentation
|
@@ -2962,7 +3030,8 @@ module Aws::ServiceCatalog
|
|
2962
3030
|
end
|
2963
3031
|
|
2964
3032
|
# Get the Access Status for AWS Organization portfolio share feature.
|
2965
|
-
# This API can only be called by the master account in the organization
|
3033
|
+
# This API can only be called by the master account in the organization
|
3034
|
+
# or by a delegated admin.
|
2966
3035
|
#
|
2967
3036
|
# @return [Types::GetAWSOrganizationsAccessStatusOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2968
3037
|
#
|
@@ -3222,7 +3291,10 @@ module Aws::ServiceCatalog
|
|
3222
3291
|
|
3223
3292
|
# Lists the organization nodes that have access to the specified
|
3224
3293
|
# portfolio. This API can only be called by the master account in the
|
3225
|
-
# organization.
|
3294
|
+
# organization or by a delegated admin.
|
3295
|
+
#
|
3296
|
+
# If a delegated admin is de-registered, they can no longer perform this
|
3297
|
+
# operation.
|
3226
3298
|
#
|
3227
3299
|
# @option params [String] :accept_language
|
3228
3300
|
# The language code.
|
@@ -3289,6 +3361,10 @@ module Aws::ServiceCatalog
|
|
3289
3361
|
|
3290
3362
|
# Lists the account IDs that have access to the specified portfolio.
|
3291
3363
|
#
|
3364
|
+
# A delegated admin can list the accounts that have access to the shared
|
3365
|
+
# portfolio. Note that if a delegated admin is de-registered, they can
|
3366
|
+
# no longer perform this operation.
|
3367
|
+
#
|
3292
3368
|
# @option params [String] :accept_language
|
3293
3369
|
# The language code.
|
3294
3370
|
#
|
@@ -4055,16 +4131,29 @@ module Aws::ServiceCatalog
|
|
4055
4131
|
#
|
4056
4132
|
# * `zh` - Chinese
|
4057
4133
|
#
|
4058
|
-
# @option params [
|
4059
|
-
# The product identifier.
|
4134
|
+
# @option params [String] :product_id
|
4135
|
+
# The product identifier. You must provide the name or ID, but not both.
|
4060
4136
|
#
|
4061
|
-
# @option params [
|
4062
|
-
# The
|
4137
|
+
# @option params [String] :product_name
|
4138
|
+
# The name of the product. You must provide the name or ID, but not
|
4139
|
+
# both.
|
4140
|
+
#
|
4141
|
+
# @option params [String] :provisioning_artifact_id
|
4142
|
+
# The identifier of the provisioning artifact. You must provide the name
|
4143
|
+
# or ID, but not both.
|
4144
|
+
#
|
4145
|
+
# @option params [String] :provisioning_artifact_name
|
4146
|
+
# The name of the provisioning artifact. You must provide the name or
|
4147
|
+
# ID, but not both.
|
4063
4148
|
#
|
4064
4149
|
# @option params [String] :path_id
|
4065
4150
|
# The path identifier of the product. This value is optional if the
|
4066
4151
|
# product has a default path, and required if the product has more than
|
4067
|
-
# one path. To list the paths for a product, use ListLaunchPaths.
|
4152
|
+
# one path. To list the paths for a product, use ListLaunchPaths. You
|
4153
|
+
# must provide the name or ID, but not both.
|
4154
|
+
#
|
4155
|
+
# @option params [String] :path_name
|
4156
|
+
# The name of the path. You must provide the name or ID, but not both.
|
4068
4157
|
#
|
4069
4158
|
# @option params [required, String] :provisioned_product_name
|
4070
4159
|
# A user-friendly name for the provisioned product. This value must be
|
@@ -4101,9 +4190,12 @@ module Aws::ServiceCatalog
|
|
4101
4190
|
#
|
4102
4191
|
# resp = client.provision_product({
|
4103
4192
|
# accept_language: "AcceptLanguage",
|
4104
|
-
# product_id: "Id",
|
4105
|
-
#
|
4193
|
+
# product_id: "Id",
|
4194
|
+
# product_name: "ProductViewName",
|
4195
|
+
# provisioning_artifact_id: "Id",
|
4196
|
+
# provisioning_artifact_name: "ProvisioningArtifactName",
|
4106
4197
|
# path_id: "Id",
|
4198
|
+
# path_name: "PortfolioDisplayName",
|
4107
4199
|
# provisioned_product_name: "ProvisionedProductName", # required
|
4108
4200
|
# provisioning_parameters: [
|
4109
4201
|
# {
|
@@ -4258,6 +4350,8 @@ module Aws::ServiceCatalog
|
|
4258
4350
|
# resp.provisioned_products[0].created_time #=> Time
|
4259
4351
|
# resp.provisioned_products[0].idempotency_token #=> String
|
4260
4352
|
# resp.provisioned_products[0].last_record_id #=> String
|
4353
|
+
# resp.provisioned_products[0].last_provisioning_record_id #=> String
|
4354
|
+
# resp.provisioned_products[0].last_successful_provisioning_record_id #=> String
|
4261
4355
|
# resp.provisioned_products[0].product_id #=> String
|
4262
4356
|
# resp.provisioned_products[0].provisioning_artifact_id #=> String
|
4263
4357
|
# resp.next_page_token #=> String
|
@@ -4455,7 +4549,9 @@ module Aws::ServiceCatalog
|
|
4455
4549
|
# When the key is `SearchQuery`, the searchable fields are `arn`,
|
4456
4550
|
# `createdTime`, `id`, `lastRecordId`, `idempotencyToken`, `name`,
|
4457
4551
|
# `physicalId`, `productId`, `provisioningArtifact`, `type`, `status`,
|
4458
|
-
# `tags`, `userArn`,
|
4552
|
+
# `tags`, `userArn`, `userArnSession`, `lastProvisioningRecordId`,
|
4553
|
+
# `lastSuccessfulProvisioningRecordId`, `productName`, and
|
4554
|
+
# `provisioningArtifactName`.
|
4459
4555
|
#
|
4460
4556
|
# Example: `"SearchQuery":["status:AVAILABLE"]`
|
4461
4557
|
#
|
@@ -4510,12 +4606,16 @@ module Aws::ServiceCatalog
|
|
4510
4606
|
# resp.provisioned_products[0].created_time #=> Time
|
4511
4607
|
# resp.provisioned_products[0].idempotency_token #=> String
|
4512
4608
|
# resp.provisioned_products[0].last_record_id #=> String
|
4609
|
+
# resp.provisioned_products[0].last_provisioning_record_id #=> String
|
4610
|
+
# resp.provisioned_products[0].last_successful_provisioning_record_id #=> String
|
4513
4611
|
# resp.provisioned_products[0].tags #=> Array
|
4514
4612
|
# resp.provisioned_products[0].tags[0].key #=> String
|
4515
4613
|
# resp.provisioned_products[0].tags[0].value #=> String
|
4516
4614
|
# resp.provisioned_products[0].physical_id #=> String
|
4517
4615
|
# resp.provisioned_products[0].product_id #=> String
|
4616
|
+
# resp.provisioned_products[0].product_name #=> String
|
4518
4617
|
# resp.provisioned_products[0].provisioning_artifact_id #=> String
|
4618
|
+
# resp.provisioned_products[0].provisioning_artifact_name #=> String
|
4519
4619
|
# resp.provisioned_products[0].user_arn #=> String
|
4520
4620
|
# resp.provisioned_products[0].user_arn_session #=> String
|
4521
4621
|
# resp.total_results_count #=> Integer
|
@@ -4931,18 +5031,31 @@ module Aws::ServiceCatalog
|
|
4931
5031
|
# `ProvisionedProductName` and `ProvisionedProductId`.
|
4932
5032
|
#
|
4933
5033
|
# @option params [String] :provisioned_product_id
|
4934
|
-
# The identifier of the provisioned product. You
|
4935
|
-
#
|
5034
|
+
# The identifier of the provisioned product. You must provide the name
|
5035
|
+
# or ID, but not both.
|
4936
5036
|
#
|
4937
5037
|
# @option params [String] :product_id
|
4938
|
-
# The identifier of the product.
|
5038
|
+
# The identifier of the product. You must provide the name or ID, but
|
5039
|
+
# not both.
|
5040
|
+
#
|
5041
|
+
# @option params [String] :product_name
|
5042
|
+
# The name of the product. You must provide the name or ID, but not
|
5043
|
+
# both.
|
4939
5044
|
#
|
4940
5045
|
# @option params [String] :provisioning_artifact_id
|
4941
5046
|
# The identifier of the provisioning artifact.
|
4942
5047
|
#
|
5048
|
+
# @option params [String] :provisioning_artifact_name
|
5049
|
+
# The name of the provisioning artifact. You must provide the name or
|
5050
|
+
# ID, but not both.
|
5051
|
+
#
|
4943
5052
|
# @option params [String] :path_id
|
4944
|
-
# The
|
4945
|
-
# default path, and required if the product has more than one path.
|
5053
|
+
# The path identifier. This value is optional if the product has a
|
5054
|
+
# default path, and required if the product has more than one path. You
|
5055
|
+
# must provide the name or ID, but not both.
|
5056
|
+
#
|
5057
|
+
# @option params [String] :path_name
|
5058
|
+
# The name of the path. You must provide the name or ID, but not both.
|
4946
5059
|
#
|
4947
5060
|
# @option params [Array<Types::UpdateProvisioningParameter>] :provisioning_parameters
|
4948
5061
|
# The new parameters.
|
@@ -4974,8 +5087,11 @@ module Aws::ServiceCatalog
|
|
4974
5087
|
# provisioned_product_name: "ProvisionedProductNameOrArn",
|
4975
5088
|
# provisioned_product_id: "Id",
|
4976
5089
|
# product_id: "Id",
|
5090
|
+
# product_name: "ProductViewName",
|
4977
5091
|
# provisioning_artifact_id: "Id",
|
5092
|
+
# provisioning_artifact_name: "ProvisioningArtifactName",
|
4978
5093
|
# path_id: "Id",
|
5094
|
+
# path_name: "PortfolioDisplayName",
|
4979
5095
|
# provisioning_parameters: [
|
4980
5096
|
# {
|
4981
5097
|
# key: "ParameterKey",
|
@@ -5305,7 +5421,7 @@ module Aws::ServiceCatalog
|
|
5305
5421
|
params: params,
|
5306
5422
|
config: config)
|
5307
5423
|
context[:gem_name] = 'aws-sdk-servicecatalog'
|
5308
|
-
context[:gem_version] = '1.
|
5424
|
+
context[:gem_version] = '1.45.0'
|
5309
5425
|
Seahorse::Client::Request.new(handlers, context)
|
5310
5426
|
end
|
5311
5427
|
|
@@ -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:
|
@@ -223,6 +225,7 @@ module Aws::ServiceCatalog
|
|
223
225
|
OrganizationNodeType = Shapes::StringShape.new(name: 'OrganizationNodeType')
|
224
226
|
OrganizationNodeValue = Shapes::StringShape.new(name: 'OrganizationNodeValue')
|
225
227
|
OrganizationNodes = Shapes::ListShape.new(name: 'OrganizationNodes')
|
228
|
+
OutputDescription = Shapes::StringShape.new(name: 'OutputDescription')
|
226
229
|
OutputKey = Shapes::StringShape.new(name: 'OutputKey')
|
227
230
|
OutputValue = Shapes::StringShape.new(name: 'OutputValue')
|
228
231
|
PageSize = Shapes::IntegerShape.new(name: 'PageSize')
|
@@ -302,6 +305,9 @@ module Aws::ServiceCatalog
|
|
302
305
|
ProvisioningArtifactInfoKey = Shapes::StringShape.new(name: 'ProvisioningArtifactInfoKey')
|
303
306
|
ProvisioningArtifactInfoValue = Shapes::StringShape.new(name: 'ProvisioningArtifactInfoValue')
|
304
307
|
ProvisioningArtifactName = Shapes::StringShape.new(name: 'ProvisioningArtifactName')
|
308
|
+
ProvisioningArtifactOutput = Shapes::StructureShape.new(name: 'ProvisioningArtifactOutput')
|
309
|
+
ProvisioningArtifactOutputKey = Shapes::StringShape.new(name: 'ProvisioningArtifactOutputKey')
|
310
|
+
ProvisioningArtifactOutputs = Shapes::ListShape.new(name: 'ProvisioningArtifactOutputs')
|
305
311
|
ProvisioningArtifactParameter = Shapes::StructureShape.new(name: 'ProvisioningArtifactParameter')
|
306
312
|
ProvisioningArtifactParameters = Shapes::ListShape.new(name: 'ProvisioningArtifactParameters')
|
307
313
|
ProvisioningArtifactPreferences = Shapes::StructureShape.new(name: 'ProvisioningArtifactPreferences')
|
@@ -811,9 +817,12 @@ module Aws::ServiceCatalog
|
|
811
817
|
DescribeProvisioningArtifactOutput.struct_class = Types::DescribeProvisioningArtifactOutput
|
812
818
|
|
813
819
|
DescribeProvisioningParametersInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
814
|
-
DescribeProvisioningParametersInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id,
|
815
|
-
DescribeProvisioningParametersInput.add_member(:
|
820
|
+
DescribeProvisioningParametersInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
|
821
|
+
DescribeProvisioningParametersInput.add_member(:product_name, Shapes::ShapeRef.new(shape: ProductViewName, location_name: "ProductName"))
|
822
|
+
DescribeProvisioningParametersInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisioningArtifactId"))
|
823
|
+
DescribeProvisioningParametersInput.add_member(:provisioning_artifact_name, Shapes::ShapeRef.new(shape: ProvisioningArtifactName, location_name: "ProvisioningArtifactName"))
|
816
824
|
DescribeProvisioningParametersInput.add_member(:path_id, Shapes::ShapeRef.new(shape: Id, location_name: "PathId"))
|
825
|
+
DescribeProvisioningParametersInput.add_member(:path_name, Shapes::ShapeRef.new(shape: PortfolioDisplayName, location_name: "PathName"))
|
817
826
|
DescribeProvisioningParametersInput.struct_class = Types::DescribeProvisioningParametersInput
|
818
827
|
|
819
828
|
DescribeProvisioningParametersOutput.add_member(:provisioning_artifact_parameters, Shapes::ShapeRef.new(shape: ProvisioningArtifactParameters, location_name: "ProvisioningArtifactParameters"))
|
@@ -821,6 +830,7 @@ module Aws::ServiceCatalog
|
|
821
830
|
DescribeProvisioningParametersOutput.add_member(:usage_instructions, Shapes::ShapeRef.new(shape: UsageInstructions, location_name: "UsageInstructions"))
|
822
831
|
DescribeProvisioningParametersOutput.add_member(:tag_options, Shapes::ShapeRef.new(shape: TagOptionSummaries, location_name: "TagOptions"))
|
823
832
|
DescribeProvisioningParametersOutput.add_member(:provisioning_artifact_preferences, Shapes::ShapeRef.new(shape: ProvisioningArtifactPreferences, location_name: "ProvisioningArtifactPreferences"))
|
833
|
+
DescribeProvisioningParametersOutput.add_member(:provisioning_artifact_outputs, Shapes::ShapeRef.new(shape: ProvisioningArtifactOutputs, location_name: "ProvisioningArtifactOutputs"))
|
824
834
|
DescribeProvisioningParametersOutput.struct_class = Types::DescribeProvisioningParametersOutput
|
825
835
|
|
826
836
|
DescribeRecordInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
@@ -1222,9 +1232,12 @@ module Aws::ServiceCatalog
|
|
1222
1232
|
ProductViewSummary.struct_class = Types::ProductViewSummary
|
1223
1233
|
|
1224
1234
|
ProvisionProductInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
1225
|
-
ProvisionProductInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id,
|
1226
|
-
ProvisionProductInput.add_member(:
|
1235
|
+
ProvisionProductInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
|
1236
|
+
ProvisionProductInput.add_member(:product_name, Shapes::ShapeRef.new(shape: ProductViewName, location_name: "ProductName"))
|
1237
|
+
ProvisionProductInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisioningArtifactId"))
|
1238
|
+
ProvisionProductInput.add_member(:provisioning_artifact_name, Shapes::ShapeRef.new(shape: ProvisioningArtifactName, location_name: "ProvisioningArtifactName"))
|
1227
1239
|
ProvisionProductInput.add_member(:path_id, Shapes::ShapeRef.new(shape: Id, location_name: "PathId"))
|
1240
|
+
ProvisionProductInput.add_member(:path_name, Shapes::ShapeRef.new(shape: PortfolioDisplayName, location_name: "PathName"))
|
1228
1241
|
ProvisionProductInput.add_member(:provisioned_product_name, Shapes::ShapeRef.new(shape: ProvisionedProductName, required: true, location_name: "ProvisionedProductName"))
|
1229
1242
|
ProvisionProductInput.add_member(:provisioning_parameters, Shapes::ShapeRef.new(shape: ProvisioningParameters, location_name: "ProvisioningParameters"))
|
1230
1243
|
ProvisionProductInput.add_member(:provisioning_preferences, Shapes::ShapeRef.new(shape: ProvisioningPreferences, location_name: "ProvisioningPreferences"))
|
@@ -1245,10 +1258,14 @@ module Aws::ServiceCatalog
|
|
1245
1258
|
ProvisionedProductAttribute.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, location_name: "CreatedTime"))
|
1246
1259
|
ProvisionedProductAttribute.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "IdempotencyToken"))
|
1247
1260
|
ProvisionedProductAttribute.add_member(:last_record_id, Shapes::ShapeRef.new(shape: Id, location_name: "LastRecordId"))
|
1261
|
+
ProvisionedProductAttribute.add_member(:last_provisioning_record_id, Shapes::ShapeRef.new(shape: Id, location_name: "LastProvisioningRecordId"))
|
1262
|
+
ProvisionedProductAttribute.add_member(:last_successful_provisioning_record_id, Shapes::ShapeRef.new(shape: Id, location_name: "LastSuccessfulProvisioningRecordId"))
|
1248
1263
|
ProvisionedProductAttribute.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
1249
1264
|
ProvisionedProductAttribute.add_member(:physical_id, Shapes::ShapeRef.new(shape: PhysicalId, location_name: "PhysicalId"))
|
1250
1265
|
ProvisionedProductAttribute.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
|
1266
|
+
ProvisionedProductAttribute.add_member(:product_name, Shapes::ShapeRef.new(shape: ProductViewName, location_name: "ProductName"))
|
1251
1267
|
ProvisionedProductAttribute.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisioningArtifactId"))
|
1268
|
+
ProvisionedProductAttribute.add_member(:provisioning_artifact_name, Shapes::ShapeRef.new(shape: ProvisioningArtifactName, location_name: "ProvisioningArtifactName"))
|
1252
1269
|
ProvisionedProductAttribute.add_member(:user_arn, Shapes::ShapeRef.new(shape: UserArn, location_name: "UserArn"))
|
1253
1270
|
ProvisionedProductAttribute.add_member(:user_arn_session, Shapes::ShapeRef.new(shape: UserArnSession, location_name: "UserArnSession"))
|
1254
1271
|
ProvisionedProductAttribute.struct_class = Types::ProvisionedProductAttribute
|
@@ -1264,6 +1281,8 @@ module Aws::ServiceCatalog
|
|
1264
1281
|
ProvisionedProductDetail.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, location_name: "CreatedTime"))
|
1265
1282
|
ProvisionedProductDetail.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "IdempotencyToken"))
|
1266
1283
|
ProvisionedProductDetail.add_member(:last_record_id, Shapes::ShapeRef.new(shape: LastRequestId, location_name: "LastRecordId"))
|
1284
|
+
ProvisionedProductDetail.add_member(:last_provisioning_record_id, Shapes::ShapeRef.new(shape: Id, location_name: "LastProvisioningRecordId"))
|
1285
|
+
ProvisionedProductDetail.add_member(:last_successful_provisioning_record_id, Shapes::ShapeRef.new(shape: Id, location_name: "LastSuccessfulProvisioningRecordId"))
|
1267
1286
|
ProvisionedProductDetail.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
|
1268
1287
|
ProvisionedProductDetail.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisioningArtifactId"))
|
1269
1288
|
ProvisionedProductDetail.struct_class = Types::ProvisionedProductDetail
|
@@ -1326,6 +1345,12 @@ module Aws::ServiceCatalog
|
|
1326
1345
|
ProvisioningArtifactInfo.key = Shapes::ShapeRef.new(shape: ProvisioningArtifactInfoKey)
|
1327
1346
|
ProvisioningArtifactInfo.value = Shapes::ShapeRef.new(shape: ProvisioningArtifactInfoValue)
|
1328
1347
|
|
1348
|
+
ProvisioningArtifactOutput.add_member(:key, Shapes::ShapeRef.new(shape: ProvisioningArtifactOutputKey, location_name: "Key"))
|
1349
|
+
ProvisioningArtifactOutput.add_member(:description, Shapes::ShapeRef.new(shape: OutputDescription, location_name: "Description"))
|
1350
|
+
ProvisioningArtifactOutput.struct_class = Types::ProvisioningArtifactOutput
|
1351
|
+
|
1352
|
+
ProvisioningArtifactOutputs.member = Shapes::ShapeRef.new(shape: ProvisioningArtifactOutput)
|
1353
|
+
|
1329
1354
|
ProvisioningArtifactParameter.add_member(:parameter_key, Shapes::ShapeRef.new(shape: ParameterKey, location_name: "ParameterKey"))
|
1330
1355
|
ProvisioningArtifactParameter.add_member(:default_value, Shapes::ShapeRef.new(shape: DefaultValue, location_name: "DefaultValue"))
|
1331
1356
|
ProvisioningArtifactParameter.add_member(:parameter_type, Shapes::ShapeRef.new(shape: ParameterType, location_name: "ParameterType"))
|
@@ -1642,8 +1667,11 @@ module Aws::ServiceCatalog
|
|
1642
1667
|
UpdateProvisionedProductInput.add_member(:provisioned_product_name, Shapes::ShapeRef.new(shape: ProvisionedProductNameOrArn, location_name: "ProvisionedProductName"))
|
1643
1668
|
UpdateProvisionedProductInput.add_member(:provisioned_product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisionedProductId"))
|
1644
1669
|
UpdateProvisionedProductInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
|
1670
|
+
UpdateProvisionedProductInput.add_member(:product_name, Shapes::ShapeRef.new(shape: ProductViewName, location_name: "ProductName"))
|
1645
1671
|
UpdateProvisionedProductInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisioningArtifactId"))
|
1672
|
+
UpdateProvisionedProductInput.add_member(:provisioning_artifact_name, Shapes::ShapeRef.new(shape: ProvisioningArtifactName, location_name: "ProvisioningArtifactName"))
|
1646
1673
|
UpdateProvisionedProductInput.add_member(:path_id, Shapes::ShapeRef.new(shape: Id, location_name: "PathId"))
|
1674
|
+
UpdateProvisionedProductInput.add_member(:path_name, Shapes::ShapeRef.new(shape: PortfolioDisplayName, location_name: "PathName"))
|
1647
1675
|
UpdateProvisionedProductInput.add_member(:provisioning_parameters, Shapes::ShapeRef.new(shape: UpdateProvisioningParameters, location_name: "ProvisioningParameters"))
|
1648
1676
|
UpdateProvisionedProductInput.add_member(:provisioning_preferences, Shapes::ShapeRef.new(shape: UpdateProvisioningPreferences, location_name: "ProvisioningPreferences"))
|
1649
1677
|
UpdateProvisionedProductInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|