aws-sdk-servicecatalog 1.68.0 → 1.71.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: 22ecbd81717ea19511a1d727e51303b7e7ad8f1b917bbb23161b3a25db31f282
4
- data.tar.gz: 6ac29bebbcfc7c1560839f47e9bf52a26e4d2d887cfa6d85f8c27aba61de6910
3
+ metadata.gz: 38d73a06e874dc561ee56544a9237f723753b91120bd1ab1d2699523b0cb1019
4
+ data.tar.gz: d097e8a1d5ee35f94c092801971a135d8934314d17c188ead20d4f3c0f195c6a
5
5
  SHA512:
6
- metadata.gz: 6291671eb413291254239df277d5448a490fe22c9ab630f404a68785a5956b9c2905a750d6947f0d1218c56c94fcd255ee1c3728d943ad9c63afd80cc0a3421a
7
- data.tar.gz: b1f42e5a08decde3224baa9c20ffc3b034cfddaa5525500f56bc00aa061e405251f6542013e20c1099028d836bc044dc3326edf7fc140df1e85e57925ce3c844
6
+ metadata.gz: 8b0c7464c029f8941b9f9c0062c03e0203a36e0d1251f37dff2cf3b5d1225d646891b4ca1584ebcf10fe83df35a776ccdd64b8d0f6eb07b5be51342e8ed96e00
7
+ data.tar.gz: 7d1c287f7181082f1a022013e3e3b54b44ddfe44d9c743fef5f6ad0732c502a9b2143c478684999efb59f7cd9504fbea7c86951acf08ab4f9070a0da299563ab
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2022-05-16)
5
+ ------------------
6
+
7
+ * Feature - Updated the descriptions for the ListAcceptedPortfolioShares API description and the PortfolioShareType parameters.
8
+
9
+ 1.70.0 (2022-04-04)
10
+ ------------------
11
+
12
+ * Feature - This release adds ProvisioningArtifictOutputKeys to DescribeProvisioningParameters to reference the outputs of a Provisioned Product and deprecates ProvisioningArtifactOutputs.
13
+
14
+ 1.69.0 (2022-02-24)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.68.0 (2022-02-03)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.68.0
1
+ 1.71.0
@@ -27,6 +27,7 @@ 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'
31
32
  require 'aws-sdk-core/plugins/recursion_detection.rb'
32
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
@@ -75,6 +76,7 @@ module Aws::ServiceCatalog
75
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
76
77
  add_plugin(Aws::Plugins::TransferEncoding)
77
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
78
80
  add_plugin(Aws::Plugins::DefaultsMode)
79
81
  add_plugin(Aws::Plugins::RecursionDetection)
80
82
  add_plugin(Aws::Plugins::SignatureV4)
@@ -2572,6 +2574,7 @@ module Aws::ServiceCatalog
2572
2574
  # * {Types::DescribeProvisioningParametersOutput#tag_options #tag_options} => Array<Types::TagOptionSummary>
2573
2575
  # * {Types::DescribeProvisioningParametersOutput#provisioning_artifact_preferences #provisioning_artifact_preferences} => Types::ProvisioningArtifactPreferences
2574
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>
2575
2578
  #
2576
2579
  # @example Request syntax with placeholder values
2577
2580
  #
@@ -2618,6 +2621,9 @@ module Aws::ServiceCatalog
2618
2621
  # resp.provisioning_artifact_outputs #=> Array
2619
2622
  # resp.provisioning_artifact_outputs[0].key #=> String
2620
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
2621
2627
  #
2622
2628
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisioningParameters AWS API Documentation
2623
2629
  #
@@ -3381,7 +3387,10 @@ module Aws::ServiceCatalog
3381
3387
  req.send_request(options)
3382
3388
  end
3383
3389
 
3384
- # Lists all portfolios for which sharing was accepted by this account.
3390
+ # Lists all imported portfolios for which account-to-account shares were
3391
+ # accepted by this account. By specifying the `PortfolioShareType`, you
3392
+ # can list portfolios for which organizational shares were accepted by
3393
+ # this account.
3385
3394
  #
3386
3395
  # @option params [String] :accept_language
3387
3396
  # The language code.
@@ -3403,12 +3412,14 @@ module Aws::ServiceCatalog
3403
3412
  # The type of shared portfolios to list. The default is to list imported
3404
3413
  # portfolios.
3405
3414
  #
3406
- # * `AWS_ORGANIZATIONS` - List portfolios shared by the management
3407
- # account of your organization
3415
+ # * `AWS_ORGANIZATIONS` - List portfolios accepted and shared via
3416
+ # organizational sharing by the management account or delegated
3417
+ # administrator of your organization.
3408
3418
  #
3409
- # * `AWS_SERVICECATALOG` - List default portfolios
3419
+ # * `AWS_SERVICECATALOG` - Deprecated type.
3410
3420
  #
3411
- # * `IMPORTED` - List imported portfolios
3421
+ # * `IMPORTED` - List imported portfolios that have been accepted and
3422
+ # shared through account-to-account sharing.
3412
3423
  #
3413
3424
  # @return [Types::ListAcceptedPortfolioSharesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3414
3425
  #
@@ -5850,7 +5861,7 @@ module Aws::ServiceCatalog
5850
5861
  params: params,
5851
5862
  config: config)
5852
5863
  context[:gem_name] = 'aws-sdk-servicecatalog'
5853
- context[:gem_version] = '1.68.0'
5864
+ context[:gem_version] = '1.71.0'
5854
5865
  Seahorse::Client::Request.new(handlers, context)
5855
5866
  end
5856
5867
 
@@ -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
@@ -3361,7 +3368,7 @@ module Aws::ServiceCatalog
3361
3368
  # @return [Array<Types::Tag>]
3362
3369
  #
3363
3370
  # @!attribute [rw] name
3364
- # The name of the portfolio to which the user was assigned.
3371
+ # The name of the portfolio that contains the product.
3365
3372
  # @return [String]
3366
3373
  #
3367
3374
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/LaunchPathSummary AWS API Documentation
@@ -3416,12 +3423,14 @@ module Aws::ServiceCatalog
3416
3423
  # The type of shared portfolios to list. The default is to list
3417
3424
  # imported portfolios.
3418
3425
  #
3419
- # * `AWS_ORGANIZATIONS` - List portfolios shared by the management
3420
- # account of your organization
3426
+ # * `AWS_ORGANIZATIONS` - List portfolios accepted and shared via
3427
+ # organizational sharing by the management account or delegated
3428
+ # administrator of your organization.
3421
3429
  #
3422
- # * `AWS_SERVICECATALOG` - List default portfolios
3430
+ # * `AWS_SERVICECATALOG` - Deprecated type.
3423
3431
  #
3424
- # * `IMPORTED` - List imported portfolios
3432
+ # * `IMPORTED` - List imported portfolios that have been accepted and
3433
+ # shared through account-to-account sharing.
3425
3434
  # @return [String]
3426
3435
  #
3427
3436
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListAcceptedPortfolioSharesInput AWS API Documentation
@@ -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.68.0'
51
+ GEM_VERSION = '1.71.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.68.0
4
+ version: 1.71.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: 2022-02-03 00:00:00.000000000 Z
11
+ date: 2022-05-16 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.126.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.126.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement