aws-sdk-servicecatalog 1.36.0 → 1.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-servicecatalog.rb +1 -1
- data/lib/aws-sdk-servicecatalog/client.rb +43 -6
- data/lib/aws-sdk-servicecatalog/types.rb +40 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99d89eb5d79f4851db956071df00b4004c540144
|
|
4
|
+
data.tar.gz: 4fa2532c712ac41349876f4e1199164bc3f293d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fdf630a2e67c6e0171039f02a1ed2fbcd72b8d89fa2fff82f12c7ad8df40eef69495198f88e908b45dce034d786fab4ab3d9aacf839da013e7764169c41a0d34
|
|
7
|
+
data.tar.gz: ed37d4d11e7026c371094fe28dd9ba9618b22315f62c0e85ab66142a1ff54253992ba547d9a31af78d0350c3ca23a94b9bf755f221f704e0c0c54349291f4743
|
|
@@ -279,8 +279,7 @@ module Aws::ServiceCatalog
|
|
|
279
279
|
#
|
|
280
280
|
# @option options [Integer] :http_read_timeout (60) The default
|
|
281
281
|
# number of seconds to wait for response data. This value can
|
|
282
|
-
# safely be set
|
|
283
|
-
# per-request on the session yielded by {#session_for}.
|
|
282
|
+
# safely be set per-request on the session.
|
|
284
283
|
#
|
|
285
284
|
# @option options [Float] :http_idle_timeout (5) The number of
|
|
286
285
|
# seconds a connection is allowed to sit idle before it is
|
|
@@ -292,7 +291,7 @@ module Aws::ServiceCatalog
|
|
|
292
291
|
# request body. This option has no effect unless the request has
|
|
293
292
|
# "Expect" header set to "100-continue". Defaults to `nil` which
|
|
294
293
|
# disables this behaviour. This value can safely be set per
|
|
295
|
-
# request on the session
|
|
294
|
+
# request on the session.
|
|
296
295
|
#
|
|
297
296
|
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
|
298
297
|
# HTTP debug output will be sent to the `:logger`.
|
|
@@ -744,10 +743,29 @@ module Aws::ServiceCatalog
|
|
|
744
743
|
#
|
|
745
744
|
# LAUNCH
|
|
746
745
|
#
|
|
747
|
-
# :
|
|
746
|
+
# : You are required to specify either the `RoleArn` or the
|
|
747
|
+
# `LocalRoleName` but can't use both.
|
|
748
|
+
#
|
|
749
|
+
# Specify the `RoleArn` property as follows:
|
|
748
750
|
#
|
|
749
751
|
# `\{"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"\}`
|
|
750
752
|
#
|
|
753
|
+
# Specify the `LocalRoleName` property as follows:
|
|
754
|
+
#
|
|
755
|
+
# `\{"LocalRoleName": "SCBasicLaunchRole"\}`
|
|
756
|
+
#
|
|
757
|
+
# If you specify the `LocalRoleName` property, when an account uses
|
|
758
|
+
# the launch constraint, the IAM role with that name in the account
|
|
759
|
+
# will be used. This allows launch-role constraints to be
|
|
760
|
+
# account-agnostic so the administrator can create fewer resources per
|
|
761
|
+
# shared account.
|
|
762
|
+
#
|
|
763
|
+
# <note markdown="1"> The given role name must exist in the account used to create the
|
|
764
|
+
# launch constraint and the account of the user who launches a product
|
|
765
|
+
# with this launch constraint.
|
|
766
|
+
#
|
|
767
|
+
# </note>
|
|
768
|
+
#
|
|
751
769
|
# You cannot have both a `LAUNCH` and a `STACKSET` constraint.
|
|
752
770
|
#
|
|
753
771
|
# You also cannot have more than one `LAUNCH` constraint on a product
|
|
@@ -4592,10 +4610,29 @@ module Aws::ServiceCatalog
|
|
|
4592
4610
|
#
|
|
4593
4611
|
# LAUNCH
|
|
4594
4612
|
#
|
|
4595
|
-
# :
|
|
4613
|
+
# : You are required to specify either the `RoleArn` or the
|
|
4614
|
+
# `LocalRoleName` but can't use both.
|
|
4615
|
+
#
|
|
4616
|
+
# Specify the `RoleArn` property as follows:
|
|
4596
4617
|
#
|
|
4597
4618
|
# `\{"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"\}`
|
|
4598
4619
|
#
|
|
4620
|
+
# Specify the `LocalRoleName` property as follows:
|
|
4621
|
+
#
|
|
4622
|
+
# `\{"LocalRoleName": "SCBasicLaunchRole"\}`
|
|
4623
|
+
#
|
|
4624
|
+
# If you specify the `LocalRoleName` property, when an account uses
|
|
4625
|
+
# the launch constraint, the IAM role with that name in the account
|
|
4626
|
+
# will be used. This allows launch-role constraints to be
|
|
4627
|
+
# account-agnostic so the administrator can create fewer resources per
|
|
4628
|
+
# shared account.
|
|
4629
|
+
#
|
|
4630
|
+
# <note markdown="1"> The given role name must exist in the account used to create the
|
|
4631
|
+
# launch constraint and the account of the user who launches a product
|
|
4632
|
+
# with this launch constraint.
|
|
4633
|
+
#
|
|
4634
|
+
# </note>
|
|
4635
|
+
#
|
|
4599
4636
|
# You cannot have both a `LAUNCH` and a `STACKSET` constraint.
|
|
4600
4637
|
#
|
|
4601
4638
|
# You also cannot have more than one `LAUNCH` constraint on a product
|
|
@@ -5245,7 +5282,7 @@ module Aws::ServiceCatalog
|
|
|
5245
5282
|
params: params,
|
|
5246
5283
|
config: config)
|
|
5247
5284
|
context[:gem_name] = 'aws-sdk-servicecatalog'
|
|
5248
|
-
context[:gem_version] = '1.
|
|
5285
|
+
context[:gem_version] = '1.37.0'
|
|
5249
5286
|
Seahorse::Client::Request.new(handlers, context)
|
|
5250
5287
|
end
|
|
5251
5288
|
|
|
@@ -613,10 +613,29 @@ module Aws::ServiceCatalog
|
|
|
613
613
|
#
|
|
614
614
|
# LAUNCH
|
|
615
615
|
#
|
|
616
|
-
# :
|
|
616
|
+
# : You are required to specify either the `RoleArn` or the
|
|
617
|
+
# `LocalRoleName` but can't use both.
|
|
618
|
+
#
|
|
619
|
+
# Specify the `RoleArn` property as follows:
|
|
617
620
|
#
|
|
618
621
|
# `\{"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"\}`
|
|
619
622
|
#
|
|
623
|
+
# Specify the `LocalRoleName` property as follows:
|
|
624
|
+
#
|
|
625
|
+
# `\{"LocalRoleName": "SCBasicLaunchRole"\}`
|
|
626
|
+
#
|
|
627
|
+
# If you specify the `LocalRoleName` property, when an account uses
|
|
628
|
+
# the launch constraint, the IAM role with that name in the account
|
|
629
|
+
# will be used. This allows launch-role constraints to be
|
|
630
|
+
# account-agnostic so the administrator can create fewer resources
|
|
631
|
+
# per shared account.
|
|
632
|
+
#
|
|
633
|
+
# <note markdown="1"> The given role name must exist in the account used to create the
|
|
634
|
+
# launch constraint and the account of the user who launches a
|
|
635
|
+
# product with this launch constraint.
|
|
636
|
+
#
|
|
637
|
+
# </note>
|
|
638
|
+
#
|
|
620
639
|
# You cannot have both a `LAUNCH` and a `STACKSET` constraint.
|
|
621
640
|
#
|
|
622
641
|
# You also cannot have more than one `LAUNCH` constraint on a
|
|
@@ -6236,10 +6255,29 @@ module Aws::ServiceCatalog
|
|
|
6236
6255
|
#
|
|
6237
6256
|
# LAUNCH
|
|
6238
6257
|
#
|
|
6239
|
-
# :
|
|
6258
|
+
# : You are required to specify either the `RoleArn` or the
|
|
6259
|
+
# `LocalRoleName` but can't use both.
|
|
6260
|
+
#
|
|
6261
|
+
# Specify the `RoleArn` property as follows:
|
|
6240
6262
|
#
|
|
6241
6263
|
# `\{"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"\}`
|
|
6242
6264
|
#
|
|
6265
|
+
# Specify the `LocalRoleName` property as follows:
|
|
6266
|
+
#
|
|
6267
|
+
# `\{"LocalRoleName": "SCBasicLaunchRole"\}`
|
|
6268
|
+
#
|
|
6269
|
+
# If you specify the `LocalRoleName` property, when an account uses
|
|
6270
|
+
# the launch constraint, the IAM role with that name in the account
|
|
6271
|
+
# will be used. This allows launch-role constraints to be
|
|
6272
|
+
# account-agnostic so the administrator can create fewer resources
|
|
6273
|
+
# per shared account.
|
|
6274
|
+
#
|
|
6275
|
+
# <note markdown="1"> The given role name must exist in the account used to create the
|
|
6276
|
+
# launch constraint and the account of the user who launches a
|
|
6277
|
+
# product with this launch constraint.
|
|
6278
|
+
#
|
|
6279
|
+
# </note>
|
|
6280
|
+
#
|
|
6243
6281
|
# You cannot have both a `LAUNCH` and a `STACKSET` constraint.
|
|
6244
6282
|
#
|
|
6245
6283
|
# You also cannot have more than one `LAUNCH` constraint on a
|
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.37.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-03-
|
|
11
|
+
date: 2020-03-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|