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: 2f0f4673fe88034a75c3bbbf559f376784103ff1d1745e4a8ac6696effbd86d1
4
- data.tar.gz: b91b4af015419004463d7898bf58534f34a6213bd720ddaec793b49a0f555050
3
+ metadata.gz: 3746171ad09274f81345ab8816d3188411b0c37977524385e9fe3eaf98998819
4
+ data.tar.gz: 8b2cb2f5f378104704aa46e880b61791970e8a97653223b27c991ae14e1facc5
5
5
  SHA512:
6
- metadata.gz: 54ecfde92cad51a654a69859a423e2960229b5a7867782c3f4268b733a8707dbf1926765e2aca617376783bb56eb109fc4e3743ced3525e0d46cc4cb5da0e8a3
7
- data.tar.gz: dcd82b9fe3ecafedd0b2052c5760e8c512cc3e2ce9d4aebb8addcc71d0e965c1921aae567d835a8a00660ec9711ba787cfd0b9414b943fa2e43cc543b42894bd
6
+ metadata.gz: af95e9f10914cb1fe58d87adf8a4ade4c6c590c5f29a8b964884741e2a50e83e7564a27b6452b6f9f0c59c9734edcf99e835782587507e4232db53a4feca0646
7
+ data.tar.gz: 80df418e1da304a7437ae5860e686231abd4eb770d0e6b236e80b1600f0f5572365af702ffc07c76139ee669b115a51a6cf656f9c5dc0664e525b59fa1d773a6
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-servicecatalog/customizations'
48
48
  # @!group service
49
49
  module Aws::ServiceCatalog
50
50
 
51
- GEM_VERSION = '1.51.0'
51
+ GEM_VERSION = '1.52.0'
52
52
 
53
53
  end
@@ -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 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.
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.51.0'
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 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.
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.51.0
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-19 00:00:00.000000000 Z
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