aws-sdk-marketplacecommerceanalytics 1.11.0 → 1.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-marketplacecommerceanalytics.rb +1 -1
- data/lib/aws-sdk-marketplacecommerceanalytics/client.rb +1 -1
- data/lib/aws-sdk-marketplacecommerceanalytics/client_api.rb +3 -0
- data/lib/aws-sdk-marketplacecommerceanalytics/errors.rb +16 -0
- data/lib/aws-sdk-marketplacecommerceanalytics/types.rb +13 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed7cae551aff16bea62742a33f8179c61b6d7db3
|
4
|
+
data.tar.gz: cb922e456fc2e13d24b956a300b3f034c1e61c2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7253edaefeb097d1525b523bd275ba365f795ee738e940ffaac2554ab2f62c4fe04504cecb331b3d344cec5d8ceb455af8b702401c015961d1cedc00db0a4adb
|
7
|
+
data.tar.gz: d5d60dda376905e37b5a541c80e9186b061f610f0edf5d3119d17371a0d0b90feda8b4cb478315b5532767b34813c54f2f7f5457fc0ea6dddfcf2eb858a29fa8
|
@@ -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.
|
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.
|
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-
|
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.
|
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.
|
32
|
+
version: 3.53.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|