aws-sdk-core 2.11.553 → 2.11.554
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 +4 -4
- data/apis/autoscaling/2011-01-01/api-2.json +31 -2
- data/apis/ec2/2016-11-15/api-2.json +12 -0
- data/apis/imagebuilder/2019-12-02/api-2.json +1 -1
- data/apis/ivs/2020-07-14/api-2.json +18 -5
- data/apis/medialive/2017-10-14/api-2.json +52 -2
- data/apis/securityhub/2018-10-26/api-2.json +29 -1
- data/endpoints.json +3 -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: 5df4f37dde6331f718944ddc1228e63f46a3b37765b8c899df7dbfe9fe4df221
|
|
4
|
+
data.tar.gz: acef6d6c3af4b48329110ce07bc55e900f9cfda7c61e9d3e4d7aa3bca15f7bae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c561cfffd156a7ca1952f05680b93b07b6925a9a112efff139df89519ed8fadf414e6e641bb160fc08c5d7bf1c036d57f3019f3b07135cd00762e87a7593b0c
|
|
7
|
+
data.tar.gz: 4916093d08d28b22f85fc82e77f77bfa849c433288b46ece743f17cb5ac67228acebf90bb27a39a17c4323cb0843ea7c489295620e77621c20839329414a7525
|
|
@@ -1231,7 +1231,8 @@
|
|
|
1231
1231
|
"IamInstanceProfile":{"shape":"XmlStringMaxLen1600"},
|
|
1232
1232
|
"EbsOptimized":{"shape":"EbsOptimized"},
|
|
1233
1233
|
"AssociatePublicIpAddress":{"shape":"AssociatePublicIpAddress"},
|
|
1234
|
-
"PlacementTenancy":{"shape":"XmlStringMaxLen64"}
|
|
1234
|
+
"PlacementTenancy":{"shape":"XmlStringMaxLen64"},
|
|
1235
|
+
"MetadataOptions":{"shape":"InstanceMetadataOptions"}
|
|
1235
1236
|
}
|
|
1236
1237
|
},
|
|
1237
1238
|
"CreateOrUpdateTagsType":{
|
|
@@ -1674,6 +1675,33 @@
|
|
|
1674
1675
|
"type":"list",
|
|
1675
1676
|
"member":{"shape":"XmlStringMaxLen19"}
|
|
1676
1677
|
},
|
|
1678
|
+
"InstanceMetadataEndpointState":{
|
|
1679
|
+
"type":"string",
|
|
1680
|
+
"enum":[
|
|
1681
|
+
"disabled",
|
|
1682
|
+
"enabled"
|
|
1683
|
+
]
|
|
1684
|
+
},
|
|
1685
|
+
"InstanceMetadataHttpPutResponseHopLimit":{
|
|
1686
|
+
"type":"integer",
|
|
1687
|
+
"max":64,
|
|
1688
|
+
"min":1
|
|
1689
|
+
},
|
|
1690
|
+
"InstanceMetadataHttpTokensState":{
|
|
1691
|
+
"type":"string",
|
|
1692
|
+
"enum":[
|
|
1693
|
+
"optional",
|
|
1694
|
+
"required"
|
|
1695
|
+
]
|
|
1696
|
+
},
|
|
1697
|
+
"InstanceMetadataOptions":{
|
|
1698
|
+
"type":"structure",
|
|
1699
|
+
"members":{
|
|
1700
|
+
"HttpTokens":{"shape":"InstanceMetadataHttpTokensState"},
|
|
1701
|
+
"HttpPutResponseHopLimit":{"shape":"InstanceMetadataHttpPutResponseHopLimit"},
|
|
1702
|
+
"HttpEndpoint":{"shape":"InstanceMetadataEndpointState"}
|
|
1703
|
+
}
|
|
1704
|
+
},
|
|
1677
1705
|
"InstanceMonitoring":{
|
|
1678
1706
|
"type":"structure",
|
|
1679
1707
|
"members":{
|
|
@@ -1788,7 +1816,8 @@
|
|
|
1788
1816
|
"CreatedTime":{"shape":"TimestampType"},
|
|
1789
1817
|
"EbsOptimized":{"shape":"EbsOptimized"},
|
|
1790
1818
|
"AssociatePublicIpAddress":{"shape":"AssociatePublicIpAddress"},
|
|
1791
|
-
"PlacementTenancy":{"shape":"XmlStringMaxLen64"}
|
|
1819
|
+
"PlacementTenancy":{"shape":"XmlStringMaxLen64"},
|
|
1820
|
+
"MetadataOptions":{"shape":"InstanceMetadataOptions"}
|
|
1792
1821
|
}
|
|
1793
1822
|
},
|
|
1794
1823
|
"LaunchConfigurationNameType":{
|
|
@@ -6556,6 +6556,10 @@
|
|
|
6556
6556
|
},
|
|
6557
6557
|
"CertificateArn":{"shape":"String"},
|
|
6558
6558
|
"Type":{"shape":"GatewayType"},
|
|
6559
|
+
"TagSpecifications":{
|
|
6560
|
+
"shape":"TagSpecificationList",
|
|
6561
|
+
"locationName":"TagSpecification"
|
|
6562
|
+
},
|
|
6559
6563
|
"DeviceName":{"shape":"String"},
|
|
6560
6564
|
"DryRun":{
|
|
6561
6565
|
"shape":"Boolean",
|
|
@@ -8113,6 +8117,10 @@
|
|
|
8113
8117
|
"Options":{
|
|
8114
8118
|
"shape":"VpnConnectionOptionsSpecification",
|
|
8115
8119
|
"locationName":"options"
|
|
8120
|
+
},
|
|
8121
|
+
"TagSpecifications":{
|
|
8122
|
+
"shape":"TagSpecificationList",
|
|
8123
|
+
"locationName":"TagSpecification"
|
|
8116
8124
|
}
|
|
8117
8125
|
}
|
|
8118
8126
|
},
|
|
@@ -8142,6 +8150,10 @@
|
|
|
8142
8150
|
"members":{
|
|
8143
8151
|
"AvailabilityZone":{"shape":"String"},
|
|
8144
8152
|
"Type":{"shape":"GatewayType"},
|
|
8153
|
+
"TagSpecifications":{
|
|
8154
|
+
"shape":"TagSpecificationList",
|
|
8155
|
+
"locationName":"TagSpecification"
|
|
8156
|
+
},
|
|
8145
8157
|
"AmazonSideAsn":{"shape":"Long"},
|
|
8146
8158
|
"DryRun":{
|
|
8147
8159
|
"shape":"Boolean",
|
|
@@ -41,7 +41,8 @@
|
|
|
41
41
|
"errors":[
|
|
42
42
|
{"shape":"ValidationException"},
|
|
43
43
|
{"shape":"AccessDeniedException"},
|
|
44
|
-
{"shape":"ServiceQuotaExceededException"}
|
|
44
|
+
{"shape":"ServiceQuotaExceededException"},
|
|
45
|
+
{"shape":"PendingVerification"}
|
|
45
46
|
]
|
|
46
47
|
},
|
|
47
48
|
"CreateStreamKey":{
|
|
@@ -56,7 +57,8 @@
|
|
|
56
57
|
{"shape":"ValidationException"},
|
|
57
58
|
{"shape":"AccessDeniedException"},
|
|
58
59
|
{"shape":"ResourceNotFoundException"},
|
|
59
|
-
{"shape":"ServiceQuotaExceededException"}
|
|
60
|
+
{"shape":"ServiceQuotaExceededException"},
|
|
61
|
+
{"shape":"PendingVerification"}
|
|
60
62
|
]
|
|
61
63
|
},
|
|
62
64
|
"DeleteChannel":{
|
|
@@ -70,7 +72,8 @@
|
|
|
70
72
|
{"shape":"ValidationException"},
|
|
71
73
|
{"shape":"AccessDeniedException"},
|
|
72
74
|
{"shape":"ResourceNotFoundException"},
|
|
73
|
-
{"shape":"ConflictException"}
|
|
75
|
+
{"shape":"ConflictException"},
|
|
76
|
+
{"shape":"PendingVerification"}
|
|
74
77
|
]
|
|
75
78
|
},
|
|
76
79
|
"DeleteStreamKey":{
|
|
@@ -83,7 +86,8 @@
|
|
|
83
86
|
"errors":[
|
|
84
87
|
{"shape":"ValidationException"},
|
|
85
88
|
{"shape":"AccessDeniedException"},
|
|
86
|
-
{"shape":"ResourceNotFoundException"}
|
|
89
|
+
{"shape":"ResourceNotFoundException"},
|
|
90
|
+
{"shape":"PendingVerification"}
|
|
87
91
|
]
|
|
88
92
|
},
|
|
89
93
|
"GetChannel":{
|
|
@@ -253,7 +257,8 @@
|
|
|
253
257
|
{"shape":"ValidationException"},
|
|
254
258
|
{"shape":"AccessDeniedException"},
|
|
255
259
|
{"shape":"ResourceNotFoundException"},
|
|
256
|
-
{"shape":"ConflictException"}
|
|
260
|
+
{"shape":"ConflictException"},
|
|
261
|
+
{"shape":"PendingVerification"}
|
|
257
262
|
]
|
|
258
263
|
}
|
|
259
264
|
},
|
|
@@ -569,6 +574,14 @@
|
|
|
569
574
|
"max":500,
|
|
570
575
|
"min":0
|
|
571
576
|
},
|
|
577
|
+
"PendingVerification":{
|
|
578
|
+
"type":"structure",
|
|
579
|
+
"members":{
|
|
580
|
+
"exceptionMessage":{"shape":"errorMessage"}
|
|
581
|
+
},
|
|
582
|
+
"error":{"httpStatusCode":403},
|
|
583
|
+
"exception":true
|
|
584
|
+
},
|
|
572
585
|
"PlaybackURL":{"type":"string"},
|
|
573
586
|
"PutMetadataRequest":{
|
|
574
587
|
"type":"structure",
|
|
@@ -2663,6 +2663,10 @@
|
|
|
2663
2663
|
"shape": "DvbSubDestinationSettings",
|
|
2664
2664
|
"locationName": "dvbSubDestinationSettings"
|
|
2665
2665
|
},
|
|
2666
|
+
"EbuTtDDestinationSettings": {
|
|
2667
|
+
"shape": "EbuTtDDestinationSettings",
|
|
2668
|
+
"locationName": "ebuTtDDestinationSettings"
|
|
2669
|
+
},
|
|
2666
2670
|
"EmbeddedDestinationSettings": {
|
|
2667
2671
|
"shape": "EmbeddedDestinationSettings",
|
|
2668
2672
|
"locationName": "embeddedDestinationSettings"
|
|
@@ -4722,6 +4726,37 @@
|
|
|
4722
4726
|
"NOT_INDICATED"
|
|
4723
4727
|
]
|
|
4724
4728
|
},
|
|
4729
|
+
"EbuTtDDestinationSettings": {
|
|
4730
|
+
"type": "structure",
|
|
4731
|
+
"members": {
|
|
4732
|
+
"FillLineGap": {
|
|
4733
|
+
"shape": "EbuTtDFillLineGapControl",
|
|
4734
|
+
"locationName": "fillLineGap"
|
|
4735
|
+
},
|
|
4736
|
+
"FontFamily": {
|
|
4737
|
+
"shape": "__string",
|
|
4738
|
+
"locationName": "fontFamily"
|
|
4739
|
+
},
|
|
4740
|
+
"StyleControl": {
|
|
4741
|
+
"shape": "EbuTtDDestinationStyleControl",
|
|
4742
|
+
"locationName": "styleControl"
|
|
4743
|
+
}
|
|
4744
|
+
}
|
|
4745
|
+
},
|
|
4746
|
+
"EbuTtDDestinationStyleControl": {
|
|
4747
|
+
"type": "string",
|
|
4748
|
+
"enum": [
|
|
4749
|
+
"EXCLUDE",
|
|
4750
|
+
"INCLUDE"
|
|
4751
|
+
]
|
|
4752
|
+
},
|
|
4753
|
+
"EbuTtDFillLineGapControl": {
|
|
4754
|
+
"type": "string",
|
|
4755
|
+
"enum": [
|
|
4756
|
+
"DISABLED",
|
|
4757
|
+
"ENABLED"
|
|
4758
|
+
]
|
|
4759
|
+
},
|
|
4725
4760
|
"EmbeddedConvert608To708": {
|
|
4726
4761
|
"type": "string",
|
|
4727
4762
|
"enum": [
|
|
@@ -5488,6 +5523,15 @@
|
|
|
5488
5523
|
}
|
|
5489
5524
|
}
|
|
5490
5525
|
},
|
|
5526
|
+
"H265FilterSettings": {
|
|
5527
|
+
"type": "structure",
|
|
5528
|
+
"members": {
|
|
5529
|
+
"TemporalFilterSettings": {
|
|
5530
|
+
"shape": "TemporalFilterSettings",
|
|
5531
|
+
"locationName": "temporalFilterSettings"
|
|
5532
|
+
}
|
|
5533
|
+
}
|
|
5534
|
+
},
|
|
5491
5535
|
"H265FlickerAq": {
|
|
5492
5536
|
"type": "string",
|
|
5493
5537
|
"enum": [
|
|
@@ -5547,6 +5591,7 @@
|
|
|
5547
5591
|
"H265ScanType": {
|
|
5548
5592
|
"type": "string",
|
|
5549
5593
|
"enum": [
|
|
5594
|
+
"INTERLACED",
|
|
5550
5595
|
"PROGRESSIVE"
|
|
5551
5596
|
]
|
|
5552
5597
|
},
|
|
@@ -5588,6 +5633,10 @@
|
|
|
5588
5633
|
"shape": "H265ColorSpaceSettings",
|
|
5589
5634
|
"locationName": "colorSpaceSettings"
|
|
5590
5635
|
},
|
|
5636
|
+
"FilterSettings": {
|
|
5637
|
+
"shape": "H265FilterSettings",
|
|
5638
|
+
"locationName": "filterSettings"
|
|
5639
|
+
},
|
|
5591
5640
|
"FixedAfd": {
|
|
5592
5641
|
"shape": "FixedAfd",
|
|
5593
5642
|
"locationName": "fixedAfd"
|
|
@@ -6116,7 +6165,8 @@
|
|
|
6116
6165
|
"type": "string",
|
|
6117
6166
|
"enum": [
|
|
6118
6167
|
"MANIFESTS_AND_SEGMENTS",
|
|
6119
|
-
"SEGMENTS_ONLY"
|
|
6168
|
+
"SEGMENTS_ONLY",
|
|
6169
|
+
"VARIANT_MANIFESTS_AND_SEGMENTS"
|
|
6120
6170
|
]
|
|
6121
6171
|
},
|
|
6122
6172
|
"HlsOutputSettings": {
|
|
@@ -11570,4 +11620,4 @@
|
|
|
11570
11620
|
"type": "timestamp"
|
|
11571
11621
|
}
|
|
11572
11622
|
}
|
|
11573
|
-
}
|
|
11623
|
+
}
|
|
@@ -643,6 +643,22 @@
|
|
|
643
643
|
{"shape":"ResourceNotFoundException"}
|
|
644
644
|
]
|
|
645
645
|
},
|
|
646
|
+
"UpdateSecurityHubConfiguration":{
|
|
647
|
+
"name":"UpdateSecurityHubConfiguration",
|
|
648
|
+
"http":{
|
|
649
|
+
"method":"PATCH",
|
|
650
|
+
"requestUri":"/accounts"
|
|
651
|
+
},
|
|
652
|
+
"input":{"shape":"UpdateSecurityHubConfigurationRequest"},
|
|
653
|
+
"output":{"shape":"UpdateSecurityHubConfigurationResponse"},
|
|
654
|
+
"errors":[
|
|
655
|
+
{"shape":"InternalException"},
|
|
656
|
+
{"shape":"InvalidInputException"},
|
|
657
|
+
{"shape":"InvalidAccessException"},
|
|
658
|
+
{"shape":"LimitExceededException"},
|
|
659
|
+
{"shape":"ResourceNotFoundException"}
|
|
660
|
+
]
|
|
661
|
+
},
|
|
646
662
|
"UpdateStandardsControl":{
|
|
647
663
|
"name":"UpdateStandardsControl",
|
|
648
664
|
"http":{
|
|
@@ -1814,7 +1830,8 @@
|
|
|
1814
1830
|
"type":"structure",
|
|
1815
1831
|
"members":{
|
|
1816
1832
|
"HubArn":{"shape":"NonEmptyString"},
|
|
1817
|
-
"SubscribedAt":{"shape":"NonEmptyString"}
|
|
1833
|
+
"SubscribedAt":{"shape":"NonEmptyString"},
|
|
1834
|
+
"AutoEnableControls":{"shape":"Boolean"}
|
|
1818
1835
|
}
|
|
1819
1836
|
},
|
|
1820
1837
|
"DescribeProductsRequest":{
|
|
@@ -3046,6 +3063,17 @@
|
|
|
3046
3063
|
"members":{
|
|
3047
3064
|
}
|
|
3048
3065
|
},
|
|
3066
|
+
"UpdateSecurityHubConfigurationRequest":{
|
|
3067
|
+
"type":"structure",
|
|
3068
|
+
"members":{
|
|
3069
|
+
"AutoEnableControls":{"shape":"Boolean"}
|
|
3070
|
+
}
|
|
3071
|
+
},
|
|
3072
|
+
"UpdateSecurityHubConfigurationResponse":{
|
|
3073
|
+
"type":"structure",
|
|
3074
|
+
"members":{
|
|
3075
|
+
}
|
|
3076
|
+
},
|
|
3049
3077
|
"UpdateStandardsControlRequest":{
|
|
3050
3078
|
"type":"structure",
|
|
3051
3079
|
"required":["StandardsControlArn"],
|
data/endpoints.json
CHANGED
|
@@ -889,6 +889,7 @@
|
|
|
889
889
|
}
|
|
890
890
|
},
|
|
891
891
|
"endpoints" : {
|
|
892
|
+
"af-south-1" : { },
|
|
892
893
|
"ap-east-1" : { },
|
|
893
894
|
"ap-northeast-1" : { },
|
|
894
895
|
"ap-northeast-2" : { },
|
|
@@ -898,6 +899,7 @@
|
|
|
898
899
|
"ca-central-1" : { },
|
|
899
900
|
"eu-central-1" : { },
|
|
900
901
|
"eu-north-1" : { },
|
|
902
|
+
"eu-south-1" : { },
|
|
901
903
|
"eu-west-1" : { },
|
|
902
904
|
"eu-west-2" : { },
|
|
903
905
|
"eu-west-3" : { },
|
|
@@ -2603,6 +2605,7 @@
|
|
|
2603
2605
|
"eu-north-1" : { },
|
|
2604
2606
|
"eu-west-1" : { },
|
|
2605
2607
|
"eu-west-2" : { },
|
|
2608
|
+
"eu-west-3" : { },
|
|
2606
2609
|
"us-east-1" : { },
|
|
2607
2610
|
"us-east-2" : { },
|
|
2608
2611
|
"us-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.554
|
|
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-07-
|
|
11
|
+
date: 2020-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|