aws-sdk-core 2.11.290 → 2.11.291

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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,58 @@
1
+ {
2
+ "pagination": {
3
+ "ListCampaigns": {
4
+ "input_token": "nextToken",
5
+ "limit_key": "maxResults",
6
+ "output_token": "nextToken",
7
+ "result_key": "campaigns"
8
+ },
9
+ "ListDatasetGroups": {
10
+ "input_token": "nextToken",
11
+ "limit_key": "maxResults",
12
+ "output_token": "nextToken",
13
+ "result_key": "datasetGroups"
14
+ },
15
+ "ListDatasetImportJobs": {
16
+ "input_token": "nextToken",
17
+ "limit_key": "maxResults",
18
+ "output_token": "nextToken",
19
+ "result_key": "datasetImportJobs"
20
+ },
21
+ "ListDatasets": {
22
+ "input_token": "nextToken",
23
+ "limit_key": "maxResults",
24
+ "output_token": "nextToken",
25
+ "result_key": "datasets"
26
+ },
27
+ "ListEventTrackers": {
28
+ "input_token": "nextToken",
29
+ "limit_key": "maxResults",
30
+ "output_token": "nextToken",
31
+ "result_key": "eventTrackers"
32
+ },
33
+ "ListRecipes": {
34
+ "input_token": "nextToken",
35
+ "limit_key": "maxResults",
36
+ "output_token": "nextToken",
37
+ "result_key": "recipes"
38
+ },
39
+ "ListSchemas": {
40
+ "input_token": "nextToken",
41
+ "limit_key": "maxResults",
42
+ "output_token": "nextToken",
43
+ "result_key": "schemas"
44
+ },
45
+ "ListSolutionVersions": {
46
+ "input_token": "nextToken",
47
+ "limit_key": "maxResults",
48
+ "output_token": "nextToken",
49
+ "result_key": "solutionVersions"
50
+ },
51
+ "ListSolutions": {
52
+ "input_token": "nextToken",
53
+ "limit_key": "maxResults",
54
+ "output_token": "nextToken",
55
+ "result_key": "solutions"
56
+ }
57
+ }
58
+ }
data/lib/aws-sdk-core.rb CHANGED
@@ -151,6 +151,9 @@ module Aws
151
151
  OpsWorksCM
152
152
  Organizations
153
153
  PI
154
+ Personalize
155
+ PersonalizeEvents
156
+ PersonalizeRuntime
154
157
  Pinpoint
155
158
  PinpointEmail
156
159
  PinpointSMSVoice
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:Personalize, {
2
+ api: "#{Aws::API_DIR}/personalize/2018-05-22/api-2.json",
3
+ docs: "#{Aws::API_DIR}/personalize/2018-05-22/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/personalize/2018-05-22/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/personalize/2018-05-22/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:PersonalizeEvents, {
2
+ api: "#{Aws::API_DIR}/personalize-events/2018-03-22/api-2.json",
3
+ docs: "#{Aws::API_DIR}/personalize-events/2018-03-22/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/personalize-events/2018-03-22/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/personalize-events/2018-03-22/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:PersonalizeRuntime, {
2
+ api: "#{Aws::API_DIR}/personalize-runtime/2018-05-22/api-2.json",
3
+ docs: "#{Aws::API_DIR}/personalize-runtime/2018-05-22/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/personalize-runtime/2018-05-22/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/personalize-runtime/2018-05-22/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.290'
2
+ VERSION = '2.11.291'
3
3
  end
data/service-models.json CHANGED
@@ -510,6 +510,18 @@
510
510
  "models": "pi/2018-02-27",
511
511
  "endpoint": "pi"
512
512
  },
513
+ "Personalize": {
514
+ "models": "personalize/2018-05-22",
515
+ "endpoint": "personalize"
516
+ },
517
+ "PersonalizeEvents": {
518
+ "models": "personalize-events/2018-03-22",
519
+ "endpoint": "personalize-events"
520
+ },
521
+ "PersonalizeRuntime": {
522
+ "models": "personalize-runtime/2018-05-22",
523
+ "endpoint": "personalize-runtime"
524
+ },
513
525
  "Pinpoint": {
514
526
  "models": "pinpoint/2016-12-01",
515
527
  "endpoint": "pinpoint"
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.290
4
+ version: 2.11.291
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-06-07 00:00:00.000000000 Z
11
+ date: 2019-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -556,6 +556,15 @@ files:
556
556
  - apis/organizations/2016-11-28/api-2.json
557
557
  - apis/organizations/2016-11-28/examples-1.json
558
558
  - apis/organizations/2016-11-28/paginators-1.json
559
+ - apis/personalize-events/2018-03-22/api-2.json
560
+ - apis/personalize-events/2018-03-22/examples-1.json
561
+ - apis/personalize-events/2018-03-22/paginators-1.json
562
+ - apis/personalize-runtime/2018-05-22/api-2.json
563
+ - apis/personalize-runtime/2018-05-22/examples-1.json
564
+ - apis/personalize-runtime/2018-05-22/paginators-1.json
565
+ - apis/personalize/2018-05-22/api-2.json
566
+ - apis/personalize/2018-05-22/examples-1.json
567
+ - apis/personalize/2018-05-22/paginators-1.json
559
568
  - apis/pi/2018-02-27/api-2.json
560
569
  - apis/pi/2018-02-27/examples-1.json
561
570
  - apis/pi/2018-02-27/paginators-1.json
@@ -947,6 +956,9 @@ files:
947
956
  - lib/aws-sdk-core/partitions/partition_list.rb
948
957
  - lib/aws-sdk-core/partitions/region.rb
949
958
  - lib/aws-sdk-core/partitions/service.rb
959
+ - lib/aws-sdk-core/personalize.rb
960
+ - lib/aws-sdk-core/personalizeevents.rb
961
+ - lib/aws-sdk-core/personalizeruntime.rb
950
962
  - lib/aws-sdk-core/pi.rb
951
963
  - lib/aws-sdk-core/pinpoint.rb
952
964
  - lib/aws-sdk-core/pinpointemail.rb