aws-sdk-servicecatalog 1.67.0 → 1.70.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: 2256994be0ec1564f6280499ad4687267e324c83c497b6d3800b495c8cedc42a
4
- data.tar.gz: efe7b2ba1798652f2b344dd97b9b39ac05a06c180013ec72ccce9a12dba5b5bb
3
+ metadata.gz: bfa8e78685e711086dfee10855e082731c34b5e17b03bbf8e0c28b6436ade01c
4
+ data.tar.gz: 6322bc4a0745da42736add0c4a957806ae9db7fa3167d94bd5b270aad17e18fe
5
5
  SHA512:
6
- metadata.gz: bba0ad68b1ed6be2e02e24e7ed3fb4448a06ba298ecd8f3b2f65efbc8e4f192f0ef6fc39efd830aed290e3ce85bbb73eeacee041649ecafc213cce0521bb14ca
7
- data.tar.gz: d7aa0f6116d2eb464a87dc085b131517f8678427bd904fcb5551ae9c329deb193be480ef098bd9b61a3dc06125740f802095c8bdf0e163072c2e8cfb65be4d84
6
+ metadata.gz: b68b38024d7554d59de97f4fef93c20a1cc195f1d2a544c9afc09c3442029505803a98acf2831a757b1520d720beeac5235a0b2a8443a14a9d0468f4e1e4a2e0
7
+ data.tar.gz: 648701aed10891aa77ce3c9791e3e5c97ef181e0c784e40b84210542233d007918a9a05d4cd9ef981ce58f035a6269426dec209cb0bedacf487bd1c8d3173544
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.0 (2022-04-04)
5
+ ------------------
6
+
7
+ * Feature - This release adds ProvisioningArtifictOutputKeys to DescribeProvisioningParameters to reference the outputs of a Provisioned Product and deprecates ProvisioningArtifactOutputs.
8
+
9
+ 1.69.0 (2022-02-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.68.0 (2022-02-03)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.67.0 (2021-12-21)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.70.0
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
33
35
 
@@ -74,7 +76,9 @@ module Aws::ServiceCatalog
74
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
77
  add_plugin(Aws::Plugins::TransferEncoding)
76
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
77
80
  add_plugin(Aws::Plugins::DefaultsMode)
81
+ add_plugin(Aws::Plugins::RecursionDetection)
78
82
  add_plugin(Aws::Plugins::SignatureV4)
79
83
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
80
84
 
@@ -2570,6 +2574,7 @@ module Aws::ServiceCatalog
2570
2574
  # * {Types::DescribeProvisioningParametersOutput#tag_options #tag_options} => Array<Types::TagOptionSummary>
2571
2575
  # * {Types::DescribeProvisioningParametersOutput#provisioning_artifact_preferences #provisioning_artifact_preferences} => Types::ProvisioningArtifactPreferences
2572
2576
  # * {Types::DescribeProvisioningParametersOutput#provisioning_artifact_outputs #provisioning_artifact_outputs} => Array<Types::ProvisioningArtifactOutput>
2577
+ # * {Types::DescribeProvisioningParametersOutput#provisioning_artifact_output_keys #provisioning_artifact_output_keys} => Array<Types::ProvisioningArtifactOutput>
2573
2578
  #
2574
2579
  # @example Request syntax with placeholder values
2575
2580
  #
@@ -2616,6 +2621,9 @@ module Aws::ServiceCatalog
2616
2621
  # resp.provisioning_artifact_outputs #=> Array
2617
2622
  # resp.provisioning_artifact_outputs[0].key #=> String
2618
2623
  # resp.provisioning_artifact_outputs[0].description #=> String
2624
+ # resp.provisioning_artifact_output_keys #=> Array
2625
+ # resp.provisioning_artifact_output_keys[0].key #=> String
2626
+ # resp.provisioning_artifact_output_keys[0].description #=> String
2619
2627
  #
2620
2628
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisioningParameters AWS API Documentation
2621
2629
  #
@@ -5848,7 +5856,7 @@ module Aws::ServiceCatalog
5848
5856
  params: params,
5849
5857
  config: config)
5850
5858
  context[:gem_name] = 'aws-sdk-servicecatalog'
5851
- context[:gem_version] = '1.67.0'
5859
+ context[:gem_version] = '1.70.0'
5852
5860
  Seahorse::Client::Request.new(handlers, context)
5853
5861
  end
5854
5862
 
@@ -861,7 +861,8 @@ module Aws::ServiceCatalog
861
861
  DescribeProvisioningParametersOutput.add_member(:usage_instructions, Shapes::ShapeRef.new(shape: UsageInstructions, location_name: "UsageInstructions"))
862
862
  DescribeProvisioningParametersOutput.add_member(:tag_options, Shapes::ShapeRef.new(shape: TagOptionSummaries, location_name: "TagOptions"))
863
863
  DescribeProvisioningParametersOutput.add_member(:provisioning_artifact_preferences, Shapes::ShapeRef.new(shape: ProvisioningArtifactPreferences, location_name: "ProvisioningArtifactPreferences"))
864
- DescribeProvisioningParametersOutput.add_member(:provisioning_artifact_outputs, Shapes::ShapeRef.new(shape: ProvisioningArtifactOutputs, location_name: "ProvisioningArtifactOutputs"))
864
+ DescribeProvisioningParametersOutput.add_member(:provisioning_artifact_outputs, Shapes::ShapeRef.new(shape: ProvisioningArtifactOutputs, deprecated: true, location_name: "ProvisioningArtifactOutputs", metadata: {"deprecatedMessage"=>"This property is deprecated and returns the Id and Description of the Provisioning Artifact. Use ProvisioningArtifactOutputKeys instead to get the Keys and Descriptions of the outputs."}))
865
+ DescribeProvisioningParametersOutput.add_member(:provisioning_artifact_output_keys, Shapes::ShapeRef.new(shape: ProvisioningArtifactOutputs, location_name: "ProvisioningArtifactOutputKeys"))
865
866
  DescribeProvisioningParametersOutput.struct_class = Types::DescribeProvisioningParametersOutput
866
867
 
867
868
  DescribeRecordInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
@@ -2529,6 +2529,12 @@ module Aws::ServiceCatalog
2529
2529
  # The output of the provisioning artifact.
2530
2530
  # @return [Array<Types::ProvisioningArtifactOutput>]
2531
2531
  #
2532
+ # @!attribute [rw] provisioning_artifact_output_keys
2533
+ # A list of the keys and descriptions of the outputs. These outputs
2534
+ # can be referenced from a provisioned product launched from this
2535
+ # provisioning artifact.
2536
+ # @return [Array<Types::ProvisioningArtifactOutput>]
2537
+ #
2532
2538
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisioningParametersOutput AWS API Documentation
2533
2539
  #
2534
2540
  class DescribeProvisioningParametersOutput < Struct.new(
@@ -2537,7 +2543,8 @@ module Aws::ServiceCatalog
2537
2543
  :usage_instructions,
2538
2544
  :tag_options,
2539
2545
  :provisioning_artifact_preferences,
2540
- :provisioning_artifact_outputs)
2546
+ :provisioning_artifact_outputs,
2547
+ :provisioning_artifact_output_keys)
2541
2548
  SENSITIVE = []
2542
2549
  include Aws::Structure
2543
2550
  end
@@ -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.67.0'
51
+ GEM_VERSION = '1.70.0'
52
52
 
53
53
  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.67.0
4
+ version: 1.70.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: 2021-12-21 00:00:00.000000000 Z
11
+ date: 2022-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.125.0
22
+ version: 3.127.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.125.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement