aws-sdk-marketplacecatalog 1.21.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: bd6d2a4ba80641548c357fce8602a5b3d0c7deb5e51f28cc35ebb09ff8cda0f9
4
- data.tar.gz: 30997248c928a5b12fa301dba9a1e7f4e652c79dd633a9e65340f06cc80450a2
3
+ metadata.gz: cfbd009fb9f4f5d64fd46629381bb08e7089fb569d3c39377eb5745ee7c46a1d
4
+ data.tar.gz: 901ebe549dd2b30596d23ae659f2e80dea22d4d34494743448e7159d798b454a
5
5
  SHA512:
6
- metadata.gz: 599b831ff04c1063f826502162ef7b794e7f45678d459974a059e8bcebfef440dde88990b51de2c442784c96c99a0ff2e2273c117d0a2e11f70d45427ba10376
7
- data.tar.gz: '08c5f8170f977c85e143a5675812de6b3445416f402c39b54fca59724a078b19b2e01a00e0ddf5f693dfefae807c02494cf819949db16e3236730355e0d4778d'
6
+ metadata.gz: 0da03d5e61087070b5cba84185d4a86e7ef2f2b8cd4a6a0e0c29d54815ab886d46cc3f58da2dbc39e27b997e0dc868c80b133bd053c0911ef6a36542abc463dd
7
+ data.tar.gz: 10e6acf6ea05e633f0941dc2877ce3483b5ead00fc50499a8aeaf02f4bae796ca7eb7e9729867e91b69d966717a268cec22cfe5703a07f0275ac4c3b633b8b49
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.21.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.22.0
@@ -667,6 +667,9 @@ module Aws::MarketplaceCatalog
667
667
  # @option params [String] :client_request_token
668
668
  # A unique token to identify the request to ensure idempotency.
669
669
  #
670
+ # **A suitable default value is auto-generated.** You should normally
671
+ # not need to pass this option.**
672
+ #
670
673
  # @return [Types::StartChangeSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
671
674
  #
672
675
  # * {Types::StartChangeSetResponse#change_set_id #change_set_id} => String
@@ -718,7 +721,7 @@ module Aws::MarketplaceCatalog
718
721
  params: params,
719
722
  config: config)
720
723
  context[:gem_name] = 'aws-sdk-marketplacecatalog'
721
- context[:gem_version] = '1.21.0'
724
+ context[:gem_version] = '1.22.0'
722
725
  Seahorse::Client::Request.new(handlers, context)
723
726
  end
724
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.21.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.21.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: 2022-02-24 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