aws-sdk-core 2.11.606 → 2.11.607

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f4342d53f584b8ad0ca6e3cbe67232723b21cfed2007fcfa653f4f1b2e10efe
4
- data.tar.gz: 655faf847dc80aeeca7c0d583b4cbebd30d052e4a94fa0ad5dc98ffc60dd68ea
3
+ metadata.gz: 0cc3da692882a9f58da4ff24f60bf1df28b973a1c66386bd0c771a0515cc7996
4
+ data.tar.gz: 26eb4e790c2b37a305af8564828f7a1950804775f07ff5a99f0304684eaf4957
5
5
  SHA512:
6
- metadata.gz: fc98b24a5b5825faf163f7726c64ae31087630ba50443052d9e4c2c18fe3ae403429e8b9b4bd1cf95f93da4945d3aef8aec056f001b2dc0e873a89eb2fde8be9
7
- data.tar.gz: f16f9d1b468613ebe2ea987966b2aefbadb9b8aeb4537e570803a09ab616efeef4d3ac81176aeee50c65c53f1920fd414c53fe964f1b897744fcd73ea51768b0
6
+ metadata.gz: 85f42a70ad9e6b18e3aea8ab20a4ece3b55edebe8f15165b537f89318d395d9daed98b76858c9e68edfa5226ebcea67ad409c457ea860473da7428efb2bbf1f4
7
+ data.tar.gz: 44339115afd3c7369a56e4b7774f42e667ba1c78fdab383e9fed2d367e476e772d7fc72f9d575279e8344bd42c9838180cb3c67e17558b8a0e071fb1d48efa6d
@@ -12,6 +12,49 @@
12
12
  "jsonVersion": "1.1"
13
13
  },
14
14
  "operations": {
15
+ "AcceptInputDeviceTransfer": {
16
+ "name": "AcceptInputDeviceTransfer",
17
+ "http": {
18
+ "method": "POST",
19
+ "requestUri": "/prod/inputDevices/{inputDeviceId}/accept",
20
+ "responseCode": 200
21
+ },
22
+ "input": {
23
+ "shape": "AcceptInputDeviceTransferRequest"
24
+ },
25
+ "output": {
26
+ "shape": "AcceptInputDeviceTransferResponse"
27
+ },
28
+ "errors": [
29
+ {
30
+ "shape": "BadRequestException"
31
+ },
32
+ {
33
+ "shape": "UnprocessableEntityException"
34
+ },
35
+ {
36
+ "shape": "InternalServerErrorException"
37
+ },
38
+ {
39
+ "shape": "ForbiddenException"
40
+ },
41
+ {
42
+ "shape": "BadGatewayException"
43
+ },
44
+ {
45
+ "shape": "NotFoundException"
46
+ },
47
+ {
48
+ "shape": "GatewayTimeoutException"
49
+ },
50
+ {
51
+ "shape": "TooManyRequestsException"
52
+ },
53
+ {
54
+ "shape": "ConflictException"
55
+ }
56
+ ]
57
+ },
15
58
  "BatchDelete": {
16
59
  "name": "BatchDelete",
17
60
  "http": {
@@ -172,6 +215,49 @@
172
215
  }
173
216
  ]
174
217
  },
218
+ "CancelInputDeviceTransfer": {
219
+ "name": "CancelInputDeviceTransfer",
220
+ "http": {
221
+ "method": "POST",
222
+ "requestUri": "/prod/inputDevices/{inputDeviceId}/cancel",
223
+ "responseCode": 200
224
+ },
225
+ "input": {
226
+ "shape": "CancelInputDeviceTransferRequest"
227
+ },
228
+ "output": {
229
+ "shape": "CancelInputDeviceTransferResponse"
230
+ },
231
+ "errors": [
232
+ {
233
+ "shape": "BadRequestException"
234
+ },
235
+ {
236
+ "shape": "UnprocessableEntityException"
237
+ },
238
+ {
239
+ "shape": "InternalServerErrorException"
240
+ },
241
+ {
242
+ "shape": "ForbiddenException"
243
+ },
244
+ {
245
+ "shape": "BadGatewayException"
246
+ },
247
+ {
248
+ "shape": "NotFoundException"
249
+ },
250
+ {
251
+ "shape": "GatewayTimeoutException"
252
+ },
253
+ {
254
+ "shape": "TooManyRequestsException"
255
+ },
256
+ {
257
+ "shape": "ConflictException"
258
+ }
259
+ ]
260
+ },
175
261
  "CreateChannel": {
176
262
  "name": "CreateChannel",
177
263
  "http": {
@@ -1088,6 +1174,43 @@
1088
1174
  }
1089
1175
  ]
1090
1176
  },
1177
+ "ListInputDeviceTransfers": {
1178
+ "name": "ListInputDeviceTransfers",
1179
+ "http": {
1180
+ "method": "GET",
1181
+ "requestUri": "/prod/inputDeviceTransfers",
1182
+ "responseCode": 200
1183
+ },
1184
+ "input": {
1185
+ "shape": "ListInputDeviceTransfersRequest"
1186
+ },
1187
+ "output": {
1188
+ "shape": "ListInputDeviceTransfersResponse"
1189
+ },
1190
+ "errors": [
1191
+ {
1192
+ "shape": "BadRequestException"
1193
+ },
1194
+ {
1195
+ "shape": "UnprocessableEntityException"
1196
+ },
1197
+ {
1198
+ "shape": "InternalServerErrorException"
1199
+ },
1200
+ {
1201
+ "shape": "ForbiddenException"
1202
+ },
1203
+ {
1204
+ "shape": "BadGatewayException"
1205
+ },
1206
+ {
1207
+ "shape": "GatewayTimeoutException"
1208
+ },
1209
+ {
1210
+ "shape": "TooManyRequestsException"
1211
+ }
1212
+ ]
1213
+ },
1091
1214
  "ListInputDevices": {
1092
1215
  "name": "ListInputDevices",
1093
1216
  "http": {
@@ -1397,6 +1520,49 @@
1397
1520
  }
1398
1521
  ]
1399
1522
  },
1523
+ "RejectInputDeviceTransfer": {
1524
+ "name": "RejectInputDeviceTransfer",
1525
+ "http": {
1526
+ "method": "POST",
1527
+ "requestUri": "/prod/inputDevices/{inputDeviceId}/reject",
1528
+ "responseCode": 200
1529
+ },
1530
+ "input": {
1531
+ "shape": "RejectInputDeviceTransferRequest"
1532
+ },
1533
+ "output": {
1534
+ "shape": "RejectInputDeviceTransferResponse"
1535
+ },
1536
+ "errors": [
1537
+ {
1538
+ "shape": "BadRequestException"
1539
+ },
1540
+ {
1541
+ "shape": "UnprocessableEntityException"
1542
+ },
1543
+ {
1544
+ "shape": "InternalServerErrorException"
1545
+ },
1546
+ {
1547
+ "shape": "ForbiddenException"
1548
+ },
1549
+ {
1550
+ "shape": "BadGatewayException"
1551
+ },
1552
+ {
1553
+ "shape": "NotFoundException"
1554
+ },
1555
+ {
1556
+ "shape": "GatewayTimeoutException"
1557
+ },
1558
+ {
1559
+ "shape": "TooManyRequestsException"
1560
+ },
1561
+ {
1562
+ "shape": "ConflictException"
1563
+ }
1564
+ ]
1565
+ },
1400
1566
  "StartChannel": {
1401
1567
  "name": "StartChannel",
1402
1568
  "http": {
@@ -1557,6 +1723,49 @@
1557
1723
  }
1558
1724
  ]
1559
1725
  },
1726
+ "TransferInputDevice": {
1727
+ "name": "TransferInputDevice",
1728
+ "http": {
1729
+ "method": "POST",
1730
+ "requestUri": "/prod/inputDevices/{inputDeviceId}/transfer",
1731
+ "responseCode": 200
1732
+ },
1733
+ "input": {
1734
+ "shape": "TransferInputDeviceRequest"
1735
+ },
1736
+ "output": {
1737
+ "shape": "TransferInputDeviceResponse"
1738
+ },
1739
+ "errors": [
1740
+ {
1741
+ "shape": "BadRequestException"
1742
+ },
1743
+ {
1744
+ "shape": "UnprocessableEntityException"
1745
+ },
1746
+ {
1747
+ "shape": "InternalServerErrorException"
1748
+ },
1749
+ {
1750
+ "shape": "ForbiddenException"
1751
+ },
1752
+ {
1753
+ "shape": "BadGatewayException"
1754
+ },
1755
+ {
1756
+ "shape": "NotFoundException"
1757
+ },
1758
+ {
1759
+ "shape": "GatewayTimeoutException"
1760
+ },
1761
+ {
1762
+ "shape": "TooManyRequestsException"
1763
+ },
1764
+ {
1765
+ "shape": "ConflictException"
1766
+ }
1767
+ ]
1768
+ },
1560
1769
  "UpdateChannel": {
1561
1770
  "name": "UpdateChannel",
1562
1771
  "http": {
@@ -2045,6 +2254,24 @@
2045
2254
  }
2046
2255
  }
2047
2256
  },
2257
+ "AcceptInputDeviceTransferRequest": {
2258
+ "type": "structure",
2259
+ "members": {
2260
+ "InputDeviceId": {
2261
+ "shape": "__string",
2262
+ "location": "uri",
2263
+ "locationName": "inputDeviceId"
2264
+ }
2265
+ },
2266
+ "required": [
2267
+ "InputDeviceId"
2268
+ ]
2269
+ },
2270
+ "AcceptInputDeviceTransferResponse": {
2271
+ "type": "structure",
2272
+ "members": {
2273
+ }
2274
+ },
2048
2275
  "AccessDenied": {
2049
2276
  "type": "structure",
2050
2277
  "members": {
@@ -2968,6 +3195,24 @@
2968
3195
  "SCALED"
2969
3196
  ]
2970
3197
  },
3198
+ "CancelInputDeviceTransferRequest": {
3199
+ "type": "structure",
3200
+ "members": {
3201
+ "InputDeviceId": {
3202
+ "shape": "__string",
3203
+ "location": "uri",
3204
+ "locationName": "inputDeviceId"
3205
+ }
3206
+ },
3207
+ "required": [
3208
+ "InputDeviceId"
3209
+ ]
3210
+ },
3211
+ "CancelInputDeviceTransferResponse": {
3212
+ "type": "structure",
3213
+ "members": {
3214
+ }
3215
+ },
2971
3216
  "CaptionDescription": {
2972
3217
  "type": "structure",
2973
3218
  "members": {
@@ -7153,6 +7398,13 @@
7153
7398
  }
7154
7399
  }
7155
7400
  },
7401
+ "InputDeviceTransferType": {
7402
+ "type": "string",
7403
+ "enum": [
7404
+ "OUTGOING",
7405
+ "INCOMING"
7406
+ ]
7407
+ },
7156
7408
  "InputDeviceType": {
7157
7409
  "type": "string",
7158
7410
  "enum": [
@@ -7631,6 +7883,55 @@
7631
7883
  }
7632
7884
  }
7633
7885
  },
7886
+ "ListInputDeviceTransfersRequest": {
7887
+ "type": "structure",
7888
+ "members": {
7889
+ "MaxResults": {
7890
+ "shape": "MaxResults",
7891
+ "location": "querystring",
7892
+ "locationName": "maxResults"
7893
+ },
7894
+ "NextToken": {
7895
+ "shape": "__string",
7896
+ "location": "querystring",
7897
+ "locationName": "nextToken"
7898
+ },
7899
+ "TransferType": {
7900
+ "shape": "__string",
7901
+ "location": "querystring",
7902
+ "locationName": "transferType"
7903
+ }
7904
+ },
7905
+ "required": [
7906
+ "TransferType"
7907
+ ]
7908
+ },
7909
+ "ListInputDeviceTransfersResponse": {
7910
+ "type": "structure",
7911
+ "members": {
7912
+ "InputDeviceTransfers": {
7913
+ "shape": "__listOfTransferringInputDeviceSummary",
7914
+ "locationName": "inputDeviceTransfers"
7915
+ },
7916
+ "NextToken": {
7917
+ "shape": "__string",
7918
+ "locationName": "nextToken"
7919
+ }
7920
+ }
7921
+ },
7922
+ "ListInputDeviceTransfersResultModel": {
7923
+ "type": "structure",
7924
+ "members": {
7925
+ "InputDeviceTransfers": {
7926
+ "shape": "__listOfTransferringInputDeviceSummary",
7927
+ "locationName": "inputDeviceTransfers"
7928
+ },
7929
+ "NextToken": {
7930
+ "shape": "__string",
7931
+ "locationName": "nextToken"
7932
+ }
7933
+ }
7934
+ },
7634
7935
  "ListInputDevicesRequest": {
7635
7936
  "type": "structure",
7636
7937
  "members": {
@@ -9614,6 +9915,24 @@
9614
9915
  "members": {
9615
9916
  }
9616
9917
  },
9918
+ "RejectInputDeviceTransferRequest": {
9919
+ "type": "structure",
9920
+ "members": {
9921
+ "InputDeviceId": {
9922
+ "shape": "__string",
9923
+ "location": "uri",
9924
+ "locationName": "inputDeviceId"
9925
+ }
9926
+ },
9927
+ "required": [
9928
+ "InputDeviceId"
9929
+ ]
9930
+ },
9931
+ "RejectInputDeviceTransferResponse": {
9932
+ "type": "structure",
9933
+ "members": {
9934
+ }
9935
+ },
9617
9936
  "RemixSettings": {
9618
9937
  "type": "structure",
9619
9938
  "members": {
@@ -10840,6 +11159,15 @@
10840
11159
  "STRENGTH_16"
10841
11160
  ]
10842
11161
  },
11162
+ "ThumbnailData": {
11163
+ "type": "structure",
11164
+ "members": {
11165
+ "Body": {
11166
+ "shape": "__string",
11167
+ "locationName": "body"
11168
+ }
11169
+ }
11170
+ },
10843
11171
  "TimecodeConfig": {
10844
11172
  "type": "structure",
10845
11173
  "members": {
@@ -10877,6 +11205,66 @@
10877
11205
  "httpStatusCode": 429
10878
11206
  }
10879
11207
  },
11208
+ "TransferInputDevice": {
11209
+ "type": "structure",
11210
+ "members": {
11211
+ "TargetCustomerId": {
11212
+ "shape": "__string",
11213
+ "locationName": "targetCustomerId"
11214
+ },
11215
+ "TransferMessage": {
11216
+ "shape": "__string",
11217
+ "locationName": "transferMessage"
11218
+ }
11219
+ }
11220
+ },
11221
+ "TransferInputDeviceRequest": {
11222
+ "type": "structure",
11223
+ "members": {
11224
+ "InputDeviceId": {
11225
+ "shape": "__string",
11226
+ "location": "uri",
11227
+ "locationName": "inputDeviceId"
11228
+ },
11229
+ "TargetCustomerId": {
11230
+ "shape": "__string",
11231
+ "locationName": "targetCustomerId"
11232
+ },
11233
+ "TransferMessage": {
11234
+ "shape": "__string",
11235
+ "locationName": "transferMessage"
11236
+ }
11237
+ },
11238
+ "required": [
11239
+ "InputDeviceId"
11240
+ ]
11241
+ },
11242
+ "TransferInputDeviceResponse": {
11243
+ "type": "structure",
11244
+ "members": {
11245
+ }
11246
+ },
11247
+ "TransferringInputDeviceSummary": {
11248
+ "type": "structure",
11249
+ "members": {
11250
+ "Id": {
11251
+ "shape": "__string",
11252
+ "locationName": "id"
11253
+ },
11254
+ "Message": {
11255
+ "shape": "__string",
11256
+ "locationName": "message"
11257
+ },
11258
+ "TargetCustomerId": {
11259
+ "shape": "__string",
11260
+ "locationName": "targetCustomerId"
11261
+ },
11262
+ "TransferType": {
11263
+ "shape": "InputDeviceTransferType",
11264
+ "locationName": "transferType"
11265
+ }
11266
+ }
11267
+ },
10880
11268
  "TtmlDestinationSettings": {
10881
11269
  "type": "structure",
10882
11270
  "members": {
@@ -12161,6 +12549,12 @@
12161
12549
  "shape": "Scte35Descriptor"
12162
12550
  }
12163
12551
  },
12552
+ "__listOfTransferringInputDeviceSummary": {
12553
+ "type": "list",
12554
+ "member": {
12555
+ "shape": "TransferringInputDeviceSummary"
12556
+ }
12557
+ },
12164
12558
  "__listOfValidationError": {
12165
12559
  "type": "list",
12166
12560
  "member": {
@@ -53,6 +53,12 @@
53
53
  "output_token": "NextToken",
54
54
  "limit_key": "MaxResults",
55
55
  "result_key": "InputDevices"
56
+ },
57
+ "ListInputDeviceTransfers": {
58
+ "input_token": "NextToken",
59
+ "output_token": "NextToken",
60
+ "limit_key": "MaxResults",
61
+ "result_key": "InputDeviceTransfers"
56
62
  }
57
63
  }
58
64
  }
@@ -2951,7 +2951,12 @@
2951
2951
  },
2952
2952
  "health" : {
2953
2953
  "endpoints" : {
2954
- "us-east-1" : { }
2954
+ "fips-us-east-2" : {
2955
+ "credentialScope" : {
2956
+ "region" : "us-east-2"
2957
+ },
2958
+ "hostname" : "health-fips.us-east-2.amazonaws.com"
2959
+ }
2955
2960
  }
2956
2961
  },
2957
2962
  "honeycode" : {
@@ -6841,6 +6846,11 @@
6841
6846
  "cn-northwest-1" : { }
6842
6847
  }
6843
6848
  },
6849
+ "lakeformation" : {
6850
+ "endpoints" : {
6851
+ "cn-north-1" : { }
6852
+ }
6853
+ },
6844
6854
  "lambda" : {
6845
6855
  "endpoints" : {
6846
6856
  "cn-north-1" : { },
@@ -7174,8 +7184,18 @@
7174
7184
  },
7175
7185
  "acm" : {
7176
7186
  "endpoints" : {
7177
- "us-gov-east-1" : { },
7178
- "us-gov-west-1" : { }
7187
+ "us-gov-east-1" : {
7188
+ "credentialScope" : {
7189
+ "region" : "us-gov-east-1"
7190
+ },
7191
+ "hostname" : "acm.us-gov-east-1.amazonaws.com"
7192
+ },
7193
+ "us-gov-west-1" : {
7194
+ "credentialScope" : {
7195
+ "region" : "us-gov-west-1"
7196
+ },
7197
+ "hostname" : "acm.us-gov-west-1.amazonaws.com"
7198
+ }
7179
7199
  }
7180
7200
  },
7181
7201
  "acm-pca" : {
@@ -8123,9 +8143,14 @@
8123
8143
  "credentialScope" : {
8124
8144
  "region" : "us-gov-west-1"
8125
8145
  },
8126
- "hostname" : "pinpoint.us-gov-west-1.amazonaws.com"
8146
+ "hostname" : "pinpoint-fips.us-gov-west-1.amazonaws.com"
8127
8147
  },
8128
- "us-gov-west-1" : { }
8148
+ "us-gov-west-1" : {
8149
+ "credentialScope" : {
8150
+ "region" : "us-gov-west-1"
8151
+ },
8152
+ "hostname" : "pinpoint.us-gov-west-1.amazonaws.com"
8153
+ }
8129
8154
  }
8130
8155
  },
8131
8156
  "polly" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.606'
2
+ VERSION = '2.11.607'
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.606
4
+ version: 2.11.607
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: 2020-10-15 00:00:00.000000000 Z
11
+ date: 2020-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath