aws-sdk-servicecatalog 1.50.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f0f4673fe88034a75c3bbbf559f376784103ff1d1745e4a8ac6696effbd86d1
|
4
|
+
data.tar.gz: b91b4af015419004463d7898bf58534f34a6213bd720ddaec793b49a0f555050
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54ecfde92cad51a654a69859a423e2960229b5a7867782c3f4268b733a8707dbf1926765e2aca617376783bb56eb109fc4e3743ced3525e0d46cc4cb5da0e8a3
|
7
|
+
data.tar.gz: dcd82b9fe3ecafedd0b2052c5760e8c512cc3e2ce9d4aebb8addcc71d0e965c1921aae567d835a8a00660ec9711ba787cfd0b9414b943fa2e43cc543b42894bd
|
@@ -2187,10 +2187,18 @@ module Aws::ServiceCatalog
|
|
2187
2187
|
# * `zh` - Chinese
|
2188
2188
|
#
|
2189
2189
|
# @option params [String] :id
|
2190
|
-
# The provisioned product identifier.
|
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.
|
2191
2195
|
#
|
2192
2196
|
# @option params [String] :name
|
2193
|
-
# The name of the provisioned product.
|
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.
|
2194
2202
|
#
|
2195
2203
|
# @return [Types::DescribeProvisionedProductOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2196
2204
|
#
|
@@ -2220,6 +2228,7 @@ module Aws::ServiceCatalog
|
|
2220
2228
|
# resp.provisioned_product_detail.last_successful_provisioning_record_id #=> String
|
2221
2229
|
# resp.provisioned_product_detail.product_id #=> String
|
2222
2230
|
# resp.provisioned_product_detail.provisioning_artifact_id #=> String
|
2231
|
+
# resp.provisioned_product_detail.launch_role_arn #=> String
|
2223
2232
|
# resp.cloud_watch_dashboards #=> Array
|
2224
2233
|
# resp.cloud_watch_dashboards[0].name #=> String
|
2225
2234
|
#
|
@@ -2554,6 +2563,7 @@ module Aws::ServiceCatalog
|
|
2554
2563
|
# resp.record_detail.record_tags #=> Array
|
2555
2564
|
# resp.record_detail.record_tags[0].key #=> String
|
2556
2565
|
# resp.record_detail.record_tags[0].value #=> String
|
2566
|
+
# resp.record_detail.launch_role_arn #=> String
|
2557
2567
|
# resp.record_outputs #=> Array
|
2558
2568
|
# resp.record_outputs[0].output_key #=> String
|
2559
2569
|
# resp.record_outputs[0].output_value #=> String
|
@@ -2963,6 +2973,7 @@ module Aws::ServiceCatalog
|
|
2963
2973
|
# resp.record_detail.record_tags #=> Array
|
2964
2974
|
# resp.record_detail.record_tags[0].key #=> String
|
2965
2975
|
# resp.record_detail.record_tags[0].value #=> String
|
2976
|
+
# resp.record_detail.launch_role_arn #=> String
|
2966
2977
|
#
|
2967
2978
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ExecuteProvisionedProductPlan AWS API Documentation
|
2968
2979
|
#
|
@@ -3039,6 +3050,7 @@ module Aws::ServiceCatalog
|
|
3039
3050
|
# resp.record_detail.record_tags #=> Array
|
3040
3051
|
# resp.record_detail.record_tags[0].key #=> String
|
3041
3052
|
# resp.record_detail.record_tags[0].value #=> String
|
3053
|
+
# resp.record_detail.launch_role_arn #=> String
|
3042
3054
|
#
|
3043
3055
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ExecuteProvisionedProductServiceAction AWS API Documentation
|
3044
3056
|
#
|
@@ -3915,6 +3927,7 @@ module Aws::ServiceCatalog
|
|
3915
3927
|
# resp.record_details[0].record_tags #=> Array
|
3916
3928
|
# resp.record_details[0].record_tags[0].key #=> String
|
3917
3929
|
# resp.record_details[0].record_tags[0].value #=> String
|
3930
|
+
# resp.record_details[0].launch_role_arn #=> String
|
3918
3931
|
# resp.next_page_token #=> String
|
3919
3932
|
#
|
3920
3933
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListRecordHistory AWS API Documentation
|
@@ -4327,6 +4340,7 @@ module Aws::ServiceCatalog
|
|
4327
4340
|
# resp.record_detail.record_tags #=> Array
|
4328
4341
|
# resp.record_detail.record_tags[0].key #=> String
|
4329
4342
|
# resp.record_detail.record_tags[0].value #=> String
|
4343
|
+
# resp.record_detail.launch_role_arn #=> String
|
4330
4344
|
#
|
4331
4345
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ProvisionProduct AWS API Documentation
|
4332
4346
|
#
|
@@ -4441,6 +4455,7 @@ module Aws::ServiceCatalog
|
|
4441
4455
|
# resp.provisioned_products[0].last_successful_provisioning_record_id #=> String
|
4442
4456
|
# resp.provisioned_products[0].product_id #=> String
|
4443
4457
|
# resp.provisioned_products[0].provisioning_artifact_id #=> String
|
4458
|
+
# resp.provisioned_products[0].launch_role_arn #=> String
|
4444
4459
|
# resp.next_page_token #=> String
|
4445
4460
|
#
|
4446
4461
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ScanProvisionedProducts AWS API Documentation
|
@@ -4787,6 +4802,7 @@ module Aws::ServiceCatalog
|
|
4787
4802
|
# resp.record_detail.record_tags #=> Array
|
4788
4803
|
# resp.record_detail.record_tags[0].key #=> String
|
4789
4804
|
# resp.record_detail.record_tags[0].value #=> String
|
4805
|
+
# resp.record_detail.launch_role_arn #=> String
|
4790
4806
|
#
|
4791
4807
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/TerminateProvisionedProduct AWS API Documentation
|
4792
4808
|
#
|
@@ -5223,6 +5239,7 @@ module Aws::ServiceCatalog
|
|
5223
5239
|
# resp.record_detail.record_tags #=> Array
|
5224
5240
|
# resp.record_detail.record_tags[0].key #=> String
|
5225
5241
|
# resp.record_detail.record_tags[0].value #=> String
|
5242
|
+
# resp.record_detail.launch_role_arn #=> String
|
5226
5243
|
#
|
5227
5244
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateProvisionedProduct AWS API Documentation
|
5228
5245
|
#
|
@@ -5251,9 +5268,20 @@ module Aws::ServiceCatalog
|
|
5251
5268
|
# @option params [required, Hash<String,String>] :provisioned_product_properties
|
5252
5269
|
# A map that contains the provisioned product properties to be updated.
|
5253
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
|
+
#
|
5254
5282
|
# The `OWNER` key accepts user ARNs and role ARNs. The owner is the user
|
5255
|
-
# that
|
5256
|
-
# in the provisioned product.
|
5283
|
+
# that has permission to see, update, terminate, and execute service
|
5284
|
+
# actions in the provisioned product.
|
5257
5285
|
#
|
5258
5286
|
# The administrator can change the owner of a provisioned product to
|
5259
5287
|
# another IAM user within the same account. Both end user owners and
|
@@ -5508,7 +5536,7 @@ module Aws::ServiceCatalog
|
|
5508
5536
|
params: params,
|
5509
5537
|
config: config)
|
5510
5538
|
context[:gem_name] = 'aws-sdk-servicecatalog'
|
5511
|
-
context[:gem_version] = '1.
|
5539
|
+
context[:gem_version] = '1.51.0'
|
5512
5540
|
Seahorse::Client::Request.new(handlers, context)
|
5513
5541
|
end
|
5514
5542
|
|
@@ -361,6 +361,7 @@ module Aws::ServiceCatalog
|
|
361
361
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
362
362
|
ResourceTargetDefinition = Shapes::StructureShape.new(name: 'ResourceTargetDefinition')
|
363
363
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
364
|
+
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
364
365
|
ScanProvisionedProductsInput = Shapes::StructureShape.new(name: 'ScanProvisionedProductsInput')
|
365
366
|
ScanProvisionedProductsOutput = Shapes::StructureShape.new(name: 'ScanProvisionedProductsOutput')
|
366
367
|
Scope = Shapes::ListShape.new(name: 'Scope')
|
@@ -1303,6 +1304,7 @@ module Aws::ServiceCatalog
|
|
1303
1304
|
ProvisionedProductDetail.add_member(:last_successful_provisioning_record_id, Shapes::ShapeRef.new(shape: Id, location_name: "LastSuccessfulProvisioningRecordId"))
|
1304
1305
|
ProvisionedProductDetail.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
|
1305
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"))
|
1306
1308
|
ProvisionedProductDetail.struct_class = Types::ProvisionedProductDetail
|
1307
1309
|
|
1308
1310
|
ProvisionedProductDetails.member = Shapes::ShapeRef.new(shape: ProvisionedProductDetail)
|
@@ -1434,6 +1436,7 @@ module Aws::ServiceCatalog
|
|
1434
1436
|
RecordDetail.add_member(:path_id, Shapes::ShapeRef.new(shape: Id, location_name: "PathId"))
|
1435
1437
|
RecordDetail.add_member(:record_errors, Shapes::ShapeRef.new(shape: RecordErrors, location_name: "RecordErrors"))
|
1436
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"))
|
1437
1440
|
RecordDetail.struct_class = Types::RecordDetail
|
1438
1441
|
|
1439
1442
|
RecordDetails.member = Shapes::ShapeRef.new(shape: RecordDetail)
|
@@ -2139,11 +2139,19 @@ module Aws::ServiceCatalog
|
|
2139
2139
|
# @return [String]
|
2140
2140
|
#
|
2141
2141
|
# @!attribute [rw] id
|
2142
|
-
# 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.
|
2143
2147
|
# @return [String]
|
2144
2148
|
#
|
2145
2149
|
# @!attribute [rw] name
|
2146
|
-
# The name of the provisioned product.
|
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.
|
2147
2155
|
# @return [String]
|
2148
2156
|
#
|
2149
2157
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisionedProductInput AWS API Documentation
|
@@ -5035,6 +5043,10 @@ module Aws::ServiceCatalog
|
|
5035
5043
|
# `pa-4abcdjnxjj6ne`.
|
5036
5044
|
# @return [String]
|
5037
5045
|
#
|
5046
|
+
# @!attribute [rw] launch_role_arn
|
5047
|
+
# The ARN of the launch role associated with the provisioned product.
|
5048
|
+
# @return [String]
|
5049
|
+
#
|
5038
5050
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ProvisionedProductDetail AWS API Documentation
|
5039
5051
|
#
|
5040
5052
|
class ProvisionedProductDetail < Struct.new(
|
@@ -5050,7 +5062,8 @@ module Aws::ServiceCatalog
|
|
5050
5062
|
:last_provisioning_record_id,
|
5051
5063
|
:last_successful_provisioning_record_id,
|
5052
5064
|
:product_id,
|
5053
|
-
:provisioning_artifact_id
|
5065
|
+
:provisioning_artifact_id,
|
5066
|
+
:launch_role_arn)
|
5054
5067
|
SENSITIVE = []
|
5055
5068
|
include Aws::Structure
|
5056
5069
|
end
|
@@ -5715,6 +5728,10 @@ module Aws::ServiceCatalog
|
|
5715
5728
|
# One or more tags.
|
5716
5729
|
# @return [Array<Types::RecordTag>]
|
5717
5730
|
#
|
5731
|
+
# @!attribute [rw] launch_role_arn
|
5732
|
+
# The ARN of the launch role associated with the provisioned product.
|
5733
|
+
# @return [String]
|
5734
|
+
#
|
5718
5735
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/RecordDetail AWS API Documentation
|
5719
5736
|
#
|
5720
5737
|
class RecordDetail < Struct.new(
|
@@ -5730,7 +5747,8 @@ module Aws::ServiceCatalog
|
|
5730
5747
|
:provisioning_artifact_id,
|
5731
5748
|
:path_id,
|
5732
5749
|
:record_errors,
|
5733
|
-
:record_tags
|
5750
|
+
:record_tags,
|
5751
|
+
:launch_role_arn)
|
5734
5752
|
SENSITIVE = []
|
5735
5753
|
include Aws::Structure
|
5736
5754
|
end
|
@@ -7175,9 +7193,22 @@ module Aws::ServiceCatalog
|
|
7175
7193
|
# A map that contains the provisioned product properties to be
|
7176
7194
|
# updated.
|
7177
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
|
+
#
|
7178
7209
|
# The `OWNER` key accepts user ARNs and role ARNs. The owner is the
|
7179
|
-
# user that
|
7180
|
-
# actions in the provisioned product.
|
7210
|
+
# user that has permission to see, update, terminate, and execute
|
7211
|
+
# service actions in the provisioned product.
|
7181
7212
|
#
|
7182
7213
|
# The administrator can change the owner of a provisioned product to
|
7183
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.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-10-
|
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
|