aws-sdk-servicecatalog 1.105.0 → 1.107.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/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-servicecatalog/client.rb +17 -17
- data/lib/aws-sdk-servicecatalog/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-servicecatalog/endpoints.rb +2 -988
- data/lib/aws-sdk-servicecatalog/plugins/endpoints.rb +1 -186
- data/lib/aws-sdk-servicecatalog/types.rb +18 -18
- data/lib/aws-sdk-servicecatalog.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba57e05b745d22467e9d91617a440fd7364ebedfcc72a4f41f59036f1840e141
|
4
|
+
data.tar.gz: c4e8b09ea510e31e9de8bf6dfe603e25c78017e66ee6c5def3fed5240668bc01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 394ac63d38b4db7407fa085aa444068085e1519fe01c7eb5206d8b5f93f64ca7b904734f5f13e8c37961568d856c0cd8b24626923b85beb2a392abb8fe376710
|
7
|
+
data.tar.gz: 5767fc9f0abcb12090e55dbf62c688ed7ace0191e86345c62b938fd799b20caae399b110165a7492af4eeebf6d8a3be89e49a6a5df3cbcf2e81a5e0f431f0fba
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.107.0 (2024-11-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.106.0 (2024-10-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.105.0 (2024-09-24)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.107.0
|
@@ -967,11 +967,11 @@ module Aws::ServiceCatalog
|
|
967
967
|
#
|
968
968
|
# Specify the `RoleArn` property as follows:
|
969
969
|
#
|
970
|
-
#
|
970
|
+
# `{"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"}`
|
971
971
|
#
|
972
972
|
# Specify the `LocalRoleName` property as follows:
|
973
973
|
#
|
974
|
-
#
|
974
|
+
# `{"LocalRoleName": "SCBasicLaunchRole"}`
|
975
975
|
#
|
976
976
|
# If you specify the `LocalRoleName` property, when an account uses
|
977
977
|
# the launch constraint, the IAM role with that name in the account
|
@@ -994,14 +994,14 @@ module Aws::ServiceCatalog
|
|
994
994
|
#
|
995
995
|
# : Specify the `NotificationArns` property as follows:
|
996
996
|
#
|
997
|
-
#
|
998
|
-
# ["arn:aws:sns:us-east-1:123456789012:Topic"]
|
997
|
+
# `{"NotificationArns" :
|
998
|
+
# ["arn:aws:sns:us-east-1:123456789012:Topic"]}`
|
999
999
|
#
|
1000
1000
|
# RESOURCE\_UPDATE
|
1001
1001
|
#
|
1002
1002
|
# : Specify the `TagUpdatesOnProvisionedProduct` property as follows:
|
1003
1003
|
#
|
1004
|
-
#
|
1004
|
+
# `{"Version":"2.0","Properties":{"TagUpdateOnProvisionedProduct":"String"}}`
|
1005
1005
|
#
|
1006
1006
|
# The `TagUpdatesOnProvisionedProduct` property accepts a string value
|
1007
1007
|
# of `ALLOWED` or `NOT_ALLOWED`.
|
@@ -1010,9 +1010,9 @@ module Aws::ServiceCatalog
|
|
1010
1010
|
#
|
1011
1011
|
# : Specify the `Parameters` property as follows:
|
1012
1012
|
#
|
1013
|
-
#
|
1013
|
+
# `{"Version": "String", "Properties": {"AccountList": [ "String" ],
|
1014
1014
|
# "RegionList": [ "String" ], "AdminRole": "String", "ExecutionRole":
|
1015
|
-
# "String"
|
1015
|
+
# "String"}}`
|
1016
1016
|
#
|
1017
1017
|
# You cannot have both a `LAUNCH` and a `STACKSET` constraint.
|
1018
1018
|
#
|
@@ -1667,8 +1667,8 @@ module Aws::ServiceCatalog
|
|
1667
1667
|
#
|
1668
1668
|
# : The list of parameters in JSON format.
|
1669
1669
|
#
|
1670
|
-
# For example: `[
|
1671
|
-
# `[
|
1670
|
+
# For example: `[{"Name":"InstanceId","Type":"TARGET"}]` or
|
1671
|
+
# `[{"Name":"InstanceId","Type":"TEXT_VALUE"}]`.
|
1672
1672
|
#
|
1673
1673
|
# @option params [String] :description
|
1674
1674
|
# The self-service action description.
|
@@ -5537,11 +5537,11 @@ module Aws::ServiceCatalog
|
|
5537
5537
|
#
|
5538
5538
|
# Specify the `RoleArn` property as follows:
|
5539
5539
|
#
|
5540
|
-
#
|
5540
|
+
# `{"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"}`
|
5541
5541
|
#
|
5542
5542
|
# Specify the `LocalRoleName` property as follows:
|
5543
5543
|
#
|
5544
|
-
#
|
5544
|
+
# `{"LocalRoleName": "SCBasicLaunchRole"}`
|
5545
5545
|
#
|
5546
5546
|
# If you specify the `LocalRoleName` property, when an account uses
|
5547
5547
|
# the launch constraint, the IAM role with that name in the account
|
@@ -5564,14 +5564,14 @@ module Aws::ServiceCatalog
|
|
5564
5564
|
#
|
5565
5565
|
# : Specify the `NotificationArns` property as follows:
|
5566
5566
|
#
|
5567
|
-
#
|
5568
|
-
# ["arn:aws:sns:us-east-1:123456789012:Topic"]
|
5567
|
+
# `{"NotificationArns" :
|
5568
|
+
# ["arn:aws:sns:us-east-1:123456789012:Topic"]}`
|
5569
5569
|
#
|
5570
5570
|
# RESOURCE\_UPDATE
|
5571
5571
|
#
|
5572
5572
|
# : Specify the `TagUpdatesOnProvisionedProduct` property as follows:
|
5573
5573
|
#
|
5574
|
-
#
|
5574
|
+
# `{"Version":"2.0","Properties":{"TagUpdateOnProvisionedProduct":"String"}}`
|
5575
5575
|
#
|
5576
5576
|
# The `TagUpdatesOnProvisionedProduct` property accepts a string value
|
5577
5577
|
# of `ALLOWED` or `NOT_ALLOWED`.
|
@@ -5580,9 +5580,9 @@ module Aws::ServiceCatalog
|
|
5580
5580
|
#
|
5581
5581
|
# : Specify the `Parameters` property as follows:
|
5582
5582
|
#
|
5583
|
-
#
|
5583
|
+
# `{"Version": "String", "Properties": {"AccountList": [ "String" ],
|
5584
5584
|
# "RegionList": [ "String" ], "AdminRole": "String", "ExecutionRole":
|
5585
|
-
# "String"
|
5585
|
+
# "String"}}`
|
5586
5586
|
#
|
5587
5587
|
# You cannot have both a `LAUNCH` and a `STACKSET` constraint.
|
5588
5588
|
#
|
@@ -6350,7 +6350,7 @@ module Aws::ServiceCatalog
|
|
6350
6350
|
tracer: tracer
|
6351
6351
|
)
|
6352
6352
|
context[:gem_name] = 'aws-sdk-servicecatalog'
|
6353
|
-
context[:gem_version] = '1.
|
6353
|
+
context[:gem_version] = '1.107.0'
|
6354
6354
|
Seahorse::Client::Request.new(handlers, context)
|
6355
6355
|
end
|
6356
6356
|
|
@@ -52,15 +52,18 @@ module Aws::ServiceCatalog
|
|
52
52
|
self[:region] = options[:region]
|
53
53
|
self[:use_dual_stack] = options[:use_dual_stack]
|
54
54
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
55
|
-
if self[:use_dual_stack].nil?
|
56
|
-
raise ArgumentError, "Missing required EndpointParameter: :use_dual_stack"
|
57
|
-
end
|
58
55
|
self[:use_fips] = options[:use_fips]
|
59
56
|
self[:use_fips] = false if self[:use_fips].nil?
|
60
|
-
if self[:use_fips].nil?
|
61
|
-
raise ArgumentError, "Missing required EndpointParameter: :use_fips"
|
62
|
-
end
|
63
57
|
self[:endpoint] = options[:endpoint]
|
64
58
|
end
|
59
|
+
|
60
|
+
def self.create(config, options={})
|
61
|
+
new({
|
62
|
+
region: config.region,
|
63
|
+
use_dual_stack: config.use_dualstack_endpoint,
|
64
|
+
use_fips: config.use_fips_endpoint,
|
65
|
+
endpoint: (config.endpoint.to_s unless config.regional_endpoint),
|
66
|
+
}.merge(options))
|
67
|
+
end
|
65
68
|
end
|
66
69
|
end
|