aws-sdk-core 2.8.5 → 2.8.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 176d5afbf714aebd9dbafdbeda8b1cc1ca18de85
4
- data.tar.gz: b04fb7f5fc9d31aca0c0947afab1c52a3a44c624
3
+ metadata.gz: 869cc1dd3200cadd513508af3688f99098fe1b4e
4
+ data.tar.gz: 2a20a0dec0d079909a569013156516e029db30ea
5
5
  SHA512:
6
- metadata.gz: 750b164f8314b12d6cdf15ad342962659fdbca83bf7a5f5cb4c6a55b791db0d11310efb663047507f345cd43dc186701e0ec1d77a9c5afd552f68496747b70af
7
- data.tar.gz: f842e655fd6eda9eeea35f21c594063d2595befe834a07f23be7ed943de47a9e921c0bcbbc8e84098542aecf8af8f6acca15211d14bccb2cac4655424b8a2e62
6
+ metadata.gz: 9ae06fc9b42d18ce3ac1834d5ea41cc4c77be477dc2b6e5b9fce34b77239ef02976db4a774cc133d8bdb939bcbbf0e69dc11b74ef04153b0f88168cc5eba8d62
7
+ data.tar.gz: 7b01fa6fcf3930f43af274b7813e2a814a8b0c6129b7621628f9da85d310b1fddaa86155e35c8a49945f1e9880ab9e9532b8dcaa43a5d9af03e71a326a7ba7bb
@@ -26,6 +26,21 @@
26
26
  {"shape":"ServiceAccountException"}
27
27
  ]
28
28
  },
29
+ "CreateNetworkProfile":{
30
+ "name":"CreateNetworkProfile",
31
+ "http":{
32
+ "method":"POST",
33
+ "requestUri":"/"
34
+ },
35
+ "input":{"shape":"CreateNetworkProfileRequest"},
36
+ "output":{"shape":"CreateNetworkProfileResult"},
37
+ "errors":[
38
+ {"shape":"ArgumentException"},
39
+ {"shape":"NotFoundException"},
40
+ {"shape":"LimitExceededException"},
41
+ {"shape":"ServiceAccountException"}
42
+ ]
43
+ },
29
44
  "CreateProject":{
30
45
  "name":"CreateProject",
31
46
  "http":{
@@ -86,6 +101,21 @@
86
101
  {"shape":"ServiceAccountException"}
87
102
  ]
88
103
  },
104
+ "DeleteNetworkProfile":{
105
+ "name":"DeleteNetworkProfile",
106
+ "http":{
107
+ "method":"POST",
108
+ "requestUri":"/"
109
+ },
110
+ "input":{"shape":"DeleteNetworkProfileRequest"},
111
+ "output":{"shape":"DeleteNetworkProfileResult"},
112
+ "errors":[
113
+ {"shape":"ArgumentException"},
114
+ {"shape":"NotFoundException"},
115
+ {"shape":"LimitExceededException"},
116
+ {"shape":"ServiceAccountException"}
117
+ ]
118
+ },
89
119
  "DeleteProject":{
90
120
  "name":"DeleteProject",
91
121
  "http":{
@@ -221,6 +251,21 @@
221
251
  {"shape":"ServiceAccountException"}
222
252
  ]
223
253
  },
254
+ "GetNetworkProfile":{
255
+ "name":"GetNetworkProfile",
256
+ "http":{
257
+ "method":"POST",
258
+ "requestUri":"/"
259
+ },
260
+ "input":{"shape":"GetNetworkProfileRequest"},
261
+ "output":{"shape":"GetNetworkProfileResult"},
262
+ "errors":[
263
+ {"shape":"ArgumentException"},
264
+ {"shape":"NotFoundException"},
265
+ {"shape":"LimitExceededException"},
266
+ {"shape":"ServiceAccountException"}
267
+ ]
268
+ },
224
269
  "GetOfferingStatus":{
225
270
  "name":"GetOfferingStatus",
226
271
  "http":{
@@ -402,6 +447,21 @@
402
447
  {"shape":"ServiceAccountException"}
403
448
  ]
404
449
  },
450
+ "ListNetworkProfiles":{
451
+ "name":"ListNetworkProfiles",
452
+ "http":{
453
+ "method":"POST",
454
+ "requestUri":"/"
455
+ },
456
+ "input":{"shape":"ListNetworkProfilesRequest"},
457
+ "output":{"shape":"ListNetworkProfilesResult"},
458
+ "errors":[
459
+ {"shape":"ArgumentException"},
460
+ {"shape":"NotFoundException"},
461
+ {"shape":"LimitExceededException"},
462
+ {"shape":"ServiceAccountException"}
463
+ ]
464
+ },
405
465
  "ListOfferingTransactions":{
406
466
  "name":"ListOfferingTransactions",
407
467
  "http":{
@@ -647,6 +707,21 @@
647
707
  {"shape":"ServiceAccountException"}
648
708
  ]
649
709
  },
710
+ "UpdateNetworkProfile":{
711
+ "name":"UpdateNetworkProfile",
712
+ "http":{
713
+ "method":"POST",
714
+ "requestUri":"/"
715
+ },
716
+ "input":{"shape":"UpdateNetworkProfileRequest"},
717
+ "output":{"shape":"UpdateNetworkProfileResult"},
718
+ "errors":[
719
+ {"shape":"ArgumentException"},
720
+ {"shape":"NotFoundException"},
721
+ {"shape":"LimitExceededException"},
722
+ {"shape":"ServiceAccountException"}
723
+ ]
724
+ },
650
725
  "UpdateProject":{
651
726
  "name":"UpdateProject",
652
727
  "http":{
@@ -674,7 +749,9 @@
674
749
  "members":{
675
750
  "awsAccountNumber":{"shape":"AWSAccountNumber"},
676
751
  "unmeteredDevices":{"shape":"PurchasedDevicesMap"},
677
- "unmeteredRemoteAccessDevices":{"shape":"PurchasedDevicesMap"}
752
+ "unmeteredRemoteAccessDevices":{"shape":"PurchasedDevicesMap"},
753
+ "maxJobTimeoutMinutes":{"shape":"JobTimeoutMinutes"},
754
+ "defaultJobTimeoutMinutes":{"shape":"JobTimeoutMinutes"}
678
755
  }
679
756
  },
680
757
  "AmazonResourceName":{
@@ -797,11 +874,39 @@
797
874
  "devicePool":{"shape":"DevicePool"}
798
875
  }
799
876
  },
877
+ "CreateNetworkProfileRequest":{
878
+ "type":"structure",
879
+ "required":[
880
+ "projectArn",
881
+ "name"
882
+ ],
883
+ "members":{
884
+ "projectArn":{"shape":"AmazonResourceName"},
885
+ "name":{"shape":"Name"},
886
+ "description":{"shape":"Message"},
887
+ "type":{"shape":"NetworkProfileType"},
888
+ "uplinkBandwidthBits":{"shape":"Long"},
889
+ "downlinkBandwidthBits":{"shape":"Long"},
890
+ "uplinkDelayMs":{"shape":"Long"},
891
+ "downlinkDelayMs":{"shape":"Long"},
892
+ "uplinkJitterMs":{"shape":"Long"},
893
+ "downlinkJitterMs":{"shape":"Long"},
894
+ "uplinkLossPercent":{"shape":"PercentInteger"},
895
+ "downlinkLossPercent":{"shape":"PercentInteger"}
896
+ }
897
+ },
898
+ "CreateNetworkProfileResult":{
899
+ "type":"structure",
900
+ "members":{
901
+ "networkProfile":{"shape":"NetworkProfile"}
902
+ }
903
+ },
800
904
  "CreateProjectRequest":{
801
905
  "type":"structure",
802
906
  "required":["name"],
803
907
  "members":{
804
- "name":{"shape":"Name"}
908
+ "name":{"shape":"Name"},
909
+ "defaultJobTimeoutMinutes":{"shape":"JobTimeoutMinutes"}
805
910
  }
806
911
  },
807
912
  "CreateProjectResult":{
@@ -872,6 +977,18 @@
872
977
  "members":{
873
978
  }
874
979
  },
980
+ "DeleteNetworkProfileRequest":{
981
+ "type":"structure",
982
+ "required":["arn"],
983
+ "members":{
984
+ "arn":{"shape":"AmazonResourceName"}
985
+ }
986
+ },
987
+ "DeleteNetworkProfileResult":{
988
+ "type":"structure",
989
+ "members":{
990
+ }
991
+ },
875
992
  "DeleteProjectRequest":{
876
993
  "type":"structure",
877
994
  "required":["arn"],
@@ -1012,6 +1129,12 @@
1012
1129
  "member":{"shape":"Device"}
1013
1130
  },
1014
1131
  "Double":{"type":"double"},
1132
+ "ExecutionConfiguration":{
1133
+ "type":"structure",
1134
+ "members":{
1135
+ "jobTimeoutMinutes":{"shape":"JobTimeoutMinutes"}
1136
+ }
1137
+ },
1015
1138
  "ExecutionResult":{
1016
1139
  "type":"string",
1017
1140
  "enum":[
@@ -1109,6 +1232,19 @@
1109
1232
  "job":{"shape":"Job"}
1110
1233
  }
1111
1234
  },
1235
+ "GetNetworkProfileRequest":{
1236
+ "type":"structure",
1237
+ "required":["arn"],
1238
+ "members":{
1239
+ "arn":{"shape":"AmazonResourceName"}
1240
+ }
1241
+ },
1242
+ "GetNetworkProfileResult":{
1243
+ "type":"structure",
1244
+ "members":{
1245
+ "networkProfile":{"shape":"NetworkProfile"}
1246
+ }
1247
+ },
1112
1248
  "GetOfferingStatusRequest":{
1113
1249
  "type":"structure",
1114
1250
  "members":{
@@ -1254,6 +1390,7 @@
1254
1390
  "deviceMinutes":{"shape":"DeviceMinutes"}
1255
1391
  }
1256
1392
  },
1393
+ "JobTimeoutMinutes":{"type":"integer"},
1257
1394
  "Jobs":{
1258
1395
  "type":"list",
1259
1396
  "member":{"shape":"Job"}
@@ -1329,6 +1466,22 @@
1329
1466
  "nextToken":{"shape":"PaginationToken"}
1330
1467
  }
1331
1468
  },
1469
+ "ListNetworkProfilesRequest":{
1470
+ "type":"structure",
1471
+ "required":["arn"],
1472
+ "members":{
1473
+ "arn":{"shape":"AmazonResourceName"},
1474
+ "type":{"shape":"NetworkProfileType"},
1475
+ "nextToken":{"shape":"PaginationToken"}
1476
+ }
1477
+ },
1478
+ "ListNetworkProfilesResult":{
1479
+ "type":"structure",
1480
+ "members":{
1481
+ "networkProfiles":{"shape":"NetworkProfiles"},
1482
+ "nextToken":{"shape":"PaginationToken"}
1483
+ }
1484
+ },
1332
1485
  "ListOfferingTransactionsRequest":{
1333
1486
  "type":"structure",
1334
1487
  "members":{
@@ -1508,6 +1661,34 @@
1508
1661
  "max":256,
1509
1662
  "min":0
1510
1663
  },
1664
+ "NetworkProfile":{
1665
+ "type":"structure",
1666
+ "members":{
1667
+ "arn":{"shape":"AmazonResourceName"},
1668
+ "name":{"shape":"Name"},
1669
+ "description":{"shape":"Message"},
1670
+ "type":{"shape":"NetworkProfileType"},
1671
+ "uplinkBandwidthBits":{"shape":"Long"},
1672
+ "downlinkBandwidthBits":{"shape":"Long"},
1673
+ "uplinkDelayMs":{"shape":"Long"},
1674
+ "downlinkDelayMs":{"shape":"Long"},
1675
+ "uplinkJitterMs":{"shape":"Long"},
1676
+ "downlinkJitterMs":{"shape":"Long"},
1677
+ "uplinkLossPercent":{"shape":"PercentInteger"},
1678
+ "downlinkLossPercent":{"shape":"PercentInteger"}
1679
+ }
1680
+ },
1681
+ "NetworkProfileType":{
1682
+ "type":"string",
1683
+ "enum":[
1684
+ "CURATED",
1685
+ "PRIVATE"
1686
+ ]
1687
+ },
1688
+ "NetworkProfiles":{
1689
+ "type":"list",
1690
+ "member":{"shape":"NetworkProfile"}
1691
+ },
1511
1692
  "NotEligibleException":{
1512
1693
  "type":"structure",
1513
1694
  "members":{
@@ -1584,6 +1765,11 @@
1584
1765
  "max":1024,
1585
1766
  "min":4
1586
1767
  },
1768
+ "PercentInteger":{
1769
+ "type":"integer",
1770
+ "max":100,
1771
+ "min":0
1772
+ },
1587
1773
  "Problem":{
1588
1774
  "type":"structure",
1589
1775
  "members":{
@@ -1612,6 +1798,7 @@
1612
1798
  "members":{
1613
1799
  "arn":{"shape":"AmazonResourceName"},
1614
1800
  "name":{"shape":"Name"},
1801
+ "defaultJobTimeoutMinutes":{"shape":"JobTimeoutMinutes"},
1615
1802
  "created":{"shape":"DateTime"}
1616
1803
  }
1617
1804
  },
@@ -1741,7 +1928,8 @@
1741
1928
  "totalJobs":{"shape":"Integer"},
1742
1929
  "completedJobs":{"shape":"Integer"},
1743
1930
  "billingMethod":{"shape":"BillingMethod"},
1744
- "deviceMinutes":{"shape":"DeviceMinutes"}
1931
+ "deviceMinutes":{"shape":"DeviceMinutes"},
1932
+ "networkProfile":{"shape":"NetworkProfile"}
1745
1933
  }
1746
1934
  },
1747
1935
  "Runs":{
@@ -1807,7 +1995,8 @@
1807
1995
  "devicePoolArn":{"shape":"AmazonResourceName"},
1808
1996
  "name":{"shape":"Name"},
1809
1997
  "test":{"shape":"ScheduleRunTest"},
1810
- "configuration":{"shape":"ScheduleRunConfiguration"}
1998
+ "configuration":{"shape":"ScheduleRunConfiguration"},
1999
+ "executionConfiguration":{"shape":"ExecutionConfiguration"}
1811
2000
  }
1812
2001
  },
1813
2002
  "ScheduleRunResult":{
@@ -1965,12 +2154,37 @@
1965
2154
  "devicePool":{"shape":"DevicePool"}
1966
2155
  }
1967
2156
  },
2157
+ "UpdateNetworkProfileRequest":{
2158
+ "type":"structure",
2159
+ "required":["arn"],
2160
+ "members":{
2161
+ "arn":{"shape":"AmazonResourceName"},
2162
+ "name":{"shape":"Name"},
2163
+ "description":{"shape":"Message"},
2164
+ "type":{"shape":"NetworkProfileType"},
2165
+ "uplinkBandwidthBits":{"shape":"Long"},
2166
+ "downlinkBandwidthBits":{"shape":"Long"},
2167
+ "uplinkDelayMs":{"shape":"Long"},
2168
+ "downlinkDelayMs":{"shape":"Long"},
2169
+ "uplinkJitterMs":{"shape":"Long"},
2170
+ "downlinkJitterMs":{"shape":"Long"},
2171
+ "uplinkLossPercent":{"shape":"PercentInteger"},
2172
+ "downlinkLossPercent":{"shape":"PercentInteger"}
2173
+ }
2174
+ },
2175
+ "UpdateNetworkProfileResult":{
2176
+ "type":"structure",
2177
+ "members":{
2178
+ "networkProfile":{"shape":"NetworkProfile"}
2179
+ }
2180
+ },
1968
2181
  "UpdateProjectRequest":{
1969
2182
  "type":"structure",
1970
2183
  "required":["arn"],
1971
2184
  "members":{
1972
2185
  "arn":{"shape":"AmazonResourceName"},
1973
- "name":{"shape":"Name"}
2186
+ "name":{"shape":"Name"},
2187
+ "defaultJobTimeoutMinutes":{"shape":"JobTimeoutMinutes"}
1974
2188
  }
1975
2189
  },
1976
2190
  "UpdateProjectResult":{
@@ -36,7 +36,7 @@
36
36
  "output": {
37
37
  "project": {
38
38
  "name": "MyProject",
39
- "arn": "arn:aws:devicefarm:us-west-2:183774035805:project:5e01a8c7-c861-4c0a-b1d5-12345EXAMPLE",
39
+ "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:5e01a8c7-c861-4c0a-b1d5-12345EXAMPLE",
40
40
  "created": "1472660939.152"
41
41
  }
42
42
  },
@@ -90,10 +90,10 @@
90
90
  "upload": {
91
91
  "name": "MyAppiumPythonUpload",
92
92
  "type": "APPIUM_PYTHON_TEST_PACKAGE",
93
- "arn": "arn:aws:devicefarm:us-west-2:183774035805:upload:5e01a8c7-c861-4c0a-b1d5-5ec6e6c6dd23/b5340a65-3da7-4da6-a26e-12345EXAMPLE",
93
+ "arn": "arn:aws:devicefarm:us-west-2:123456789101:upload:5e01a8c7-c861-4c0a-b1d5-5ec6e6c6dd23/b5340a65-3da7-4da6-a26e-12345EXAMPLE",
94
94
  "created": "1472661404.186",
95
95
  "status": "INITIALIZED",
96
- "url": "https://prod-us-west-2-uploads.s3-us-west-2.amazonaws.com/arn%3Aaws%3Adevicefarm%3Aus-west-2%3A183774035805%3Aproject%3A5e01a8c7-c861-4c0a-b1d5-12345EXAMPLE/uploads/arn%3Aaws%3Adevicefarm%3Aus-west-2%3A183774035805%3Aupload%3A5e01a8c7-c861-4c0a-b1d5-5ec6e6c6dd23/b5340a65-3da7-4da6-a26e-12345EXAMPLE/MyAppiumPythonUpload?AWSAccessKeyId=1234567891011EXAMPLE&Expires=1472747804&Signature=1234567891011EXAMPLE"
96
+ "url": "https://prod-us-west-2-uploads.s3-us-west-2.amazonaws.com/arn%3Aaws%3Adevicefarm%3Aus-west-2%3A123456789101%3Aproject%3A5e01a8c7-c861-4c0a-b1d5-12345EXAMPLE/uploads/arn%3Aaws%3Adevicefarm%3Aus-west-2%3A123456789101%3Aupload%3A5e01a8c7-c861-4c0a-b1d5-5ec6e6c6dd23/b5340a65-3da7-4da6-a26e-12345EXAMPLE/MyAppiumPythonUpload?AWSAccessKeyId=1234567891011EXAMPLE&Expires=1472747804&Signature=1234567891011EXAMPLE"
97
97
  }
98
98
  },
99
99
  "comments": {
@@ -840,12 +840,12 @@
840
840
  "projects": [
841
841
  {
842
842
  "name": "My Test Project",
843
- "arn": "arn:aws:devicefarm:us-west-2:183774035805:project:7ad300ed-8183-41a7-bf94-12345EXAMPLE",
843
+ "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:7ad300ed-8183-41a7-bf94-12345EXAMPLE",
844
844
  "created": "1453163262.105"
845
845
  },
846
846
  {
847
847
  "name": "Hello World",
848
- "arn": "arn:aws:devicefarm:us-west-2:183774035805:project:d6b087d9-56db-4e44-b9ec-12345EXAMPLE",
848
+ "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:d6b087d9-56db-4e44-b9ec-12345EXAMPLE",
849
849
  "created": "1470350112.439"
850
850
  }
851
851
  ]
@@ -1217,12 +1217,12 @@
1217
1217
  {
1218
1218
  "input": {
1219
1219
  "name": "NewName",
1220
- "arn": "arn:aws:devicefarm:us-west-2:183774035805:project:8f75187d-101e-4625-accc-12345EXAMPLE"
1220
+ "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:8f75187d-101e-4625-accc-12345EXAMPLE"
1221
1221
  },
1222
1222
  "output": {
1223
1223
  "project": {
1224
1224
  "name": "NewName",
1225
- "arn": "arn:aws:devicefarm:us-west-2:183774035805:project:8f75187d-101e-4625-accc-12345EXAMPLE",
1225
+ "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:8f75187d-101e-4625-accc-12345EXAMPLE",
1226
1226
  "created": "1448400709.927"
1227
1227
  }
1228
1228
  },
@@ -3,7 +3,10 @@
3
3
  "GetOfferingStatus": {
4
4
  "input_token": "nextToken",
5
5
  "output_token": "nextToken",
6
- "result_key": ["current","nextPeriod"]
6
+ "result_key": [
7
+ "current",
8
+ "nextPeriod"
9
+ ]
7
10
  },
8
11
  "ListArtifacts": {
9
12
  "input_token": "nextToken",
@@ -71,4 +74,4 @@
71
74
  "result_key": "uploads"
72
75
  }
73
76
  }
74
- }
77
+ }
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "version":"2.0",
3
3
  "metadata":{
4
- "uid":"events-2015-10-07",
5
4
  "apiVersion":"2015-10-07",
6
5
  "endpointPrefix":"events",
7
6
  "jsonVersion":"1.1",
8
7
  "serviceFullName":"Amazon CloudWatch Events",
9
8
  "signatureVersion":"v4",
9
+ "signingName":"events",
10
10
  "targetPrefix":"AWSEvents",
11
+ "timestampFormat":"unixTimestamp",
11
12
  "protocol":"json"
12
13
  },
13
14
  "operations":{
@@ -266,6 +267,11 @@
266
267
  }
267
268
  },
268
269
  "shapes":{
270
+ "Arn":{
271
+ "type":"string",
272
+ "min":1,
273
+ "max":1600
274
+ },
269
275
  "Boolean":{"type":"boolean"},
270
276
  "ConcurrentModificationException":{
271
277
  "type":"structure",
@@ -306,6 +312,14 @@
306
312
  "Name":{"shape":"RuleName"}
307
313
  }
308
314
  },
315
+ "EcsParameters":{
316
+ "type":"structure",
317
+ "required":["TaskDefinitionArn"],
318
+ "members":{
319
+ "TaskDefinitionArn":{"shape":"Arn"},
320
+ "TaskCount":{"shape":"LimitMin1"}
321
+ }
322
+ },
309
323
  "EnableRuleRequest":{
310
324
  "type":"structure",
311
325
  "required":["Name"],
@@ -326,6 +340,20 @@
326
340
  "member":{"shape":"EventResource"}
327
341
  },
328
342
  "EventTime":{"type":"timestamp"},
343
+ "InputTransformer":{
344
+ "type":"structure",
345
+ "required":["InputTemplate"],
346
+ "members":{
347
+ "InputPathsMap":{"shape":"TransformerPaths"},
348
+ "InputTemplate":{"shape":"TransformerInput"}
349
+ }
350
+ },
351
+ "InputTransformerPathKey":{
352
+ "type":"string",
353
+ "min":1,
354
+ "max":256,
355
+ "pattern":"[A-Za-z0-9\\_\\-]+"
356
+ },
329
357
  "Integer":{"type":"integer"},
330
358
  "InternalException":{
331
359
  "type":"structure",
@@ -340,6 +368,13 @@
340
368
  },
341
369
  "exception":true
342
370
  },
371
+ "KinesisParameters":{
372
+ "type":"structure",
373
+ "required":["PartitionKeyPath"],
374
+ "members":{
375
+ "PartitionKeyPath":{"shape":"TargetPartitionKeyPath"}
376
+ }
377
+ },
343
378
  "LimitExceededException":{
344
379
  "type":"structure",
345
380
  "members":{
@@ -351,6 +386,10 @@
351
386
  "min":1,
352
387
  "max":100
353
388
  },
389
+ "LimitMin1":{
390
+ "type":"integer",
391
+ "min":1
392
+ },
354
393
  "ListRuleNamesByTargetRequest":{
355
394
  "type":"structure",
356
395
  "required":["TargetArn"],
@@ -576,6 +615,47 @@
576
615
  "DISABLED"
577
616
  ]
578
617
  },
618
+ "RunCommandParameters":{
619
+ "type":"structure",
620
+ "required":["RunCommandTargets"],
621
+ "members":{
622
+ "RunCommandTargets":{"shape":"RunCommandTargets"}
623
+ }
624
+ },
625
+ "RunCommandTarget":{
626
+ "type":"structure",
627
+ "required":[
628
+ "Key",
629
+ "Values"
630
+ ],
631
+ "members":{
632
+ "Key":{"shape":"RunCommandTargetKey"},
633
+ "Values":{"shape":"RunCommandTargetValues"}
634
+ }
635
+ },
636
+ "RunCommandTargetKey":{
637
+ "type":"string",
638
+ "min":1,
639
+ "max":128,
640
+ "pattern":"^[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*$"
641
+ },
642
+ "RunCommandTargetValue":{
643
+ "type":"string",
644
+ "min":1,
645
+ "max":256
646
+ },
647
+ "RunCommandTargetValues":{
648
+ "type":"list",
649
+ "member":{"shape":"RunCommandTargetValue"},
650
+ "min":1,
651
+ "max":50
652
+ },
653
+ "RunCommandTargets":{
654
+ "type":"list",
655
+ "member":{"shape":"RunCommandTarget"},
656
+ "min":1,
657
+ "max":5
658
+ },
579
659
  "ScheduleExpression":{
580
660
  "type":"string",
581
661
  "max":256
@@ -590,8 +670,13 @@
590
670
  "members":{
591
671
  "Id":{"shape":"TargetId"},
592
672
  "Arn":{"shape":"TargetArn"},
673
+ "RoleArn":{"shape":"RoleArn"},
593
674
  "Input":{"shape":"TargetInput"},
594
- "InputPath":{"shape":"TargetInputPath"}
675
+ "InputPath":{"shape":"TargetInputPath"},
676
+ "InputTransformer":{"shape":"InputTransformer"},
677
+ "KinesisParameters":{"shape":"KinesisParameters"},
678
+ "RunCommandParameters":{"shape":"RunCommandParameters"},
679
+ "EcsParameters":{"shape":"EcsParameters"}
595
680
  }
596
681
  },
597
682
  "TargetArn":{
@@ -621,7 +706,13 @@
621
706
  },
622
707
  "TargetList":{
623
708
  "type":"list",
624
- "member":{"shape":"Target"}
709
+ "member":{"shape":"Target"},
710
+ "min":1,
711
+ "max":100
712
+ },
713
+ "TargetPartitionKeyPath":{
714
+ "type":"string",
715
+ "max":256
625
716
  },
626
717
  "TestEventPatternRequest":{
627
718
  "type":"structure",
@@ -639,6 +730,17 @@
639
730
  "members":{
640
731
  "Result":{"shape":"Boolean"}
641
732
  }
733
+ },
734
+ "TransformerInput":{
735
+ "type":"string",
736
+ "min":1,
737
+ "max":8192
738
+ },
739
+ "TransformerPaths":{
740
+ "type":"map",
741
+ "key":{"shape":"InputTransformerPathKey"},
742
+ "value":{"shape":"TargetInputPath"},
743
+ "max":10
642
744
  }
643
745
  }
644
746
  }
@@ -688,6 +688,7 @@
688
688
  "ap-south-1": {},
689
689
  "ap-southeast-1": {},
690
690
  "ap-southeast-2": {},
691
+ "ca-central-1": {},
691
692
  "eu-central-1": {},
692
693
  "eu-west-1": {},
693
694
  "eu-west-2": {},
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.8.5'
2
+ VERSION = '2.8.6'
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.8.5
4
+ version: 2.8.6
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-10 00:00:00.000000000 Z
11
+ date: 2017-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath