aws-sdk-marketplacecommerceanalytics 1.11.0 → 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad1628b553e9f8882474ebebfc024e81bbd3a733
4
- data.tar.gz: 9a00e9ec66b0172efeb4f3c40c41fc625603fd3b
3
+ metadata.gz: ed7cae551aff16bea62742a33f8179c61b6d7db3
4
+ data.tar.gz: cb922e456fc2e13d24b956a300b3f034c1e61c2d
5
5
  SHA512:
6
- metadata.gz: f9c28137f7952d45d80f90452d3818150589f72315b184a5d1ebdf8924582823e8acd09be86e9c1437713ef6bcb5da516bfb89bad434a25ad5babe0ee621f486
7
- data.tar.gz: a56d051cac2d323c9d3e8bb61537fedbff9fbe239d2c97da0e08a641e487ca806e130434859f8f26d1827544144ce02ea7434356b64d65f2e8d4a9cbbe03b441
6
+ metadata.gz: 7253edaefeb097d1525b523bd275ba365f795ee738e940ffaac2554ab2f62c4fe04504cecb331b3d344cec5d8ceb455af8b702401c015961d1cedc00db0a4adb
7
+ data.tar.gz: d5d60dda376905e37b5a541c80e9186b061f610f0edf5d3119d17371a0d0b90feda8b4cb478315b5532767b34813c54f2f7f5457fc0ea6dddfcf2eb858a29fa8
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-marketplacecommerceanalytics/customizations'
42
42
  # @service
43
43
  module Aws::MarketplaceCommerceAnalytics
44
44
 
45
- GEM_VERSION = '1.11.0'
45
+ GEM_VERSION = '1.12.0'
46
46
 
47
47
  end
@@ -549,7 +549,7 @@ module Aws::MarketplaceCommerceAnalytics
549
549
  params: params,
550
550
  config: config)
551
551
  context[:gem_name] = 'aws-sdk-marketplacecommerceanalytics'
552
- context[:gem_version] = '1.11.0'
552
+ context[:gem_version] = '1.12.0'
553
553
  Seahorse::Client::Request.new(handlers, context)
554
554
  end
555
555
 
@@ -45,6 +45,9 @@ module Aws::MarketplaceCommerceAnalytics
45
45
  GenerateDataSetResult.add_member(:data_set_request_id, Shapes::ShapeRef.new(shape: DataSetRequestId, location_name: "dataSetRequestId"))
46
46
  GenerateDataSetResult.struct_class = Types::GenerateDataSetResult
47
47
 
48
+ MarketplaceCommerceAnalyticsException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
49
+ MarketplaceCommerceAnalyticsException.struct_class = Types::MarketplaceCommerceAnalyticsException
50
+
48
51
  StartSupportDataExportRequest.add_member(:data_set_type, Shapes::ShapeRef.new(shape: SupportDataSetType, required: true, location_name: "dataSetType"))
49
52
  StartSupportDataExportRequest.add_member(:from_date, Shapes::ShapeRef.new(shape: FromDate, required: true, location_name: "fromDate"))
50
53
  StartSupportDataExportRequest.add_member(:role_name_arn, Shapes::ShapeRef.new(shape: RoleNameArn, required: true, location_name: "roleNameArn"))
@@ -10,5 +10,21 @@ module Aws::MarketplaceCommerceAnalytics
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class MarketplaceCommerceAnalyticsException < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::MarketplaceCommerceAnalytics::Types::MarketplaceCommerceAnalyticsException] data
18
+ def initialize(context, message, data = Aws::EmptyStructure.new)
19
+ super(context, message, data)
20
+ end
21
+
22
+ # @return [String]
23
+ def message
24
+ @message || @data[:message]
25
+ end
26
+
27
+ end
28
+
13
29
  end
14
30
  end
@@ -209,6 +209,19 @@ module Aws::MarketplaceCommerceAnalytics
209
209
  include Aws::Structure
210
210
  end
211
211
 
212
+ # This exception is thrown when an internal service error occurs.
213
+ #
214
+ # @!attribute [rw] message
215
+ # This message describes details of the error.
216
+ # @return [String]
217
+ #
218
+ # @see http://docs.aws.amazon.com/goto/WebAPI/marketplacecommerceanalytics-2015-07-01/MarketplaceCommerceAnalyticsException AWS API Documentation
219
+ #
220
+ class MarketplaceCommerceAnalyticsException < Struct.new(
221
+ :message)
222
+ include Aws::Structure
223
+ end
224
+
212
225
  # Container for the parameters to the StartSupportDataExport operation.
213
226
  #
214
227
  # @note When making an API call, you may pass StartSupportDataExportRequest
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-marketplacecommerceanalytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.12.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: 2019-05-15 00:00:00.000000000 Z
11
+ date: 2019-05-21 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.52.1
22
+ version: 3.53.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.52.1
32
+ version: 3.53.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement