aws-sdk-marketplacecatalog 1.2.0 → 1.3.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: 78be920c6e97f7128acdad86ccf08aefde5ff82a91ef4fff30e4f31f4ad19fe4
4
- data.tar.gz: bc587c3b83d9911c40a00a25841c1cdacd9f605701c19830c71b7f008a730c0d
3
+ metadata.gz: a6369e7234bd36ba21591f3c4453dad726b22c2200d8c67744d2ff284f5b61f7
4
+ data.tar.gz: 266a50c213ec13775425732982830900e7e4d21902e05f21edb342de423e7ec9
5
5
  SHA512:
6
- metadata.gz: d58efc534e2322d7ea318a00a3c984190d6edb6b93f3b0a79adc0011bcb9a37ea4d95026f6d1a891f4eadc92405e0f5ecbcd0c3dd220e38efd31c8f21ac07370
7
- data.tar.gz: 5222f064206eb0e970f06fadef809781bfe8920a80d5279f8a2655506f0c649fd29e3bd03856d49bb3fda4f46210f8618f9a217867ed9cb05f5f46995d16d670
6
+ metadata.gz: ce1d358a4b9becf710f098cc848de9cb4dd86bf1b7961b9ae75b9a8b7d2f413c10222c25ec77a8e04643abae65534812a74edc483c2b49be0f11fb59cb5365cc
7
+ data.tar.gz: 97ae23e62a29259bd38344d8548b71378e6fe16961b5aeb584cbfdfe6fc596410babe81753cb198640e617e39af139de9d8457812fb9d3aca21571b74102a290
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-marketplacecatalog/customizations'
45
45
  # @service
46
46
  module Aws::MarketplaceCatalog
47
47
 
48
- GEM_VERSION = '1.2.0'
48
+ GEM_VERSION = '1.3.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::MarketplaceCatalog
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -388,6 +388,7 @@ module Aws::MarketplaceCatalog
388
388
  # resp.change_set[0].change_type #=> String
389
389
  # resp.change_set[0].entity.type #=> String
390
390
  # resp.change_set[0].entity.identifier #=> String
391
+ # resp.change_set[0].details #=> String
391
392
  # resp.change_set[0].error_detail_list #=> Array
392
393
  # resp.change_set[0].error_detail_list[0].error_code #=> String
393
394
  # resp.change_set[0].error_detail_list[0].error_message #=> String
@@ -458,7 +459,7 @@ module Aws::MarketplaceCatalog
458
459
  # An array of filter objects.
459
460
  #
460
461
  # @option params [Types::Sort] :sort
461
- # An object that contains two attributes, `sortBy` and `sortOrder`.
462
+ # An object that contains two attributes, `SortBy` and `SortOrder`.
462
463
  #
463
464
  # @option params [Integer] :max_results
464
465
  # The maximum number of results returned by a single call. This value
@@ -529,7 +530,7 @@ module Aws::MarketplaceCatalog
529
530
  # attributes, `filterName` and `filterValues`.
530
531
  #
531
532
  # @option params [Types::Sort] :sort
532
- # An object that contains two attributes, `sortBy` and `sortOrder`.
533
+ # An object that contains two attributes, `SortBy` and `SortOrder`.
533
534
  #
534
535
  # @option params [String] :next_token
535
536
  # The value of the next token, if it exists. Null if there are no more
@@ -585,7 +586,21 @@ module Aws::MarketplaceCatalog
585
586
  req.send_request(options)
586
587
  end
587
588
 
588
- # This operation allows you to request changes in your entities.
589
+ # This operation allows you to request changes for your entities. Within
590
+ # a single ChangeSet, you cannot start the same change type against the
591
+ # same entity multiple times. Additionally, when a ChangeSet is running,
592
+ # all the entities targeted by the different changes are locked until
593
+ # the ChangeSet has completed (either succeeded, cancelled, or failed).
594
+ # If you try to start a ChangeSet containing a change against an entity
595
+ # that is already locked, you will receive a `ResourceInUseException`.
596
+ #
597
+ # For example, you cannot start the ChangeSet described in the
598
+ # [example][1] below because it contains two changes to execute the same
599
+ # change type (`AddRevisions`) against the same entity (`entity-id@1)`.
600
+ #
601
+ #
602
+ #
603
+ # [1]: https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/API_StartChangeSet.html#API_StartChangeSet_Examples
589
604
  #
590
605
  # @option params [required, String] :catalog
591
606
  # The catalog related to the request. Fixed value: `AWSMarketplace`
@@ -650,7 +665,7 @@ module Aws::MarketplaceCatalog
650
665
  params: params,
651
666
  config: config)
652
667
  context[:gem_name] = 'aws-sdk-marketplacecatalog'
653
- context[:gem_version] = '1.2.0'
668
+ context[:gem_version] = '1.3.0'
654
669
  Seahorse::Client::Request.new(handlers, context)
655
670
  end
656
671
 
@@ -96,6 +96,7 @@ module Aws::MarketplaceCatalog
96
96
 
97
97
  ChangeSummary.add_member(:change_type, Shapes::ShapeRef.new(shape: ChangeType, location_name: "ChangeType"))
98
98
  ChangeSummary.add_member(:entity, Shapes::ShapeRef.new(shape: Entity, location_name: "Entity"))
99
+ ChangeSummary.add_member(:details, Shapes::ShapeRef.new(shape: Json, location_name: "Details"))
99
100
  ChangeSummary.add_member(:error_detail_list, Shapes::ShapeRef.new(shape: ErrorDetailList, location_name: "ErrorDetailList"))
100
101
  ChangeSummary.struct_class = Types::ChangeSummary
101
102
 
@@ -160,6 +160,11 @@ module Aws::MarketplaceCatalog
160
160
  # The entity to be changed.
161
161
  # @return [Types::Entity]
162
162
  #
163
+ # @!attribute [rw] details
164
+ # This object contains details specific to the change type of the
165
+ # requested change.
166
+ # @return [String]
167
+ #
163
168
  # @!attribute [rw] error_detail_list
164
169
  # An array of `ErrorDetail` objects associated with the change.
165
170
  # @return [Array<Types::ErrorDetail>]
@@ -169,6 +174,7 @@ module Aws::MarketplaceCatalog
169
174
  class ChangeSummary < Struct.new(
170
175
  :change_type,
171
176
  :entity,
177
+ :details,
172
178
  :error_detail_list)
173
179
  include Aws::Structure
174
180
  end
@@ -346,7 +352,7 @@ module Aws::MarketplaceCatalog
346
352
  #
347
353
  # @!attribute [rw] name
348
354
  # The name for the entity. This value is not unique. It is defined by
349
- # the provider.
355
+ # the seller.
350
356
  # @return [String]
351
357
  #
352
358
  # @!attribute [rw] entity_type
@@ -367,11 +373,11 @@ module Aws::MarketplaceCatalog
367
373
  # @return [String]
368
374
  #
369
375
  # @!attribute [rw] visibility
370
- # The visibility status of the entity to subscribers. This value can
371
- # be `Public` (everyone can view the entity), `Limited` (the entity is
376
+ # The visibility status of the entity to buyers. This value can be
377
+ # `Public` (everyone can view the entity), `Limited` (the entity is
372
378
  # visible to limited accounts only), or `Restricted` (the entity was
373
- # published and then unpublished and only existing subscribers can
374
- # view it).
379
+ # published and then unpublished and only existing buyers can view
380
+ # it).
375
381
  # @return [String]
376
382
  #
377
383
  # @see http://docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/EntitySummary AWS API Documentation
@@ -498,7 +504,7 @@ module Aws::MarketplaceCatalog
498
504
  # @return [Array<Types::Filter>]
499
505
  #
500
506
  # @!attribute [rw] sort
501
- # An object that contains two attributes, `sortBy` and `sortOrder`.
507
+ # An object that contains two attributes, `SortBy` and `SortOrder`.
502
508
  # @return [Types::Sort]
503
509
  #
504
510
  # @!attribute [rw] max_results
@@ -574,7 +580,7 @@ module Aws::MarketplaceCatalog
574
580
  # @return [Array<Types::Filter>]
575
581
  #
576
582
  # @!attribute [rw] sort
577
- # An object that contains two attributes, `sortBy` and `sortOrder`.
583
+ # An object that contains two attributes, `SortBy` and `SortOrder`.
578
584
  # @return [Types::Sort]
579
585
  #
580
586
  # @!attribute [rw] next_token
@@ -664,7 +670,7 @@ module Aws::MarketplaceCatalog
664
670
  include Aws::Structure
665
671
  end
666
672
 
667
- # An object that contains two attributes, `sortBy` and `sortOrder`.
673
+ # An object that contains two attributes, `SortBy` and `SortOrder`.
668
674
  #
669
675
  # @note When making an API call, you may pass Sort
670
676
  # data as a hash:
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.2.0
4
+ version: 1.3.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: 2020-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core