aws-sdk-marketplacecatalog 1.8.0 → 1.9.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: ec3a39c4efa1a33238a225f84c54c0d137461f6bf173c80f32707dba09ba3339
4
- data.tar.gz: b715ad613da56740f6f9a5c8ffdf4bd090fd5b90f6a2d27c6e41a8118f611a29
3
+ metadata.gz: 6c45a7f6b4e82660fd8e5f37f34d5d05a7c6705bafaf368e0551400e3ed124d1
4
+ data.tar.gz: 30635267bd3bac927b3602127b384b92ea89e6c1e286ff0b2bf38716aa283b8e
5
5
  SHA512:
6
- metadata.gz: 2d922cf39b70c7f056e2844286be0eddc9736ae2cfa4bf8cedb982e386dc0defa3b189638bf1df622535f8066b16a564fb138d1487a87851c60445bf54a9fa8f
7
- data.tar.gz: e453699052b68f92e065e46495b01b3045270d39c1c26c6c53ec27905b49cfec8909f1e449e329874c9d1bb75cae1f4667b6b90e1f865dd1e314f1624e45386a
6
+ metadata.gz: 1b2dc50712088f6765cbd540710aae381ce6a766d8d14a658735821ddfc1888a2512270ad10f73efa29723f2434ec669a79f35cf3a337ba9a565cb5186fe8010
7
+ data.tar.gz: 86582a5f584c8bd92be89eec0c4ed1ad50536b3ad6b3a32511aa4d7f4753beb4cddddc4871079c0354ddff70f4269a1075074a975079c9b3a27c9b97c050120c
@@ -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.8.0'
51
+ GEM_VERSION = '1.9.0'
52
52
 
53
53
  end
@@ -384,6 +384,7 @@ module Aws::MarketplaceCatalog
384
384
  # * {Types::DescribeChangeSetResponse#start_time #start_time} => String
385
385
  # * {Types::DescribeChangeSetResponse#end_time #end_time} => String
386
386
  # * {Types::DescribeChangeSetResponse#status #status} => String
387
+ # * {Types::DescribeChangeSetResponse#failure_code #failure_code} => String
387
388
  # * {Types::DescribeChangeSetResponse#failure_description #failure_description} => String
388
389
  # * {Types::DescribeChangeSetResponse#change_set #change_set} => Array<Types::ChangeSummary>
389
390
  #
@@ -402,6 +403,7 @@ module Aws::MarketplaceCatalog
402
403
  # resp.start_time #=> String
403
404
  # resp.end_time #=> String
404
405
  # resp.status #=> String, one of "PREPARING", "APPLYING", "SUCCEEDED", "CANCELLED", "FAILED"
406
+ # resp.failure_code #=> String, one of "CLIENT_ERROR", "SERVER_FAULT"
405
407
  # resp.failure_description #=> String
406
408
  # resp.change_set #=> Array
407
409
  # resp.change_set[0].change_type #=> String
@@ -525,6 +527,7 @@ module Aws::MarketplaceCatalog
525
527
  # resp.change_set_summary_list[0].status #=> String, one of "PREPARING", "APPLYING", "SUCCEEDED", "CANCELLED", "FAILED"
526
528
  # resp.change_set_summary_list[0].entity_id_list #=> Array
527
529
  # resp.change_set_summary_list[0].entity_id_list[0] #=> String
530
+ # resp.change_set_summary_list[0].failure_code #=> String, one of "CLIENT_ERROR", "SERVER_FAULT"
528
531
  # resp.next_token #=> String
529
532
  #
530
533
  # @see http://docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/ListChangeSets AWS API Documentation
@@ -684,7 +687,7 @@ module Aws::MarketplaceCatalog
684
687
  params: params,
685
688
  config: config)
686
689
  context[:gem_name] = 'aws-sdk-marketplacecatalog'
687
- context[:gem_version] = '1.8.0'
690
+ context[:gem_version] = '1.9.0'
688
691
  Seahorse::Client::Request.new(handlers, context)
689
692
  end
690
693
 
@@ -38,6 +38,7 @@ module Aws::MarketplaceCatalog
38
38
  EntityType = Shapes::StringShape.new(name: 'EntityType')
39
39
  ErrorDetail = Shapes::StructureShape.new(name: 'ErrorDetail')
40
40
  ErrorDetailList = Shapes::ListShape.new(name: 'ErrorDetailList')
41
+ FailureCode = Shapes::StringShape.new(name: 'FailureCode')
41
42
  Filter = Shapes::StructureShape.new(name: 'Filter')
42
43
  FilterList = Shapes::ListShape.new(name: 'FilterList')
43
44
  FilterName = Shapes::StringShape.new(name: 'FilterName')
@@ -94,6 +95,7 @@ module Aws::MarketplaceCatalog
94
95
  ChangeSetSummaryListItem.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "EndTime"))
95
96
  ChangeSetSummaryListItem.add_member(:status, Shapes::ShapeRef.new(shape: ChangeStatus, location_name: "Status"))
96
97
  ChangeSetSummaryListItem.add_member(:entity_id_list, Shapes::ShapeRef.new(shape: ResourceIdList, location_name: "EntityIdList"))
98
+ ChangeSetSummaryListItem.add_member(:failure_code, Shapes::ShapeRef.new(shape: FailureCode, location_name: "FailureCode"))
97
99
  ChangeSetSummaryListItem.struct_class = Types::ChangeSetSummaryListItem
98
100
 
99
101
  ChangeSummary.add_member(:change_type, Shapes::ShapeRef.new(shape: ChangeType, location_name: "ChangeType"))
@@ -112,6 +114,7 @@ module Aws::MarketplaceCatalog
112
114
  DescribeChangeSetResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "StartTime"))
113
115
  DescribeChangeSetResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "EndTime"))
114
116
  DescribeChangeSetResponse.add_member(:status, Shapes::ShapeRef.new(shape: ChangeStatus, location_name: "Status"))
117
+ DescribeChangeSetResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: FailureCode, location_name: "FailureCode"))
115
118
  DescribeChangeSetResponse.add_member(:failure_description, Shapes::ShapeRef.new(shape: StringValue, location_name: "FailureDescription"))
116
119
  DescribeChangeSetResponse.add_member(:change_set, Shapes::ShapeRef.new(shape: ChangeSetDescription, location_name: "ChangeSet"))
117
120
  DescribeChangeSetResponse.struct_class = Types::DescribeChangeSetResponse
@@ -142,6 +142,14 @@ module Aws::MarketplaceCatalog
142
142
  # contain at least one entity.
143
143
  # @return [Array<String>]
144
144
  #
145
+ # @!attribute [rw] failure_code
146
+ # Returned if the change set is in `FAILED` status. Can be either
147
+ # `CLIENT_ERROR`, which means that there are issues with the request
148
+ # (see the `ErrorDetailList` of `DescribeChangeSet`), or
149
+ # `SERVER_FAULT`, which means that there is a problem in the system,
150
+ # and you should retry your request.
151
+ # @return [String]
152
+ #
145
153
  # @see http://docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/ChangeSetSummaryListItem AWS API Documentation
146
154
  #
147
155
  class ChangeSetSummaryListItem < Struct.new(
@@ -151,7 +159,8 @@ module Aws::MarketplaceCatalog
151
159
  :start_time,
152
160
  :end_time,
153
161
  :status,
154
- :entity_id_list)
162
+ :entity_id_list,
163
+ :failure_code)
155
164
  SENSITIVE = []
156
165
  include Aws::Structure
157
166
  end
@@ -245,6 +254,13 @@ module Aws::MarketplaceCatalog
245
254
  # The status of the change request.
246
255
  # @return [String]
247
256
  #
257
+ # @!attribute [rw] failure_code
258
+ # Returned if the change set is in `FAILED` status. Can be either
259
+ # `CLIENT_ERROR`, which means that there are issues with the request
260
+ # (see the `ErrorDetailList`), or `SERVER_FAULT`, which means that
261
+ # there is a problem in the system, and you should retry your request.
262
+ # @return [String]
263
+ #
248
264
  # @!attribute [rw] failure_description
249
265
  # Returned if there is a failure on the change set, but that failure
250
266
  # is not related to any of the changes in the request.
@@ -263,6 +279,7 @@ module Aws::MarketplaceCatalog
263
279
  :start_time,
264
280
  :end_time,
265
281
  :status,
282
+ :failure_code,
266
283
  :failure_description,
267
284
  :change_set)
268
285
  SENSITIVE = []
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.8.0
4
+ version: 1.9.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-09-30 00:00:00.000000000 Z
11
+ date: 2020-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core