aws-sdk-servicecatalog 1.35.0 → 1.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: ccf693e027d8c55e01e76333bc7f60cb1d2f39dbfd7766c57451dfc93489afd6
|
4
|
+
data.tar.gz: 6eee43c26ecd85a3ee33fc2779bbd04fcb6014f14617819082d0f7273d727f9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5c68cfb07c968b301ae90a2571dea31231c97bd2541f6c653fe7222d580345c6e508d046bc0d8417341042fdb8f35e2d14755fc7bb9deee499b0a7808966adb
|
7
|
+
data.tar.gz: 9c1b873d2d5d2cf00bbc7c1a0e9ed473d77d1cb5790e5717fa3edf6548894f5be41f4f6da875a19c59c890e6a425c4e26889c044bf5c43e75b08e42da517fb0b
|
@@ -32,11 +32,11 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:servicecatalog)
|
|
32
32
|
module Aws::ServiceCatalog
|
33
33
|
# An API client for ServiceCatalog. To construct a client, you need to configure a `:region` and `:credentials`.
|
34
34
|
#
|
35
|
-
#
|
36
|
-
#
|
37
|
-
#
|
38
|
-
#
|
39
|
-
#
|
35
|
+
# client = Aws::ServiceCatalog::Client.new(
|
36
|
+
# region: region_name,
|
37
|
+
# credentials: credentials,
|
38
|
+
# # ...
|
39
|
+
# )
|
40
40
|
#
|
41
41
|
# For details on configuring region and credentials see
|
42
42
|
# the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
|
@@ -105,7 +105,7 @@ module Aws::ServiceCatalog
|
|
105
105
|
# @option options [required, String] :region
|
106
106
|
# The AWS region to connect to. The configured `:region` is
|
107
107
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
108
|
+
# a default `:region` is searched for in the following locations:
|
109
109
|
#
|
110
110
|
# * `Aws.config[:region]`
|
111
111
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +161,7 @@ module Aws::ServiceCatalog
|
|
161
161
|
# @option options [String] :endpoint
|
162
162
|
# The client endpoint is normally constructed from the `:region`
|
163
163
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
164
|
+
# to test endpoints. This should be a valid HTTP(S) URI.
|
165
165
|
#
|
166
166
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
167
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -176,7 +176,7 @@ module Aws::ServiceCatalog
|
|
176
176
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
177
|
#
|
178
178
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
179
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
180
|
#
|
181
181
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
182
|
# The log formatter.
|
@@ -229,15 +229,19 @@ module Aws::ServiceCatalog
|
|
229
229
|
#
|
230
230
|
# @option options [String] :retry_mode ("legacy")
|
231
231
|
# Specifies which retry algorithm to use. Values are:
|
232
|
-
#
|
233
|
-
#
|
234
|
-
#
|
235
|
-
#
|
236
|
-
#
|
237
|
-
#
|
238
|
-
#
|
239
|
-
#
|
240
|
-
#
|
232
|
+
#
|
233
|
+
# * `legacy` - The pre-existing retry behavior. This is default value if
|
234
|
+
# no retry mode is provided.
|
235
|
+
#
|
236
|
+
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
237
|
+
# This includes support for retry quotas, which limit the number of
|
238
|
+
# unsuccessful retries a client can make.
|
239
|
+
#
|
240
|
+
# * `adaptive` - An experimental retry mode that includes all the
|
241
|
+
# functionality of `standard` mode along with automatic client side
|
242
|
+
# throttling. This is a provisional mode that may change behavior
|
243
|
+
# in the future.
|
244
|
+
#
|
241
245
|
#
|
242
246
|
# @option options [String] :secret_access_key
|
243
247
|
#
|
@@ -275,8 +279,7 @@ module Aws::ServiceCatalog
|
|
275
279
|
#
|
276
280
|
# @option options [Integer] :http_read_timeout (60) The default
|
277
281
|
# number of seconds to wait for response data. This value can
|
278
|
-
# safely be set
|
279
|
-
# per-request on the session yielded by {#session_for}.
|
282
|
+
# safely be set per-request on the session.
|
280
283
|
#
|
281
284
|
# @option options [Float] :http_idle_timeout (5) The number of
|
282
285
|
# seconds a connection is allowed to sit idle before it is
|
@@ -288,7 +291,7 @@ module Aws::ServiceCatalog
|
|
288
291
|
# request body. This option has no effect unless the request has
|
289
292
|
# "Expect" header set to "100-continue". Defaults to `nil` which
|
290
293
|
# disables this behaviour. This value can safely be set per
|
291
|
-
# request on the session
|
294
|
+
# request on the session.
|
292
295
|
#
|
293
296
|
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
294
297
|
# HTTP debug output will be sent to the `:logger`.
|
@@ -740,10 +743,29 @@ module Aws::ServiceCatalog
|
|
740
743
|
#
|
741
744
|
# LAUNCH
|
742
745
|
#
|
743
|
-
# :
|
746
|
+
# : You are required to specify either the `RoleArn` or the
|
747
|
+
# `LocalRoleName` but can't use both.
|
748
|
+
#
|
749
|
+
# Specify the `RoleArn` property as follows:
|
744
750
|
#
|
745
751
|
# `\{"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"\}`
|
746
752
|
#
|
753
|
+
# Specify the `LocalRoleName` property as follows:
|
754
|
+
#
|
755
|
+
# `\{"LocalRoleName": "SCBasicLaunchRole"\}`
|
756
|
+
#
|
757
|
+
# If you specify the `LocalRoleName` property, when an account uses
|
758
|
+
# the launch constraint, the IAM role with that name in the account
|
759
|
+
# will be used. This allows launch-role constraints to be
|
760
|
+
# account-agnostic so the administrator can create fewer resources per
|
761
|
+
# shared account.
|
762
|
+
#
|
763
|
+
# <note markdown="1"> The given role name must exist in the account used to create the
|
764
|
+
# launch constraint and the account of the user who launches a product
|
765
|
+
# with this launch constraint.
|
766
|
+
#
|
767
|
+
# </note>
|
768
|
+
#
|
747
769
|
# You cannot have both a `LAUNCH` and a `STACKSET` constraint.
|
748
770
|
#
|
749
771
|
# You also cannot have more than one `LAUNCH` constraint on a product
|
@@ -838,6 +860,8 @@ module Aws::ServiceCatalog
|
|
838
860
|
# resp.constraint_detail.type #=> String
|
839
861
|
# resp.constraint_detail.description #=> String
|
840
862
|
# resp.constraint_detail.owner #=> String
|
863
|
+
# resp.constraint_detail.product_id #=> String
|
864
|
+
# resp.constraint_detail.portfolio_id #=> String
|
841
865
|
# resp.constraint_parameters #=> String
|
842
866
|
# resp.status #=> String, one of "AVAILABLE", "CREATING", "FAILED"
|
843
867
|
#
|
@@ -1307,8 +1331,11 @@ module Aws::ServiceCatalog
|
|
1307
1331
|
#
|
1308
1332
|
# Name
|
1309
1333
|
#
|
1310
|
-
# : The name of the AWS Systems Manager
|
1311
|
-
# `AWS-RestartEC2Instance`.
|
1334
|
+
# : The name of the AWS Systems Manager document (SSM document). For
|
1335
|
+
# example, `AWS-RestartEC2Instance`.
|
1336
|
+
#
|
1337
|
+
# If you are using a shared SSM document, you must provide the ARN
|
1338
|
+
# instead of the name.
|
1312
1339
|
#
|
1313
1340
|
# Version
|
1314
1341
|
#
|
@@ -1743,6 +1770,8 @@ module Aws::ServiceCatalog
|
|
1743
1770
|
# resp.constraint_detail.type #=> String
|
1744
1771
|
# resp.constraint_detail.description #=> String
|
1745
1772
|
# resp.constraint_detail.owner #=> String
|
1773
|
+
# resp.constraint_detail.product_id #=> String
|
1774
|
+
# resp.constraint_detail.portfolio_id #=> String
|
1746
1775
|
# resp.constraint_parameters #=> String
|
1747
1776
|
# resp.status #=> String, one of "AVAILABLE", "CREATING", "FAILED"
|
1748
1777
|
#
|
@@ -1909,20 +1938,25 @@ module Aws::ServiceCatalog
|
|
1909
1938
|
#
|
1910
1939
|
# * `zh` - Chinese
|
1911
1940
|
#
|
1912
|
-
# @option params [
|
1941
|
+
# @option params [String] :id
|
1913
1942
|
# The product identifier.
|
1914
1943
|
#
|
1944
|
+
# @option params [String] :name
|
1945
|
+
# The product name.
|
1946
|
+
#
|
1915
1947
|
# @return [Types::DescribeProductOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1916
1948
|
#
|
1917
1949
|
# * {Types::DescribeProductOutput#product_view_summary #product_view_summary} => Types::ProductViewSummary
|
1918
1950
|
# * {Types::DescribeProductOutput#provisioning_artifacts #provisioning_artifacts} => Array<Types::ProvisioningArtifact>
|
1919
1951
|
# * {Types::DescribeProductOutput#budgets #budgets} => Array<Types::BudgetDetail>
|
1952
|
+
# * {Types::DescribeProductOutput#launch_paths #launch_paths} => Array<Types::LaunchPath>
|
1920
1953
|
#
|
1921
1954
|
# @example Request syntax with placeholder values
|
1922
1955
|
#
|
1923
1956
|
# resp = client.describe_product({
|
1924
1957
|
# accept_language: "AcceptLanguage",
|
1925
|
-
# id: "Id",
|
1958
|
+
# id: "Id",
|
1959
|
+
# name: "ProductViewName",
|
1926
1960
|
# })
|
1927
1961
|
#
|
1928
1962
|
# @example Response structure
|
@@ -1946,6 +1980,9 @@ module Aws::ServiceCatalog
|
|
1946
1980
|
# resp.provisioning_artifacts[0].guidance #=> String, one of "DEFAULT", "DEPRECATED"
|
1947
1981
|
# resp.budgets #=> Array
|
1948
1982
|
# resp.budgets[0].budget_name #=> String
|
1983
|
+
# resp.launch_paths #=> Array
|
1984
|
+
# resp.launch_paths[0].id #=> String
|
1985
|
+
# resp.launch_paths[0].name #=> String
|
1949
1986
|
#
|
1950
1987
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProduct AWS API Documentation
|
1951
1988
|
#
|
@@ -1968,9 +2005,12 @@ module Aws::ServiceCatalog
|
|
1968
2005
|
#
|
1969
2006
|
# * `zh` - Chinese
|
1970
2007
|
#
|
1971
|
-
# @option params [
|
2008
|
+
# @option params [String] :id
|
1972
2009
|
# The product identifier.
|
1973
2010
|
#
|
2011
|
+
# @option params [String] :name
|
2012
|
+
# The product name.
|
2013
|
+
#
|
1974
2014
|
# @return [Types::DescribeProductAsAdminOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1975
2015
|
#
|
1976
2016
|
# * {Types::DescribeProductAsAdminOutput#product_view_detail #product_view_detail} => Types::ProductViewDetail
|
@@ -1983,7 +2023,8 @@ module Aws::ServiceCatalog
|
|
1983
2023
|
#
|
1984
2024
|
# resp = client.describe_product_as_admin({
|
1985
2025
|
# accept_language: "AcceptLanguage",
|
1986
|
-
# id: "Id",
|
2026
|
+
# id: "Id",
|
2027
|
+
# name: "ProductViewName",
|
1987
2028
|
# })
|
1988
2029
|
#
|
1989
2030
|
# @example Response structure
|
@@ -2231,12 +2272,18 @@ module Aws::ServiceCatalog
|
|
2231
2272
|
#
|
2232
2273
|
# * `zh` - Chinese
|
2233
2274
|
#
|
2234
|
-
# @option params [
|
2275
|
+
# @option params [String] :provisioning_artifact_id
|
2235
2276
|
# The identifier of the provisioning artifact.
|
2236
2277
|
#
|
2237
|
-
# @option params [
|
2278
|
+
# @option params [String] :product_id
|
2238
2279
|
# The product identifier.
|
2239
2280
|
#
|
2281
|
+
# @option params [String] :provisioning_artifact_name
|
2282
|
+
# The provisioning artifact name.
|
2283
|
+
#
|
2284
|
+
# @option params [String] :product_name
|
2285
|
+
# The product name.
|
2286
|
+
#
|
2240
2287
|
# @option params [Boolean] :verbose
|
2241
2288
|
# Indicates whether a verbose level of detail is enabled.
|
2242
2289
|
#
|
@@ -2250,8 +2297,10 @@ module Aws::ServiceCatalog
|
|
2250
2297
|
#
|
2251
2298
|
# resp = client.describe_provisioning_artifact({
|
2252
2299
|
# accept_language: "AcceptLanguage",
|
2253
|
-
# provisioning_artifact_id: "Id",
|
2254
|
-
# product_id: "Id",
|
2300
|
+
# provisioning_artifact_id: "Id",
|
2301
|
+
# product_id: "Id",
|
2302
|
+
# provisioning_artifact_name: "ProvisioningArtifactName",
|
2303
|
+
# product_name: "ProductViewName",
|
2255
2304
|
# verbose: false,
|
2256
2305
|
# })
|
2257
2306
|
#
|
@@ -2966,6 +3015,8 @@ module Aws::ServiceCatalog
|
|
2966
3015
|
# * {Types::ListAcceptedPortfolioSharesOutput#portfolio_details #portfolio_details} => Array<Types::PortfolioDetail>
|
2967
3016
|
# * {Types::ListAcceptedPortfolioSharesOutput#next_page_token #next_page_token} => String
|
2968
3017
|
#
|
3018
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3019
|
+
#
|
2969
3020
|
# @example Request syntax with placeholder values
|
2970
3021
|
#
|
2971
3022
|
# resp = client.list_accepted_portfolio_shares({
|
@@ -3021,6 +3072,8 @@ module Aws::ServiceCatalog
|
|
3021
3072
|
# * {Types::ListBudgetsForResourceOutput#budgets #budgets} => Array<Types::BudgetDetail>
|
3022
3073
|
# * {Types::ListBudgetsForResourceOutput#next_page_token #next_page_token} => String
|
3023
3074
|
#
|
3075
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3076
|
+
#
|
3024
3077
|
# @example Request syntax with placeholder values
|
3025
3078
|
#
|
3026
3079
|
# resp = client.list_budgets_for_resource({
|
@@ -3074,6 +3127,8 @@ module Aws::ServiceCatalog
|
|
3074
3127
|
# * {Types::ListConstraintsForPortfolioOutput#constraint_details #constraint_details} => Array<Types::ConstraintDetail>
|
3075
3128
|
# * {Types::ListConstraintsForPortfolioOutput#next_page_token #next_page_token} => String
|
3076
3129
|
#
|
3130
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3131
|
+
#
|
3077
3132
|
# @example Request syntax with placeholder values
|
3078
3133
|
#
|
3079
3134
|
# resp = client.list_constraints_for_portfolio({
|
@@ -3091,6 +3146,8 @@ module Aws::ServiceCatalog
|
|
3091
3146
|
# resp.constraint_details[0].type #=> String
|
3092
3147
|
# resp.constraint_details[0].description #=> String
|
3093
3148
|
# resp.constraint_details[0].owner #=> String
|
3149
|
+
# resp.constraint_details[0].product_id #=> String
|
3150
|
+
# resp.constraint_details[0].portfolio_id #=> String
|
3094
3151
|
# resp.next_page_token #=> String
|
3095
3152
|
#
|
3096
3153
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListConstraintsForPortfolio AWS API Documentation
|
@@ -3130,6 +3187,8 @@ module Aws::ServiceCatalog
|
|
3130
3187
|
# * {Types::ListLaunchPathsOutput#launch_path_summaries #launch_path_summaries} => Array<Types::LaunchPathSummary>
|
3131
3188
|
# * {Types::ListLaunchPathsOutput#next_page_token #next_page_token} => String
|
3132
3189
|
#
|
3190
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3191
|
+
#
|
3133
3192
|
# @example Request syntax with placeholder values
|
3134
3193
|
#
|
3135
3194
|
# resp = client.list_launch_paths({
|
@@ -3200,6 +3259,8 @@ module Aws::ServiceCatalog
|
|
3200
3259
|
# * {Types::ListOrganizationPortfolioAccessOutput#organization_nodes #organization_nodes} => Array<Types::OrganizationNode>
|
3201
3260
|
# * {Types::ListOrganizationPortfolioAccessOutput#next_page_token #next_page_token} => String
|
3202
3261
|
#
|
3262
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3263
|
+
#
|
3203
3264
|
# @example Request syntax with placeholder values
|
3204
3265
|
#
|
3205
3266
|
# resp = client.list_organization_portfolio_access({
|
@@ -3257,6 +3318,8 @@ module Aws::ServiceCatalog
|
|
3257
3318
|
# * {Types::ListPortfolioAccessOutput#account_ids #account_ids} => Array<String>
|
3258
3319
|
# * {Types::ListPortfolioAccessOutput#next_page_token #next_page_token} => String
|
3259
3320
|
#
|
3321
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3322
|
+
#
|
3260
3323
|
# @example Request syntax with placeholder values
|
3261
3324
|
#
|
3262
3325
|
# resp = client.list_portfolio_access({
|
@@ -3305,6 +3368,8 @@ module Aws::ServiceCatalog
|
|
3305
3368
|
# * {Types::ListPortfoliosOutput#portfolio_details #portfolio_details} => Array<Types::PortfolioDetail>
|
3306
3369
|
# * {Types::ListPortfoliosOutput#next_page_token #next_page_token} => String
|
3307
3370
|
#
|
3371
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3372
|
+
#
|
3308
3373
|
# @example Request syntax with placeholder values
|
3309
3374
|
#
|
3310
3375
|
# resp = client.list_portfolios({
|
@@ -3359,6 +3424,8 @@ module Aws::ServiceCatalog
|
|
3359
3424
|
# * {Types::ListPortfoliosForProductOutput#portfolio_details #portfolio_details} => Array<Types::PortfolioDetail>
|
3360
3425
|
# * {Types::ListPortfoliosForProductOutput#next_page_token #next_page_token} => String
|
3361
3426
|
#
|
3427
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3428
|
+
#
|
3362
3429
|
# @example Request syntax with placeholder values
|
3363
3430
|
#
|
3364
3431
|
# resp = client.list_portfolios_for_product({
|
@@ -3414,6 +3481,8 @@ module Aws::ServiceCatalog
|
|
3414
3481
|
# * {Types::ListPrincipalsForPortfolioOutput#principals #principals} => Array<Types::Principal>
|
3415
3482
|
# * {Types::ListPrincipalsForPortfolioOutput#next_page_token #next_page_token} => String
|
3416
3483
|
#
|
3484
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3485
|
+
#
|
3417
3486
|
# @example Request syntax with placeholder values
|
3418
3487
|
#
|
3419
3488
|
# resp = client.list_principals_for_portfolio({
|
@@ -3577,6 +3646,8 @@ module Aws::ServiceCatalog
|
|
3577
3646
|
# * {Types::ListProvisioningArtifactsForServiceActionOutput#provisioning_artifact_views #provisioning_artifact_views} => Array<Types::ProvisioningArtifactView>
|
3578
3647
|
# * {Types::ListProvisioningArtifactsForServiceActionOutput#next_page_token #next_page_token} => String
|
3579
3648
|
#
|
3649
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3650
|
+
#
|
3580
3651
|
# @example Request syntax with placeholder values
|
3581
3652
|
#
|
3582
3653
|
# resp = client.list_provisioning_artifacts_for_service_action({
|
@@ -3716,6 +3787,8 @@ module Aws::ServiceCatalog
|
|
3716
3787
|
# * {Types::ListResourcesForTagOptionOutput#resource_details #resource_details} => Array<Types::ResourceDetail>
|
3717
3788
|
# * {Types::ListResourcesForTagOptionOutput#page_token #page_token} => String
|
3718
3789
|
#
|
3790
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3791
|
+
#
|
3719
3792
|
# @example Request syntax with placeholder values
|
3720
3793
|
#
|
3721
3794
|
# resp = client.list_resources_for_tag_option({
|
@@ -3767,6 +3840,8 @@ module Aws::ServiceCatalog
|
|
3767
3840
|
# * {Types::ListServiceActionsOutput#service_action_summaries #service_action_summaries} => Array<Types::ServiceActionSummary>
|
3768
3841
|
# * {Types::ListServiceActionsOutput#next_page_token #next_page_token} => String
|
3769
3842
|
#
|
3843
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3844
|
+
#
|
3770
3845
|
# @example Request syntax with placeholder values
|
3771
3846
|
#
|
3772
3847
|
# resp = client.list_service_actions({
|
@@ -3824,6 +3899,8 @@ module Aws::ServiceCatalog
|
|
3824
3899
|
# * {Types::ListServiceActionsForProvisioningArtifactOutput#service_action_summaries #service_action_summaries} => Array<Types::ServiceActionSummary>
|
3825
3900
|
# * {Types::ListServiceActionsForProvisioningArtifactOutput#next_page_token #next_page_token} => String
|
3826
3901
|
#
|
3902
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3903
|
+
#
|
3827
3904
|
# @example Request syntax with placeholder values
|
3828
3905
|
#
|
3829
3906
|
# resp = client.list_service_actions_for_provisioning_artifact({
|
@@ -3925,6 +4002,8 @@ module Aws::ServiceCatalog
|
|
3925
4002
|
# * {Types::ListTagOptionsOutput#tag_option_details #tag_option_details} => Array<Types::TagOptionDetail>
|
3926
4003
|
# * {Types::ListTagOptionsOutput#page_token #page_token} => String
|
3927
4004
|
#
|
4005
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
4006
|
+
#
|
3928
4007
|
# @example Request syntax with placeholder values
|
3929
4008
|
#
|
3930
4009
|
# resp = client.list_tag_options({
|
@@ -4226,6 +4305,8 @@ module Aws::ServiceCatalog
|
|
4226
4305
|
# * {Types::SearchProductsOutput#product_view_aggregations #product_view_aggregations} => Hash<String,Array<Types::ProductViewAggregationValue>>
|
4227
4306
|
# * {Types::SearchProductsOutput#next_page_token #next_page_token} => String
|
4228
4307
|
#
|
4308
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
4309
|
+
#
|
4229
4310
|
# @example Request syntax with placeholder values
|
4230
4311
|
#
|
4231
4312
|
# resp = client.search_products({
|
@@ -4308,6 +4389,8 @@ module Aws::ServiceCatalog
|
|
4308
4389
|
# * {Types::SearchProductsAsAdminOutput#product_view_details #product_view_details} => Array<Types::ProductViewDetail>
|
4309
4390
|
# * {Types::SearchProductsAsAdminOutput#next_page_token #next_page_token} => String
|
4310
4391
|
#
|
4392
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
4393
|
+
#
|
4311
4394
|
# @example Request syntax with placeholder values
|
4312
4395
|
#
|
4313
4396
|
# resp = client.search_products_as_admin({
|
@@ -4396,6 +4479,8 @@ module Aws::ServiceCatalog
|
|
4396
4479
|
# * {Types::SearchProvisionedProductsOutput#total_results_count #total_results_count} => Integer
|
4397
4480
|
# * {Types::SearchProvisionedProductsOutput#next_page_token #next_page_token} => String
|
4398
4481
|
#
|
4482
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
4483
|
+
#
|
4399
4484
|
# @example Request syntax with placeholder values
|
4400
4485
|
#
|
4401
4486
|
# resp = client.search_provisioned_products({
|
@@ -4548,10 +4633,29 @@ module Aws::ServiceCatalog
|
|
4548
4633
|
#
|
4549
4634
|
# LAUNCH
|
4550
4635
|
#
|
4551
|
-
# :
|
4636
|
+
# : You are required to specify either the `RoleArn` or the
|
4637
|
+
# `LocalRoleName` but can't use both.
|
4638
|
+
#
|
4639
|
+
# Specify the `RoleArn` property as follows:
|
4552
4640
|
#
|
4553
4641
|
# `\{"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"\}`
|
4554
4642
|
#
|
4643
|
+
# Specify the `LocalRoleName` property as follows:
|
4644
|
+
#
|
4645
|
+
# `\{"LocalRoleName": "SCBasicLaunchRole"\}`
|
4646
|
+
#
|
4647
|
+
# If you specify the `LocalRoleName` property, when an account uses
|
4648
|
+
# the launch constraint, the IAM role with that name in the account
|
4649
|
+
# will be used. This allows launch-role constraints to be
|
4650
|
+
# account-agnostic so the administrator can create fewer resources per
|
4651
|
+
# shared account.
|
4652
|
+
#
|
4653
|
+
# <note markdown="1"> The given role name must exist in the account used to create the
|
4654
|
+
# launch constraint and the account of the user who launches a product
|
4655
|
+
# with this launch constraint.
|
4656
|
+
#
|
4657
|
+
# </note>
|
4658
|
+
#
|
4555
4659
|
# You cannot have both a `LAUNCH` and a `STACKSET` constraint.
|
4556
4660
|
#
|
4557
4661
|
# You also cannot have more than one `LAUNCH` constraint on a product
|
@@ -4619,6 +4723,8 @@ module Aws::ServiceCatalog
|
|
4619
4723
|
# resp.constraint_detail.type #=> String
|
4620
4724
|
# resp.constraint_detail.description #=> String
|
4621
4725
|
# resp.constraint_detail.owner #=> String
|
4726
|
+
# resp.constraint_detail.product_id #=> String
|
4727
|
+
# resp.constraint_detail.portfolio_id #=> String
|
4622
4728
|
# resp.constraint_parameters #=> String
|
4623
4729
|
# resp.status #=> String, one of "AVAILABLE", "CREATING", "FAILED"
|
4624
4730
|
#
|
@@ -4942,9 +5048,9 @@ module Aws::ServiceCatalog
|
|
4942
5048
|
# @option params [required, Hash<String,String>] :provisioned_product_properties
|
4943
5049
|
# A map that contains the provisioned product properties to be updated.
|
4944
5050
|
#
|
4945
|
-
# The `OWNER` key
|
4946
|
-
# allowed to see, update, terminate, and execute service actions
|
4947
|
-
# provisioned product.
|
5051
|
+
# The `OWNER` key accepts user ARNs and role ARNs. The owner is the user
|
5052
|
+
# that is allowed to see, update, terminate, and execute service actions
|
5053
|
+
# in the provisioned product.
|
4948
5054
|
#
|
4949
5055
|
# The administrator can change the owner of a provisioned product to
|
4950
5056
|
# another IAM user within the same account. Both end user owners and
|
@@ -5199,7 +5305,7 @@ module Aws::ServiceCatalog
|
|
5199
5305
|
params: params,
|
5200
5306
|
config: config)
|
5201
5307
|
context[:gem_name] = 'aws-sdk-servicecatalog'
|
5202
|
-
context[:gem_version] = '1.
|
5308
|
+
context[:gem_version] = '1.40.0'
|
5203
5309
|
Seahorse::Client::Request.new(handlers, context)
|
5204
5310
|
end
|
5205
5311
|
|
@@ -169,8 +169,10 @@ module Aws::ServiceCatalog
|
|
169
169
|
InvalidParametersException = Shapes::StructureShape.new(name: 'InvalidParametersException')
|
170
170
|
InvalidStateException = Shapes::StructureShape.new(name: 'InvalidStateException')
|
171
171
|
LastRequestId = Shapes::StringShape.new(name: 'LastRequestId')
|
172
|
+
LaunchPath = Shapes::StructureShape.new(name: 'LaunchPath')
|
172
173
|
LaunchPathSummaries = Shapes::ListShape.new(name: 'LaunchPathSummaries')
|
173
174
|
LaunchPathSummary = Shapes::StructureShape.new(name: 'LaunchPathSummary')
|
175
|
+
LaunchPaths = Shapes::ListShape.new(name: 'LaunchPaths')
|
174
176
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
175
177
|
ListAcceptedPortfolioSharesInput = Shapes::StructureShape.new(name: 'ListAcceptedPortfolioSharesInput')
|
176
178
|
ListAcceptedPortfolioSharesOutput = Shapes::StructureShape.new(name: 'ListAcceptedPortfolioSharesOutput')
|
@@ -526,6 +528,8 @@ module Aws::ServiceCatalog
|
|
526
528
|
ConstraintDetail.add_member(:type, Shapes::ShapeRef.new(shape: ConstraintType, location_name: "Type"))
|
527
529
|
ConstraintDetail.add_member(:description, Shapes::ShapeRef.new(shape: ConstraintDescription, location_name: "Description"))
|
528
530
|
ConstraintDetail.add_member(:owner, Shapes::ShapeRef.new(shape: AccountId, location_name: "Owner"))
|
531
|
+
ConstraintDetail.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
|
532
|
+
ConstraintDetail.add_member(:portfolio_id, Shapes::ShapeRef.new(shape: Id, location_name: "PortfolioId"))
|
529
533
|
ConstraintDetail.struct_class = Types::ConstraintDetail
|
530
534
|
|
531
535
|
ConstraintDetails.member = Shapes::ShapeRef.new(shape: ConstraintDetail)
|
@@ -744,7 +748,8 @@ module Aws::ServiceCatalog
|
|
744
748
|
DescribePortfolioShareStatusOutput.struct_class = Types::DescribePortfolioShareStatusOutput
|
745
749
|
|
746
750
|
DescribeProductAsAdminInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
747
|
-
DescribeProductAsAdminInput.add_member(:id, Shapes::ShapeRef.new(shape: Id,
|
751
|
+
DescribeProductAsAdminInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
752
|
+
DescribeProductAsAdminInput.add_member(:name, Shapes::ShapeRef.new(shape: ProductViewName, location_name: "Name"))
|
748
753
|
DescribeProductAsAdminInput.struct_class = Types::DescribeProductAsAdminInput
|
749
754
|
|
750
755
|
DescribeProductAsAdminOutput.add_member(:product_view_detail, Shapes::ShapeRef.new(shape: ProductViewDetail, location_name: "ProductViewDetail"))
|
@@ -755,12 +760,14 @@ module Aws::ServiceCatalog
|
|
755
760
|
DescribeProductAsAdminOutput.struct_class = Types::DescribeProductAsAdminOutput
|
756
761
|
|
757
762
|
DescribeProductInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
758
|
-
DescribeProductInput.add_member(:id, Shapes::ShapeRef.new(shape: Id,
|
763
|
+
DescribeProductInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
764
|
+
DescribeProductInput.add_member(:name, Shapes::ShapeRef.new(shape: ProductViewName, location_name: "Name"))
|
759
765
|
DescribeProductInput.struct_class = Types::DescribeProductInput
|
760
766
|
|
761
767
|
DescribeProductOutput.add_member(:product_view_summary, Shapes::ShapeRef.new(shape: ProductViewSummary, location_name: "ProductViewSummary"))
|
762
768
|
DescribeProductOutput.add_member(:provisioning_artifacts, Shapes::ShapeRef.new(shape: ProvisioningArtifacts, location_name: "ProvisioningArtifacts"))
|
763
769
|
DescribeProductOutput.add_member(:budgets, Shapes::ShapeRef.new(shape: Budgets, location_name: "Budgets"))
|
770
|
+
DescribeProductOutput.add_member(:launch_paths, Shapes::ShapeRef.new(shape: LaunchPaths, location_name: "LaunchPaths"))
|
764
771
|
DescribeProductOutput.struct_class = Types::DescribeProductOutput
|
765
772
|
|
766
773
|
DescribeProductViewInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
@@ -791,8 +798,10 @@ module Aws::ServiceCatalog
|
|
791
798
|
DescribeProvisionedProductPlanOutput.struct_class = Types::DescribeProvisionedProductPlanOutput
|
792
799
|
|
793
800
|
DescribeProvisioningArtifactInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
794
|
-
DescribeProvisioningArtifactInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id,
|
795
|
-
DescribeProvisioningArtifactInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id,
|
801
|
+
DescribeProvisioningArtifactInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisioningArtifactId"))
|
802
|
+
DescribeProvisioningArtifactInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
|
803
|
+
DescribeProvisioningArtifactInput.add_member(:provisioning_artifact_name, Shapes::ShapeRef.new(shape: ProvisioningArtifactName, location_name: "ProvisioningArtifactName"))
|
804
|
+
DescribeProvisioningArtifactInput.add_member(:product_name, Shapes::ShapeRef.new(shape: ProductViewName, location_name: "ProductName"))
|
796
805
|
DescribeProvisioningArtifactInput.add_member(:verbose, Shapes::ShapeRef.new(shape: Verbose, location_name: "Verbose"))
|
797
806
|
DescribeProvisioningArtifactInput.struct_class = Types::DescribeProvisioningArtifactInput
|
798
807
|
|
@@ -938,6 +947,10 @@ module Aws::ServiceCatalog
|
|
938
947
|
|
939
948
|
InvalidStateException.struct_class = Types::InvalidStateException
|
940
949
|
|
950
|
+
LaunchPath.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
951
|
+
LaunchPath.add_member(:name, Shapes::ShapeRef.new(shape: PortfolioName, location_name: "Name"))
|
952
|
+
LaunchPath.struct_class = Types::LaunchPath
|
953
|
+
|
941
954
|
LaunchPathSummaries.member = Shapes::ShapeRef.new(shape: LaunchPathSummary)
|
942
955
|
|
943
956
|
LaunchPathSummary.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
@@ -946,6 +959,8 @@ module Aws::ServiceCatalog
|
|
946
959
|
LaunchPathSummary.add_member(:name, Shapes::ShapeRef.new(shape: PortfolioName, location_name: "Name"))
|
947
960
|
LaunchPathSummary.struct_class = Types::LaunchPathSummary
|
948
961
|
|
962
|
+
LaunchPaths.member = Shapes::ShapeRef.new(shape: LaunchPath)
|
963
|
+
|
949
964
|
LimitExceededException.struct_class = Types::LimitExceededException
|
950
965
|
|
951
966
|
ListAcceptedPortfolioSharesInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
@@ -2053,6 +2068,7 @@ module Aws::ServiceCatalog
|
|
2053
2068
|
o.input = Shapes::ShapeRef.new(shape: DescribeProductAsAdminInput)
|
2054
2069
|
o.output = Shapes::ShapeRef.new(shape: DescribeProductAsAdminOutput)
|
2055
2070
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2071
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
2056
2072
|
end)
|
2057
2073
|
|
2058
2074
|
api.add_operation(:describe_product_view, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2091,6 +2107,7 @@ module Aws::ServiceCatalog
|
|
2091
2107
|
o.input = Shapes::ShapeRef.new(shape: DescribeProvisioningArtifactInput)
|
2092
2108
|
o.output = Shapes::ShapeRef.new(shape: DescribeProvisioningArtifactOutput)
|
2093
2109
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2110
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
2094
2111
|
end)
|
2095
2112
|
|
2096
2113
|
api.add_operation(:describe_provisioning_parameters, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6,13 +6,7 @@
|
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
8
|
module Aws::ServiceCatalog
|
9
|
-
|
10
|
-
# To create a resource object:
|
11
|
-
# resource = Aws::ServiceCatalog::Resource.new(region: 'us-west-2')
|
12
|
-
# You can supply a client object with custom configuration that will be used for all resource operations.
|
13
|
-
# If you do not pass +:client+, a default client will be constructed.
|
14
|
-
# client = Aws::ServiceCatalog::Client.new(region: 'us-west-2')
|
15
|
-
# resource = Aws::ServiceCatalog::Resource.new(client: client)
|
9
|
+
|
16
10
|
class Resource
|
17
11
|
|
18
12
|
# @param options ({})
|
@@ -441,13 +441,27 @@ module Aws::ServiceCatalog
|
|
441
441
|
# The owner of the constraint.
|
442
442
|
# @return [String]
|
443
443
|
#
|
444
|
+
# @!attribute [rw] product_id
|
445
|
+
# The identifier of the product the constraint applies to. Note that a
|
446
|
+
# constraint applies to a specific instance of a product within a
|
447
|
+
# certain portfolio.
|
448
|
+
# @return [String]
|
449
|
+
#
|
450
|
+
# @!attribute [rw] portfolio_id
|
451
|
+
# The identifier of the portfolio the product resides in. The
|
452
|
+
# constraint applies only to the instance of the product that lives
|
453
|
+
# within this portfolio.
|
454
|
+
# @return [String]
|
455
|
+
#
|
444
456
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ConstraintDetail AWS API Documentation
|
445
457
|
#
|
446
458
|
class ConstraintDetail < Struct.new(
|
447
459
|
:constraint_id,
|
448
460
|
:type,
|
449
461
|
:description,
|
450
|
-
:owner
|
462
|
+
:owner,
|
463
|
+
:product_id,
|
464
|
+
:portfolio_id)
|
451
465
|
include Aws::Structure
|
452
466
|
end
|
453
467
|
|
@@ -599,10 +613,29 @@ module Aws::ServiceCatalog
|
|
599
613
|
#
|
600
614
|
# LAUNCH
|
601
615
|
#
|
602
|
-
# :
|
616
|
+
# : You are required to specify either the `RoleArn` or the
|
617
|
+
# `LocalRoleName` but can't use both.
|
618
|
+
#
|
619
|
+
# Specify the `RoleArn` property as follows:
|
603
620
|
#
|
604
621
|
# `\{"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"\}`
|
605
622
|
#
|
623
|
+
# Specify the `LocalRoleName` property as follows:
|
624
|
+
#
|
625
|
+
# `\{"LocalRoleName": "SCBasicLaunchRole"\}`
|
626
|
+
#
|
627
|
+
# If you specify the `LocalRoleName` property, when an account uses
|
628
|
+
# the launch constraint, the IAM role with that name in the account
|
629
|
+
# will be used. This allows launch-role constraints to be
|
630
|
+
# account-agnostic so the administrator can create fewer resources
|
631
|
+
# per shared account.
|
632
|
+
#
|
633
|
+
# <note markdown="1"> The given role name must exist in the account used to create the
|
634
|
+
# launch constraint and the account of the user who launches a
|
635
|
+
# product with this launch constraint.
|
636
|
+
#
|
637
|
+
# </note>
|
638
|
+
#
|
606
639
|
# You cannot have both a `LAUNCH` and a `STACKSET` constraint.
|
607
640
|
#
|
608
641
|
# You also cannot have more than one `LAUNCH` constraint on a
|
@@ -1227,8 +1260,11 @@ module Aws::ServiceCatalog
|
|
1227
1260
|
#
|
1228
1261
|
# Name
|
1229
1262
|
#
|
1230
|
-
# : The name of the AWS Systems Manager
|
1231
|
-
# `AWS-RestartEC2Instance`.
|
1263
|
+
# : The name of the AWS Systems Manager document (SSM document). For
|
1264
|
+
# example, `AWS-RestartEC2Instance`.
|
1265
|
+
#
|
1266
|
+
# If you are using a shared SSM document, you must provide the ARN
|
1267
|
+
# instead of the name.
|
1232
1268
|
#
|
1233
1269
|
# Version
|
1234
1270
|
#
|
@@ -1847,7 +1883,8 @@ module Aws::ServiceCatalog
|
|
1847
1883
|
#
|
1848
1884
|
# {
|
1849
1885
|
# accept_language: "AcceptLanguage",
|
1850
|
-
# id: "Id",
|
1886
|
+
# id: "Id",
|
1887
|
+
# name: "ProductViewName",
|
1851
1888
|
# }
|
1852
1889
|
#
|
1853
1890
|
# @!attribute [rw] accept_language
|
@@ -1864,11 +1901,16 @@ module Aws::ServiceCatalog
|
|
1864
1901
|
# The product identifier.
|
1865
1902
|
# @return [String]
|
1866
1903
|
#
|
1904
|
+
# @!attribute [rw] name
|
1905
|
+
# The product name.
|
1906
|
+
# @return [String]
|
1907
|
+
#
|
1867
1908
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProductAsAdminInput AWS API Documentation
|
1868
1909
|
#
|
1869
1910
|
class DescribeProductAsAdminInput < Struct.new(
|
1870
1911
|
:accept_language,
|
1871
|
-
:id
|
1912
|
+
:id,
|
1913
|
+
:name)
|
1872
1914
|
include Aws::Structure
|
1873
1915
|
end
|
1874
1916
|
|
@@ -1909,7 +1951,8 @@ module Aws::ServiceCatalog
|
|
1909
1951
|
#
|
1910
1952
|
# {
|
1911
1953
|
# accept_language: "AcceptLanguage",
|
1912
|
-
# id: "Id",
|
1954
|
+
# id: "Id",
|
1955
|
+
# name: "ProductViewName",
|
1913
1956
|
# }
|
1914
1957
|
#
|
1915
1958
|
# @!attribute [rw] accept_language
|
@@ -1926,11 +1969,16 @@ module Aws::ServiceCatalog
|
|
1926
1969
|
# The product identifier.
|
1927
1970
|
# @return [String]
|
1928
1971
|
#
|
1972
|
+
# @!attribute [rw] name
|
1973
|
+
# The product name.
|
1974
|
+
# @return [String]
|
1975
|
+
#
|
1929
1976
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProductInput AWS API Documentation
|
1930
1977
|
#
|
1931
1978
|
class DescribeProductInput < Struct.new(
|
1932
1979
|
:accept_language,
|
1933
|
-
:id
|
1980
|
+
:id,
|
1981
|
+
:name)
|
1934
1982
|
include Aws::Structure
|
1935
1983
|
end
|
1936
1984
|
|
@@ -1947,12 +1995,17 @@ module Aws::ServiceCatalog
|
|
1947
1995
|
# Information about the associated budgets.
|
1948
1996
|
# @return [Array<Types::BudgetDetail>]
|
1949
1997
|
#
|
1998
|
+
# @!attribute [rw] launch_paths
|
1999
|
+
# Information about the associated launch paths.
|
2000
|
+
# @return [Array<Types::LaunchPath>]
|
2001
|
+
#
|
1950
2002
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProductOutput AWS API Documentation
|
1951
2003
|
#
|
1952
2004
|
class DescribeProductOutput < Struct.new(
|
1953
2005
|
:product_view_summary,
|
1954
2006
|
:provisioning_artifacts,
|
1955
|
-
:budgets
|
2007
|
+
:budgets,
|
2008
|
+
:launch_paths)
|
1956
2009
|
include Aws::Structure
|
1957
2010
|
end
|
1958
2011
|
|
@@ -2120,8 +2173,10 @@ module Aws::ServiceCatalog
|
|
2120
2173
|
#
|
2121
2174
|
# {
|
2122
2175
|
# accept_language: "AcceptLanguage",
|
2123
|
-
# provisioning_artifact_id: "Id",
|
2124
|
-
# product_id: "Id",
|
2176
|
+
# provisioning_artifact_id: "Id",
|
2177
|
+
# product_id: "Id",
|
2178
|
+
# provisioning_artifact_name: "ProvisioningArtifactName",
|
2179
|
+
# product_name: "ProductViewName",
|
2125
2180
|
# verbose: false,
|
2126
2181
|
# }
|
2127
2182
|
#
|
@@ -2143,6 +2198,14 @@ module Aws::ServiceCatalog
|
|
2143
2198
|
# The product identifier.
|
2144
2199
|
# @return [String]
|
2145
2200
|
#
|
2201
|
+
# @!attribute [rw] provisioning_artifact_name
|
2202
|
+
# The provisioning artifact name.
|
2203
|
+
# @return [String]
|
2204
|
+
#
|
2205
|
+
# @!attribute [rw] product_name
|
2206
|
+
# The product name.
|
2207
|
+
# @return [String]
|
2208
|
+
#
|
2146
2209
|
# @!attribute [rw] verbose
|
2147
2210
|
# Indicates whether a verbose level of detail is enabled.
|
2148
2211
|
# @return [Boolean]
|
@@ -2153,6 +2216,8 @@ module Aws::ServiceCatalog
|
|
2153
2216
|
:accept_language,
|
2154
2217
|
:provisioning_artifact_id,
|
2155
2218
|
:product_id,
|
2219
|
+
:provisioning_artifact_name,
|
2220
|
+
:product_name,
|
2156
2221
|
:verbose)
|
2157
2222
|
include Aws::Structure
|
2158
2223
|
end
|
@@ -2867,6 +2932,24 @@ module Aws::ServiceCatalog
|
|
2867
2932
|
#
|
2868
2933
|
class InvalidStateException < Aws::EmptyStructure; end
|
2869
2934
|
|
2935
|
+
# A launch path object.
|
2936
|
+
#
|
2937
|
+
# @!attribute [rw] id
|
2938
|
+
# The identifier of the launch path.
|
2939
|
+
# @return [String]
|
2940
|
+
#
|
2941
|
+
# @!attribute [rw] name
|
2942
|
+
# The name of the launch path.
|
2943
|
+
# @return [String]
|
2944
|
+
#
|
2945
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/LaunchPath AWS API Documentation
|
2946
|
+
#
|
2947
|
+
class LaunchPath < Struct.new(
|
2948
|
+
:id,
|
2949
|
+
:name)
|
2950
|
+
include Aws::Structure
|
2951
|
+
end
|
2952
|
+
|
2870
2953
|
# Summary information about a product path for a user.
|
2871
2954
|
#
|
2872
2955
|
# @!attribute [rw] id
|
@@ -6222,10 +6305,29 @@ module Aws::ServiceCatalog
|
|
6222
6305
|
#
|
6223
6306
|
# LAUNCH
|
6224
6307
|
#
|
6225
|
-
# :
|
6308
|
+
# : You are required to specify either the `RoleArn` or the
|
6309
|
+
# `LocalRoleName` but can't use both.
|
6310
|
+
#
|
6311
|
+
# Specify the `RoleArn` property as follows:
|
6226
6312
|
#
|
6227
6313
|
# `\{"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"\}`
|
6228
6314
|
#
|
6315
|
+
# Specify the `LocalRoleName` property as follows:
|
6316
|
+
#
|
6317
|
+
# `\{"LocalRoleName": "SCBasicLaunchRole"\}`
|
6318
|
+
#
|
6319
|
+
# If you specify the `LocalRoleName` property, when an account uses
|
6320
|
+
# the launch constraint, the IAM role with that name in the account
|
6321
|
+
# will be used. This allows launch-role constraints to be
|
6322
|
+
# account-agnostic so the administrator can create fewer resources
|
6323
|
+
# per shared account.
|
6324
|
+
#
|
6325
|
+
# <note markdown="1"> The given role name must exist in the account used to create the
|
6326
|
+
# launch constraint and the account of the user who launches a
|
6327
|
+
# product with this launch constraint.
|
6328
|
+
#
|
6329
|
+
# </note>
|
6330
|
+
#
|
6229
6331
|
# You cannot have both a `LAUNCH` and a `STACKSET` constraint.
|
6230
6332
|
#
|
6231
6333
|
# You also cannot have more than one `LAUNCH` constraint on a
|
@@ -6638,9 +6740,9 @@ module Aws::ServiceCatalog
|
|
6638
6740
|
# A map that contains the provisioned product properties to be
|
6639
6741
|
# updated.
|
6640
6742
|
#
|
6641
|
-
# The `OWNER` key
|
6642
|
-
# is allowed to see, update, terminate, and execute service
|
6643
|
-
# the provisioned product.
|
6743
|
+
# The `OWNER` key accepts user ARNs and role ARNs. The owner is the
|
6744
|
+
# user that is allowed to see, update, terminate, and execute service
|
6745
|
+
# actions in the provisioned product.
|
6644
6746
|
#
|
6645
6747
|
# The administrator can change the owner of a provisioned product to
|
6646
6748
|
# another IAM user within the same account. Both end user owners and
|
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.40.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: 2020-
|
11
|
+
date: 2020-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
81
|
version: '0'
|
82
82
|
requirements: []
|
83
83
|
rubyforge_project:
|
84
|
-
rubygems_version: 2.
|
84
|
+
rubygems_version: 2.7.6.2
|
85
85
|
signing_key:
|
86
86
|
specification_version: 4
|
87
87
|
summary: AWS SDK for Ruby - AWS Service Catalog
|