aws-sdk-marketplacecatalog 1.19.0 → 1.22.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: 90a22b93a40174e102654ad869ab69181b412e3ceeb89b994aee559c538d26be
4
- data.tar.gz: 9dc3fa692e1756abe2b48aabaad9a0dc8e822e2c588175a0f96b971b605bd1b1
3
+ metadata.gz: cfbd009fb9f4f5d64fd46629381bb08e7089fb569d3c39377eb5745ee7c46a1d
4
+ data.tar.gz: 901ebe549dd2b30596d23ae659f2e80dea22d4d34494743448e7159d798b454a
5
5
  SHA512:
6
- metadata.gz: a11eb9c2cb26713cc0367236bcd43261537fbfe8696ef7ba2ad3b9cdf3464df18b3264dc751c757adf04d331c4b9f7d6b92c31c60f56ed86f11a3ed242a82ab0
7
- data.tar.gz: a6ad151d2775378af65d1abbace9bc9668b4615fb09911e6a10787dd0fef4168ecb0045bfede44c93b1451bf8ef8ce24702774cd79a10c38e5d93b1ba97c9a3a
6
+ metadata.gz: 0da03d5e61087070b5cba84185d4a86e7ef2f2b8cd4a6a0e0c29d54815ab886d46cc3f58da2dbc39e27b997e0dc868c80b133bd053c0911ef6a36542abc463dd
7
+ data.tar.gz: 10e6acf6ea05e633f0941dc2877ce3483b5ead00fc50499a8aeaf02f4bae796ca7eb7e9729867e91b69d966717a268cec22cfe5703a07f0275ac4c3b633b8b49
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.0 (2022-07-27)
5
+ ------------------
6
+
7
+ * Feature - The SDK for the StartChangeSet API will now automatically set and use an idempotency token in the ClientRequestToken request parameter if the customer does not provide it.
8
+
9
+ 1.21.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.20.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.19.0 (2021-12-21)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.22.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/rest_json.rb'
33
35
 
@@ -74,7 +76,9 @@ module Aws::MarketplaceCatalog
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::RestJson)
80
84
 
@@ -663,6 +667,9 @@ module Aws::MarketplaceCatalog
663
667
  # @option params [String] :client_request_token
664
668
  # A unique token to identify the request to ensure idempotency.
665
669
  #
670
+ # **A suitable default value is auto-generated.** You should normally
671
+ # not need to pass this option.**
672
+ #
666
673
  # @return [Types::StartChangeSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
667
674
  #
668
675
  # * {Types::StartChangeSetResponse#change_set_id #change_set_id} => String
@@ -714,7 +721,7 @@ module Aws::MarketplaceCatalog
714
721
  params: params,
715
722
  config: config)
716
723
  context[:gem_name] = 'aws-sdk-marketplacecatalog'
717
- context[:gem_version] = '1.19.0'
724
+ context[:gem_version] = '1.22.0'
718
725
  Seahorse::Client::Request.new(handlers, context)
719
726
  end
720
727
 
@@ -212,7 +212,7 @@ module Aws::MarketplaceCatalog
212
212
  StartChangeSetRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
213
213
  StartChangeSetRequest.add_member(:change_set, Shapes::ShapeRef.new(shape: RequestedChangeList, required: true, location_name: "ChangeSet"))
214
214
  StartChangeSetRequest.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetName, location_name: "ChangeSetName"))
215
- StartChangeSetRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
215
+ StartChangeSetRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
216
216
  StartChangeSetRequest.struct_class = Types::StartChangeSetRequest
217
217
 
218
218
  StartChangeSetResponse.add_member(:change_set_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ChangeSetId"))
@@ -333,7 +333,7 @@ module Aws::MarketplaceCatalog
333
333
  # @return [String]
334
334
  #
335
335
  # @!attribute [rw] entity_arn
336
- # The ARN associated to the unique identifier for the change set
336
+ # The ARN associated to the unique identifier for the entity
337
337
  # referenced in this request.
338
338
  # @return [String]
339
339
  #
@@ -789,6 +789,9 @@ module Aws::MarketplaceCatalog
789
789
  #
790
790
  # @!attribute [rw] client_request_token
791
791
  # A unique token to identify the request to ensure idempotency.
792
+ #
793
+ # **A suitable default value is auto-generated.** You should normally
794
+ # not need to pass this option.
792
795
  # @return [String]
793
796
  #
794
797
  # @see http://docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/StartChangeSetRequest AWS API Documentation
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-marketplacecatalog/customizations'
48
48
  # @!group service
49
49
  module Aws::MarketplaceCatalog
50
50
 
51
- GEM_VERSION = '1.19.0'
51
+ GEM_VERSION = '1.22.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-marketplacecatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.22.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-07-27 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