aws-sdk-core 2.8.7 → 2.8.8
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/marketplacecommerceanalytics/2015-07-01/api-2.json +2 -1
- data/apis/marketplacecommerceanalytics/2015-07-01/paginators-1.json +4 -0
- data/apis/pinpoint/2016-12-01/api-2.json +219 -4
- data/lib/aws-sdk-core/marketplacecommerceanalytics.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 181927296fc1047793fc4656d4c00a601f5e3cec
|
4
|
+
data.tar.gz: 22fc4ef6a2d053ef9dac6db3c2499f404bf7f305
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6fb7a855c9bf5bcafb5f0b4f18a24e9ad7064300ef0e448aa1553c47478bacbb09f0e0b5089990cbcbd7d2a84e668653a306bd64bb37c0accb6cc771b7da2bbe
|
7
|
+
data.tar.gz: 4a8bb7a83b248abe6a553b6ce78eec6e4b0092e56bf1dcc34d456efd4d47bbd100829a542af762c48a6a82c04cf0a145aad35e56e597c40d763a9a73ea3d9e28
|
@@ -144,6 +144,33 @@
|
|
144
144
|
"shape" : "TooManyRequestsException"
|
145
145
|
} ]
|
146
146
|
},
|
147
|
+
"DeleteEventStream" : {
|
148
|
+
"name" : "DeleteEventStream",
|
149
|
+
"http" : {
|
150
|
+
"method" : "DELETE",
|
151
|
+
"requestUri" : "/v1/apps/{application-id}/eventstream",
|
152
|
+
"responseCode" : 200
|
153
|
+
},
|
154
|
+
"input" : {
|
155
|
+
"shape" : "DeleteEventStreamRequest"
|
156
|
+
},
|
157
|
+
"output" : {
|
158
|
+
"shape" : "DeleteEventStreamResponse"
|
159
|
+
},
|
160
|
+
"errors" : [ {
|
161
|
+
"shape" : "BadRequestException"
|
162
|
+
}, {
|
163
|
+
"shape" : "InternalServerErrorException"
|
164
|
+
}, {
|
165
|
+
"shape" : "ForbiddenException"
|
166
|
+
}, {
|
167
|
+
"shape" : "NotFoundException"
|
168
|
+
}, {
|
169
|
+
"shape" : "MethodNotAllowedException"
|
170
|
+
}, {
|
171
|
+
"shape" : "TooManyRequestsException"
|
172
|
+
} ]
|
173
|
+
},
|
147
174
|
"DeleteGcmChannel" : {
|
148
175
|
"name" : "DeleteGcmChannel",
|
149
176
|
"http" : {
|
@@ -414,6 +441,33 @@
|
|
414
441
|
"shape" : "TooManyRequestsException"
|
415
442
|
} ]
|
416
443
|
},
|
444
|
+
"GetEventStream" : {
|
445
|
+
"name" : "GetEventStream",
|
446
|
+
"http" : {
|
447
|
+
"method" : "GET",
|
448
|
+
"requestUri" : "/v1/apps/{application-id}/eventstream",
|
449
|
+
"responseCode" : 200
|
450
|
+
},
|
451
|
+
"input" : {
|
452
|
+
"shape" : "GetEventStreamRequest"
|
453
|
+
},
|
454
|
+
"output" : {
|
455
|
+
"shape" : "GetEventStreamResponse"
|
456
|
+
},
|
457
|
+
"errors" : [ {
|
458
|
+
"shape" : "BadRequestException"
|
459
|
+
}, {
|
460
|
+
"shape" : "InternalServerErrorException"
|
461
|
+
}, {
|
462
|
+
"shape" : "ForbiddenException"
|
463
|
+
}, {
|
464
|
+
"shape" : "NotFoundException"
|
465
|
+
}, {
|
466
|
+
"shape" : "MethodNotAllowedException"
|
467
|
+
}, {
|
468
|
+
"shape" : "TooManyRequestsException"
|
469
|
+
} ]
|
470
|
+
},
|
417
471
|
"GetGcmChannel" : {
|
418
472
|
"name" : "GetGcmChannel",
|
419
473
|
"http" : {
|
@@ -630,6 +684,33 @@
|
|
630
684
|
"shape" : "TooManyRequestsException"
|
631
685
|
} ]
|
632
686
|
},
|
687
|
+
"PutEventStream" : {
|
688
|
+
"name" : "PutEventStream",
|
689
|
+
"http" : {
|
690
|
+
"method" : "POST",
|
691
|
+
"requestUri" : "/v1/apps/{application-id}/eventstream",
|
692
|
+
"responseCode" : 200
|
693
|
+
},
|
694
|
+
"input" : {
|
695
|
+
"shape" : "PutEventStreamRequest"
|
696
|
+
},
|
697
|
+
"output" : {
|
698
|
+
"shape" : "PutEventStreamResponse"
|
699
|
+
},
|
700
|
+
"errors" : [ {
|
701
|
+
"shape" : "BadRequestException"
|
702
|
+
}, {
|
703
|
+
"shape" : "InternalServerErrorException"
|
704
|
+
}, {
|
705
|
+
"shape" : "ForbiddenException"
|
706
|
+
}, {
|
707
|
+
"shape" : "NotFoundException"
|
708
|
+
}, {
|
709
|
+
"shape" : "MethodNotAllowedException"
|
710
|
+
}, {
|
711
|
+
"shape" : "TooManyRequestsException"
|
712
|
+
} ]
|
713
|
+
},
|
633
714
|
"UpdateApnsChannel" : {
|
634
715
|
"name" : "UpdateApnsChannel",
|
635
716
|
"http" : {
|
@@ -903,6 +984,12 @@
|
|
903
984
|
"SuccessfulEndpointCount" : {
|
904
985
|
"shape" : "__integer"
|
905
986
|
},
|
987
|
+
"TimezonesCompletedCount" : {
|
988
|
+
"shape" : "__integer"
|
989
|
+
},
|
990
|
+
"TimezonesTotalCount" : {
|
991
|
+
"shape" : "__integer"
|
992
|
+
},
|
906
993
|
"TotalEndpointCount" : {
|
907
994
|
"shape" : "__integer"
|
908
995
|
},
|
@@ -948,6 +1035,9 @@
|
|
948
1035
|
"members" : {
|
949
1036
|
"Message" : {
|
950
1037
|
"shape" : "__string"
|
1038
|
+
},
|
1039
|
+
"RequestID" : {
|
1040
|
+
"shape" : "__string"
|
951
1041
|
}
|
952
1042
|
},
|
953
1043
|
"exception" : true,
|
@@ -1177,6 +1267,27 @@
|
|
1177
1267
|
"required" : [ "CampaignResponse" ],
|
1178
1268
|
"payload" : "CampaignResponse"
|
1179
1269
|
},
|
1270
|
+
"DeleteEventStreamRequest" : {
|
1271
|
+
"type" : "structure",
|
1272
|
+
"members" : {
|
1273
|
+
"ApplicationId" : {
|
1274
|
+
"shape" : "__string",
|
1275
|
+
"location" : "uri",
|
1276
|
+
"locationName" : "application-id"
|
1277
|
+
}
|
1278
|
+
},
|
1279
|
+
"required" : [ "ApplicationId" ]
|
1280
|
+
},
|
1281
|
+
"DeleteEventStreamResponse" : {
|
1282
|
+
"type" : "structure",
|
1283
|
+
"members" : {
|
1284
|
+
"EventStream" : {
|
1285
|
+
"shape" : "EventStream"
|
1286
|
+
}
|
1287
|
+
},
|
1288
|
+
"required" : [ "EventStream" ],
|
1289
|
+
"payload" : "EventStream"
|
1290
|
+
},
|
1180
1291
|
"DeleteGcmChannelRequest" : {
|
1181
1292
|
"type" : "structure",
|
1182
1293
|
"members" : {
|
@@ -1416,11 +1527,11 @@
|
|
1416
1527
|
"RequestId" : {
|
1417
1528
|
"shape" : "__string"
|
1418
1529
|
},
|
1419
|
-
"ShardId" : {
|
1420
|
-
"shape" : "__string"
|
1421
|
-
},
|
1422
1530
|
"User" : {
|
1423
1531
|
"shape" : "EndpointUser"
|
1532
|
+
},
|
1533
|
+
"ShardId" : {
|
1534
|
+
"shape" : "__string"
|
1424
1535
|
}
|
1425
1536
|
}
|
1426
1537
|
},
|
@@ -1435,11 +1546,37 @@
|
|
1435
1546
|
}
|
1436
1547
|
}
|
1437
1548
|
},
|
1549
|
+
"EventStream" : {
|
1550
|
+
"type" : "structure",
|
1551
|
+
"members" : {
|
1552
|
+
"ApplicationId" : {
|
1553
|
+
"shape" : "__string"
|
1554
|
+
},
|
1555
|
+
"DestinationStreamArn" : {
|
1556
|
+
"shape" : "__string"
|
1557
|
+
},
|
1558
|
+
"ExternalId" : {
|
1559
|
+
"shape" : "__string"
|
1560
|
+
},
|
1561
|
+
"LastModifiedDate" : {
|
1562
|
+
"shape" : "__string"
|
1563
|
+
},
|
1564
|
+
"LastUpdatedBy" : {
|
1565
|
+
"shape" : "__string"
|
1566
|
+
},
|
1567
|
+
"RoleArn" : {
|
1568
|
+
"shape" : "__string"
|
1569
|
+
}
|
1570
|
+
}
|
1571
|
+
},
|
1438
1572
|
"ForbiddenException" : {
|
1439
1573
|
"type" : "structure",
|
1440
1574
|
"members" : {
|
1441
1575
|
"Message" : {
|
1442
1576
|
"shape" : "__string"
|
1577
|
+
},
|
1578
|
+
"RequestID" : {
|
1579
|
+
"shape" : "__string"
|
1443
1580
|
}
|
1444
1581
|
},
|
1445
1582
|
"exception" : true,
|
@@ -1723,6 +1860,27 @@
|
|
1723
1860
|
"required" : [ "EndpointResponse" ],
|
1724
1861
|
"payload" : "EndpointResponse"
|
1725
1862
|
},
|
1863
|
+
"GetEventStreamRequest" : {
|
1864
|
+
"type" : "structure",
|
1865
|
+
"members" : {
|
1866
|
+
"ApplicationId" : {
|
1867
|
+
"shape" : "__string",
|
1868
|
+
"location" : "uri",
|
1869
|
+
"locationName" : "application-id"
|
1870
|
+
}
|
1871
|
+
},
|
1872
|
+
"required" : [ "ApplicationId" ]
|
1873
|
+
},
|
1874
|
+
"GetEventStreamResponse" : {
|
1875
|
+
"type" : "structure",
|
1876
|
+
"members" : {
|
1877
|
+
"EventStream" : {
|
1878
|
+
"shape" : "EventStream"
|
1879
|
+
}
|
1880
|
+
},
|
1881
|
+
"required" : [ "EventStream" ],
|
1882
|
+
"payload" : "EventStream"
|
1883
|
+
},
|
1726
1884
|
"GetGcmChannelRequest" : {
|
1727
1885
|
"type" : "structure",
|
1728
1886
|
"members" : {
|
@@ -2079,6 +2237,9 @@
|
|
2079
2237
|
"members" : {
|
2080
2238
|
"Message" : {
|
2081
2239
|
"shape" : "__string"
|
2240
|
+
},
|
2241
|
+
"RequestID" : {
|
2242
|
+
"shape" : "__string"
|
2082
2243
|
}
|
2083
2244
|
},
|
2084
2245
|
"exception" : true,
|
@@ -2227,6 +2388,9 @@
|
|
2227
2388
|
"members" : {
|
2228
2389
|
"Message" : {
|
2229
2390
|
"shape" : "__string"
|
2391
|
+
},
|
2392
|
+
"RequestID" : {
|
2393
|
+
"shape" : "__string"
|
2230
2394
|
}
|
2231
2395
|
},
|
2232
2396
|
"exception" : true,
|
@@ -2239,6 +2403,9 @@
|
|
2239
2403
|
"members" : {
|
2240
2404
|
"Message" : {
|
2241
2405
|
"shape" : "__string"
|
2406
|
+
},
|
2407
|
+
"RequestID" : {
|
2408
|
+
"shape" : "__string"
|
2242
2409
|
}
|
2243
2410
|
},
|
2244
2411
|
"exception" : true,
|
@@ -2246,6 +2413,31 @@
|
|
2246
2413
|
"httpStatusCode" : 404
|
2247
2414
|
}
|
2248
2415
|
},
|
2416
|
+
"PutEventStreamRequest" : {
|
2417
|
+
"type" : "structure",
|
2418
|
+
"members" : {
|
2419
|
+
"ApplicationId" : {
|
2420
|
+
"shape" : "__string",
|
2421
|
+
"location" : "uri",
|
2422
|
+
"locationName" : "application-id"
|
2423
|
+
},
|
2424
|
+
"WriteEventStream" : {
|
2425
|
+
"shape" : "WriteEventStream"
|
2426
|
+
}
|
2427
|
+
},
|
2428
|
+
"required" : [ "ApplicationId", "WriteEventStream" ],
|
2429
|
+
"payload" : "WriteEventStream"
|
2430
|
+
},
|
2431
|
+
"PutEventStreamResponse" : {
|
2432
|
+
"type" : "structure",
|
2433
|
+
"members" : {
|
2434
|
+
"EventStream" : {
|
2435
|
+
"shape" : "EventStream"
|
2436
|
+
}
|
2437
|
+
},
|
2438
|
+
"required" : [ "EventStream" ],
|
2439
|
+
"payload" : "EventStream"
|
2440
|
+
},
|
2249
2441
|
"QuietTime" : {
|
2250
2442
|
"type" : "structure",
|
2251
2443
|
"members" : {
|
@@ -2337,6 +2529,9 @@
|
|
2337
2529
|
},
|
2338
2530
|
"Location" : {
|
2339
2531
|
"shape" : "SegmentLocation"
|
2532
|
+
},
|
2533
|
+
"UserAttributes" : {
|
2534
|
+
"shape" : "MapOfAttributeDimension"
|
2340
2535
|
}
|
2341
2536
|
}
|
2342
2537
|
},
|
@@ -2431,6 +2626,9 @@
|
|
2431
2626
|
"members" : {
|
2432
2627
|
"Message" : {
|
2433
2628
|
"shape" : "__string"
|
2629
|
+
},
|
2630
|
+
"RequestID" : {
|
2631
|
+
"shape" : "__string"
|
2434
2632
|
}
|
2435
2633
|
},
|
2436
2634
|
"exception" : true,
|
@@ -2706,6 +2904,20 @@
|
|
2706
2904
|
}
|
2707
2905
|
}
|
2708
2906
|
},
|
2907
|
+
"WriteEventStream" : {
|
2908
|
+
"type" : "structure",
|
2909
|
+
"members" : {
|
2910
|
+
"DestinationStreamArn" : {
|
2911
|
+
"shape" : "__string"
|
2912
|
+
},
|
2913
|
+
"ExternalId" : {
|
2914
|
+
"shape" : "__string"
|
2915
|
+
},
|
2916
|
+
"RoleArn" : {
|
2917
|
+
"shape" : "__string"
|
2918
|
+
}
|
2919
|
+
}
|
2920
|
+
},
|
2709
2921
|
"WriteSegmentRequest" : {
|
2710
2922
|
"type" : "structure",
|
2711
2923
|
"members" : {
|
@@ -2748,6 +2960,9 @@
|
|
2748
2960
|
},
|
2749
2961
|
"__string" : {
|
2750
2962
|
"type" : "string"
|
2963
|
+
},
|
2964
|
+
"__timestamp" : {
|
2965
|
+
"type" : "timestamp"
|
2751
2966
|
}
|
2752
2967
|
}
|
2753
|
-
}
|
2968
|
+
}
|
@@ -2,4 +2,5 @@ Aws.add_service(:MarketplaceCommerceAnalytics, {
|
|
2
2
|
api: "#{Aws::API_DIR}/marketplacecommerceanalytics/2015-07-01/api-2.json",
|
3
3
|
docs: "#{Aws::API_DIR}/marketplacecommerceanalytics/2015-07-01/docs-2.json",
|
4
4
|
examples: "#{Aws::API_DIR}/marketplacecommerceanalytics/2015-07-01/examples-1.json",
|
5
|
+
paginators: "#{Aws::API_DIR}/marketplacecommerceanalytics/2015-07-01/paginators-1.json",
|
5
6
|
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.8.
|
4
|
+
version: 2.8.8
|
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: 2017-03-
|
11
|
+
date: 2017-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -267,6 +267,7 @@ files:
|
|
267
267
|
- apis/machinelearning/2014-12-12/waiters-2.json
|
268
268
|
- apis/marketplacecommerceanalytics/2015-07-01/api-2.json
|
269
269
|
- apis/marketplacecommerceanalytics/2015-07-01/examples-1.json
|
270
|
+
- apis/marketplacecommerceanalytics/2015-07-01/paginators-1.json
|
270
271
|
- apis/meteringmarketplace/2016-01-14/api-2.json
|
271
272
|
- apis/meteringmarketplace/2016-01-14/examples-1.json
|
272
273
|
- apis/monitoring/2010-08-01/api-2.json
|