aws-sdk-core 2.11.520 → 2.11.521
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ec2/2016-11-15/api-2.json +9 -0
- data/apis/lightsail/2016-11-28/api-2.json +6 -2
- data/apis/mediapackage-vod/2018-11-07/api-2.json +122 -0
- data/apis/ssm/2014-11-06/api-2.json +11 -5
- data/endpoints.json +9 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 24e3a1a77f9a08f77148387d8c6b0825fbf11a701f7c5c8fa1fe7c9c374f6a95
|
4
|
+
data.tar.gz: ba4154b17d578a9c815169fa434186078b6dea3e9907e6c92589910c889ed0fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc50fcf5b0c5f63e501493e346396a9a0aeee9b6c67208a745d06d49ad6f253e92b2e7bc9ef2e2dd9e987f9aec43798248f814f17813cece83d43163f7480922
|
7
|
+
data.tar.gz: 330703347e89bc3cfc0c519f72a171b6d6250e99a00e31c090453dac0050312dbe779a24c34ed964e246a38c0b319659b7e9da7611c242d4c9a640c81d793961
|
@@ -17971,6 +17971,14 @@
|
|
17971
17971
|
"c5.18xlarge",
|
17972
17972
|
"c5.24xlarge",
|
17973
17973
|
"c5.metal",
|
17974
|
+
"c5a.large",
|
17975
|
+
"c5a.xlarge",
|
17976
|
+
"c5a.2xlarge",
|
17977
|
+
"c5a.4xlarge",
|
17978
|
+
"c5a.8xlarge",
|
17979
|
+
"c5a.12xlarge",
|
17980
|
+
"c5a.16xlarge",
|
17981
|
+
"c5a.24xlarge",
|
17974
17982
|
"c5d.large",
|
17975
17983
|
"c5d.xlarge",
|
17976
17984
|
"c5d.2xlarge",
|
@@ -18000,6 +18008,7 @@
|
|
18000
18008
|
"g4dn.8xlarge",
|
18001
18009
|
"g4dn.12xlarge",
|
18002
18010
|
"g4dn.16xlarge",
|
18011
|
+
"g4dn.metal",
|
18003
18012
|
"cg1.4xlarge",
|
18004
18013
|
"p2.xlarge",
|
18005
18014
|
"p2.8xlarge",
|
@@ -4108,7 +4108,9 @@
|
|
4108
4108
|
"NetworkOut",
|
4109
4109
|
"StatusCheckFailed",
|
4110
4110
|
"StatusCheckFailed_Instance",
|
4111
|
-
"StatusCheckFailed_System"
|
4111
|
+
"StatusCheckFailed_System",
|
4112
|
+
"BurstCapacityTime",
|
4113
|
+
"BurstCapacityPercentage"
|
4112
4114
|
]
|
4113
4115
|
},
|
4114
4116
|
"InstanceNetworking":{
|
@@ -4513,7 +4515,9 @@
|
|
4513
4515
|
"DiskQueueDepth",
|
4514
4516
|
"FreeStorageSpace",
|
4515
4517
|
"NetworkReceiveThroughput",
|
4516
|
-
"NetworkTransmitThroughput"
|
4518
|
+
"NetworkTransmitThroughput",
|
4519
|
+
"BurstCapacityTime",
|
4520
|
+
"BurstCapacityPercentage"
|
4517
4521
|
]
|
4518
4522
|
},
|
4519
4523
|
"MetricPeriod":{
|
@@ -458,6 +458,40 @@
|
|
458
458
|
"shape": "UntagResourceRequest"
|
459
459
|
},
|
460
460
|
"name": "UntagResource"
|
461
|
+
},
|
462
|
+
"UpdatePackagingGroup": {
|
463
|
+
"errors": [
|
464
|
+
{
|
465
|
+
"shape": "UnprocessableEntityException"
|
466
|
+
},
|
467
|
+
{
|
468
|
+
"shape": "InternalServerErrorException"
|
469
|
+
},
|
470
|
+
{
|
471
|
+
"shape": "ForbiddenException"
|
472
|
+
},
|
473
|
+
{
|
474
|
+
"shape": "NotFoundException"
|
475
|
+
},
|
476
|
+
{
|
477
|
+
"shape": "ServiceUnavailableException"
|
478
|
+
},
|
479
|
+
{
|
480
|
+
"shape": "TooManyRequestsException"
|
481
|
+
}
|
482
|
+
],
|
483
|
+
"http": {
|
484
|
+
"method": "PUT",
|
485
|
+
"requestUri": "/packaging_groups/{id}",
|
486
|
+
"responseCode": 200
|
487
|
+
},
|
488
|
+
"input": {
|
489
|
+
"shape": "UpdatePackagingGroupRequest"
|
490
|
+
},
|
491
|
+
"name": "UpdatePackagingGroup",
|
492
|
+
"output": {
|
493
|
+
"shape": "UpdatePackagingGroupResponse"
|
494
|
+
}
|
461
495
|
}
|
462
496
|
},
|
463
497
|
"shapes": {
|
@@ -595,6 +629,23 @@
|
|
595
629
|
},
|
596
630
|
"type": "structure"
|
597
631
|
},
|
632
|
+
"Authorization": {
|
633
|
+
"members": {
|
634
|
+
"CdnIdentifierSecret": {
|
635
|
+
"locationName": "cdnIdentifierSecret",
|
636
|
+
"shape": "__string"
|
637
|
+
},
|
638
|
+
"SecretsRoleArn": {
|
639
|
+
"locationName": "secretsRoleArn",
|
640
|
+
"shape": "__string"
|
641
|
+
}
|
642
|
+
},
|
643
|
+
"required": [
|
644
|
+
"SecretsRoleArn",
|
645
|
+
"CdnIdentifierSecret"
|
646
|
+
],
|
647
|
+
"type": "structure"
|
648
|
+
},
|
598
649
|
"CmafEncryption": {
|
599
650
|
"members": {
|
600
651
|
"SpekeKeyProvider": {
|
@@ -779,6 +830,10 @@
|
|
779
830
|
},
|
780
831
|
"CreatePackagingGroupRequest": {
|
781
832
|
"members": {
|
833
|
+
"Authorization": {
|
834
|
+
"locationName": "authorization",
|
835
|
+
"shape": "Authorization"
|
836
|
+
},
|
782
837
|
"Id": {
|
783
838
|
"locationName": "id",
|
784
839
|
"shape": "__string"
|
@@ -799,6 +854,10 @@
|
|
799
854
|
"locationName": "arn",
|
800
855
|
"shape": "__string"
|
801
856
|
},
|
857
|
+
"Authorization": {
|
858
|
+
"locationName": "authorization",
|
859
|
+
"shape": "Authorization"
|
860
|
+
},
|
802
861
|
"DomainName": {
|
803
862
|
"locationName": "domainName",
|
804
863
|
"shape": "__string"
|
@@ -1053,6 +1112,10 @@
|
|
1053
1112
|
"locationName": "arn",
|
1054
1113
|
"shape": "__string"
|
1055
1114
|
},
|
1115
|
+
"Authorization": {
|
1116
|
+
"locationName": "authorization",
|
1117
|
+
"shape": "Authorization"
|
1118
|
+
},
|
1056
1119
|
"DomainName": {
|
1057
1120
|
"locationName": "domainName",
|
1058
1121
|
"shape": "__string"
|
@@ -1466,6 +1529,10 @@
|
|
1466
1529
|
"locationName": "arn",
|
1467
1530
|
"shape": "__string"
|
1468
1531
|
},
|
1532
|
+
"Authorization": {
|
1533
|
+
"locationName": "authorization",
|
1534
|
+
"shape": "Authorization"
|
1535
|
+
},
|
1469
1536
|
"DomainName": {
|
1470
1537
|
"locationName": "domainName",
|
1471
1538
|
"shape": "__string"
|
@@ -1483,6 +1550,10 @@
|
|
1483
1550
|
},
|
1484
1551
|
"PackagingGroupCreateParameters": {
|
1485
1552
|
"members": {
|
1553
|
+
"Authorization": {
|
1554
|
+
"locationName": "authorization",
|
1555
|
+
"shape": "Authorization"
|
1556
|
+
},
|
1486
1557
|
"Id": {
|
1487
1558
|
"locationName": "id",
|
1488
1559
|
"shape": "__string"
|
@@ -1510,6 +1581,15 @@
|
|
1510
1581
|
},
|
1511
1582
|
"type": "structure"
|
1512
1583
|
},
|
1584
|
+
"PackagingGroupUpdateParameters": {
|
1585
|
+
"members": {
|
1586
|
+
"Authorization": {
|
1587
|
+
"locationName": "authorization",
|
1588
|
+
"shape": "Authorization"
|
1589
|
+
}
|
1590
|
+
},
|
1591
|
+
"type": "structure"
|
1592
|
+
},
|
1513
1593
|
"Profile": {
|
1514
1594
|
"enum": [
|
1515
1595
|
"NONE",
|
@@ -1669,6 +1749,48 @@
|
|
1669
1749
|
],
|
1670
1750
|
"type": "structure"
|
1671
1751
|
},
|
1752
|
+
"UpdatePackagingGroupRequest": {
|
1753
|
+
"members": {
|
1754
|
+
"Authorization": {
|
1755
|
+
"locationName": "authorization",
|
1756
|
+
"shape": "Authorization"
|
1757
|
+
},
|
1758
|
+
"Id": {
|
1759
|
+
"location": "uri",
|
1760
|
+
"locationName": "id",
|
1761
|
+
"shape": "__string"
|
1762
|
+
}
|
1763
|
+
},
|
1764
|
+
"required": [
|
1765
|
+
"Id"
|
1766
|
+
],
|
1767
|
+
"type": "structure"
|
1768
|
+
},
|
1769
|
+
"UpdatePackagingGroupResponse": {
|
1770
|
+
"members": {
|
1771
|
+
"Arn": {
|
1772
|
+
"locationName": "arn",
|
1773
|
+
"shape": "__string"
|
1774
|
+
},
|
1775
|
+
"Authorization": {
|
1776
|
+
"locationName": "authorization",
|
1777
|
+
"shape": "Authorization"
|
1778
|
+
},
|
1779
|
+
"DomainName": {
|
1780
|
+
"locationName": "domainName",
|
1781
|
+
"shape": "__string"
|
1782
|
+
},
|
1783
|
+
"Id": {
|
1784
|
+
"locationName": "id",
|
1785
|
+
"shape": "__string"
|
1786
|
+
},
|
1787
|
+
"Tags": {
|
1788
|
+
"locationName": "tags",
|
1789
|
+
"shape": "Tags"
|
1790
|
+
}
|
1791
|
+
},
|
1792
|
+
"type": "structure"
|
1793
|
+
},
|
1672
1794
|
"__PeriodTriggersElement": {
|
1673
1795
|
"enum": [
|
1674
1796
|
"ADS"
|
@@ -1895,6 +1895,7 @@
|
|
1895
1895
|
},
|
1896
1896
|
"exception":true
|
1897
1897
|
},
|
1898
|
+
"ApplyOnlyAtCronInterval":{"type":"boolean"},
|
1898
1899
|
"ApproveAfterDays":{
|
1899
1900
|
"type":"integer",
|
1900
1901
|
"max":100,
|
@@ -1960,7 +1961,8 @@
|
|
1960
1961
|
"MaxErrors":{"shape":"MaxErrors"},
|
1961
1962
|
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
1962
1963
|
"ComplianceSeverity":{"shape":"AssociationComplianceSeverity"},
|
1963
|
-
"SyncCompliance":{"shape":"AssociationSyncCompliance"}
|
1964
|
+
"SyncCompliance":{"shape":"AssociationSyncCompliance"},
|
1965
|
+
"ApplyOnlyAtCronInterval":{"shape":"ApplyOnlyAtCronInterval"}
|
1964
1966
|
}
|
1965
1967
|
},
|
1966
1968
|
"AssociationDescriptionList":{
|
@@ -2215,7 +2217,8 @@
|
|
2215
2217
|
"MaxErrors":{"shape":"MaxErrors"},
|
2216
2218
|
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
2217
2219
|
"ComplianceSeverity":{"shape":"AssociationComplianceSeverity"},
|
2218
|
-
"SyncCompliance":{"shape":"AssociationSyncCompliance"}
|
2220
|
+
"SyncCompliance":{"shape":"AssociationSyncCompliance"},
|
2221
|
+
"ApplyOnlyAtCronInterval":{"shape":"ApplyOnlyAtCronInterval"}
|
2219
2222
|
}
|
2220
2223
|
},
|
2221
2224
|
"AssociationVersionLimitExceeded":{
|
@@ -3001,7 +3004,8 @@
|
|
3001
3004
|
"MaxErrors":{"shape":"MaxErrors"},
|
3002
3005
|
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
3003
3006
|
"ComplianceSeverity":{"shape":"AssociationComplianceSeverity"},
|
3004
|
-
"SyncCompliance":{"shape":"AssociationSyncCompliance"}
|
3007
|
+
"SyncCompliance":{"shape":"AssociationSyncCompliance"},
|
3008
|
+
"ApplyOnlyAtCronInterval":{"shape":"ApplyOnlyAtCronInterval"}
|
3005
3009
|
}
|
3006
3010
|
},
|
3007
3011
|
"CreateAssociationBatchResult":{
|
@@ -3027,7 +3031,8 @@
|
|
3027
3031
|
"MaxErrors":{"shape":"MaxErrors"},
|
3028
3032
|
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
3029
3033
|
"ComplianceSeverity":{"shape":"AssociationComplianceSeverity"},
|
3030
|
-
"SyncCompliance":{"shape":"AssociationSyncCompliance"}
|
3034
|
+
"SyncCompliance":{"shape":"AssociationSyncCompliance"},
|
3035
|
+
"ApplyOnlyAtCronInterval":{"shape":"ApplyOnlyAtCronInterval"}
|
3031
3036
|
}
|
3032
3037
|
},
|
3033
3038
|
"CreateAssociationResult":{
|
@@ -8933,7 +8938,8 @@
|
|
8933
8938
|
"MaxErrors":{"shape":"MaxErrors"},
|
8934
8939
|
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
8935
8940
|
"ComplianceSeverity":{"shape":"AssociationComplianceSeverity"},
|
8936
|
-
"SyncCompliance":{"shape":"AssociationSyncCompliance"}
|
8941
|
+
"SyncCompliance":{"shape":"AssociationSyncCompliance"},
|
8942
|
+
"ApplyOnlyAtCronInterval":{"shape":"ApplyOnlyAtCronInterval"}
|
8937
8943
|
}
|
8938
8944
|
},
|
8939
8945
|
"UpdateAssociationResult":{
|
data/endpoints.json
CHANGED
@@ -5972,6 +5972,15 @@
|
|
5972
5972
|
"cn-northwest-1" : { }
|
5973
5973
|
}
|
5974
5974
|
},
|
5975
|
+
"autoscaling-plans" : {
|
5976
|
+
"defaults" : {
|
5977
|
+
"protocols" : [ "http", "https" ]
|
5978
|
+
},
|
5979
|
+
"endpoints" : {
|
5980
|
+
"cn-north-1" : { },
|
5981
|
+
"cn-northwest-1" : { }
|
5982
|
+
}
|
5983
|
+
},
|
5975
5984
|
"backup" : {
|
5976
5985
|
"endpoints" : {
|
5977
5986
|
"cn-north-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.521
|
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-06-
|
11
|
+
date: 2020-06-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|