aws-sdk-servicecatalog 1.56.0 → 1.57.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: 89c76b090c5d96c95d08740041870da4cb9406ed01ec1dd129f0accad4e2abe1
|
4
|
+
data.tar.gz: 1040cf39dab777931bfd515ac9929db2e66831c297db6a56160513a9761d2148
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c789ba53be16110c7b45706900a018d112d1722d5492a397e764f0185177626259d4844b183d647bd3900315387db19b83e81e50359443f713d2a0cfc5680ef
|
7
|
+
data.tar.gz: b21966203967757282df595b0c121efe3b009a26f43b76e16e8f5808f1ba581b829c8edd2b38736ee781f8a663983a49712f73140f3cd6e01b9aed3c38a49b6c
|
@@ -2573,6 +2573,12 @@ module Aws::ServiceCatalog
|
|
2573
2573
|
# resp.provisioning_artifact_parameters[0].description #=> String
|
2574
2574
|
# resp.provisioning_artifact_parameters[0].parameter_constraints.allowed_values #=> Array
|
2575
2575
|
# resp.provisioning_artifact_parameters[0].parameter_constraints.allowed_values[0] #=> String
|
2576
|
+
# resp.provisioning_artifact_parameters[0].parameter_constraints.allowed_pattern #=> String
|
2577
|
+
# resp.provisioning_artifact_parameters[0].parameter_constraints.constraint_description #=> String
|
2578
|
+
# resp.provisioning_artifact_parameters[0].parameter_constraints.max_length #=> String
|
2579
|
+
# resp.provisioning_artifact_parameters[0].parameter_constraints.min_length #=> String
|
2580
|
+
# resp.provisioning_artifact_parameters[0].parameter_constraints.max_value #=> String
|
2581
|
+
# resp.provisioning_artifact_parameters[0].parameter_constraints.min_value #=> String
|
2576
2582
|
# resp.constraint_summaries #=> Array
|
2577
2583
|
# resp.constraint_summaries[0].type #=> String
|
2578
2584
|
# resp.constraint_summaries[0].description #=> String
|
@@ -5822,7 +5828,7 @@ module Aws::ServiceCatalog
|
|
5822
5828
|
params: params,
|
5823
5829
|
config: config)
|
5824
5830
|
context[:gem_name] = 'aws-sdk-servicecatalog'
|
5825
|
-
context[:gem_version] = '1.
|
5831
|
+
context[:gem_version] = '1.57.0'
|
5826
5832
|
Seahorse::Client::Request.new(handlers, context)
|
5827
5833
|
end
|
5828
5834
|
|
@@ -23,7 +23,6 @@ module Aws::ServiceCatalog
|
|
23
23
|
AccountId = Shapes::StringShape.new(name: 'AccountId')
|
24
24
|
AccountIds = Shapes::ListShape.new(name: 'AccountIds')
|
25
25
|
AddTags = Shapes::ListShape.new(name: 'AddTags')
|
26
|
-
AllowedValue = Shapes::StringShape.new(name: 'AllowedValue')
|
27
26
|
AllowedValues = Shapes::ListShape.new(name: 'AllowedValues')
|
28
27
|
ApproximateCount = Shapes::IntegerShape.new(name: 'ApproximateCount')
|
29
28
|
AssociateBudgetWithResourceInput = Shapes::StructureShape.new(name: 'AssociateBudgetWithResourceInput')
|
@@ -420,6 +419,7 @@ module Aws::ServiceCatalog
|
|
420
419
|
Status = Shapes::StringShape.new(name: 'Status')
|
421
420
|
StatusDetail = Shapes::StringShape.new(name: 'StatusDetail')
|
422
421
|
StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
|
422
|
+
String = Shapes::StringShape.new(name: 'String')
|
423
423
|
SuccessfulShares = Shapes::ListShape.new(name: 'SuccessfulShares')
|
424
424
|
SupportDescription = Shapes::StringShape.new(name: 'SupportDescription')
|
425
425
|
SupportEmail = Shapes::StringShape.new(name: 'SupportEmail')
|
@@ -486,7 +486,7 @@ module Aws::ServiceCatalog
|
|
486
486
|
|
487
487
|
AddTags.member = Shapes::ShapeRef.new(shape: Tag)
|
488
488
|
|
489
|
-
AllowedValues.member = Shapes::ShapeRef.new(shape:
|
489
|
+
AllowedValues.member = Shapes::ShapeRef.new(shape: String)
|
490
490
|
|
491
491
|
AssociateBudgetWithResourceInput.add_member(:budget_name, Shapes::ShapeRef.new(shape: BudgetName, required: true, location_name: "BudgetName"))
|
492
492
|
AssociateBudgetWithResourceInput.add_member(:resource_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ResourceId"))
|
@@ -1232,6 +1232,12 @@ module Aws::ServiceCatalog
|
|
1232
1232
|
OutputKeys.member = Shapes::ShapeRef.new(shape: OutputKey)
|
1233
1233
|
|
1234
1234
|
ParameterConstraints.add_member(:allowed_values, Shapes::ShapeRef.new(shape: AllowedValues, location_name: "AllowedValues"))
|
1235
|
+
ParameterConstraints.add_member(:allowed_pattern, Shapes::ShapeRef.new(shape: String, location_name: "AllowedPattern"))
|
1236
|
+
ParameterConstraints.add_member(:constraint_description, Shapes::ShapeRef.new(shape: String, location_name: "ConstraintDescription"))
|
1237
|
+
ParameterConstraints.add_member(:max_length, Shapes::ShapeRef.new(shape: String, location_name: "MaxLength"))
|
1238
|
+
ParameterConstraints.add_member(:min_length, Shapes::ShapeRef.new(shape: String, location_name: "MinLength"))
|
1239
|
+
ParameterConstraints.add_member(:max_value, Shapes::ShapeRef.new(shape: String, location_name: "MaxValue"))
|
1240
|
+
ParameterConstraints.add_member(:min_value, Shapes::ShapeRef.new(shape: String, location_name: "MinValue"))
|
1235
1241
|
ParameterConstraints.struct_class = Types::ParameterConstraints
|
1236
1242
|
|
1237
1243
|
PortfolioDetail.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
@@ -4638,10 +4638,59 @@ module Aws::ServiceCatalog
|
|
4638
4638
|
# The values that the administrator has allowed for the parameter.
|
4639
4639
|
# @return [Array<String>]
|
4640
4640
|
#
|
4641
|
+
# @!attribute [rw] allowed_pattern
|
4642
|
+
# A regular expression that represents the patterns that allow for
|
4643
|
+
# `String` types. The pattern must match the entire parameter value
|
4644
|
+
# provided.
|
4645
|
+
# @return [String]
|
4646
|
+
#
|
4647
|
+
# @!attribute [rw] constraint_description
|
4648
|
+
# A string that explains a constraint when the constraint is violated.
|
4649
|
+
# For example, without a constraint description, a parameter that has
|
4650
|
+
# an allowed pattern of `[A-Za-z0-9]+` displays the following error
|
4651
|
+
# message when the user specifies an invalid value:
|
4652
|
+
#
|
4653
|
+
# `Malformed input-Parameter MyParameter must match pattern
|
4654
|
+
# [A-Za-z0-9]+`
|
4655
|
+
#
|
4656
|
+
# By adding a constraint description, such as must only contain
|
4657
|
+
# letters (uppercase and lowercase) and numbers, you can display the
|
4658
|
+
# following customized error message:
|
4659
|
+
#
|
4660
|
+
# `Malformed input-Parameter MyParameter must only contain uppercase
|
4661
|
+
# and lowercase letters and numbers.`
|
4662
|
+
# @return [String]
|
4663
|
+
#
|
4664
|
+
# @!attribute [rw] max_length
|
4665
|
+
# An integer value that determines the largest number of characters
|
4666
|
+
# you want to allow for `String` types.
|
4667
|
+
# @return [String]
|
4668
|
+
#
|
4669
|
+
# @!attribute [rw] min_length
|
4670
|
+
# An integer value that determines the smallest number of characters
|
4671
|
+
# you want to allow for `String` types.
|
4672
|
+
# @return [String]
|
4673
|
+
#
|
4674
|
+
# @!attribute [rw] max_value
|
4675
|
+
# A numeric value that determines the largest numeric value you want
|
4676
|
+
# to allow for `Number` types.
|
4677
|
+
# @return [String]
|
4678
|
+
#
|
4679
|
+
# @!attribute [rw] min_value
|
4680
|
+
# A numeric value that determines the smallest numeric value you want
|
4681
|
+
# to allow for `Number` types.
|
4682
|
+
# @return [String]
|
4683
|
+
#
|
4641
4684
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ParameterConstraints AWS API Documentation
|
4642
4685
|
#
|
4643
4686
|
class ParameterConstraints < Struct.new(
|
4644
|
-
:allowed_values
|
4687
|
+
:allowed_values,
|
4688
|
+
:allowed_pattern,
|
4689
|
+
:constraint_description,
|
4690
|
+
:max_length,
|
4691
|
+
:min_length,
|
4692
|
+
:max_value,
|
4693
|
+
:min_value)
|
4645
4694
|
SENSITIVE = []
|
4646
4695
|
include Aws::Structure
|
4647
4696
|
end
|
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.57.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-12-
|
11
|
+
date: 2020-12-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|