aws-sdk-servicecatalog 1.51.0 → 1.52.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: 3746171ad09274f81345ab8816d3188411b0c37977524385e9fe3eaf98998819
|
4
|
+
data.tar.gz: 8b2cb2f5f378104704aa46e880b61791970e8a97653223b27c991ae14e1facc5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af95e9f10914cb1fe58d87adf8a4ade4c6c590c5f29a8b964884741e2a50e83e7564a27b6452b6f9f0c59c9734edcf99e835782587507e4232db53a4feca0646
|
7
|
+
data.tar.gz: 80df418e1da304a7437ae5860e686231abd4eb770d0e6b236e80b1600f0f5572365af702ffc07c76139ee669b115a51a6cf656f9c5dc0664e525b59fa1d773a6
|
@@ -5273,11 +5273,8 @@ module Aws::ServiceCatalog
|
|
5273
5273
|
# update the launch role that is associated with a provisioned product.
|
5274
5274
|
# This role is used when an end-user calls a provisioning operation such
|
5275
5275
|
# as `UpdateProvisionedProduct`, `TerminateProvisionedProduct`, or
|
5276
|
-
# `ExecuteProvisionedProductServiceAction`. Only an ARN role
|
5277
|
-
#
|
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.
|
5276
|
+
# `ExecuteProvisionedProductServiceAction`. Only an ARN role is valid. A
|
5277
|
+
# user ARN is invalid.
|
5281
5278
|
#
|
5282
5279
|
# The `OWNER` key accepts user ARNs and role ARNs. The owner is the user
|
5283
5280
|
# that has permission to see, update, terminate, and execute service
|
@@ -5536,7 +5533,7 @@ module Aws::ServiceCatalog
|
|
5536
5533
|
params: params,
|
5537
5534
|
config: config)
|
5538
5535
|
context[:gem_name] = 'aws-sdk-servicecatalog'
|
5539
|
-
context[:gem_version] = '1.
|
5536
|
+
context[:gem_version] = '1.52.0'
|
5540
5537
|
Seahorse::Client::Request.new(handlers, context)
|
5541
5538
|
end
|
5542
5539
|
|
@@ -7199,12 +7199,8 @@ module Aws::ServiceCatalog
|
|
7199
7199
|
# product. This role is used when an end-user calls a provisioning
|
7200
7200
|
# operation such as `UpdateProvisionedProduct`,
|
7201
7201
|
# `TerminateProvisionedProduct`, or
|
7202
|
-
# `ExecuteProvisionedProductServiceAction`. Only an ARN role
|
7203
|
-
#
|
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.
|
7202
|
+
# `ExecuteProvisionedProductServiceAction`. Only an ARN role is valid.
|
7203
|
+
# A user ARN is invalid.
|
7208
7204
|
#
|
7209
7205
|
# The `OWNER` key accepts user ARNs and role ARNs. The owner is the
|
7210
7206
|
# user that has permission to see, update, terminate, and execute
|
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.52.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-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|