aws-sdk-core 2.1.27 → 2.1.28

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.
@@ -59,6 +59,32 @@
59
59
  }
60
60
  ]
61
61
  },
62
+ "DecreaseStreamRetentionPeriod":{
63
+ "name":"DecreaseStreamRetentionPeriod",
64
+ "http":{
65
+ "method":"POST",
66
+ "requestUri":"/"
67
+ },
68
+ "input":{"shape":"DecreaseStreamRetentionPeriodInput"},
69
+ "errors":[
70
+ {
71
+ "shape":"ResourceInUseException",
72
+ "exception":true
73
+ },
74
+ {
75
+ "shape":"ResourceNotFoundException",
76
+ "exception":true
77
+ },
78
+ {
79
+ "shape":"LimitExceededException",
80
+ "exception":true
81
+ },
82
+ {
83
+ "shape":"InvalidArgumentException",
84
+ "exception":true
85
+ }
86
+ ]
87
+ },
62
88
  "DeleteStream":{
63
89
  "name":"DeleteStream",
64
90
  "http":{
@@ -146,6 +172,32 @@
146
172
  }
147
173
  ]
148
174
  },
175
+ "IncreaseStreamRetentionPeriod":{
176
+ "name":"IncreaseStreamRetentionPeriod",
177
+ "http":{
178
+ "method":"POST",
179
+ "requestUri":"/"
180
+ },
181
+ "input":{"shape":"IncreaseStreamRetentionPeriodInput"},
182
+ "errors":[
183
+ {
184
+ "shape":"ResourceInUseException",
185
+ "exception":true
186
+ },
187
+ {
188
+ "shape":"ResourceNotFoundException",
189
+ "exception":true
190
+ },
191
+ {
192
+ "shape":"LimitExceededException",
193
+ "exception":true
194
+ },
195
+ {
196
+ "shape":"InvalidArgumentException",
197
+ "exception":true
198
+ }
199
+ ]
200
+ },
149
201
  "ListStreams":{
150
202
  "name":"ListStreams",
151
203
  "http":{
@@ -339,6 +391,17 @@
339
391
  "min":0,
340
392
  "max":1048576
341
393
  },
394
+ "DecreaseStreamRetentionPeriodInput":{
395
+ "type":"structure",
396
+ "required":[
397
+ "StreamName",
398
+ "RetentionPeriodHours"
399
+ ],
400
+ "members":{
401
+ "StreamName":{"shape":"StreamName"},
402
+ "RetentionPeriodHours":{"shape":"RetentionPeriodHours"}
403
+ }
404
+ },
342
405
  "DeleteStreamInput":{
343
406
  "type":"structure",
344
407
  "required":["StreamName"],
@@ -433,6 +496,17 @@
433
496
  "EndingHashKey":{"shape":"HashKey"}
434
497
  }
435
498
  },
499
+ "IncreaseStreamRetentionPeriodInput":{
500
+ "type":"structure",
501
+ "required":[
502
+ "StreamName",
503
+ "RetentionPeriodHours"
504
+ ],
505
+ "members":{
506
+ "StreamName":{"shape":"StreamName"},
507
+ "RetentionPeriodHours":{"shape":"RetentionPeriodHours"}
508
+ }
509
+ },
436
510
  "InvalidArgumentException":{
437
511
  "type":"structure",
438
512
  "members":{
@@ -650,6 +724,11 @@
650
724
  },
651
725
  "exception":true
652
726
  },
727
+ "RetentionPeriodHours":{
728
+ "type":"integer",
729
+ "min":24,
730
+ "max":168
731
+ },
653
732
  "SequenceNumber":{
654
733
  "type":"string",
655
734
  "pattern":"0|([1-9]\\d{0,128})"
@@ -722,14 +801,16 @@
722
801
  "StreamARN",
723
802
  "StreamStatus",
724
803
  "Shards",
725
- "HasMoreShards"
804
+ "HasMoreShards",
805
+ "RetentionPeriodHours"
726
806
  ],
727
807
  "members":{
728
808
  "StreamName":{"shape":"StreamName"},
729
809
  "StreamARN":{"shape":"StreamARN"},
730
810
  "StreamStatus":{"shape":"StreamStatus"},
731
811
  "Shards":{"shape":"ShardList"},
732
- "HasMoreShards":{"shape":"BooleanObject"}
812
+ "HasMoreShards":{"shape":"BooleanObject"},
813
+ "RetentionPeriodHours":{"shape":"RetentionPeriodHours"}
733
814
  }
734
815
  },
735
816
  "StreamName":{
@@ -0,0 +1,104 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2015-07-01",
5
+ "endpointPrefix":"marketplacecommerceanalytics",
6
+ "jsonVersion":"1.1",
7
+ "serviceFullName":"AWS Marketplace Commerce Analytics",
8
+ "signatureVersion":"v4",
9
+ "signingName":"marketplacecommerceanalytics",
10
+ "targetPrefix":"MarketplaceCommerceAnalytics20150701",
11
+ "protocol":"json"
12
+ },
13
+ "operations":{
14
+ "GenerateDataSet":{
15
+ "name":"GenerateDataSet",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/"
19
+ },
20
+ "input":{"shape":"GenerateDataSetRequest"},
21
+ "output":{"shape":"GenerateDataSetResult"},
22
+ "errors":[
23
+ {
24
+ "shape":"MarketplaceCommerceAnalyticsException",
25
+ "exception":true,
26
+ "fault":true
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ "shapes":{
32
+ "DataSetPublicationDate":{"type":"timestamp"},
33
+ "DataSetRequestId":{"type":"string"},
34
+ "DataSetType":{
35
+ "type":"string",
36
+ "enum":[
37
+ "customer_subscriber_hourly_monthly_subscriptions",
38
+ "customer_subscriber_annual_subscriptions",
39
+ "daily_business_usage_by_instance_type",
40
+ "daily_business_fees",
41
+ "daily_business_free_trial_conversions",
42
+ "daily_business_new_instances",
43
+ "daily_business_new_product_subscribers",
44
+ "daily_business_canceled_product_subscribers",
45
+ "monthly_revenue_billing_and_revenue_data",
46
+ "monthly_revenue_annual_subscriptions",
47
+ "disbursed_amount_by_product",
48
+ "disbursed_amount_by_customer_geo",
49
+ "disbursed_amount_by_age_of_uncollected_funds",
50
+ "disbursed_amount_by_age_of_disbursed_funds",
51
+ "customer_profile_by_industry",
52
+ "customer_profile_by_revenue"
53
+ ],
54
+ "min":1,
55
+ "max":255
56
+ },
57
+ "DestinationS3BucketName":{
58
+ "type":"string",
59
+ "min":1
60
+ },
61
+ "DestinationS3Prefix":{"type":"string"},
62
+ "ExceptionMessage":{"type":"string"},
63
+ "GenerateDataSetRequest":{
64
+ "type":"structure",
65
+ "required":[
66
+ "dataSetType",
67
+ "dataSetPublicationDate",
68
+ "roleNameArn",
69
+ "destinationS3BucketName",
70
+ "snsTopicArn"
71
+ ],
72
+ "members":{
73
+ "dataSetType":{"shape":"DataSetType"},
74
+ "dataSetPublicationDate":{"shape":"DataSetPublicationDate"},
75
+ "roleNameArn":{"shape":"RoleNameArn"},
76
+ "destinationS3BucketName":{"shape":"DestinationS3BucketName"},
77
+ "destinationS3Prefix":{"shape":"DestinationS3Prefix"},
78
+ "snsTopicArn":{"shape":"SnsTopicArn"}
79
+ }
80
+ },
81
+ "GenerateDataSetResult":{
82
+ "type":"structure",
83
+ "members":{
84
+ "dataSetRequestId":{"shape":"DataSetRequestId"}
85
+ }
86
+ },
87
+ "MarketplaceCommerceAnalyticsException":{
88
+ "type":"structure",
89
+ "members":{
90
+ "message":{"shape":"ExceptionMessage"}
91
+ },
92
+ "exception":true,
93
+ "fault":true
94
+ },
95
+ "RoleNameArn":{
96
+ "type":"string",
97
+ "min":1
98
+ },
99
+ "SnsTopicArn":{
100
+ "type":"string",
101
+ "min":1
102
+ }
103
+ }
104
+ }
data/lib/aws-sdk-core.rb CHANGED
@@ -49,14 +49,17 @@ module Aws
49
49
  ElasticsearchService
50
50
  ElasticTranscoder
51
51
  EMR
52
+ Firehose
52
53
  Glacier
53
54
  IAM
54
55
  ImportExport
56
+ Inspector
55
57
  Kinesis
56
58
  KMS
57
59
  Lambda
58
60
  LambdaPreview
59
61
  MachineLearning
62
+ MarketplaceCommerceAnalytics
60
63
  OpsWorks
61
64
  RDS
62
65
  Redshift
@@ -0,0 +1,4 @@
1
+ Aws.add_service(:Firehose, {
2
+ api: "#{Aws::API_DIR}/firehose/2015-08-04/api-2.json",
3
+ docs: "#{Aws::API_DIR}/firehose/2015-08-04/docs-2.json",
4
+ })
@@ -0,0 +1,4 @@
1
+ Aws.add_service(:Inspector, {
2
+ api: "#{Aws::API_DIR}/inspector/2015-08-18/api-2.json",
3
+ docs: "#{Aws::API_DIR}/inspector/2015-08-18/docs-2.json",
4
+ })
@@ -10,7 +10,7 @@ module Aws
10
10
  #
11
11
  # ** DO NOT EDIT THE FOLLOWING LINE OF CODE **
12
12
  #
13
- SENSITIVE = [:admin_contact, :artifact_credentials, :auth_code, :base_32_string_seed, :copy_source_sse_customer_key, :new_password, :old_password, :password, :plaintext, :private_key, :qr_code_png, :registrant_contact, :secret_access_key, :shared_secret, :sse_customer_key, :ssekms_key_id, :tech_contact]
13
+ SENSITIVE = [:admin_contact, :artifact_credentials, :auth_code, :base_32_string_seed, :copy_source_sse_customer_key, :new_password, :old_password, :password, :plaintext, :private_key, :qr_code_png, :registrant_contact, :secret_access_key, :shared_secret, :sse_customer_key, :ssekms_key_id, :tech_contact, :username]
14
14
 
15
15
  def initialize(options = {})
16
16
  @filters = Set.new(SENSITIVE + Array(options[:filter]))
@@ -0,0 +1,4 @@
1
+ Aws.add_service(:MarketplaceCommerceAnalytics, {
2
+ api: "#{Aws::API_DIR}/marketplacecommerceanalytics/2015-07-01/api-2.json",
3
+ docs: "#{Aws::API_DIR}/marketplacecommerceanalytics/2015-07-01/docs-2.json",
4
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.1.27'
2
+ VERSION = '2.1.28'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.27
4
+ version: 2.1.28
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: 2015-10-06 00:00:00.000000000 Z
11
+ date: 2015-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -94,6 +94,7 @@ files:
94
94
  - apis/email/2010-12-01/paginators-1.json
95
95
  - apis/email/2010-12-01/waiters-2.json
96
96
  - apis/es/2015-01-01/api-2.json
97
+ - apis/firehose/2015-08-04/api-2.json
97
98
  - apis/glacier/2012-06-01/api-2.json
98
99
  - apis/glacier/2012-06-01/paginators-1.json
99
100
  - apis/glacier/2012-06-01/resources-1.json
@@ -104,6 +105,7 @@ files:
104
105
  - apis/iam/2010-05-08/waiters-2.json
105
106
  - apis/importexport/2010-06-01/api-2.json
106
107
  - apis/importexport/2010-06-01/paginators-1.json
108
+ - apis/inspector/2015-08-18/api-2.json
107
109
  - apis/kinesis/2013-12-02/api-2.json
108
110
  - apis/kinesis/2013-12-02/paginators-1.json
109
111
  - apis/kinesis/2013-12-02/waiters-2.json
@@ -117,6 +119,7 @@ files:
117
119
  - apis/logs/2014-03-28/paginators-1.json
118
120
  - apis/machinelearning/2014-12-12/api-2.json
119
121
  - apis/machinelearning/2014-12-12/paginators-1.json
122
+ - apis/marketplacecommerceanalytics/2015-07-01/api-2.json
120
123
  - apis/monitoring/2010-08-01/api-2.json
121
124
  - apis/monitoring/2010-08-01/paginators-1.json
122
125
  - apis/opsworks/2013-02-18/api-2.json
@@ -216,9 +219,11 @@ files:
216
219
  - lib/aws-sdk-core/emr.rb
217
220
  - lib/aws-sdk-core/endpoint_provider.rb
218
221
  - lib/aws-sdk-core/errors.rb
222
+ - lib/aws-sdk-core/firehose.rb
219
223
  - lib/aws-sdk-core/glacier.rb
220
224
  - lib/aws-sdk-core/iam.rb
221
225
  - lib/aws-sdk-core/importexport.rb
226
+ - lib/aws-sdk-core/inspector.rb
222
227
  - lib/aws-sdk-core/instance_profile_credentials.rb
223
228
  - lib/aws-sdk-core/json.rb
224
229
  - lib/aws-sdk-core/json/builder.rb
@@ -236,6 +241,7 @@ files:
236
241
  - lib/aws-sdk-core/log/param_filter.rb
237
242
  - lib/aws-sdk-core/log/param_formatter.rb
238
243
  - lib/aws-sdk-core/machinelearning.rb
244
+ - lib/aws-sdk-core/marketplacecommerceanalytics.rb
239
245
  - lib/aws-sdk-core/opsworks.rb
240
246
  - lib/aws-sdk-core/pageable_response.rb
241
247
  - lib/aws-sdk-core/pager.rb
@@ -408,7 +414,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
408
414
  version: '0'
409
415
  requirements: []
410
416
  rubyforge_project:
411
- rubygems_version: 2.4.6
417
+ rubygems_version: 2.5.0
412
418
  signing_key:
413
419
  specification_version: 4
414
420
  summary: AWS SDK for Ruby - Core