aws-sdk-core 2.11.166 → 2.11.167
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/dlm/2018-01-12/api-2.json +2 -0
- data/apis/medialive/2017-10-14/api-2.json +50 -1
- data/endpoints.json +21 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d005a6465c07a684cb45abb519694139692d95ee
|
4
|
+
data.tar.gz: 73a4c615befd21bace9cbfae066be6cc4286bc11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f2880bc907fc683da2669aea97e80d3561b5800cf8bdd2423461f71d2f9e4bce432af28c5d645afb84625257e4eb88d7e697b46c1ab2cbf1d2db5e237ed3170b
|
7
|
+
data.tar.gz: 462b58120826661de4af501d25d3c6126560574aa474c3ed69dedd23aff6d7a62ea2b656cd494c93e2edc6f073f484a536c5fd8ccc441736f679f1878b4679f5
|
@@ -87,6 +87,7 @@
|
|
87
87
|
}
|
88
88
|
},
|
89
89
|
"shapes":{
|
90
|
+
"CopyTags":{"type":"boolean"},
|
90
91
|
"Count":{
|
91
92
|
"type":"integer",
|
92
93
|
"max":1000,
|
@@ -322,6 +323,7 @@
|
|
322
323
|
"type":"structure",
|
323
324
|
"members":{
|
324
325
|
"Name":{"shape":"ScheduleName"},
|
326
|
+
"CopyTags":{"shape":"CopyTags"},
|
325
327
|
"TagsToAdd":{"shape":"TagsToAddList"},
|
326
328
|
"CreateRule":{"shape":"CreateRule"},
|
327
329
|
"RetainRule":{"shape":"RetainRule"}
|
@@ -3341,6 +3341,30 @@
|
|
3341
3341
|
"Time"
|
3342
3342
|
]
|
3343
3343
|
},
|
3344
|
+
"FollowModeScheduleActionStartSettings": {
|
3345
|
+
"type": "structure",
|
3346
|
+
"members": {
|
3347
|
+
"FollowPoint": {
|
3348
|
+
"shape": "FollowPoint",
|
3349
|
+
"locationName": "followPoint"
|
3350
|
+
},
|
3351
|
+
"ReferenceActionName": {
|
3352
|
+
"shape": "__string",
|
3353
|
+
"locationName": "referenceActionName"
|
3354
|
+
}
|
3355
|
+
},
|
3356
|
+
"required": [
|
3357
|
+
"ReferenceActionName",
|
3358
|
+
"FollowPoint"
|
3359
|
+
]
|
3360
|
+
},
|
3361
|
+
"FollowPoint": {
|
3362
|
+
"type": "string",
|
3363
|
+
"enum": [
|
3364
|
+
"END",
|
3365
|
+
"START"
|
3366
|
+
]
|
3367
|
+
},
|
3344
3368
|
"ForbiddenException": {
|
3345
3369
|
"type": "structure",
|
3346
3370
|
"members": {
|
@@ -4226,6 +4250,10 @@
|
|
4226
4250
|
"InputAttachment": {
|
4227
4251
|
"type": "structure",
|
4228
4252
|
"members": {
|
4253
|
+
"InputAttachmentName": {
|
4254
|
+
"shape": "__string",
|
4255
|
+
"locationName": "inputAttachmentName"
|
4256
|
+
},
|
4229
4257
|
"InputId": {
|
4230
4258
|
"shape": "__string",
|
4231
4259
|
"locationName": "inputId"
|
@@ -4551,6 +4579,18 @@
|
|
4551
4579
|
"DELETED"
|
4552
4580
|
]
|
4553
4581
|
},
|
4582
|
+
"InputSwitchScheduleActionSettings": {
|
4583
|
+
"type": "structure",
|
4584
|
+
"members": {
|
4585
|
+
"InputAttachmentNameReference": {
|
4586
|
+
"shape": "__string",
|
4587
|
+
"locationName": "inputAttachmentNameReference"
|
4588
|
+
}
|
4589
|
+
},
|
4590
|
+
"required": [
|
4591
|
+
"InputAttachmentNameReference"
|
4592
|
+
]
|
4593
|
+
},
|
4554
4594
|
"InputType": {
|
4555
4595
|
"type": "string",
|
4556
4596
|
"enum": [
|
@@ -4558,7 +4598,8 @@
|
|
4558
4598
|
"RTP_PUSH",
|
4559
4599
|
"RTMP_PUSH",
|
4560
4600
|
"RTMP_PULL",
|
4561
|
-
"URL_PULL"
|
4601
|
+
"URL_PULL",
|
4602
|
+
"MP4_FILE"
|
4562
4603
|
]
|
4563
4604
|
},
|
4564
4605
|
"InputWhitelistRule": {
|
@@ -6073,6 +6114,10 @@
|
|
6073
6114
|
"ScheduleActionSettings": {
|
6074
6115
|
"type": "structure",
|
6075
6116
|
"members": {
|
6117
|
+
"InputSwitchSettings": {
|
6118
|
+
"shape": "InputSwitchScheduleActionSettings",
|
6119
|
+
"locationName": "inputSwitchSettings"
|
6120
|
+
},
|
6076
6121
|
"Scte35ReturnToNetworkSettings": {
|
6077
6122
|
"shape": "Scte35ReturnToNetworkScheduleActionSettings",
|
6078
6123
|
"locationName": "scte35ReturnToNetworkSettings"
|
@@ -6101,6 +6146,10 @@
|
|
6101
6146
|
"FixedModeScheduleActionStartSettings": {
|
6102
6147
|
"shape": "FixedModeScheduleActionStartSettings",
|
6103
6148
|
"locationName": "fixedModeScheduleActionStartSettings"
|
6149
|
+
},
|
6150
|
+
"FollowModeScheduleActionStartSettings": {
|
6151
|
+
"shape": "FollowModeScheduleActionStartSettings",
|
6152
|
+
"locationName": "followModeScheduleActionStartSettings"
|
6104
6153
|
}
|
6105
6154
|
}
|
6106
6155
|
},
|
data/endpoints.json
CHANGED
@@ -194,6 +194,20 @@
|
|
194
194
|
"us-west-2" : { }
|
195
195
|
}
|
196
196
|
},
|
197
|
+
"appsync" : {
|
198
|
+
"endpoints" : {
|
199
|
+
"ap-northeast-1" : { },
|
200
|
+
"ap-northeast-2" : { },
|
201
|
+
"ap-south-1" : { },
|
202
|
+
"ap-southeast-1" : { },
|
203
|
+
"ap-southeast-2" : { },
|
204
|
+
"eu-central-1" : { },
|
205
|
+
"eu-west-1" : { },
|
206
|
+
"us-east-1" : { },
|
207
|
+
"us-east-2" : { },
|
208
|
+
"us-west-2" : { }
|
209
|
+
}
|
210
|
+
},
|
197
211
|
"athena" : {
|
198
212
|
"endpoints" : {
|
199
213
|
"ap-northeast-1" : { },
|
@@ -1384,6 +1398,7 @@
|
|
1384
1398
|
"endpoints" : {
|
1385
1399
|
"ap-northeast-1" : { },
|
1386
1400
|
"ap-northeast-2" : { },
|
1401
|
+
"ap-south-1" : { },
|
1387
1402
|
"ap-southeast-1" : { },
|
1388
1403
|
"ap-southeast-2" : { },
|
1389
1404
|
"eu-central-1" : { },
|
@@ -1485,6 +1500,12 @@
|
|
1485
1500
|
},
|
1486
1501
|
"neptune" : {
|
1487
1502
|
"endpoints" : {
|
1503
|
+
"eu-central-1" : {
|
1504
|
+
"credentialScope" : {
|
1505
|
+
"region" : "eu-central-1"
|
1506
|
+
},
|
1507
|
+
"hostname" : "rds.eu-central-1.amazonaws.com"
|
1508
|
+
},
|
1488
1509
|
"eu-west-1" : {
|
1489
1510
|
"credentialScope" : {
|
1490
1511
|
"region" : "eu-west-1"
|
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.11.
|
4
|
+
version: 2.11.167
|
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: 2018-11-
|
11
|
+
date: 2018-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|