aws-sdk-core 2.11.220 → 2.11.221
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 +18 -0
- data/apis/kinesisvideo/2017-09-30/api-2.json +7 -4
- 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: ce0424b44208449c633fecebf0bbe0b7437d2cc2
|
4
|
+
data.tar.gz: 4b59203f1811203000d4bc3e22a1538bf4e5bb5c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e1344c874a5f3dbdc69cae24805f94f493aabac92e3ab1f931f6324cb251f7dea3c4050af6af0a1d37972b771c768525b53bf7d5dae289beef2ebf1dde60122
|
7
|
+
data.tar.gz: 5a7d8a52b83de5205345a95aa14cef3de02edf0e73b81ef1e91ed656cc1454c9d2b39d48b862b27e71f2063aada16aa3be863a3b32615a3e8bb2ce481bb3f9d9
|
@@ -4950,6 +4950,10 @@
|
|
4950
4950
|
"shape":"String",
|
4951
4951
|
"locationName":"clientCidrBlock"
|
4952
4952
|
},
|
4953
|
+
"DnsServers":{
|
4954
|
+
"shape":"ValueStringList",
|
4955
|
+
"locationName":"dnsServer"
|
4956
|
+
},
|
4953
4957
|
"SplitTunnel":{
|
4954
4958
|
"shape":"Boolean",
|
4955
4959
|
"locationName":"splitTunnel"
|
@@ -4964,6 +4968,8 @@
|
|
4964
4968
|
},
|
4965
4969
|
"AssociatedTargetNetworks":{
|
4966
4970
|
"shape":"AssociatedTargetNetworkSet",
|
4971
|
+
"deprecated":true,
|
4972
|
+
"deprecatedMessage":"This property is deprecated. To view the target networks associated with a Client VPN endpoint, call DescribeClientVpnTargetNetworks and inspect the clientVpnTargetNetworks response element.",
|
4967
4973
|
"locationName":"associatedTargetNetwork"
|
4968
4974
|
},
|
4969
4975
|
"ServerCertificateArn":{
|
@@ -4977,6 +4983,10 @@
|
|
4977
4983
|
"ConnectionLogOptions":{
|
4978
4984
|
"shape":"ConnectionLogResponseOptions",
|
4979
4985
|
"locationName":"connectionLogOptions"
|
4986
|
+
},
|
4987
|
+
"Tags":{
|
4988
|
+
"shape":"TagList",
|
4989
|
+
"locationName":"tagSet"
|
4980
4990
|
}
|
4981
4991
|
}
|
4982
4992
|
},
|
@@ -5396,6 +5406,10 @@
|
|
5396
5406
|
"ClientToken":{
|
5397
5407
|
"shape":"String",
|
5398
5408
|
"idempotencyToken":true
|
5409
|
+
},
|
5410
|
+
"TagSpecifications":{
|
5411
|
+
"shape":"TagSpecificationList",
|
5412
|
+
"locationName":"TagSpecification"
|
5399
5413
|
}
|
5400
5414
|
}
|
5401
5415
|
},
|
@@ -14311,6 +14325,7 @@
|
|
14311
14325
|
"m5.4xlarge",
|
14312
14326
|
"m5.12xlarge",
|
14313
14327
|
"m5.24xlarge",
|
14328
|
+
"m5.metal",
|
14314
14329
|
"m5a.large",
|
14315
14330
|
"m5a.xlarge",
|
14316
14331
|
"m5a.2xlarge",
|
@@ -14323,6 +14338,7 @@
|
|
14323
14338
|
"m5d.4xlarge",
|
14324
14339
|
"m5d.12xlarge",
|
14325
14340
|
"m5d.24xlarge",
|
14341
|
+
"m5d.metal",
|
14326
14342
|
"h1.2xlarge",
|
14327
14343
|
"h1.4xlarge",
|
14328
14344
|
"h1.8xlarge",
|
@@ -14333,6 +14349,7 @@
|
|
14333
14349
|
"z1d.3xlarge",
|
14334
14350
|
"z1d.6xlarge",
|
14335
14351
|
"z1d.12xlarge",
|
14352
|
+
"z1d.metal",
|
14336
14353
|
"u-6tb1.metal",
|
14337
14354
|
"u-9tb1.metal",
|
14338
14355
|
"u-12tb1.metal",
|
@@ -18782,6 +18799,7 @@
|
|
18782
18799
|
"ResourceType":{
|
18783
18800
|
"type":"string",
|
18784
18801
|
"enum":[
|
18802
|
+
"client-vpn-endpoint",
|
18785
18803
|
"customer-gateway",
|
18786
18804
|
"dedicated-host",
|
18787
18805
|
"dhcp-options",
|
@@ -25,7 +25,8 @@
|
|
25
25
|
{"shape":"ResourceInUseException"},
|
26
26
|
{"shape":"InvalidDeviceException"},
|
27
27
|
{"shape":"InvalidArgumentException"},
|
28
|
-
{"shape":"ClientLimitExceededException"}
|
28
|
+
{"shape":"ClientLimitExceededException"},
|
29
|
+
{"shape":"TagsPerResourceExceededLimitException"}
|
29
30
|
]
|
30
31
|
},
|
31
32
|
"DeleteStream":{
|
@@ -40,7 +41,8 @@
|
|
40
41
|
{"shape":"ClientLimitExceededException"},
|
41
42
|
{"shape":"InvalidArgumentException"},
|
42
43
|
{"shape":"ResourceNotFoundException"},
|
43
|
-
{"shape":"NotAuthorizedException"}
|
44
|
+
{"shape":"NotAuthorizedException"},
|
45
|
+
{"shape":"VersionMismatchException"}
|
44
46
|
]
|
45
47
|
},
|
46
48
|
"DescribeStream":{
|
@@ -209,7 +211,8 @@
|
|
209
211
|
"StreamName":{"shape":"StreamName"},
|
210
212
|
"MediaType":{"shape":"MediaType"},
|
211
213
|
"KmsKeyId":{"shape":"KmsKeyId"},
|
212
|
-
"DataRetentionInHours":{"shape":"DataRetentionInHours"}
|
214
|
+
"DataRetentionInHours":{"shape":"DataRetentionInHours"},
|
215
|
+
"Tags":{"shape":"ResourceTags"}
|
213
216
|
}
|
214
217
|
},
|
215
218
|
"CreateStreamOutput":{
|
@@ -351,7 +354,7 @@
|
|
351
354
|
"type":"string",
|
352
355
|
"max":128,
|
353
356
|
"min":1,
|
354
|
-
"pattern":"[\\w\\-\\.\\+]+/[\\w\\-\\.\\+]+"
|
357
|
+
"pattern":"[\\w\\-\\.\\+]+/[\\w\\-\\.\\+]+(,[\\w\\-\\.\\+]+/[\\w\\-\\.\\+]+)*"
|
355
358
|
},
|
356
359
|
"NextToken":{
|
357
360
|
"type":"string",
|
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.221
|
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-02-
|
11
|
+
date: 2019-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|