aws-sdk-servicecatalog 1.46.0 → 1.51.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ca26fdae81ccf7a043f13658d3745f4fec213b36bd1a4bd7843803f5d9112ed0
4
- data.tar.gz: c187445230ad385417fd0ee7078cd91b2d0114b0b9e79d82340b91793017bead
3
+ metadata.gz: 2f0f4673fe88034a75c3bbbf559f376784103ff1d1745e4a8ac6696effbd86d1
4
+ data.tar.gz: b91b4af015419004463d7898bf58534f34a6213bd720ddaec793b49a0f555050
5
5
  SHA512:
6
- metadata.gz: 5a6cfe54a8e524ae19b02f5a2b5a28d3911586a5c706b6f7b39bbbf3752623cc59cd41a5d4493706518157eaf0f0bdb56f48235536f9b4463c780c5e0a9df1dd
7
- data.tar.gz: 445d2266e1f28a64322507c7368c4b51c7448a9f658f16b126a480de824af88372eb13926ba5df3121d375afd648795eff35dd2906aee978a0a2bc1dc57d959a
6
+ metadata.gz: 54ecfde92cad51a654a69859a423e2960229b5a7867782c3f4268b733a8707dbf1926765e2aca617376783bb56eb109fc4e3743ced3525e0d46cc4cb5da0e8a3
7
+ data.tar.gz: dcd82b9fe3ecafedd0b2052c5760e8c512cc3e2ce9d4aebb8addcc71d0e965c1921aae567d835a8a00660ec9711ba787cfd0b9414b943fa2e43cc543b42894bd
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -47,6 +48,6 @@ require_relative 'aws-sdk-servicecatalog/customizations'
47
48
  # @!group service
48
49
  module Aws::ServiceCatalog
49
50
 
50
- GEM_VERSION = '1.46.0'
51
+ GEM_VERSION = '1.51.0'
51
52
 
52
53
  end
@@ -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 master account
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 master account of an organization or by a delegated
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 and its children (when applies), and a `PortfolioShareToken`
1009
- # will be returned in the output in order for the administrator to
1010
- # monitor the status of the `PortfolioShare` creation process.
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 master account of an organization or by a delegated
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 master account in the organization or by a
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
@@ -2185,8 +2186,19 @@ module Aws::ServiceCatalog
2185
2186
  #
2186
2187
  # * `zh` - Chinese
2187
2188
  #
2188
- # @option params [required, String] :id
2189
- # The provisioned product identifier.
2189
+ # @option params [String] :id
2190
+ # The provisioned product identifier. You must provide the name or ID,
2191
+ # but not both.
2192
+ #
2193
+ # If you do not provide a name or ID, or you provide both name and ID,
2194
+ # an `InvalidParametersException` will occur.
2195
+ #
2196
+ # @option params [String] :name
2197
+ # The name of the provisioned product. You must provide the name or ID,
2198
+ # but not both.
2199
+ #
2200
+ # If you do not provide a name or ID, or you provide both name and ID,
2201
+ # an `InvalidParametersException` will occur.
2190
2202
  #
2191
2203
  # @return [Types::DescribeProvisionedProductOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2192
2204
  #
@@ -2197,7 +2209,8 @@ module Aws::ServiceCatalog
2197
2209
  #
2198
2210
  # resp = client.describe_provisioned_product({
2199
2211
  # accept_language: "AcceptLanguage",
2200
- # id: "Id", # required
2212
+ # id: "Id",
2213
+ # name: "ProvisionedProductName",
2201
2214
  # })
2202
2215
  #
2203
2216
  # @example Response structure
@@ -2215,6 +2228,7 @@ module Aws::ServiceCatalog
2215
2228
  # resp.provisioned_product_detail.last_successful_provisioning_record_id #=> String
2216
2229
  # resp.provisioned_product_detail.product_id #=> String
2217
2230
  # resp.provisioned_product_detail.provisioning_artifact_id #=> String
2231
+ # resp.provisioned_product_detail.launch_role_arn #=> String
2218
2232
  # resp.cloud_watch_dashboards #=> Array
2219
2233
  # resp.cloud_watch_dashboards[0].name #=> String
2220
2234
  #
@@ -2549,6 +2563,7 @@ module Aws::ServiceCatalog
2549
2563
  # resp.record_detail.record_tags #=> Array
2550
2564
  # resp.record_detail.record_tags[0].key #=> String
2551
2565
  # resp.record_detail.record_tags[0].value #=> String
2566
+ # resp.record_detail.launch_role_arn #=> String
2552
2567
  # resp.record_outputs #=> Array
2553
2568
  # resp.record_outputs[0].output_key #=> String
2554
2569
  # resp.record_outputs[0].output_value #=> String
@@ -2690,7 +2705,7 @@ module Aws::ServiceCatalog
2690
2705
  # feature will not delete your current shares but it will prevent you
2691
2706
  # from creating new shares throughout your organization. Current shares
2692
2707
  # will not be in sync with your organization structure if it changes
2693
- # after calling this API. This API can only be called by the master
2708
+ # after calling this API. This API can only be called by the management
2694
2709
  # account in the organization.
2695
2710
  #
2696
2711
  # This API can't be invoked if there are active delegated
@@ -2883,7 +2898,7 @@ module Aws::ServiceCatalog
2883
2898
  # Enable portfolio sharing feature through AWS Organizations. This API
2884
2899
  # will allow Service Catalog to receive updates on your organization in
2885
2900
  # order to sync your shares with the current structure. This API can
2886
- # only be called by the master account in the organization.
2901
+ # only be called by the management account in the organization.
2887
2902
  #
2888
2903
  # By calling this API Service Catalog will make a call to
2889
2904
  # organizations:EnableAWSServiceAccess on your behalf so that your
@@ -2958,6 +2973,7 @@ module Aws::ServiceCatalog
2958
2973
  # resp.record_detail.record_tags #=> Array
2959
2974
  # resp.record_detail.record_tags[0].key #=> String
2960
2975
  # resp.record_detail.record_tags[0].value #=> String
2976
+ # resp.record_detail.launch_role_arn #=> String
2961
2977
  #
2962
2978
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ExecuteProvisionedProductPlan AWS API Documentation
2963
2979
  #
@@ -3034,6 +3050,7 @@ module Aws::ServiceCatalog
3034
3050
  # resp.record_detail.record_tags #=> Array
3035
3051
  # resp.record_detail.record_tags[0].key #=> String
3036
3052
  # resp.record_detail.record_tags[0].value #=> String
3053
+ # resp.record_detail.launch_role_arn #=> String
3037
3054
  #
3038
3055
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ExecuteProvisionedProductServiceAction AWS API Documentation
3039
3056
  #
@@ -3045,8 +3062,8 @@ module Aws::ServiceCatalog
3045
3062
  end
3046
3063
 
3047
3064
  # Get the Access Status for AWS Organization portfolio share feature.
3048
- # This API can only be called by the master account in the organization
3049
- # 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.
3050
3067
  #
3051
3068
  # @return [Types::GetAWSOrganizationsAccessStatusOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3052
3069
  #
@@ -3065,6 +3082,73 @@ module Aws::ServiceCatalog
3065
3082
  req.send_request(options)
3066
3083
  end
3067
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&lt;Types::RecordOutput&gt;
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
+
3068
3152
  # Lists all portfolios for which sharing was accepted by this account.
3069
3153
  #
3070
3154
  # @option params [String] :accept_language
@@ -3087,8 +3171,8 @@ module Aws::ServiceCatalog
3087
3171
  # The type of shared portfolios to list. The default is to list imported
3088
3172
  # portfolios.
3089
3173
  #
3090
- # * `AWS_ORGANIZATIONS` - List portfolios shared by the master account
3091
- # of your organization
3174
+ # * `AWS_ORGANIZATIONS` - List portfolios shared by the management
3175
+ # account of your organization
3092
3176
  #
3093
3177
  # * `AWS_SERVICECATALOG` - List default portfolios
3094
3178
  #
@@ -3305,8 +3389,8 @@ module Aws::ServiceCatalog
3305
3389
  end
3306
3390
 
3307
3391
  # Lists the organization nodes that have access to the specified
3308
- # portfolio. This API can only be called by the master account in the
3309
- # 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.
3310
3394
  #
3311
3395
  # If a delegated admin is de-registered, they can no longer perform this
3312
3396
  # operation.
@@ -3843,6 +3927,7 @@ module Aws::ServiceCatalog
3843
3927
  # resp.record_details[0].record_tags #=> Array
3844
3928
  # resp.record_details[0].record_tags[0].key #=> String
3845
3929
  # resp.record_details[0].record_tags[0].value #=> String
3930
+ # resp.record_details[0].launch_role_arn #=> String
3846
3931
  # resp.next_page_token #=> String
3847
3932
  #
3848
3933
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListRecordHistory AWS API Documentation
@@ -4255,6 +4340,7 @@ module Aws::ServiceCatalog
4255
4340
  # resp.record_detail.record_tags #=> Array
4256
4341
  # resp.record_detail.record_tags[0].key #=> String
4257
4342
  # resp.record_detail.record_tags[0].value #=> String
4343
+ # resp.record_detail.launch_role_arn #=> String
4258
4344
  #
4259
4345
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ProvisionProduct AWS API Documentation
4260
4346
  #
@@ -4283,8 +4369,8 @@ module Aws::ServiceCatalog
4283
4369
  # The type of shared portfolios to reject. The default is to reject
4284
4370
  # imported portfolios.
4285
4371
  #
4286
- # * `AWS_ORGANIZATIONS` - Reject portfolios shared by the master account
4287
- # of your organization.
4372
+ # * `AWS_ORGANIZATIONS` - Reject portfolios shared by the management
4373
+ # account of your organization.
4288
4374
  #
4289
4375
  # * `IMPORTED` - Reject imported portfolios.
4290
4376
  #
@@ -4369,6 +4455,7 @@ module Aws::ServiceCatalog
4369
4455
  # resp.provisioned_products[0].last_successful_provisioning_record_id #=> String
4370
4456
  # resp.provisioned_products[0].product_id #=> String
4371
4457
  # resp.provisioned_products[0].provisioning_artifact_id #=> String
4458
+ # resp.provisioned_products[0].launch_role_arn #=> String
4372
4459
  # resp.next_page_token #=> String
4373
4460
  #
4374
4461
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ScanProvisionedProducts AWS API Documentation
@@ -4715,6 +4802,7 @@ module Aws::ServiceCatalog
4715
4802
  # resp.record_detail.record_tags #=> Array
4716
4803
  # resp.record_detail.record_tags[0].key #=> String
4717
4804
  # resp.record_detail.record_tags[0].value #=> String
4805
+ # resp.record_detail.launch_role_arn #=> String
4718
4806
  #
4719
4807
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/TerminateProvisionedProduct AWS API Documentation
4720
4808
  #
@@ -5151,6 +5239,7 @@ module Aws::ServiceCatalog
5151
5239
  # resp.record_detail.record_tags #=> Array
5152
5240
  # resp.record_detail.record_tags[0].key #=> String
5153
5241
  # resp.record_detail.record_tags[0].value #=> String
5242
+ # resp.record_detail.launch_role_arn #=> String
5154
5243
  #
5155
5244
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateProvisionedProduct AWS API Documentation
5156
5245
  #
@@ -5179,9 +5268,20 @@ module Aws::ServiceCatalog
5179
5268
  # @option params [required, Hash<String,String>] :provisioned_product_properties
5180
5269
  # A map that contains the provisioned product properties to be updated.
5181
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
+ #
5182
5282
  # The `OWNER` key accepts user ARNs and role ARNs. The owner is the user
5183
- # that is allowed to see, update, terminate, and execute service actions
5184
- # in the provisioned product.
5283
+ # that has permission to see, update, terminate, and execute service
5284
+ # actions in the provisioned product.
5185
5285
  #
5186
5286
  # The administrator can change the owner of a provisioned product to
5187
5287
  # another IAM user within the same account. Both end user owners and
@@ -5436,7 +5536,7 @@ module Aws::ServiceCatalog
5436
5536
  params: params,
5437
5537
  config: config)
5438
5538
  context[:gem_name] = 'aws-sdk-servicecatalog'
5439
- context[:gem_version] = '1.46.0'
5539
+ context[:gem_version] = '1.51.0'
5440
5540
  Seahorse::Client::Request.new(handlers, context)
5441
5541
  end
5442
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,6 +229,7 @@ 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')
232
235
  PageToken = Shapes::StringShape.new(name: 'PageToken')
@@ -358,6 +361,7 @@ module Aws::ServiceCatalog
358
361
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
359
362
  ResourceTargetDefinition = Shapes::StructureShape.new(name: 'ResourceTargetDefinition')
360
363
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
364
+ RoleArn = Shapes::StringShape.new(name: 'RoleArn')
361
365
  ScanProvisionedProductsInput = Shapes::StructureShape.new(name: 'ScanProvisionedProductsInput')
362
366
  ScanProvisionedProductsOutput = Shapes::StructureShape.new(name: 'ScanProvisionedProductsOutput')
363
367
  Scope = Shapes::ListShape.new(name: 'Scope')
@@ -785,7 +789,8 @@ module Aws::ServiceCatalog
785
789
  DescribeProductViewOutput.struct_class = Types::DescribeProductViewOutput
786
790
 
787
791
  DescribeProvisionedProductInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
788
- DescribeProvisionedProductInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
792
+ DescribeProvisionedProductInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
793
+ DescribeProvisionedProductInput.add_member(:name, Shapes::ShapeRef.new(shape: ProvisionedProductName, location_name: "Name"))
789
794
  DescribeProvisionedProductInput.struct_class = Types::DescribeProvisionedProductInput
790
795
 
791
796
  DescribeProvisionedProductOutput.add_member(:provisioned_product_detail, Shapes::ShapeRef.new(shape: ProvisionedProductDetail, location_name: "ProvisionedProductDetail"))
@@ -953,6 +958,18 @@ module Aws::ServiceCatalog
953
958
  GetAWSOrganizationsAccessStatusOutput.add_member(:access_status, Shapes::ShapeRef.new(shape: AccessStatus, location_name: "AccessStatus"))
954
959
  GetAWSOrganizationsAccessStatusOutput.struct_class = Types::GetAWSOrganizationsAccessStatusOutput
955
960
 
961
+ GetProvisionedProductOutputsInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
962
+ GetProvisionedProductOutputsInput.add_member(:provisioned_product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisionedProductId"))
963
+ GetProvisionedProductOutputsInput.add_member(:provisioned_product_name, Shapes::ShapeRef.new(shape: ProvisionedProductName, location_name: "ProvisionedProductName"))
964
+ GetProvisionedProductOutputsInput.add_member(:output_keys, Shapes::ShapeRef.new(shape: OutputKeys, location_name: "OutputKeys"))
965
+ GetProvisionedProductOutputsInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
966
+ GetProvisionedProductOutputsInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
967
+ GetProvisionedProductOutputsInput.struct_class = Types::GetProvisionedProductOutputsInput
968
+
969
+ GetProvisionedProductOutputsOutput.add_member(:outputs, Shapes::ShapeRef.new(shape: RecordOutputs, location_name: "Outputs"))
970
+ GetProvisionedProductOutputsOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
971
+ GetProvisionedProductOutputsOutput.struct_class = Types::GetProvisionedProductOutputsOutput
972
+
956
973
  InvalidParametersException.struct_class = Types::InvalidParametersException
957
974
 
958
975
  InvalidStateException.struct_class = Types::InvalidStateException
@@ -1175,6 +1192,8 @@ module Aws::ServiceCatalog
1175
1192
 
1176
1193
  OrganizationNodes.member = Shapes::ShapeRef.new(shape: OrganizationNode)
1177
1194
 
1195
+ OutputKeys.member = Shapes::ShapeRef.new(shape: OutputKey)
1196
+
1178
1197
  ParameterConstraints.add_member(:allowed_values, Shapes::ShapeRef.new(shape: AllowedValues, location_name: "AllowedValues"))
1179
1198
  ParameterConstraints.struct_class = Types::ParameterConstraints
1180
1199
 
@@ -1285,6 +1304,7 @@ module Aws::ServiceCatalog
1285
1304
  ProvisionedProductDetail.add_member(:last_successful_provisioning_record_id, Shapes::ShapeRef.new(shape: Id, location_name: "LastSuccessfulProvisioningRecordId"))
1286
1305
  ProvisionedProductDetail.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
1287
1306
  ProvisionedProductDetail.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisioningArtifactId"))
1307
+ ProvisionedProductDetail.add_member(:launch_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "LaunchRoleArn"))
1288
1308
  ProvisionedProductDetail.struct_class = Types::ProvisionedProductDetail
1289
1309
 
1290
1310
  ProvisionedProductDetails.member = Shapes::ShapeRef.new(shape: ProvisionedProductDetail)
@@ -1416,6 +1436,7 @@ module Aws::ServiceCatalog
1416
1436
  RecordDetail.add_member(:path_id, Shapes::ShapeRef.new(shape: Id, location_name: "PathId"))
1417
1437
  RecordDetail.add_member(:record_errors, Shapes::ShapeRef.new(shape: RecordErrors, location_name: "RecordErrors"))
1418
1438
  RecordDetail.add_member(:record_tags, Shapes::ShapeRef.new(shape: RecordTags, location_name: "RecordTags"))
1439
+ RecordDetail.add_member(:launch_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "LaunchRoleArn"))
1419
1440
  RecordDetail.struct_class = Types::RecordDetail
1420
1441
 
1421
1442
  RecordDetails.member = Shapes::ShapeRef.new(shape: RecordDetail)
@@ -2116,6 +2137,7 @@ module Aws::ServiceCatalog
2116
2137
  o.input = Shapes::ShapeRef.new(shape: DescribeProvisionedProductInput)
2117
2138
  o.output = Shapes::ShapeRef.new(shape: DescribeProvisionedProductOutput)
2118
2139
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2140
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
2119
2141
  end)
2120
2142
 
2121
2143
  api.add_operation(:describe_provisioned_product_plan, Seahorse::Model::Operation.new.tap do |o|
@@ -2289,6 +2311,22 @@ module Aws::ServiceCatalog
2289
2311
  o.errors << Shapes::ShapeRef.new(shape: OperationNotSupportedException)
2290
2312
  end)
2291
2313
 
2314
+ api.add_operation(:get_provisioned_product_outputs, Seahorse::Model::Operation.new.tap do |o|
2315
+ o.name = "GetProvisionedProductOutputs"
2316
+ o.http_method = "POST"
2317
+ o.http_request_uri = "/"
2318
+ o.input = Shapes::ShapeRef.new(shape: GetProvisionedProductOutputsInput)
2319
+ o.output = Shapes::ShapeRef.new(shape: GetProvisionedProductOutputsOutput)
2320
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
2321
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2322
+ o[:pager] = Aws::Pager.new(
2323
+ limit_key: "page_size",
2324
+ tokens: {
2325
+ "next_page_token" => "page_token"
2326
+ }
2327
+ )
2328
+ end)
2329
+
2292
2330
  api.add_operation(:list_accepted_portfolio_shares, Seahorse::Model::Operation.new.tap do |o|
2293
2331
  o.name = "ListAcceptedPortfolioShares"
2294
2332
  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 master
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 and its children (when applies), and a
885
- # `PortfolioShareToken` will be returned in the output in order for
886
- # the administrator to monitor the status of the `PortfolioShare`
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 share unique identifier. This will only be returned if
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
  #
@@ -2113,12 +2113,19 @@ module Aws::ServiceCatalog
2113
2113
  include Aws::Structure
2114
2114
  end
2115
2115
 
2116
+ # DescribeProvisionedProductAPI input structure. AcceptLanguage -
2117
+ # \[Optional\] The language code for localization. Id - \[Optional\] The
2118
+ # provisioned product identifier. Name - \[Optional\] Another
2119
+ # provisioned product identifier. Customers must provide either Id or
2120
+ # Name.
2121
+ #
2116
2122
  # @note When making an API call, you may pass DescribeProvisionedProductInput
2117
2123
  # data as a hash:
2118
2124
  #
2119
2125
  # {
2120
2126
  # accept_language: "AcceptLanguage",
2121
- # id: "Id", # required
2127
+ # id: "Id",
2128
+ # name: "ProvisionedProductName",
2122
2129
  # }
2123
2130
  #
2124
2131
  # @!attribute [rw] accept_language
@@ -2132,14 +2139,27 @@ module Aws::ServiceCatalog
2132
2139
  # @return [String]
2133
2140
  #
2134
2141
  # @!attribute [rw] id
2135
- # The provisioned product identifier.
2142
+ # The provisioned product identifier. You must provide the name or ID,
2143
+ # but not both.
2144
+ #
2145
+ # If you do not provide a name or ID, or you provide both name and ID,
2146
+ # an `InvalidParametersException` will occur.
2147
+ # @return [String]
2148
+ #
2149
+ # @!attribute [rw] name
2150
+ # The name of the provisioned product. You must provide the name or
2151
+ # ID, but not both.
2152
+ #
2153
+ # If you do not provide a name or ID, or you provide both name and ID,
2154
+ # an `InvalidParametersException` will occur.
2136
2155
  # @return [String]
2137
2156
  #
2138
2157
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisionedProductInput AWS API Documentation
2139
2158
  #
2140
2159
  class DescribeProvisionedProductInput < Struct.new(
2141
2160
  :accept_language,
2142
- :id)
2161
+ :id,
2162
+ :name)
2143
2163
  SENSITIVE = []
2144
2164
  include Aws::Structure
2145
2165
  end
@@ -3032,6 +3052,85 @@ module Aws::ServiceCatalog
3032
3052
  include Aws::Structure
3033
3053
  end
3034
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
+
3035
3134
  # One or more parameters provided to the operation are not valid.
3036
3135
  #
3037
3136
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/InvalidParametersException AWS API Documentation
@@ -3135,8 +3234,8 @@ module Aws::ServiceCatalog
3135
3234
  # The type of shared portfolios to list. The default is to list
3136
3235
  # imported portfolios.
3137
3236
  #
3138
- # * `AWS_ORGANIZATIONS` - List portfolios shared by the master account
3139
- # of your organization
3237
+ # * `AWS_ORGANIZATIONS` - List portfolios shared by the management
3238
+ # account of your organization
3140
3239
  #
3141
3240
  # * `AWS_SERVICECATALOG` - List default portfolios
3142
3241
  #
@@ -4944,6 +5043,10 @@ module Aws::ServiceCatalog
4944
5043
  # `pa-4abcdjnxjj6ne`.
4945
5044
  # @return [String]
4946
5045
  #
5046
+ # @!attribute [rw] launch_role_arn
5047
+ # The ARN of the launch role associated with the provisioned product.
5048
+ # @return [String]
5049
+ #
4947
5050
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ProvisionedProductDetail AWS API Documentation
4948
5051
  #
4949
5052
  class ProvisionedProductDetail < Struct.new(
@@ -4959,7 +5062,8 @@ module Aws::ServiceCatalog
4959
5062
  :last_provisioning_record_id,
4960
5063
  :last_successful_provisioning_record_id,
4961
5064
  :product_id,
4962
- :provisioning_artifact_id)
5065
+ :provisioning_artifact_id,
5066
+ :launch_role_arn)
4963
5067
  SENSITIVE = []
4964
5068
  include Aws::Structure
4965
5069
  end
@@ -5624,6 +5728,10 @@ module Aws::ServiceCatalog
5624
5728
  # One or more tags.
5625
5729
  # @return [Array<Types::RecordTag>]
5626
5730
  #
5731
+ # @!attribute [rw] launch_role_arn
5732
+ # The ARN of the launch role associated with the provisioned product.
5733
+ # @return [String]
5734
+ #
5627
5735
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/RecordDetail AWS API Documentation
5628
5736
  #
5629
5737
  class RecordDetail < Struct.new(
@@ -5639,7 +5747,8 @@ module Aws::ServiceCatalog
5639
5747
  :provisioning_artifact_id,
5640
5748
  :path_id,
5641
5749
  :record_errors,
5642
- :record_tags)
5750
+ :record_tags,
5751
+ :launch_role_arn)
5643
5752
  SENSITIVE = []
5644
5753
  include Aws::Structure
5645
5754
  end
@@ -5735,7 +5844,7 @@ module Aws::ServiceCatalog
5735
5844
  # The type of shared portfolios to reject. The default is to reject
5736
5845
  # imported portfolios.
5737
5846
  #
5738
- # * `AWS_ORGANIZATIONS` - Reject portfolios shared by the master
5847
+ # * `AWS_ORGANIZATIONS` - Reject portfolios shared by the management
5739
5848
  # account of your organization.
5740
5849
  #
5741
5850
  # * `IMPORTED` - Reject imported portfolios.
@@ -7084,9 +7193,22 @@ module Aws::ServiceCatalog
7084
7193
  # A map that contains the provisioned product properties to be
7085
7194
  # updated.
7086
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
+ #
7087
7209
  # The `OWNER` key accepts user ARNs and role ARNs. The owner is the
7088
- # user that is allowed to see, update, terminate, and execute service
7089
- # actions in the provisioned product.
7210
+ # user that has permission to see, update, terminate, and execute
7211
+ # service actions in the provisioned product.
7090
7212
  #
7091
7213
  # The administrator can change the owner of a provisioned product to
7092
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.46.0
4
+ version: 1.51.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-08-25 00:00:00.000000000 Z
11
+ date: 2020-10-19 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.99.0
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.99.0
32
+ version: 3.109.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement