aws-sdk-core 2.11.35 → 2.11.36
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 +4 -4
- data/apis/autoscaling-plans/2018-01-06/api-2.json +67 -3
- data/apis/iot/2015-05-28/api-2.json +11 -1
- data/apis/iotanalytics/2017-11-27/api-2.json +1596 -0
- data/apis/iotanalytics/2017-11-27/examples-1.json +5 -0
- data/apis/iotanalytics/2017-11-27/paginators-1.json +24 -0
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/iotanalytics.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +7 -3
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pagination": {
|
|
3
|
+
"ListChannels": {
|
|
4
|
+
"input_token": "nextToken",
|
|
5
|
+
"output_token": "nextToken",
|
|
6
|
+
"limit_key": "maxResults"
|
|
7
|
+
},
|
|
8
|
+
"ListDatasets": {
|
|
9
|
+
"input_token": "nextToken",
|
|
10
|
+
"output_token": "nextToken",
|
|
11
|
+
"limit_key": "maxResults"
|
|
12
|
+
},
|
|
13
|
+
"ListDatastores": {
|
|
14
|
+
"input_token": "nextToken",
|
|
15
|
+
"output_token": "nextToken",
|
|
16
|
+
"limit_key": "maxResults"
|
|
17
|
+
},
|
|
18
|
+
"ListPipelines": {
|
|
19
|
+
"input_token": "nextToken",
|
|
20
|
+
"output_token": "nextToken",
|
|
21
|
+
"limit_key": "maxResults"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
data/lib/aws-sdk-core.rb
CHANGED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
Aws.add_service(:IoTAnalytics, {
|
|
2
|
+
api: "#{Aws::API_DIR}/iotanalytics/2017-11-27/api-2.json",
|
|
3
|
+
docs: "#{Aws::API_DIR}/iotanalytics/2017-11-27/docs-2.json",
|
|
4
|
+
examples: "#{Aws::API_DIR}/iotanalytics/2017-11-27/examples-1.json",
|
|
5
|
+
paginators: "#{Aws::API_DIR}/iotanalytics/2017-11-27/paginators-1.json",
|
|
6
|
+
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
CHANGED
|
@@ -274,6 +274,10 @@
|
|
|
274
274
|
"models": "iot/2015-05-28",
|
|
275
275
|
"endpoint": "iot"
|
|
276
276
|
},
|
|
277
|
+
"IoTAnalytics": {
|
|
278
|
+
"models": "iotanalytics/2017-11-27",
|
|
279
|
+
"endpoint": "iotanalytics"
|
|
280
|
+
},
|
|
277
281
|
"IoTDataPlane": {
|
|
278
282
|
"models": "iot-data/2015-05-28",
|
|
279
283
|
"endpoint": "data.iot"
|
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.11.
|
|
4
|
+
version: 2.11.36
|
|
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: 2018-04-
|
|
11
|
+
date: 2018-04-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|
|
@@ -317,6 +317,9 @@ files:
|
|
|
317
317
|
- apis/iot/2015-05-28/api-2.json
|
|
318
318
|
- apis/iot/2015-05-28/examples-1.json
|
|
319
319
|
- apis/iot/2015-05-28/paginators-1.json
|
|
320
|
+
- apis/iotanalytics/2017-11-27/api-2.json
|
|
321
|
+
- apis/iotanalytics/2017-11-27/examples-1.json
|
|
322
|
+
- apis/iotanalytics/2017-11-27/paginators-1.json
|
|
320
323
|
- apis/kinesis-video-archived-media/2017-09-30/api-2.json
|
|
321
324
|
- apis/kinesis-video-archived-media/2017-09-30/examples-1.json
|
|
322
325
|
- apis/kinesis-video-archived-media/2017-09-30/paginators-1.json
|
|
@@ -636,6 +639,7 @@ files:
|
|
|
636
639
|
- lib/aws-sdk-core/inspector.rb
|
|
637
640
|
- lib/aws-sdk-core/instance_profile_credentials.rb
|
|
638
641
|
- lib/aws-sdk-core/iot.rb
|
|
642
|
+
- lib/aws-sdk-core/iotanalytics.rb
|
|
639
643
|
- lib/aws-sdk-core/iotdataplane.rb
|
|
640
644
|
- lib/aws-sdk-core/iotjobsdataplane.rb
|
|
641
645
|
- lib/aws-sdk-core/json.rb
|
|
@@ -891,7 +895,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
891
895
|
version: '0'
|
|
892
896
|
requirements: []
|
|
893
897
|
rubyforge_project:
|
|
894
|
-
rubygems_version: 2.5.2.
|
|
898
|
+
rubygems_version: 2.5.2.3
|
|
895
899
|
signing_key:
|
|
896
900
|
specification_version: 4
|
|
897
901
|
summary: AWS SDK for Ruby - Core
|