aws-sdk-servicecatalog 1.48.0 → 1.53.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 +1 -1
- data/lib/aws-sdk-servicecatalog/client.rb +110 -22
- data/lib/aws-sdk-servicecatalog/client_api.rb +38 -1
- data/lib/aws-sdk-servicecatalog/types.rb +115 -13
- 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: '08bfb722431b9c56c12e81bfee6ac0959ab3dadf3c5a89aa9561ecdeeddf5306'
|
4
|
+
data.tar.gz: 787373b8ae69fe44c24cb0d204fca7d4ec9ce1b73f59d49d21096ea4d6cf8a79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b5d2913cd11aff20fa151bf76a41f606c08d28eb6401e6be02db95a2b5952e384fdf35a549c093dab3ff71efd07f4324db48afef9f87fd5c794aadee5485f1a
|
7
|
+
data.tar.gz: 5b95e67c62b0c3e5dff0312cf574c86e40a511b61b36c9d8f11408d0fd26798989c466c55ad6326c36acf1bffbd097b964168614a73ba71f310f42accd75b6ca
|
@@ -355,8 +355,8 @@ module Aws::ServiceCatalog
|
|
355
355
|
# The type of shared portfolios to accept. The default is to accept
|
356
356
|
# imported portfolios.
|
357
357
|
#
|
358
|
-
# * `AWS_ORGANIZATIONS` - Accept portfolios shared by the
|
359
|
-
# of your organization.
|
358
|
+
# * `AWS_ORGANIZATIONS` - Accept portfolios shared by the management
|
359
|
+
# account of your organization.
|
360
360
|
#
|
361
361
|
# * `IMPORTED` - Accept imported portfolios.
|
362
362
|
#
|
@@ -974,7 +974,7 @@ module Aws::ServiceCatalog
|
|
974
974
|
|
975
975
|
# Shares the specified portfolio with the specified account or
|
976
976
|
# organization node. Shares to an organization node can only be created
|
977
|
-
# by the
|
977
|
+
# by the management account of an organization or by a delegated
|
978
978
|
# administrator. You can share portfolios to an organization, an
|
979
979
|
# organizational unit, or a specific account.
|
980
980
|
#
|
@@ -1005,9 +1005,10 @@ module Aws::ServiceCatalog
|
|
1005
1005
|
# @option params [Types::OrganizationNode] :organization_node
|
1006
1006
|
# The organization node to whom you are going to share. If
|
1007
1007
|
# `OrganizationNode` is passed in, `PortfolioShare` will be created for
|
1008
|
-
# the node
|
1009
|
-
# will be returned in the output
|
1010
|
-
# monitor the status of the
|
1008
|
+
# the node an ListOrganizationPortfolioAccessd its children (when
|
1009
|
+
# applies), and a `PortfolioShareToken` will be returned in the output
|
1010
|
+
# in order for the administrator to monitor the status of the
|
1011
|
+
# `PortfolioShare` creation process.
|
1011
1012
|
#
|
1012
1013
|
# @return [Types::CreatePortfolioShareOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1013
1014
|
#
|
@@ -1557,7 +1558,7 @@ module Aws::ServiceCatalog
|
|
1557
1558
|
|
1558
1559
|
# Stops sharing the specified portfolio with the specified account or
|
1559
1560
|
# organization node. Shares to an organization node can only be deleted
|
1560
|
-
# by the
|
1561
|
+
# by the management account of an organization or by a delegated
|
1561
1562
|
# administrator.
|
1562
1563
|
#
|
1563
1564
|
# Note that if a delegated admin is de-registered, portfolio shares
|
@@ -1932,8 +1933,8 @@ module Aws::ServiceCatalog
|
|
1932
1933
|
end
|
1933
1934
|
|
1934
1935
|
# Gets the status of the specified portfolio share operation. This API
|
1935
|
-
# can only be called by the
|
1936
|
-
# delegated admin.
|
1936
|
+
# can only be called by the management account in the organization or by
|
1937
|
+
# a delegated admin.
|
1937
1938
|
#
|
1938
1939
|
# @option params [required, String] :portfolio_share_token
|
1939
1940
|
# The token for the portfolio share operation. This token is returned
|
@@ -2227,6 +2228,7 @@ module Aws::ServiceCatalog
|
|
2227
2228
|
# resp.provisioned_product_detail.last_successful_provisioning_record_id #=> String
|
2228
2229
|
# resp.provisioned_product_detail.product_id #=> String
|
2229
2230
|
# resp.provisioned_product_detail.provisioning_artifact_id #=> String
|
2231
|
+
# resp.provisioned_product_detail.launch_role_arn #=> String
|
2230
2232
|
# resp.cloud_watch_dashboards #=> Array
|
2231
2233
|
# resp.cloud_watch_dashboards[0].name #=> String
|
2232
2234
|
#
|
@@ -2561,6 +2563,7 @@ module Aws::ServiceCatalog
|
|
2561
2563
|
# resp.record_detail.record_tags #=> Array
|
2562
2564
|
# resp.record_detail.record_tags[0].key #=> String
|
2563
2565
|
# resp.record_detail.record_tags[0].value #=> String
|
2566
|
+
# resp.record_detail.launch_role_arn #=> String
|
2564
2567
|
# resp.record_outputs #=> Array
|
2565
2568
|
# resp.record_outputs[0].output_key #=> String
|
2566
2569
|
# resp.record_outputs[0].output_value #=> String
|
@@ -2702,7 +2705,7 @@ module Aws::ServiceCatalog
|
|
2702
2705
|
# feature will not delete your current shares but it will prevent you
|
2703
2706
|
# from creating new shares throughout your organization. Current shares
|
2704
2707
|
# will not be in sync with your organization structure if it changes
|
2705
|
-
# after calling this API. This API can only be called by the
|
2708
|
+
# after calling this API. This API can only be called by the management
|
2706
2709
|
# account in the organization.
|
2707
2710
|
#
|
2708
2711
|
# This API can't be invoked if there are active delegated
|
@@ -2895,7 +2898,7 @@ module Aws::ServiceCatalog
|
|
2895
2898
|
# Enable portfolio sharing feature through AWS Organizations. This API
|
2896
2899
|
# will allow Service Catalog to receive updates on your organization in
|
2897
2900
|
# order to sync your shares with the current structure. This API can
|
2898
|
-
# only be called by the
|
2901
|
+
# only be called by the management account in the organization.
|
2899
2902
|
#
|
2900
2903
|
# By calling this API Service Catalog will make a call to
|
2901
2904
|
# organizations:EnableAWSServiceAccess on your behalf so that your
|
@@ -2970,6 +2973,7 @@ module Aws::ServiceCatalog
|
|
2970
2973
|
# resp.record_detail.record_tags #=> Array
|
2971
2974
|
# resp.record_detail.record_tags[0].key #=> String
|
2972
2975
|
# resp.record_detail.record_tags[0].value #=> String
|
2976
|
+
# resp.record_detail.launch_role_arn #=> String
|
2973
2977
|
#
|
2974
2978
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ExecuteProvisionedProductPlan AWS API Documentation
|
2975
2979
|
#
|
@@ -3046,6 +3050,7 @@ module Aws::ServiceCatalog
|
|
3046
3050
|
# resp.record_detail.record_tags #=> Array
|
3047
3051
|
# resp.record_detail.record_tags[0].key #=> String
|
3048
3052
|
# resp.record_detail.record_tags[0].value #=> String
|
3053
|
+
# resp.record_detail.launch_role_arn #=> String
|
3049
3054
|
#
|
3050
3055
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ExecuteProvisionedProductServiceAction AWS API Documentation
|
3051
3056
|
#
|
@@ -3057,8 +3062,8 @@ module Aws::ServiceCatalog
|
|
3057
3062
|
end
|
3058
3063
|
|
3059
3064
|
# Get the Access Status for AWS Organization portfolio share feature.
|
3060
|
-
# This API can only be called by the
|
3061
|
-
# or by a delegated admin.
|
3065
|
+
# This API can only be called by the management account in the
|
3066
|
+
# organization or by a delegated admin.
|
3062
3067
|
#
|
3063
3068
|
# @return [Types::GetAWSOrganizationsAccessStatusOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3064
3069
|
#
|
@@ -3077,6 +3082,73 @@ module Aws::ServiceCatalog
|
|
3077
3082
|
req.send_request(options)
|
3078
3083
|
end
|
3079
3084
|
|
3085
|
+
# This API takes either a `ProvisonedProductId` or a
|
3086
|
+
# `ProvisionedProductName`, along with a list of one or more output
|
3087
|
+
# keys, and responds with the key/value pairs of those outputs.
|
3088
|
+
#
|
3089
|
+
# @option params [String] :accept_language
|
3090
|
+
# The language code.
|
3091
|
+
#
|
3092
|
+
# * `en` - English (default)
|
3093
|
+
#
|
3094
|
+
# * `jp` - Japanese
|
3095
|
+
#
|
3096
|
+
# * `zh` - Chinese
|
3097
|
+
#
|
3098
|
+
# @option params [String] :provisioned_product_id
|
3099
|
+
# The identifier of the provisioned product that you want the outputs
|
3100
|
+
# from.
|
3101
|
+
#
|
3102
|
+
# @option params [String] :provisioned_product_name
|
3103
|
+
# The name of the provisioned product that you want the outputs from.
|
3104
|
+
#
|
3105
|
+
# @option params [Array<String>] :output_keys
|
3106
|
+
# The list of keys that the API should return with their values. If none
|
3107
|
+
# are provided, the API will return all outputs of the provisioned
|
3108
|
+
# product.
|
3109
|
+
#
|
3110
|
+
# @option params [Integer] :page_size
|
3111
|
+
# The maximum number of items to return with this call.
|
3112
|
+
#
|
3113
|
+
# @option params [String] :page_token
|
3114
|
+
# The page token for the next set of results. To retrieve the first set
|
3115
|
+
# of results, use null.
|
3116
|
+
#
|
3117
|
+
# @return [Types::GetProvisionedProductOutputsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3118
|
+
#
|
3119
|
+
# * {Types::GetProvisionedProductOutputsOutput#outputs #outputs} => Array<Types::RecordOutput>
|
3120
|
+
# * {Types::GetProvisionedProductOutputsOutput#next_page_token #next_page_token} => String
|
3121
|
+
#
|
3122
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3123
|
+
#
|
3124
|
+
# @example Request syntax with placeholder values
|
3125
|
+
#
|
3126
|
+
# resp = client.get_provisioned_product_outputs({
|
3127
|
+
# accept_language: "AcceptLanguage",
|
3128
|
+
# provisioned_product_id: "Id",
|
3129
|
+
# provisioned_product_name: "ProvisionedProductName",
|
3130
|
+
# output_keys: ["OutputKey"],
|
3131
|
+
# page_size: 1,
|
3132
|
+
# page_token: "PageToken",
|
3133
|
+
# })
|
3134
|
+
#
|
3135
|
+
# @example Response structure
|
3136
|
+
#
|
3137
|
+
# resp.outputs #=> Array
|
3138
|
+
# resp.outputs[0].output_key #=> String
|
3139
|
+
# resp.outputs[0].output_value #=> String
|
3140
|
+
# resp.outputs[0].description #=> String
|
3141
|
+
# resp.next_page_token #=> String
|
3142
|
+
#
|
3143
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/GetProvisionedProductOutputs AWS API Documentation
|
3144
|
+
#
|
3145
|
+
# @overload get_provisioned_product_outputs(params = {})
|
3146
|
+
# @param [Hash] params ({})
|
3147
|
+
def get_provisioned_product_outputs(params = {}, options = {})
|
3148
|
+
req = build_request(:get_provisioned_product_outputs, params)
|
3149
|
+
req.send_request(options)
|
3150
|
+
end
|
3151
|
+
|
3080
3152
|
# Lists all portfolios for which sharing was accepted by this account.
|
3081
3153
|
#
|
3082
3154
|
# @option params [String] :accept_language
|
@@ -3099,8 +3171,8 @@ module Aws::ServiceCatalog
|
|
3099
3171
|
# The type of shared portfolios to list. The default is to list imported
|
3100
3172
|
# portfolios.
|
3101
3173
|
#
|
3102
|
-
# * `AWS_ORGANIZATIONS` - List portfolios shared by the
|
3103
|
-
# of your organization
|
3174
|
+
# * `AWS_ORGANIZATIONS` - List portfolios shared by the management
|
3175
|
+
# account of your organization
|
3104
3176
|
#
|
3105
3177
|
# * `AWS_SERVICECATALOG` - List default portfolios
|
3106
3178
|
#
|
@@ -3317,8 +3389,8 @@ module Aws::ServiceCatalog
|
|
3317
3389
|
end
|
3318
3390
|
|
3319
3391
|
# Lists the organization nodes that have access to the specified
|
3320
|
-
# portfolio. This API can only be called by the
|
3321
|
-
# organization or by a delegated admin.
|
3392
|
+
# portfolio. This API can only be called by the management account in
|
3393
|
+
# the organization or by a delegated admin.
|
3322
3394
|
#
|
3323
3395
|
# If a delegated admin is de-registered, they can no longer perform this
|
3324
3396
|
# operation.
|
@@ -3855,6 +3927,7 @@ module Aws::ServiceCatalog
|
|
3855
3927
|
# resp.record_details[0].record_tags #=> Array
|
3856
3928
|
# resp.record_details[0].record_tags[0].key #=> String
|
3857
3929
|
# resp.record_details[0].record_tags[0].value #=> String
|
3930
|
+
# resp.record_details[0].launch_role_arn #=> String
|
3858
3931
|
# resp.next_page_token #=> String
|
3859
3932
|
#
|
3860
3933
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListRecordHistory AWS API Documentation
|
@@ -4267,6 +4340,7 @@ module Aws::ServiceCatalog
|
|
4267
4340
|
# resp.record_detail.record_tags #=> Array
|
4268
4341
|
# resp.record_detail.record_tags[0].key #=> String
|
4269
4342
|
# resp.record_detail.record_tags[0].value #=> String
|
4343
|
+
# resp.record_detail.launch_role_arn #=> String
|
4270
4344
|
#
|
4271
4345
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ProvisionProduct AWS API Documentation
|
4272
4346
|
#
|
@@ -4295,8 +4369,8 @@ module Aws::ServiceCatalog
|
|
4295
4369
|
# The type of shared portfolios to reject. The default is to reject
|
4296
4370
|
# imported portfolios.
|
4297
4371
|
#
|
4298
|
-
# * `AWS_ORGANIZATIONS` - Reject portfolios shared by the
|
4299
|
-
# of your organization.
|
4372
|
+
# * `AWS_ORGANIZATIONS` - Reject portfolios shared by the management
|
4373
|
+
# account of your organization.
|
4300
4374
|
#
|
4301
4375
|
# * `IMPORTED` - Reject imported portfolios.
|
4302
4376
|
#
|
@@ -4381,6 +4455,7 @@ module Aws::ServiceCatalog
|
|
4381
4455
|
# resp.provisioned_products[0].last_successful_provisioning_record_id #=> String
|
4382
4456
|
# resp.provisioned_products[0].product_id #=> String
|
4383
4457
|
# resp.provisioned_products[0].provisioning_artifact_id #=> String
|
4458
|
+
# resp.provisioned_products[0].launch_role_arn #=> String
|
4384
4459
|
# resp.next_page_token #=> String
|
4385
4460
|
#
|
4386
4461
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ScanProvisionedProducts AWS API Documentation
|
@@ -4727,6 +4802,7 @@ module Aws::ServiceCatalog
|
|
4727
4802
|
# resp.record_detail.record_tags #=> Array
|
4728
4803
|
# resp.record_detail.record_tags[0].key #=> String
|
4729
4804
|
# resp.record_detail.record_tags[0].value #=> String
|
4805
|
+
# resp.record_detail.launch_role_arn #=> String
|
4730
4806
|
#
|
4731
4807
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/TerminateProvisionedProduct AWS API Documentation
|
4732
4808
|
#
|
@@ -5163,6 +5239,7 @@ module Aws::ServiceCatalog
|
|
5163
5239
|
# resp.record_detail.record_tags #=> Array
|
5164
5240
|
# resp.record_detail.record_tags[0].key #=> String
|
5165
5241
|
# resp.record_detail.record_tags[0].value #=> String
|
5242
|
+
# resp.record_detail.launch_role_arn #=> String
|
5166
5243
|
#
|
5167
5244
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateProvisionedProduct AWS API Documentation
|
5168
5245
|
#
|
@@ -5191,9 +5268,20 @@ module Aws::ServiceCatalog
|
|
5191
5268
|
# @option params [required, Hash<String,String>] :provisioned_product_properties
|
5192
5269
|
# A map that contains the provisioned product properties to be updated.
|
5193
5270
|
#
|
5271
|
+
# The `LAUNCH_ROLE` key accepts user ARNs and role ARNs. This key allows
|
5272
|
+
# an administrator to call `UpdateProvisionedProductProperties` to
|
5273
|
+
# update the launch role that is associated with a provisioned product.
|
5274
|
+
# This role is used when an end-user calls a provisioning operation such
|
5275
|
+
# as `UpdateProvisionedProduct`, `TerminateProvisionedProduct`, or
|
5276
|
+
# `ExecuteProvisionedProductServiceAction`. Only an ARN role or `null`
|
5277
|
+
# is valid. A user ARN is invalid. For example, if an admin user passes
|
5278
|
+
# `null` as the value for the key `LAUNCH_ROLE`, the admin removes the
|
5279
|
+
# launch role that is associated with the provisioned product. As a
|
5280
|
+
# result, the end user operations use the credentials of the end user.
|
5281
|
+
#
|
5194
5282
|
# The `OWNER` key accepts user ARNs and role ARNs. The owner is the user
|
5195
|
-
# that
|
5196
|
-
# in the provisioned product.
|
5283
|
+
# that has permission to see, update, terminate, and execute service
|
5284
|
+
# actions in the provisioned product.
|
5197
5285
|
#
|
5198
5286
|
# The administrator can change the owner of a provisioned product to
|
5199
5287
|
# another IAM user within the same account. Both end user owners and
|
@@ -5448,7 +5536,7 @@ module Aws::ServiceCatalog
|
|
5448
5536
|
params: params,
|
5449
5537
|
config: config)
|
5450
5538
|
context[:gem_name] = 'aws-sdk-servicecatalog'
|
5451
|
-
context[:gem_version] = '1.
|
5539
|
+
context[:gem_version] = '1.53.0'
|
5452
5540
|
Seahorse::Client::Request.new(handlers, context)
|
5453
5541
|
end
|
5454
5542
|
|
@@ -162,6 +162,8 @@ module Aws::ServiceCatalog
|
|
162
162
|
FailedServiceActionAssociations = Shapes::ListShape.new(name: 'FailedServiceActionAssociations')
|
163
163
|
GetAWSOrganizationsAccessStatusInput = Shapes::StructureShape.new(name: 'GetAWSOrganizationsAccessStatusInput')
|
164
164
|
GetAWSOrganizationsAccessStatusOutput = Shapes::StructureShape.new(name: 'GetAWSOrganizationsAccessStatusOutput')
|
165
|
+
GetProvisionedProductOutputsInput = Shapes::StructureShape.new(name: 'GetProvisionedProductOutputsInput')
|
166
|
+
GetProvisionedProductOutputsOutput = Shapes::StructureShape.new(name: 'GetProvisionedProductOutputsOutput')
|
165
167
|
HasDefaultPath = Shapes::BooleanShape.new(name: 'HasDefaultPath')
|
166
168
|
Id = Shapes::StringShape.new(name: 'Id')
|
167
169
|
IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
|
@@ -227,8 +229,10 @@ module Aws::ServiceCatalog
|
|
227
229
|
OrganizationNodes = Shapes::ListShape.new(name: 'OrganizationNodes')
|
228
230
|
OutputDescription = Shapes::StringShape.new(name: 'OutputDescription')
|
229
231
|
OutputKey = Shapes::StringShape.new(name: 'OutputKey')
|
232
|
+
OutputKeys = Shapes::ListShape.new(name: 'OutputKeys')
|
230
233
|
OutputValue = Shapes::StringShape.new(name: 'OutputValue')
|
231
234
|
PageSize = Shapes::IntegerShape.new(name: 'PageSize')
|
235
|
+
PageSizeMax100 = Shapes::IntegerShape.new(name: 'PageSizeMax100')
|
232
236
|
PageToken = Shapes::StringShape.new(name: 'PageToken')
|
233
237
|
ParameterConstraints = Shapes::StructureShape.new(name: 'ParameterConstraints')
|
234
238
|
ParameterKey = Shapes::StringShape.new(name: 'ParameterKey')
|
@@ -358,6 +362,7 @@ module Aws::ServiceCatalog
|
|
358
362
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
359
363
|
ResourceTargetDefinition = Shapes::StructureShape.new(name: 'ResourceTargetDefinition')
|
360
364
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
365
|
+
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
361
366
|
ScanProvisionedProductsInput = Shapes::StructureShape.new(name: 'ScanProvisionedProductsInput')
|
362
367
|
ScanProvisionedProductsOutput = Shapes::StructureShape.new(name: 'ScanProvisionedProductsOutput')
|
363
368
|
Scope = Shapes::ListShape.new(name: 'Scope')
|
@@ -954,6 +959,18 @@ module Aws::ServiceCatalog
|
|
954
959
|
GetAWSOrganizationsAccessStatusOutput.add_member(:access_status, Shapes::ShapeRef.new(shape: AccessStatus, location_name: "AccessStatus"))
|
955
960
|
GetAWSOrganizationsAccessStatusOutput.struct_class = Types::GetAWSOrganizationsAccessStatusOutput
|
956
961
|
|
962
|
+
GetProvisionedProductOutputsInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
963
|
+
GetProvisionedProductOutputsInput.add_member(:provisioned_product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisionedProductId"))
|
964
|
+
GetProvisionedProductOutputsInput.add_member(:provisioned_product_name, Shapes::ShapeRef.new(shape: ProvisionedProductName, location_name: "ProvisionedProductName"))
|
965
|
+
GetProvisionedProductOutputsInput.add_member(:output_keys, Shapes::ShapeRef.new(shape: OutputKeys, location_name: "OutputKeys"))
|
966
|
+
GetProvisionedProductOutputsInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
967
|
+
GetProvisionedProductOutputsInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
|
968
|
+
GetProvisionedProductOutputsInput.struct_class = Types::GetProvisionedProductOutputsInput
|
969
|
+
|
970
|
+
GetProvisionedProductOutputsOutput.add_member(:outputs, Shapes::ShapeRef.new(shape: RecordOutputs, location_name: "Outputs"))
|
971
|
+
GetProvisionedProductOutputsOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
|
972
|
+
GetProvisionedProductOutputsOutput.struct_class = Types::GetProvisionedProductOutputsOutput
|
973
|
+
|
957
974
|
InvalidParametersException.struct_class = Types::InvalidParametersException
|
958
975
|
|
959
976
|
InvalidStateException.struct_class = Types::InvalidStateException
|
@@ -1030,7 +1047,7 @@ module Aws::ServiceCatalog
|
|
1030
1047
|
ListPortfolioAccessInput.add_member(:portfolio_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "PortfolioId"))
|
1031
1048
|
ListPortfolioAccessInput.add_member(:organization_parent_id, Shapes::ShapeRef.new(shape: Id, location_name: "OrganizationParentId"))
|
1032
1049
|
ListPortfolioAccessInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
|
1033
|
-
ListPortfolioAccessInput.add_member(:page_size, Shapes::ShapeRef.new(shape:
|
1050
|
+
ListPortfolioAccessInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSizeMax100, location_name: "PageSize"))
|
1034
1051
|
ListPortfolioAccessInput.struct_class = Types::ListPortfolioAccessInput
|
1035
1052
|
|
1036
1053
|
ListPortfolioAccessOutput.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIds, location_name: "AccountIds"))
|
@@ -1176,6 +1193,8 @@ module Aws::ServiceCatalog
|
|
1176
1193
|
|
1177
1194
|
OrganizationNodes.member = Shapes::ShapeRef.new(shape: OrganizationNode)
|
1178
1195
|
|
1196
|
+
OutputKeys.member = Shapes::ShapeRef.new(shape: OutputKey)
|
1197
|
+
|
1179
1198
|
ParameterConstraints.add_member(:allowed_values, Shapes::ShapeRef.new(shape: AllowedValues, location_name: "AllowedValues"))
|
1180
1199
|
ParameterConstraints.struct_class = Types::ParameterConstraints
|
1181
1200
|
|
@@ -1286,6 +1305,7 @@ module Aws::ServiceCatalog
|
|
1286
1305
|
ProvisionedProductDetail.add_member(:last_successful_provisioning_record_id, Shapes::ShapeRef.new(shape: Id, location_name: "LastSuccessfulProvisioningRecordId"))
|
1287
1306
|
ProvisionedProductDetail.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
|
1288
1307
|
ProvisionedProductDetail.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisioningArtifactId"))
|
1308
|
+
ProvisionedProductDetail.add_member(:launch_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "LaunchRoleArn"))
|
1289
1309
|
ProvisionedProductDetail.struct_class = Types::ProvisionedProductDetail
|
1290
1310
|
|
1291
1311
|
ProvisionedProductDetails.member = Shapes::ShapeRef.new(shape: ProvisionedProductDetail)
|
@@ -1417,6 +1437,7 @@ module Aws::ServiceCatalog
|
|
1417
1437
|
RecordDetail.add_member(:path_id, Shapes::ShapeRef.new(shape: Id, location_name: "PathId"))
|
1418
1438
|
RecordDetail.add_member(:record_errors, Shapes::ShapeRef.new(shape: RecordErrors, location_name: "RecordErrors"))
|
1419
1439
|
RecordDetail.add_member(:record_tags, Shapes::ShapeRef.new(shape: RecordTags, location_name: "RecordTags"))
|
1440
|
+
RecordDetail.add_member(:launch_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "LaunchRoleArn"))
|
1420
1441
|
RecordDetail.struct_class = Types::RecordDetail
|
1421
1442
|
|
1422
1443
|
RecordDetails.member = Shapes::ShapeRef.new(shape: RecordDetail)
|
@@ -2291,6 +2312,22 @@ module Aws::ServiceCatalog
|
|
2291
2312
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotSupportedException)
|
2292
2313
|
end)
|
2293
2314
|
|
2315
|
+
api.add_operation(:get_provisioned_product_outputs, Seahorse::Model::Operation.new.tap do |o|
|
2316
|
+
o.name = "GetProvisionedProductOutputs"
|
2317
|
+
o.http_method = "POST"
|
2318
|
+
o.http_request_uri = "/"
|
2319
|
+
o.input = Shapes::ShapeRef.new(shape: GetProvisionedProductOutputsInput)
|
2320
|
+
o.output = Shapes::ShapeRef.new(shape: GetProvisionedProductOutputsOutput)
|
2321
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
2322
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2323
|
+
o[:pager] = Aws::Pager.new(
|
2324
|
+
limit_key: "page_size",
|
2325
|
+
tokens: {
|
2326
|
+
"next_page_token" => "page_token"
|
2327
|
+
}
|
2328
|
+
)
|
2329
|
+
end)
|
2330
|
+
|
2294
2331
|
api.add_operation(:list_accepted_portfolio_shares, Seahorse::Model::Operation.new.tap do |o|
|
2295
2332
|
o.name = "ListAcceptedPortfolioShares"
|
2296
2333
|
o.http_method = "POST"
|
@@ -37,7 +37,7 @@ module Aws::ServiceCatalog
|
|
37
37
|
# The type of shared portfolios to accept. The default is to accept
|
38
38
|
# imported portfolios.
|
39
39
|
#
|
40
|
-
# * `AWS_ORGANIZATIONS` - Accept portfolios shared by the
|
40
|
+
# * `AWS_ORGANIZATIONS` - Accept portfolios shared by the management
|
41
41
|
# account of your organization.
|
42
42
|
#
|
43
43
|
# * `IMPORTED` - Accept imported portfolios.
|
@@ -881,10 +881,10 @@ module Aws::ServiceCatalog
|
|
881
881
|
# @!attribute [rw] organization_node
|
882
882
|
# The organization node to whom you are going to share. If
|
883
883
|
# `OrganizationNode` is passed in, `PortfolioShare` will be created
|
884
|
-
# for the node
|
885
|
-
# `PortfolioShareToken` will be returned in the output
|
886
|
-
# the administrator to monitor the status of the
|
887
|
-
# creation process.
|
884
|
+
# for the node an ListOrganizationPortfolioAccessd its children (when
|
885
|
+
# applies), and a `PortfolioShareToken` will be returned in the output
|
886
|
+
# in order for the administrator to monitor the status of the
|
887
|
+
# `PortfolioShare` creation process.
|
888
888
|
# @return [Types::OrganizationNode]
|
889
889
|
#
|
890
890
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreatePortfolioShareInput AWS API Documentation
|
@@ -899,7 +899,7 @@ module Aws::ServiceCatalog
|
|
899
899
|
end
|
900
900
|
|
901
901
|
# @!attribute [rw] portfolio_share_token
|
902
|
-
# The portfolio
|
902
|
+
# The portfolio shares a unique identifier that only returns if the
|
903
903
|
# portfolio is shared to an organization node.
|
904
904
|
# @return [String]
|
905
905
|
#
|
@@ -3052,6 +3052,85 @@ module Aws::ServiceCatalog
|
|
3052
3052
|
include Aws::Structure
|
3053
3053
|
end
|
3054
3054
|
|
3055
|
+
# @note When making an API call, you may pass GetProvisionedProductOutputsInput
|
3056
|
+
# data as a hash:
|
3057
|
+
#
|
3058
|
+
# {
|
3059
|
+
# accept_language: "AcceptLanguage",
|
3060
|
+
# provisioned_product_id: "Id",
|
3061
|
+
# provisioned_product_name: "ProvisionedProductName",
|
3062
|
+
# output_keys: ["OutputKey"],
|
3063
|
+
# page_size: 1,
|
3064
|
+
# page_token: "PageToken",
|
3065
|
+
# }
|
3066
|
+
#
|
3067
|
+
# @!attribute [rw] accept_language
|
3068
|
+
# The language code.
|
3069
|
+
#
|
3070
|
+
# * `en` - English (default)
|
3071
|
+
#
|
3072
|
+
# * `jp` - Japanese
|
3073
|
+
#
|
3074
|
+
# * `zh` - Chinese
|
3075
|
+
# @return [String]
|
3076
|
+
#
|
3077
|
+
# @!attribute [rw] provisioned_product_id
|
3078
|
+
# The identifier of the provisioned product that you want the outputs
|
3079
|
+
# from.
|
3080
|
+
# @return [String]
|
3081
|
+
#
|
3082
|
+
# @!attribute [rw] provisioned_product_name
|
3083
|
+
# The name of the provisioned product that you want the outputs from.
|
3084
|
+
# @return [String]
|
3085
|
+
#
|
3086
|
+
# @!attribute [rw] output_keys
|
3087
|
+
# The list of keys that the API should return with their values. If
|
3088
|
+
# none are provided, the API will return all outputs of the
|
3089
|
+
# provisioned product.
|
3090
|
+
# @return [Array<String>]
|
3091
|
+
#
|
3092
|
+
# @!attribute [rw] page_size
|
3093
|
+
# The maximum number of items to return with this call.
|
3094
|
+
# @return [Integer]
|
3095
|
+
#
|
3096
|
+
# @!attribute [rw] page_token
|
3097
|
+
# The page token for the next set of results. To retrieve the first
|
3098
|
+
# set of results, use null.
|
3099
|
+
# @return [String]
|
3100
|
+
#
|
3101
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/GetProvisionedProductOutputsInput AWS API Documentation
|
3102
|
+
#
|
3103
|
+
class GetProvisionedProductOutputsInput < Struct.new(
|
3104
|
+
:accept_language,
|
3105
|
+
:provisioned_product_id,
|
3106
|
+
:provisioned_product_name,
|
3107
|
+
:output_keys,
|
3108
|
+
:page_size,
|
3109
|
+
:page_token)
|
3110
|
+
SENSITIVE = []
|
3111
|
+
include Aws::Structure
|
3112
|
+
end
|
3113
|
+
|
3114
|
+
# @!attribute [rw] outputs
|
3115
|
+
# Information about the product created as the result of a request.
|
3116
|
+
# For example, the output for a CloudFormation-backed product that
|
3117
|
+
# creates an S3 bucket would include the S3 bucket URL.
|
3118
|
+
# @return [Array<Types::RecordOutput>]
|
3119
|
+
#
|
3120
|
+
# @!attribute [rw] next_page_token
|
3121
|
+
# The page token to use to retrieve the next set of results. If there
|
3122
|
+
# are no additional results, this value is null.
|
3123
|
+
# @return [String]
|
3124
|
+
#
|
3125
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/GetProvisionedProductOutputsOutput AWS API Documentation
|
3126
|
+
#
|
3127
|
+
class GetProvisionedProductOutputsOutput < Struct.new(
|
3128
|
+
:outputs,
|
3129
|
+
:next_page_token)
|
3130
|
+
SENSITIVE = []
|
3131
|
+
include Aws::Structure
|
3132
|
+
end
|
3133
|
+
|
3055
3134
|
# One or more parameters provided to the operation are not valid.
|
3056
3135
|
#
|
3057
3136
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/InvalidParametersException AWS API Documentation
|
@@ -3155,8 +3234,8 @@ module Aws::ServiceCatalog
|
|
3155
3234
|
# The type of shared portfolios to list. The default is to list
|
3156
3235
|
# imported portfolios.
|
3157
3236
|
#
|
3158
|
-
# * `AWS_ORGANIZATIONS` - List portfolios shared by the
|
3159
|
-
# of your organization
|
3237
|
+
# * `AWS_ORGANIZATIONS` - List portfolios shared by the management
|
3238
|
+
# account of your organization
|
3160
3239
|
#
|
3161
3240
|
# * `AWS_SERVICECATALOG` - List default portfolios
|
3162
3241
|
#
|
@@ -4964,6 +5043,10 @@ module Aws::ServiceCatalog
|
|
4964
5043
|
# `pa-4abcdjnxjj6ne`.
|
4965
5044
|
# @return [String]
|
4966
5045
|
#
|
5046
|
+
# @!attribute [rw] launch_role_arn
|
5047
|
+
# The ARN of the launch role associated with the provisioned product.
|
5048
|
+
# @return [String]
|
5049
|
+
#
|
4967
5050
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ProvisionedProductDetail AWS API Documentation
|
4968
5051
|
#
|
4969
5052
|
class ProvisionedProductDetail < Struct.new(
|
@@ -4979,7 +5062,8 @@ module Aws::ServiceCatalog
|
|
4979
5062
|
:last_provisioning_record_id,
|
4980
5063
|
:last_successful_provisioning_record_id,
|
4981
5064
|
:product_id,
|
4982
|
-
:provisioning_artifact_id
|
5065
|
+
:provisioning_artifact_id,
|
5066
|
+
:launch_role_arn)
|
4983
5067
|
SENSITIVE = []
|
4984
5068
|
include Aws::Structure
|
4985
5069
|
end
|
@@ -5644,6 +5728,10 @@ module Aws::ServiceCatalog
|
|
5644
5728
|
# One or more tags.
|
5645
5729
|
# @return [Array<Types::RecordTag>]
|
5646
5730
|
#
|
5731
|
+
# @!attribute [rw] launch_role_arn
|
5732
|
+
# The ARN of the launch role associated with the provisioned product.
|
5733
|
+
# @return [String]
|
5734
|
+
#
|
5647
5735
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/RecordDetail AWS API Documentation
|
5648
5736
|
#
|
5649
5737
|
class RecordDetail < Struct.new(
|
@@ -5659,7 +5747,8 @@ module Aws::ServiceCatalog
|
|
5659
5747
|
:provisioning_artifact_id,
|
5660
5748
|
:path_id,
|
5661
5749
|
:record_errors,
|
5662
|
-
:record_tags
|
5750
|
+
:record_tags,
|
5751
|
+
:launch_role_arn)
|
5663
5752
|
SENSITIVE = []
|
5664
5753
|
include Aws::Structure
|
5665
5754
|
end
|
@@ -5755,7 +5844,7 @@ module Aws::ServiceCatalog
|
|
5755
5844
|
# The type of shared portfolios to reject. The default is to reject
|
5756
5845
|
# imported portfolios.
|
5757
5846
|
#
|
5758
|
-
# * `AWS_ORGANIZATIONS` - Reject portfolios shared by the
|
5847
|
+
# * `AWS_ORGANIZATIONS` - Reject portfolios shared by the management
|
5759
5848
|
# account of your organization.
|
5760
5849
|
#
|
5761
5850
|
# * `IMPORTED` - Reject imported portfolios.
|
@@ -7104,9 +7193,22 @@ module Aws::ServiceCatalog
|
|
7104
7193
|
# A map that contains the provisioned product properties to be
|
7105
7194
|
# updated.
|
7106
7195
|
#
|
7196
|
+
# The `LAUNCH_ROLE` key accepts user ARNs and role ARNs. This key
|
7197
|
+
# allows an administrator to call `UpdateProvisionedProductProperties`
|
7198
|
+
# to update the launch role that is associated with a provisioned
|
7199
|
+
# product. This role is used when an end-user calls a provisioning
|
7200
|
+
# operation such as `UpdateProvisionedProduct`,
|
7201
|
+
# `TerminateProvisionedProduct`, or
|
7202
|
+
# `ExecuteProvisionedProductServiceAction`. Only an ARN role or `null`
|
7203
|
+
# is valid. A user ARN is invalid. For example, if an admin user
|
7204
|
+
# passes `null` as the value for the key `LAUNCH_ROLE`, the admin
|
7205
|
+
# removes the launch role that is associated with the provisioned
|
7206
|
+
# product. As a result, the end user operations use the credentials of
|
7207
|
+
# the end user.
|
7208
|
+
#
|
7107
7209
|
# The `OWNER` key accepts user ARNs and role ARNs. The owner is the
|
7108
|
-
# user that
|
7109
|
-
# actions in the provisioned product.
|
7210
|
+
# user that has permission to see, update, terminate, and execute
|
7211
|
+
# service actions in the provisioned product.
|
7110
7212
|
#
|
7111
7213
|
# The administrator can change the owner of a provisioned product to
|
7112
7214
|
# 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.53.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-11-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.109.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.109.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|