aws-sdk-core 2.11.417 → 2.11.418
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e104e82599f96f034fca5d216593d4695479df66
|
|
4
|
+
data.tar.gz: e6044058e772d56832c1e448db30745b7966c70c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 708c6edceb94b37d99a9b00c7b87952d92a0872dffe7281bb150cdf55e55dd87c55cdacb66c3e3edfd90211702038ff537722523814aeab19473e9d51a771eae
|
|
7
|
+
data.tar.gz: 137f86d323f31efb76321f9f6e7b04472de3745270e2fd45e85830d88cd35cd3ebd19d7e1a7f4302fc8c8bcad56883be19c6cf197fc4cc6634091ed1e5b88f9e
|
|
@@ -3943,6 +3943,12 @@
|
|
|
3943
3943
|
"maximumPerMinute":{"shape":"MaximumPerMinute"}
|
|
3944
3944
|
}
|
|
3945
3945
|
},
|
|
3946
|
+
"AwsJobPresignedUrlConfig":{
|
|
3947
|
+
"type":"structure",
|
|
3948
|
+
"members":{
|
|
3949
|
+
"expiresInSec":{"shape":"ExpiresInSeconds"}
|
|
3950
|
+
}
|
|
3951
|
+
},
|
|
3946
3952
|
"Behavior":{
|
|
3947
3953
|
"type":"structure",
|
|
3948
3954
|
"required":["name"],
|
|
@@ -4617,8 +4623,10 @@
|
|
|
4617
4623
|
},
|
|
4618
4624
|
"description":{"shape":"OTAUpdateDescription"},
|
|
4619
4625
|
"targets":{"shape":"Targets"},
|
|
4626
|
+
"protocols":{"shape":"Protocols"},
|
|
4620
4627
|
"targetSelection":{"shape":"TargetSelection"},
|
|
4621
4628
|
"awsJobExecutionsRolloutConfig":{"shape":"AwsJobExecutionsRolloutConfig"},
|
|
4629
|
+
"awsJobPresignedUrlConfig":{"shape":"AwsJobPresignedUrlConfig"},
|
|
4622
4630
|
"files":{"shape":"OTAUpdateFiles"},
|
|
4623
4631
|
"roleArn":{"shape":"RoleArn"},
|
|
4624
4632
|
"additionalParameters":{"shape":"AdditionalParameterMap"},
|
|
@@ -6359,6 +6367,7 @@
|
|
|
6359
6367
|
"max":3600,
|
|
6360
6368
|
"min":60
|
|
6361
6369
|
},
|
|
6370
|
+
"ExpiresInSeconds":{"type":"long"},
|
|
6362
6371
|
"ExplicitDeny":{
|
|
6363
6372
|
"type":"structure",
|
|
6364
6373
|
"members":{
|
|
@@ -8797,7 +8806,9 @@
|
|
|
8797
8806
|
"lastModifiedDate":{"shape":"DateType"},
|
|
8798
8807
|
"description":{"shape":"OTAUpdateDescription"},
|
|
8799
8808
|
"targets":{"shape":"Targets"},
|
|
8809
|
+
"protocols":{"shape":"Protocols"},
|
|
8800
8810
|
"awsJobExecutionsRolloutConfig":{"shape":"AwsJobExecutionsRolloutConfig"},
|
|
8811
|
+
"awsJobPresignedUrlConfig":{"shape":"AwsJobPresignedUrlConfig"},
|
|
8801
8812
|
"targetSelection":{"shape":"TargetSelection"},
|
|
8802
8813
|
"otaUpdateFiles":{"shape":"OTAUpdateFiles"},
|
|
8803
8814
|
"otaUpdateStatus":{"shape":"OTAUpdateStatus"},
|
|
@@ -8983,6 +8994,19 @@
|
|
|
8983
8994
|
"type":"list",
|
|
8984
8995
|
"member":{"shape":"ProcessingTargetName"}
|
|
8985
8996
|
},
|
|
8997
|
+
"Protocol":{
|
|
8998
|
+
"type":"string",
|
|
8999
|
+
"enum":[
|
|
9000
|
+
"MQTT",
|
|
9001
|
+
"HTTP"
|
|
9002
|
+
]
|
|
9003
|
+
},
|
|
9004
|
+
"Protocols":{
|
|
9005
|
+
"type":"list",
|
|
9006
|
+
"member":{"shape":"Protocol"},
|
|
9007
|
+
"max":2,
|
|
9008
|
+
"min":1
|
|
9009
|
+
},
|
|
8986
9010
|
"ProvisioningTemplateListing":{
|
|
8987
9011
|
"type":"list",
|
|
8988
9012
|
"member":{"shape":"ProvisioningTemplateSummary"}
|
|
@@ -2007,6 +2007,13 @@
|
|
|
2007
2007
|
}
|
|
2008
2008
|
}
|
|
2009
2009
|
},
|
|
2010
|
+
"AudioOnlyHlsSegmentType": {
|
|
2011
|
+
"type": "string",
|
|
2012
|
+
"enum": [
|
|
2013
|
+
"AAC",
|
|
2014
|
+
"FMP4"
|
|
2015
|
+
]
|
|
2016
|
+
},
|
|
2010
2017
|
"AudioOnlyHlsSettings": {
|
|
2011
2018
|
"type": "structure",
|
|
2012
2019
|
"members": {
|
|
@@ -2021,6 +2028,10 @@
|
|
|
2021
2028
|
"AudioTrackType": {
|
|
2022
2029
|
"shape": "AudioOnlyHlsTrackType",
|
|
2023
2030
|
"locationName": "audioTrackType"
|
|
2031
|
+
},
|
|
2032
|
+
"SegmentType": {
|
|
2033
|
+
"shape": "AudioOnlyHlsSegmentType",
|
|
2034
|
+
"locationName": "segmentType"
|
|
2024
2035
|
}
|
|
2025
2036
|
}
|
|
2026
2037
|
},
|
|
@@ -4552,6 +4563,15 @@
|
|
|
4552
4563
|
"Time"
|
|
4553
4564
|
]
|
|
4554
4565
|
},
|
|
4566
|
+
"Fmp4HlsSettings": {
|
|
4567
|
+
"type": "structure",
|
|
4568
|
+
"members": {
|
|
4569
|
+
"AudioRenditionSets": {
|
|
4570
|
+
"shape": "__string",
|
|
4571
|
+
"locationName": "audioRenditionSets"
|
|
4572
|
+
}
|
|
4573
|
+
}
|
|
4574
|
+
},
|
|
4555
4575
|
"FollowModeScheduleActionStartSettings": {
|
|
4556
4576
|
"type": "structure",
|
|
4557
4577
|
"members": {
|
|
@@ -4601,6 +4621,13 @@
|
|
|
4601
4621
|
"Destination"
|
|
4602
4622
|
]
|
|
4603
4623
|
},
|
|
4624
|
+
"FrameCaptureIntervalUnit": {
|
|
4625
|
+
"type": "string",
|
|
4626
|
+
"enum": [
|
|
4627
|
+
"MILLISECONDS",
|
|
4628
|
+
"SECONDS"
|
|
4629
|
+
]
|
|
4630
|
+
},
|
|
4604
4631
|
"FrameCaptureOutputSettings": {
|
|
4605
4632
|
"type": "structure",
|
|
4606
4633
|
"members": {
|
|
@@ -4616,6 +4643,10 @@
|
|
|
4616
4643
|
"CaptureInterval": {
|
|
4617
4644
|
"shape": "__integerMin1Max3600000",
|
|
4618
4645
|
"locationName": "captureInterval"
|
|
4646
|
+
},
|
|
4647
|
+
"CaptureIntervalUnits": {
|
|
4648
|
+
"shape": "FrameCaptureIntervalUnit",
|
|
4649
|
+
"locationName": "captureIntervalUnits"
|
|
4619
4650
|
}
|
|
4620
4651
|
},
|
|
4621
4652
|
"required": [
|
|
@@ -5425,10 +5456,18 @@
|
|
|
5425
5456
|
"shape": "__string",
|
|
5426
5457
|
"locationName": "baseUrlContent"
|
|
5427
5458
|
},
|
|
5459
|
+
"BaseUrlContent1": {
|
|
5460
|
+
"shape": "__string",
|
|
5461
|
+
"locationName": "baseUrlContent1"
|
|
5462
|
+
},
|
|
5428
5463
|
"BaseUrlManifest": {
|
|
5429
5464
|
"shape": "__string",
|
|
5430
5465
|
"locationName": "baseUrlManifest"
|
|
5431
5466
|
},
|
|
5467
|
+
"BaseUrlManifest1": {
|
|
5468
|
+
"shape": "__string",
|
|
5469
|
+
"locationName": "baseUrlManifest1"
|
|
5470
|
+
},
|
|
5432
5471
|
"CaptionLanguageMappings": {
|
|
5433
5472
|
"shape": "__listOfCaptionLanguageMapping",
|
|
5434
5473
|
"locationName": "captionLanguageMappings"
|
|
@@ -5465,6 +5504,10 @@
|
|
|
5465
5504
|
"shape": "HlsCdnSettings",
|
|
5466
5505
|
"locationName": "hlsCdnSettings"
|
|
5467
5506
|
},
|
|
5507
|
+
"HlsId3SegmentTagging": {
|
|
5508
|
+
"shape": "HlsId3SegmentTaggingState",
|
|
5509
|
+
"locationName": "hlsId3SegmentTagging"
|
|
5510
|
+
},
|
|
5468
5511
|
"IFrameOnlyPlaylists": {
|
|
5469
5512
|
"shape": "IFrameOnlyPlaylistType",
|
|
5470
5513
|
"locationName": "iFrameOnlyPlaylists"
|
|
@@ -5570,6 +5613,32 @@
|
|
|
5570
5613
|
"Destination"
|
|
5571
5614
|
]
|
|
5572
5615
|
},
|
|
5616
|
+
"HlsH265PackagingType": {
|
|
5617
|
+
"type": "string",
|
|
5618
|
+
"enum": [
|
|
5619
|
+
"HEV1",
|
|
5620
|
+
"HVC1"
|
|
5621
|
+
]
|
|
5622
|
+
},
|
|
5623
|
+
"HlsId3SegmentTaggingScheduleActionSettings": {
|
|
5624
|
+
"type": "structure",
|
|
5625
|
+
"members": {
|
|
5626
|
+
"Tag": {
|
|
5627
|
+
"shape": "__string",
|
|
5628
|
+
"locationName": "tag"
|
|
5629
|
+
}
|
|
5630
|
+
},
|
|
5631
|
+
"required": [
|
|
5632
|
+
"Tag"
|
|
5633
|
+
]
|
|
5634
|
+
},
|
|
5635
|
+
"HlsId3SegmentTaggingState": {
|
|
5636
|
+
"type": "string",
|
|
5637
|
+
"enum": [
|
|
5638
|
+
"DISABLED",
|
|
5639
|
+
"ENABLED"
|
|
5640
|
+
]
|
|
5641
|
+
},
|
|
5573
5642
|
"HlsInputSettings": {
|
|
5574
5643
|
"type": "structure",
|
|
5575
5644
|
"members": {
|
|
@@ -5667,6 +5736,10 @@
|
|
|
5667
5736
|
"HlsOutputSettings": {
|
|
5668
5737
|
"type": "structure",
|
|
5669
5738
|
"members": {
|
|
5739
|
+
"H265PackagingType": {
|
|
5740
|
+
"shape": "HlsH265PackagingType",
|
|
5741
|
+
"locationName": "h265PackagingType"
|
|
5742
|
+
},
|
|
5670
5743
|
"HlsSettings": {
|
|
5671
5744
|
"shape": "HlsSettings",
|
|
5672
5745
|
"locationName": "hlsSettings"
|
|
@@ -5712,6 +5785,10 @@
|
|
|
5712
5785
|
"shape": "AudioOnlyHlsSettings",
|
|
5713
5786
|
"locationName": "audioOnlyHlsSettings"
|
|
5714
5787
|
},
|
|
5788
|
+
"Fmp4HlsSettings": {
|
|
5789
|
+
"shape": "Fmp4HlsSettings",
|
|
5790
|
+
"locationName": "fmp4HlsSettings"
|
|
5791
|
+
},
|
|
5715
5792
|
"StandardHlsSettings": {
|
|
5716
5793
|
"shape": "StandardHlsSettings",
|
|
5717
5794
|
"locationName": "standardHlsSettings"
|
|
@@ -8524,6 +8601,10 @@
|
|
|
8524
8601
|
"ScheduleActionSettings": {
|
|
8525
8602
|
"type": "structure",
|
|
8526
8603
|
"members": {
|
|
8604
|
+
"HlsId3SegmentTaggingSettings": {
|
|
8605
|
+
"shape": "HlsId3SegmentTaggingScheduleActionSettings",
|
|
8606
|
+
"locationName": "hlsId3SegmentTaggingSettings"
|
|
8607
|
+
},
|
|
8527
8608
|
"HlsTimedMetadataSettings": {
|
|
8528
8609
|
"shape": "HlsTimedMetadataScheduleActionSettings",
|
|
8529
8610
|
"locationName": "hlsTimedMetadataSettings"
|
|
@@ -9479,7 +9560,7 @@
|
|
|
9479
9560
|
"locationName": "message"
|
|
9480
9561
|
},
|
|
9481
9562
|
"ValidationErrors": {
|
|
9482
|
-
"shape": "
|
|
9563
|
+
"shape": "__listOfValidationError",
|
|
9483
9564
|
"locationName": "validationErrors"
|
|
9484
9565
|
}
|
|
9485
9566
|
},
|
|
@@ -2565,8 +2565,7 @@
|
|
|
2565
2565
|
"CloudWatchLogGroupName":{
|
|
2566
2566
|
"type":"string",
|
|
2567
2567
|
"max":512,
|
|
2568
|
-
"min":1
|
|
2569
|
-
"pattern":"[\\.\\-_/#A-Za-z0-9]+"
|
|
2568
|
+
"min":1
|
|
2570
2569
|
},
|
|
2571
2570
|
"CloudWatchOutputConfig":{
|
|
2572
2571
|
"type":"structure",
|
|
@@ -6338,8 +6337,10 @@
|
|
|
6338
6337
|
"type":"structure",
|
|
6339
6338
|
"members":{
|
|
6340
6339
|
"Comment":{"shape":"Comment"},
|
|
6340
|
+
"CloudWatchOutputConfig":{"shape":"CloudWatchOutputConfig"},
|
|
6341
6341
|
"DocumentHash":{"shape":"DocumentHash"},
|
|
6342
6342
|
"DocumentHashType":{"shape":"DocumentHashType"},
|
|
6343
|
+
"DocumentVersion":{"shape":"DocumentVersion"},
|
|
6343
6344
|
"NotificationConfig":{"shape":"NotificationConfig"},
|
|
6344
6345
|
"OutputS3BucketName":{"shape":"S3BucketName"},
|
|
6345
6346
|
"OutputS3KeyPrefix":{"shape":"S3KeyPrefix"},
|
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.418
|
|
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-12-
|
|
11
|
+
date: 2019-12-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|