aws-sdk-core 2.11.255 → 2.11.256

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: 0b05210328d40f8b4f1b872f18b0a19991459f96
4
- data.tar.gz: d28f939d8503ffb1dea32c8ce0994f073a06a924
3
+ metadata.gz: 62b2343567dddf9e4e70573e51aa1390bf0ad94a
4
+ data.tar.gz: bf9c99d171c7c10292692c1939df6d6fd38a22d7
5
5
  SHA512:
6
- metadata.gz: be503ece9439f2966792f71f1540c4e158a443c2f881743968e422acd1bb41f9d77c1408e3bd84d27ee08cb79975cb479628dd7a1e6902404a6a9cd02f4cdef2
7
- data.tar.gz: d9117fd44d1a987d3702e860e02ec8c429ec3dc533bda13d56d3dab0698eeb9ca3b65006959bcc6727536a51c4d660097cd95ffd328b39936f0b96a889bf7d00
6
+ metadata.gz: 332b36a1f7d5a059acea424aad1d89bc115370da6049f1aa4a9a01b99b475011755e2cab8b17c353586eaf9625da8d047d714b2a1f70d56c3c8de28ff0fd63c6
7
+ data.tar.gz: b8cf19527d1fedcb82d7928a26e7754ad3fba4c1f583dd3f8b096e10d1bd8a6844c6a9f1ceb6d9a6c403c81cf26e929f4cd3061abacf1366d2a9594cba053b73
@@ -922,6 +922,7 @@
922
922
  "DataAccessRoleArn":{"shape":"IamRoleArn"},
923
923
  "Tags":{"shape":"TagList"},
924
924
  "InputDataConfig":{"shape":"DocumentClassifierInputDataConfig"},
925
+ "OutputDataConfig":{"shape":"DocumentClassifierOutputDataConfig"},
925
926
  "ClientRequestToken":{
926
927
  "shape":"ClientRequestTokenString",
927
928
  "idempotencyToken":true
@@ -1222,6 +1223,13 @@
1222
1223
  "S3Uri":{"shape":"S3Uri"}
1223
1224
  }
1224
1225
  },
1226
+ "DocumentClassifierOutputDataConfig":{
1227
+ "type":"structure",
1228
+ "members":{
1229
+ "S3Uri":{"shape":"S3Uri"},
1230
+ "KmsKeyId":{"shape":"KmsKeyId"}
1231
+ }
1232
+ },
1225
1233
  "DocumentClassifierProperties":{
1226
1234
  "type":"structure",
1227
1235
  "members":{
@@ -1234,6 +1242,7 @@
1234
1242
  "TrainingStartTime":{"shape":"Timestamp"},
1235
1243
  "TrainingEndTime":{"shape":"Timestamp"},
1236
1244
  "InputDataConfig":{"shape":"DocumentClassifierInputDataConfig"},
1245
+ "OutputDataConfig":{"shape":"DocumentClassifierOutputDataConfig"},
1237
1246
  "ClassifierMetadata":{"shape":"ClassifierMetadata"},
1238
1247
  "DataAccessRoleArn":{"shape":"IamRoleArn"},
1239
1248
  "VolumeKmsKeyId":{"shape":"KmsKeyId"}
@@ -2299,6 +2299,8 @@
2299
2299
  "Timeout":{"shape":"Timeout"},
2300
2300
  "MaxCapacity":{"shape":"NullableDouble"},
2301
2301
  "NotificationProperty":{"shape":"NotificationProperty"},
2302
+ "WorkerType":{"shape":"WorkerType"},
2303
+ "NumberOfWorkers":{"shape":"NullableInteger"},
2302
2304
  "SecurityConfiguration":{"shape":"NameString"},
2303
2305
  "Tags":{"shape":"TagsMap"}
2304
2306
  }
@@ -3531,8 +3533,10 @@
3531
3533
  },
3532
3534
  "Timeout":{"shape":"Timeout"},
3533
3535
  "MaxCapacity":{"shape":"NullableDouble"},
3534
- "NotificationProperty":{"shape":"NotificationProperty"},
3535
- "SecurityConfiguration":{"shape":"NameString"}
3536
+ "WorkerType":{"shape":"WorkerType"},
3537
+ "NumberOfWorkers":{"shape":"NullableInteger"},
3538
+ "SecurityConfiguration":{"shape":"NameString"},
3539
+ "NotificationProperty":{"shape":"NotificationProperty"}
3536
3540
  }
3537
3541
  },
3538
3542
  "JobBookmarkEntry":{
@@ -3599,6 +3603,8 @@
3599
3603
  "Timeout":{"shape":"Timeout"},
3600
3604
  "MaxCapacity":{"shape":"NullableDouble"},
3601
3605
  "NotificationProperty":{"shape":"NotificationProperty"},
3606
+ "WorkerType":{"shape":"WorkerType"},
3607
+ "NumberOfWorkers":{"shape":"NullableInteger"},
3602
3608
  "SecurityConfiguration":{"shape":"NameString"},
3603
3609
  "LogGroupName":{"shape":"GenericString"}
3604
3610
  }
@@ -3637,8 +3643,10 @@
3637
3643
  },
3638
3644
  "Timeout":{"shape":"Timeout"},
3639
3645
  "MaxCapacity":{"shape":"NullableDouble"},
3640
- "NotificationProperty":{"shape":"NotificationProperty"},
3641
- "SecurityConfiguration":{"shape":"NameString"}
3646
+ "WorkerType":{"shape":"WorkerType"},
3647
+ "NumberOfWorkers":{"shape":"NullableInteger"},
3648
+ "SecurityConfiguration":{"shape":"NameString"},
3649
+ "NotificationProperty":{"shape":"NotificationProperty"}
3642
3650
  }
3643
3651
  },
3644
3652
  "JsonClassifier":{
@@ -3877,6 +3885,10 @@
3877
3885
  "type":"double",
3878
3886
  "box":true
3879
3887
  },
3888
+ "NullableInteger":{
3889
+ "type":"integer",
3890
+ "box":true
3891
+ },
3880
3892
  "OperationTimeoutException":{
3881
3893
  "type":"structure",
3882
3894
  "members":{
@@ -4256,8 +4268,10 @@
4256
4268
  },
4257
4269
  "Timeout":{"shape":"Timeout"},
4258
4270
  "MaxCapacity":{"shape":"NullableDouble"},
4259
- "NotificationProperty":{"shape":"NotificationProperty"},
4260
- "SecurityConfiguration":{"shape":"NameString"}
4271
+ "WorkerType":{"shape":"WorkerType"},
4272
+ "NumberOfWorkers":{"shape":"NullableInteger"},
4273
+ "SecurityConfiguration":{"shape":"NameString"},
4274
+ "NotificationProperty":{"shape":"NotificationProperty"}
4261
4275
  }
4262
4276
  },
4263
4277
  "StartJobRunResponse":{
@@ -4847,6 +4861,14 @@
4847
4861
  "type":"string",
4848
4862
  "max":409600
4849
4863
  },
4864
+ "WorkerType":{
4865
+ "type":"string",
4866
+ "enum":[
4867
+ "Standard",
4868
+ "G.1X",
4869
+ "G.2X"
4870
+ ]
4871
+ },
4850
4872
  "XMLClassifier":{
4851
4873
  "type":"structure",
4852
4874
  "required":[
@@ -2395,7 +2395,8 @@
2395
2395
  "members": {
2396
2396
  "Arn": {
2397
2397
  "shape": "__string",
2398
- "locationName": "arn"
2398
+ "locationName": "arn",
2399
+ "location": "uri"
2399
2400
  }
2400
2401
  },
2401
2402
  "required": [
@@ -6,10 +6,10 @@
6
6
  "serviceFullName": "AWS Elemental MediaLive",
7
7
  "serviceId": "MediaLive",
8
8
  "protocol": "rest-json",
9
+ "jsonVersion": "1.1",
9
10
  "uid": "medialive-2017-10-14",
10
11
  "signatureVersion": "v4",
11
- "serviceAbbreviation": "MediaLive",
12
- "jsonVersion": "1.1"
12
+ "serviceAbbreviation": "MediaLive"
13
13
  },
14
14
  "operations": {
15
15
  "BatchUpdateSchedule": {
@@ -1017,6 +1017,46 @@
1017
1017
  "shape": "ConflictException"
1018
1018
  }
1019
1019
  ]
1020
+ },
1021
+ "UpdateReservation": {
1022
+ "name": "UpdateReservation",
1023
+ "http": {
1024
+ "method": "PUT",
1025
+ "requestUri": "/prod/reservations/{reservationId}",
1026
+ "responseCode": 200
1027
+ },
1028
+ "input": {
1029
+ "shape": "UpdateReservationRequest"
1030
+ },
1031
+ "output": {
1032
+ "shape": "UpdateReservationResponse"
1033
+ },
1034
+ "errors": [
1035
+ {
1036
+ "shape": "BadRequestException"
1037
+ },
1038
+ {
1039
+ "shape": "InternalServerErrorException"
1040
+ },
1041
+ {
1042
+ "shape": "ForbiddenException"
1043
+ },
1044
+ {
1045
+ "shape": "BadGatewayException"
1046
+ },
1047
+ {
1048
+ "shape": "NotFoundException"
1049
+ },
1050
+ {
1051
+ "shape": "GatewayTimeoutException"
1052
+ },
1053
+ {
1054
+ "shape": "TooManyRequestsException"
1055
+ },
1056
+ {
1057
+ "shape": "ConflictException"
1058
+ }
1059
+ ]
1020
1060
  }
1021
1061
  },
1022
1062
  "shapes": {
@@ -1993,6 +2033,10 @@
1993
2033
  "shape": "__string",
1994
2034
  "locationName": "arn"
1995
2035
  },
2036
+ "ChannelClass": {
2037
+ "shape": "ChannelClass",
2038
+ "locationName": "channelClass"
2039
+ },
1996
2040
  "Destinations": {
1997
2041
  "shape": "__listOfOutputDestination",
1998
2042
  "locationName": "destinations"
@@ -2043,6 +2087,13 @@
2043
2087
  }
2044
2088
  }
2045
2089
  },
2090
+ "ChannelClass": {
2091
+ "type": "string",
2092
+ "enum": [
2093
+ "STANDARD",
2094
+ "SINGLE_PIPELINE"
2095
+ ]
2096
+ },
2046
2097
  "ChannelConfigurationValidationError": {
2047
2098
  "type": "structure",
2048
2099
  "members": {
@@ -2086,6 +2137,10 @@
2086
2137
  "shape": "__string",
2087
2138
  "locationName": "arn"
2088
2139
  },
2140
+ "ChannelClass": {
2141
+ "shape": "ChannelClass",
2142
+ "locationName": "channelClass"
2143
+ },
2089
2144
  "Destinations": {
2090
2145
  "shape": "__listOfOutputDestination",
2091
2146
  "locationName": "destinations"
@@ -2148,6 +2203,10 @@
2148
2203
  "CreateChannel": {
2149
2204
  "type": "structure",
2150
2205
  "members": {
2206
+ "ChannelClass": {
2207
+ "shape": "ChannelClass",
2208
+ "locationName": "channelClass"
2209
+ },
2151
2210
  "Destinations": {
2152
2211
  "shape": "__listOfOutputDestination",
2153
2212
  "locationName": "destinations"
@@ -2195,6 +2254,10 @@
2195
2254
  "CreateChannelRequest": {
2196
2255
  "type": "structure",
2197
2256
  "members": {
2257
+ "ChannelClass": {
2258
+ "shape": "ChannelClass",
2259
+ "locationName": "channelClass"
2260
+ },
2198
2261
  "Destinations": {
2199
2262
  "shape": "__listOfOutputDestination",
2200
2263
  "locationName": "destinations"
@@ -2435,6 +2498,10 @@
2435
2498
  "shape": "__string",
2436
2499
  "locationName": "arn"
2437
2500
  },
2501
+ "ChannelClass": {
2502
+ "shape": "ChannelClass",
2503
+ "locationName": "channelClass"
2504
+ },
2438
2505
  "Destinations": {
2439
2506
  "shape": "__listOfOutputDestination",
2440
2507
  "locationName": "destinations"
@@ -2601,6 +2668,10 @@
2601
2668
  "shape": "ReservationState",
2602
2669
  "locationName": "state"
2603
2670
  },
2671
+ "Tags": {
2672
+ "shape": "Tags",
2673
+ "locationName": "tags"
2674
+ },
2604
2675
  "UsagePrice": {
2605
2676
  "shape": "__double",
2606
2677
  "locationName": "usagePrice"
@@ -2646,6 +2717,10 @@
2646
2717
  "shape": "__string",
2647
2718
  "locationName": "arn"
2648
2719
  },
2720
+ "ChannelClass": {
2721
+ "shape": "ChannelClass",
2722
+ "locationName": "channelClass"
2723
+ },
2649
2724
  "Destinations": {
2650
2725
  "shape": "__listOfOutputDestination",
2651
2726
  "locationName": "destinations"
@@ -2728,6 +2803,10 @@
2728
2803
  "shape": "__string",
2729
2804
  "locationName": "id"
2730
2805
  },
2806
+ "InputClass": {
2807
+ "shape": "InputClass",
2808
+ "locationName": "inputClass"
2809
+ },
2731
2810
  "MediaConnectFlows": {
2732
2811
  "shape": "__listOfMediaConnectFlow",
2733
2812
  "locationName": "mediaConnectFlows"
@@ -2946,6 +3025,10 @@
2946
3025
  "shape": "ReservationState",
2947
3026
  "locationName": "state"
2948
3027
  },
3028
+ "Tags": {
3029
+ "shape": "Tags",
3030
+ "locationName": "tags"
3031
+ },
2949
3032
  "UsagePrice": {
2950
3033
  "shape": "__double",
2951
3034
  "locationName": "usagePrice"
@@ -4504,6 +4587,10 @@
4504
4587
  "shape": "__string",
4505
4588
  "locationName": "id"
4506
4589
  },
4590
+ "InputClass": {
4591
+ "shape": "InputClass",
4592
+ "locationName": "inputClass"
4593
+ },
4507
4594
  "MediaConnectFlows": {
4508
4595
  "shape": "__listOfMediaConnectFlow",
4509
4596
  "locationName": "mediaConnectFlows"
@@ -4572,6 +4659,13 @@
4572
4659
  "Gain"
4573
4660
  ]
4574
4661
  },
4662
+ "InputClass": {
4663
+ "type": "string",
4664
+ "enum": [
4665
+ "STANDARD",
4666
+ "SINGLE_PIPELINE"
4667
+ ]
4668
+ },
4575
4669
  "InputCodec": {
4576
4670
  "type": "string",
4577
4671
  "enum": [
@@ -5135,6 +5229,11 @@
5135
5229
  "ListOfferingsRequest": {
5136
5230
  "type": "structure",
5137
5231
  "members": {
5232
+ "ChannelClass": {
5233
+ "shape": "__string",
5234
+ "location": "querystring",
5235
+ "locationName": "channelClass"
5236
+ },
5138
5237
  "ChannelConfiguration": {
5139
5238
  "shape": "__string",
5140
5239
  "location": "querystring",
@@ -5216,6 +5315,11 @@
5216
5315
  "ListReservationsRequest": {
5217
5316
  "type": "structure",
5218
5317
  "members": {
5318
+ "ChannelClass": {
5319
+ "shape": "__string",
5320
+ "location": "querystring",
5321
+ "locationName": "channelClass"
5322
+ },
5219
5323
  "Codec": {
5220
5324
  "shape": "__string",
5221
5325
  "location": "querystring",
@@ -6204,6 +6308,10 @@
6204
6308
  "Start": {
6205
6309
  "shape": "__string",
6206
6310
  "locationName": "start"
6311
+ },
6312
+ "Tags": {
6313
+ "shape": "Tags",
6314
+ "locationName": "tags"
6207
6315
  }
6208
6316
  },
6209
6317
  "required": [
@@ -6234,6 +6342,10 @@
6234
6342
  "Start": {
6235
6343
  "shape": "__string",
6236
6344
  "locationName": "start"
6345
+ },
6346
+ "Tags": {
6347
+ "shape": "Tags",
6348
+ "locationName": "tags"
6237
6349
  }
6238
6350
  },
6239
6351
  "required": [
@@ -6346,6 +6458,10 @@
6346
6458
  "shape": "ReservationState",
6347
6459
  "locationName": "state"
6348
6460
  },
6461
+ "Tags": {
6462
+ "shape": "Tags",
6463
+ "locationName": "tags"
6464
+ },
6349
6465
  "UsagePrice": {
6350
6466
  "shape": "__double",
6351
6467
  "locationName": "usagePrice"
@@ -6387,6 +6503,10 @@
6387
6503
  "ReservationResourceSpecification": {
6388
6504
  "type": "structure",
6389
6505
  "members": {
6506
+ "ChannelClass": {
6507
+ "shape": "ChannelClass",
6508
+ "locationName": "channelClass"
6509
+ },
6390
6510
  "Codec": {
6391
6511
  "shape": "ReservationCodec",
6392
6512
  "locationName": "codec"
@@ -7015,6 +7135,10 @@
7015
7135
  "shape": "__string",
7016
7136
  "locationName": "arn"
7017
7137
  },
7138
+ "ChannelClass": {
7139
+ "shape": "ChannelClass",
7140
+ "locationName": "channelClass"
7141
+ },
7018
7142
  "Destinations": {
7019
7143
  "shape": "__listOfOutputDestination",
7020
7144
  "locationName": "destinations"
@@ -7162,6 +7286,10 @@
7162
7286
  "shape": "__string",
7163
7287
  "locationName": "arn"
7164
7288
  },
7289
+ "ChannelClass": {
7290
+ "shape": "ChannelClass",
7291
+ "locationName": "channelClass"
7292
+ },
7165
7293
  "Destinations": {
7166
7294
  "shape": "__listOfOutputDestination",
7167
7295
  "locationName": "destinations"
@@ -7588,6 +7716,50 @@
7588
7716
  }
7589
7717
  }
7590
7718
  },
7719
+ "UpdateReservation": {
7720
+ "type": "structure",
7721
+ "members": {
7722
+ "Name": {
7723
+ "shape": "__string",
7724
+ "locationName": "name"
7725
+ }
7726
+ }
7727
+ },
7728
+ "UpdateReservationRequest": {
7729
+ "type": "structure",
7730
+ "members": {
7731
+ "Name": {
7732
+ "shape": "__string",
7733
+ "locationName": "name"
7734
+ },
7735
+ "ReservationId": {
7736
+ "shape": "__string",
7737
+ "location": "uri",
7738
+ "locationName": "reservationId"
7739
+ }
7740
+ },
7741
+ "required": [
7742
+ "ReservationId"
7743
+ ]
7744
+ },
7745
+ "UpdateReservationResponse": {
7746
+ "type": "structure",
7747
+ "members": {
7748
+ "Reservation": {
7749
+ "shape": "Reservation",
7750
+ "locationName": "reservation"
7751
+ }
7752
+ }
7753
+ },
7754
+ "UpdateReservationResultModel": {
7755
+ "type": "structure",
7756
+ "members": {
7757
+ "Reservation": {
7758
+ "shape": "Reservation",
7759
+ "locationName": "reservation"
7760
+ }
7761
+ }
7762
+ },
7591
7763
  "ValidationError": {
7592
7764
  "type": "structure",
7593
7765
  "members": {
@@ -3,38 +3,32 @@
3
3
  "DescribeSchedule": {
4
4
  "input_token": "NextToken",
5
5
  "output_token": "NextToken",
6
- "limit_key": "MaxResults",
7
- "result_key": "ScheduleActions"
6
+ "limit_key": "MaxResults"
8
7
  },
9
8
  "ListChannels": {
10
9
  "input_token": "NextToken",
11
10
  "output_token": "NextToken",
12
- "limit_key": "MaxResults",
13
- "result_key": "Channels"
11
+ "limit_key": "MaxResults"
14
12
  },
15
13
  "ListInputSecurityGroups": {
16
14
  "input_token": "NextToken",
17
15
  "output_token": "NextToken",
18
- "limit_key": "MaxResults",
19
- "result_key": "InputSecurityGroups"
16
+ "limit_key": "MaxResults"
20
17
  },
21
18
  "ListInputs": {
22
19
  "input_token": "NextToken",
23
20
  "output_token": "NextToken",
24
- "limit_key": "MaxResults",
25
- "result_key": "Inputs"
21
+ "limit_key": "MaxResults"
26
22
  },
27
23
  "ListOfferings": {
28
24
  "input_token": "NextToken",
29
25
  "output_token": "NextToken",
30
- "limit_key": "MaxResults",
31
- "result_key": "Offerings"
26
+ "limit_key": "MaxResults"
32
27
  },
33
28
  "ListReservations": {
34
29
  "input_token": "NextToken",
35
30
  "output_token": "NextToken",
36
- "limit_key": "MaxResults",
37
- "result_key": "Reservations"
31
+ "limit_key": "MaxResults"
38
32
  }
39
33
  }
40
34
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.255'
2
+ VERSION = '2.11.256'
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.11.255
4
+ version: 2.11.256
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-04-04 00:00:00.000000000 Z
11
+ date: 2019-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath