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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cfbd009fb9f4f5d64fd46629381bb08e7089fb569d3c39377eb5745ee7c46a1d
|
4
|
+
data.tar.gz: 901ebe549dd2b30596d23ae659f2e80dea22d4d34494743448e7159d798b454a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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
|
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
|
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.
|
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-
|
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
|