aws-sdk-servicecatalog 1.80.0 → 1.81.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 48ee0a58b46c9e2dd705f01119a78966aac2d7e4a583627573805504fc61cad7
4
- data.tar.gz: 34d0e1f1f9a3a14bd61dfdf41203bb7fbc958a8bc6cfd78ccd68cf984641974e
3
+ metadata.gz: '080343c3d853222f58ac7a6ff8da7f6a8026502ac746ca1caf18e789cd298db4'
4
+ data.tar.gz: 54cb85ae36e5870e62ebaf933a73bfee468ceda80d5e5d42a55a34a65909e093
5
5
  SHA512:
6
- metadata.gz: 5210dc34151aecd5fd48229fd8f8bd4ea9fb79ef99af8459e8c52c9f605ad6cb717fdbce05d15b5d0e9536e8cc8a15a5ff2df2468b4e648bcd6772dbf12b74e5
7
- data.tar.gz: 9b64b496bd04a0a9ec0ae88b4067ebdd68b83dc86b05690c4f16fd83361bab7b961be917544106f5f2465d593fd1f495a37676188ef84fbdae71cdb3ab31a5a9
6
+ metadata.gz: 4fe8f5640e9de61edf6ab15e98f54707a7f693fca9e40597943f222f2dc93e8a95a6fa2026d3dda833348e5f7e1162b70bbfb25bc19669722c6b6976dab2866d
7
+ data.tar.gz: 5c9ee7216d362156acde68c3b71cc0d09bd07fda7f45a910aa677bbe96c50e3e11eae153ca079bd57c1577ed8b51d236cb1b5da63b0d1e428caaa6d4154ef6d7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.81.0 (2023-06-08)
5
+ ------------------
6
+
7
+ * Feature - New parameter added in ServiceCatalog DescribeProvisioningArtifact api - IncludeProvisioningArtifactParameters. This parameter can be used to return information about the parameters used to provision the product
8
+
4
9
  1.80.0 (2023-05-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.80.0
1
+ 1.81.0
@@ -491,24 +491,28 @@ module Aws::ServiceCatalog
491
491
  # The portfolio identifier.
492
492
  #
493
493
  # @option params [required, String] :principal_arn
494
- # The ARN of the principal (user, role, or group). The supported value
495
- # is a fully defined [ `IAM` ARN][1] if the `PrincipalType` is `IAM`. If
496
- # the `PrincipalType` is `IAM_PATTERN`, the supported value is an `IAM`
497
- # ARN without an AccountID in the following format:
494
+ # The ARN of the principal (user, role, or group). If the
495
+ # `PrincipalType` is `IAM`, the supported value is a fully defined [IAM
496
+ # Amazon Resource Name (ARN)][1]. If the `PrincipalType` is
497
+ # `IAM_PATTERN`, the supported value is an `IAM` ARN *without an
498
+ # AccountID* in the following format:
498
499
  #
499
500
  # *arn:partition:iam:::resource-type/resource-id*
500
501
  #
501
- # The resource-id can be either of the following:
502
+ # The ARN resource-id can be either:
502
503
  #
503
- # * Fully formed, for example *arn:aws:iam:::role/resource-name* or
504
+ # * A fully formed resource-id. For example,
505
+ # *arn:aws:iam:::role/resource-name* or
504
506
  # *arn:aws:iam:::role/resource-path/resource-name*
505
507
  #
506
508
  # * A wildcard ARN. The wildcard ARN accepts `IAM_PATTERN` values with a
507
- # "*" or "?" in the resource-id segment of the ARN, for example
509
+ # "*" or "?" in the resource-id segment of the ARN. For example
508
510
  # *arn:partition:service:::resource-type/resource-path/resource-name*.
509
511
  # The new symbols are exclusive to the **resource-path** and
510
- # **resource-name** and cannot be used to replace the
511
- # **resource-type** or other ARN values.
512
+ # **resource-name** and cannot replace the **resource-type** or other
513
+ # ARN values.
514
+ #
515
+ # The ARN path and principal name allow unlimited wildcard characters.
512
516
  #
513
517
  # Examples of an **acceptable** wildcard ARN:
514
518
  #
@@ -525,28 +529,23 @@ module Aws::ServiceCatalog
525
529
  # You can associate multiple `IAM_PATTERN`s even if the account has no
526
530
  # principal with that name.
527
531
  #
528
- # <note markdown="1"> * The ARN path and principal name allow unlimited wildcard characters.
529
- #
530
- # * The "?" wildcard character matches zero or one of any character.
531
- # This is similar to ".?" in regular regex context.
532
- #
533
- # * The "*" wildcard character matches any number of any characters.
534
- # This is similar ".*" in regular regex context.
532
+ # The "?" wildcard character matches zero or one of any character.
533
+ # This is similar to ".?" in regular regex context. The "*"
534
+ # wildcard character matches any number of any characters. This is
535
+ # similar to ".*" in regular regex context.
535
536
  #
536
- # * In the IAM Principal ARNs format
537
- # (arn:partition:iam:::resource-type/resource-path/resource-name),
538
- # valid **resource-type** values include user/, group/, or role/. The
539
- # "?" and "*" are allowed only after the **resource-type**, in
540
- # the resource-id segment. You can use special characters anywhere
541
- # within the **resource-id**.
537
+ # In the IAM Principal ARN format
538
+ # (*arn:partition:iam:::resource-type/resource-path/resource-name*),
539
+ # valid resource-type values include **user/**, **group/**, or
540
+ # **role/**. The "?" and "*" characters are allowed only after the
541
+ # resource-type in the resource-id segment. You can use special
542
+ # characters anywhere within the resource-id.
542
543
  #
543
- # * The "*" also matches the "/" character, allowing paths to be
544
- # formed within the **resource-id**. For example,
545
- # arn:aws:iam:::role/*/ResourceName\_? matches both
546
- # arn:aws:iam:::role/pathA/pathB/ResourceName\_1 and
547
- # arn:aws:iam:::role/pathA/ResourceName\_1.
548
- #
549
- # </note>
544
+ # The "*" character also matches the "/" character, allowing paths
545
+ # to be formed *within* the resource-id. For example,
546
+ # *arn:aws:iam:::role/*****/ResourceName\_?* matches both
547
+ # *arn:aws:iam:::role/pathA/pathB/ResourceName\_1* and
548
+ # *arn:aws:iam:::role/pathA/ResourceName\_1*.
550
549
  #
551
550
  #
552
551
  #
@@ -554,8 +553,8 @@ module Aws::ServiceCatalog
554
553
  #
555
554
  # @option params [required, String] :principal_type
556
555
  # The principal type. The supported value is `IAM` if you use a fully
557
- # defined ARN, or `IAM_PATTERN` if you use an ARN with no `accountID`,
558
- # with or without wildcard characters.
556
+ # defined Amazon Resource Name (ARN), or `IAM_PATTERN` if you use an ARN
557
+ # with no `accountID`, with or without wildcard characters.
559
558
  #
560
559
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
561
560
  #
@@ -2608,11 +2607,16 @@ module Aws::ServiceCatalog
2608
2607
  # @option params [Boolean] :verbose
2609
2608
  # Indicates whether a verbose level of detail is enabled.
2610
2609
  #
2610
+ # @option params [Boolean] :include_provisioning_artifact_parameters
2611
+ # Indicates if the API call response does or does not include additional
2612
+ # details about the provisioning parameters.
2613
+ #
2611
2614
  # @return [Types::DescribeProvisioningArtifactOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2612
2615
  #
2613
2616
  # * {Types::DescribeProvisioningArtifactOutput#provisioning_artifact_detail #provisioning_artifact_detail} => Types::ProvisioningArtifactDetail
2614
2617
  # * {Types::DescribeProvisioningArtifactOutput#info #info} => Hash&lt;String,String&gt;
2615
2618
  # * {Types::DescribeProvisioningArtifactOutput#status #status} => String
2619
+ # * {Types::DescribeProvisioningArtifactOutput#provisioning_artifact_parameters #provisioning_artifact_parameters} => Array&lt;Types::ProvisioningArtifactParameter&gt;
2616
2620
  #
2617
2621
  # @example Request syntax with placeholder values
2618
2622
  #
@@ -2623,6 +2627,7 @@ module Aws::ServiceCatalog
2623
2627
  # provisioning_artifact_name: "ProvisioningArtifactName",
2624
2628
  # product_name: "ProductViewName",
2625
2629
  # verbose: false,
2630
+ # include_provisioning_artifact_parameters: false,
2626
2631
  # })
2627
2632
  #
2628
2633
  # @example Response structure
@@ -2638,6 +2643,20 @@ module Aws::ServiceCatalog
2638
2643
  # resp.info #=> Hash
2639
2644
  # resp.info["ProvisioningArtifactInfoKey"] #=> String
2640
2645
  # resp.status #=> String, one of "AVAILABLE", "CREATING", "FAILED"
2646
+ # resp.provisioning_artifact_parameters #=> Array
2647
+ # resp.provisioning_artifact_parameters[0].parameter_key #=> String
2648
+ # resp.provisioning_artifact_parameters[0].default_value #=> String
2649
+ # resp.provisioning_artifact_parameters[0].parameter_type #=> String
2650
+ # resp.provisioning_artifact_parameters[0].is_no_echo #=> Boolean
2651
+ # resp.provisioning_artifact_parameters[0].description #=> String
2652
+ # resp.provisioning_artifact_parameters[0].parameter_constraints.allowed_values #=> Array
2653
+ # resp.provisioning_artifact_parameters[0].parameter_constraints.allowed_values[0] #=> String
2654
+ # resp.provisioning_artifact_parameters[0].parameter_constraints.allowed_pattern #=> String
2655
+ # resp.provisioning_artifact_parameters[0].parameter_constraints.constraint_description #=> String
2656
+ # resp.provisioning_artifact_parameters[0].parameter_constraints.max_length #=> String
2657
+ # resp.provisioning_artifact_parameters[0].parameter_constraints.min_length #=> String
2658
+ # resp.provisioning_artifact_parameters[0].parameter_constraints.max_value #=> String
2659
+ # resp.provisioning_artifact_parameters[0].parameter_constraints.min_value #=> String
2641
2660
  #
2642
2661
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisioningArtifact AWS API Documentation
2643
2662
  #
@@ -6216,7 +6235,7 @@ module Aws::ServiceCatalog
6216
6235
  params: params,
6217
6236
  config: config)
6218
6237
  context[:gem_name] = 'aws-sdk-servicecatalog'
6219
- context[:gem_version] = '1.80.0'
6238
+ context[:gem_version] = '1.81.0'
6220
6239
  Seahorse::Client::Request.new(handlers, context)
6221
6240
  end
6222
6241
 
@@ -876,11 +876,13 @@ module Aws::ServiceCatalog
876
876
  DescribeProvisioningArtifactInput.add_member(:provisioning_artifact_name, Shapes::ShapeRef.new(shape: ProvisioningArtifactName, location_name: "ProvisioningArtifactName"))
877
877
  DescribeProvisioningArtifactInput.add_member(:product_name, Shapes::ShapeRef.new(shape: ProductViewName, location_name: "ProductName"))
878
878
  DescribeProvisioningArtifactInput.add_member(:verbose, Shapes::ShapeRef.new(shape: Verbose, location_name: "Verbose"))
879
+ DescribeProvisioningArtifactInput.add_member(:include_provisioning_artifact_parameters, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeProvisioningArtifactParameters"))
879
880
  DescribeProvisioningArtifactInput.struct_class = Types::DescribeProvisioningArtifactInput
880
881
 
881
882
  DescribeProvisioningArtifactOutput.add_member(:provisioning_artifact_detail, Shapes::ShapeRef.new(shape: ProvisioningArtifactDetail, location_name: "ProvisioningArtifactDetail"))
882
883
  DescribeProvisioningArtifactOutput.add_member(:info, Shapes::ShapeRef.new(shape: ProvisioningArtifactInfo, location_name: "Info"))
883
884
  DescribeProvisioningArtifactOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
885
+ DescribeProvisioningArtifactOutput.add_member(:provisioning_artifact_parameters, Shapes::ShapeRef.new(shape: ProvisioningArtifactParameters, location_name: "ProvisioningArtifactParameters"))
884
886
  DescribeProvisioningArtifactOutput.struct_class = Types::DescribeProvisioningArtifactOutput
885
887
 
886
888
  DescribeProvisioningParametersInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
@@ -114,25 +114,30 @@ module Aws::ServiceCatalog
114
114
  # @return [String]
115
115
  #
116
116
  # @!attribute [rw] principal_arn
117
- # The ARN of the principal (user, role, or group). The supported value
118
- # is a fully defined [ `IAM` ARN][1] if the `PrincipalType` is `IAM`.
119
- # If the `PrincipalType` is `IAM_PATTERN`, the supported value is an
120
- # `IAM` ARN without an AccountID in the following format:
117
+ # The ARN of the principal (user, role, or group). If the
118
+ # `PrincipalType` is `IAM`, the supported value is a fully defined
119
+ # [IAM Amazon Resource Name (ARN)][1]. If the `PrincipalType` is
120
+ # `IAM_PATTERN`, the supported value is an `IAM` ARN *without an
121
+ # AccountID* in the following format:
121
122
  #
122
123
  # *arn:partition:iam:::resource-type/resource-id*
123
124
  #
124
- # The resource-id can be either of the following:
125
+ # The ARN resource-id can be either:
125
126
  #
126
- # * Fully formed, for example *arn:aws:iam:::role/resource-name* or
127
+ # * A fully formed resource-id. For example,
128
+ # *arn:aws:iam:::role/resource-name* or
127
129
  # *arn:aws:iam:::role/resource-path/resource-name*
128
130
  #
129
131
  # * A wildcard ARN. The wildcard ARN accepts `IAM_PATTERN` values with
130
- # a "*" or "?" in the resource-id segment of the ARN, for
132
+ # a "*" or "?" in the resource-id segment of the ARN. For
131
133
  # example
132
134
  # *arn:partition:service:::resource-type/resource-path/resource-name*.
133
135
  # The new symbols are exclusive to the **resource-path** and
134
- # **resource-name** and cannot be used to replace the
135
- # **resource-type** or other ARN values.
136
+ # **resource-name** and cannot replace the **resource-type** or
137
+ # other ARN values.
138
+ #
139
+ # The ARN path and principal name allow unlimited wildcard
140
+ # characters.
136
141
  #
137
142
  # Examples of an **acceptable** wildcard ARN:
138
143
  #
@@ -149,29 +154,23 @@ module Aws::ServiceCatalog
149
154
  # You can associate multiple `IAM_PATTERN`s even if the account has no
150
155
  # principal with that name.
151
156
  #
152
- # <note markdown="1"> * The ARN path and principal name allow unlimited wildcard
153
- # characters.
154
- #
155
- # * The "?" wildcard character matches zero or one of any character.
156
- # This is similar to ".?" in regular regex context.
157
+ # The "?" wildcard character matches zero or one of any character.
158
+ # This is similar to ".?" in regular regex context. The "*"
159
+ # wildcard character matches any number of any characters. This is
160
+ # similar to ".*" in regular regex context.
157
161
  #
158
- # * The "*" wildcard character matches any number of any
159
- # characters. This is similar ".*" in regular regex context.
162
+ # In the IAM Principal ARN format
163
+ # (*arn:partition:iam:::resource-type/resource-path/resource-name*),
164
+ # valid resource-type values include **user/**, **group/**, or
165
+ # **role/**. The "?" and "*" characters are allowed only after
166
+ # the resource-type in the resource-id segment. You can use special
167
+ # characters anywhere within the resource-id.
160
168
  #
161
- # * In the IAM Principal ARNs format
162
- # (arn:partition:iam:::resource-type/resource-path/resource-name),
163
- # valid **resource-type** values include user/, group/, or role/.
164
- # The "?" and "*" are allowed only after the **resource-type**,
165
- # in the resource-id segment. You can use special characters
166
- # anywhere within the **resource-id**.
167
- #
168
- # * The "*" also matches the "/" character, allowing paths to be
169
- # formed within the **resource-id**. For example,
170
- # arn:aws:iam:::role/*/ResourceName\_? matches both
171
- # arn:aws:iam:::role/pathA/pathB/ResourceName\_1 and
172
- # arn:aws:iam:::role/pathA/ResourceName\_1.
173
- #
174
- # </note>
169
+ # The "*" character also matches the "/" character, allowing
170
+ # paths to be formed *within* the resource-id. For example,
171
+ # *arn:aws:iam:::role/*****/ResourceName\_?* matches both
172
+ # *arn:aws:iam:::role/pathA/pathB/ResourceName\_1* and
173
+ # *arn:aws:iam:::role/pathA/ResourceName\_1*.
175
174
  #
176
175
  #
177
176
  #
@@ -180,8 +179,8 @@ module Aws::ServiceCatalog
180
179
  #
181
180
  # @!attribute [rw] principal_type
182
181
  # The principal type. The supported value is `IAM` if you use a fully
183
- # defined ARN, or `IAM_PATTERN` if you use an ARN with no `accountID`,
184
- # with or without wildcard characters.
182
+ # defined Amazon Resource Name (ARN), or `IAM_PATTERN` if you use an
183
+ # ARN with no `accountID`, with or without wildcard characters.
185
184
  # @return [String]
186
185
  #
187
186
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/AssociatePrincipalWithPortfolioInput AWS API Documentation
@@ -2041,6 +2040,11 @@ module Aws::ServiceCatalog
2041
2040
  # Indicates whether a verbose level of detail is enabled.
2042
2041
  # @return [Boolean]
2043
2042
  #
2043
+ # @!attribute [rw] include_provisioning_artifact_parameters
2044
+ # Indicates if the API call response does or does not include
2045
+ # additional details about the provisioning parameters.
2046
+ # @return [Boolean]
2047
+ #
2044
2048
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisioningArtifactInput AWS API Documentation
2045
2049
  #
2046
2050
  class DescribeProvisioningArtifactInput < Struct.new(
@@ -2049,7 +2053,8 @@ module Aws::ServiceCatalog
2049
2053
  :product_id,
2050
2054
  :provisioning_artifact_name,
2051
2055
  :product_name,
2052
- :verbose)
2056
+ :verbose,
2057
+ :include_provisioning_artifact_parameters)
2053
2058
  SENSITIVE = []
2054
2059
  include Aws::Structure
2055
2060
  end
@@ -2067,12 +2072,17 @@ module Aws::ServiceCatalog
2067
2072
  # The status of the current request.
2068
2073
  # @return [String]
2069
2074
  #
2075
+ # @!attribute [rw] provisioning_artifact_parameters
2076
+ # Information about the parameters used to provision the product.
2077
+ # @return [Array<Types::ProvisioningArtifactParameter>]
2078
+ #
2070
2079
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisioningArtifactOutput AWS API Documentation
2071
2080
  #
2072
2081
  class DescribeProvisioningArtifactOutput < Struct.new(
2073
2082
  :provisioning_artifact_detail,
2074
2083
  :info,
2075
- :status)
2084
+ :status,
2085
+ :provisioning_artifact_parameters)
2076
2086
  SENSITIVE = []
2077
2087
  include Aws::Structure
2078
2088
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-servicecatalog/customizations'
52
52
  # @!group service
53
53
  module Aws::ServiceCatalog
54
54
 
55
- GEM_VERSION = '1.80.0'
55
+ GEM_VERSION = '1.81.0'
56
56
 
57
57
  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.80.0
4
+ version: 1.81.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: 2023-05-31 00:00:00.000000000 Z
11
+ date: 2023-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core