aws-sdk-core 2.11.154 → 2.11.155
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/inspector/2016-02-16/api-2.json +52 -1
- data/apis/shield/2016-06-02/api-2.json +19 -4
- data/apis/shield/2016-06-02/smoke.json +11 -0
- data/endpoints.json +44 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 56edc9c3d9d33b95f40fe405d8ef18597067e1e6
|
4
|
+
data.tar.gz: 737254e6d94a88f29a423fb31a480c0cf19d12f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 210a8ff3f2ea6bc9e8a475823169effdf03e6f0dee781870cc3992d1b2a96ffa84a1ff5d5b56194125b7d216a3fd8d5d83913b1b135f587d3e8cabf810057118
|
7
|
+
data.tar.gz: b388161ddeedff65d49fab757c3a571c67bf6b8e5f445685c60ae36004e95b842abf12082257f1c2fbf5c09c8d661cbb571d21f986628c1cf6caedabbd275255
|
@@ -1028,7 +1028,9 @@
|
|
1028
1028
|
"autoScalingGroup":{"shape":"AutoScalingGroup"},
|
1029
1029
|
"amiId":{"shape":"AmiId"},
|
1030
1030
|
"hostname":{"shape":"Hostname"},
|
1031
|
-
"ipv4Addresses":{"shape":"Ipv4AddressList"}
|
1031
|
+
"ipv4Addresses":{"shape":"Ipv4AddressList"},
|
1032
|
+
"tags":{"shape":"Tags"},
|
1033
|
+
"networkInterfaces":{"shape":"NetworkInterfaces"}
|
1032
1034
|
}
|
1033
1035
|
},
|
1034
1036
|
"AssetType":{
|
@@ -1681,6 +1683,10 @@
|
|
1681
1683
|
"max":50,
|
1682
1684
|
"min":0
|
1683
1685
|
},
|
1686
|
+
"Ipv6Addresses":{
|
1687
|
+
"type":"list",
|
1688
|
+
"member":{"shape":"Text"}
|
1689
|
+
},
|
1684
1690
|
"KernelVersion":{
|
1685
1691
|
"type":"string",
|
1686
1692
|
"max":128,
|
@@ -1891,6 +1897,25 @@
|
|
1891
1897
|
"max":140,
|
1892
1898
|
"min":1
|
1893
1899
|
},
|
1900
|
+
"NetworkInterface":{
|
1901
|
+
"type":"structure",
|
1902
|
+
"members":{
|
1903
|
+
"networkInterfaceId":{"shape":"Text"},
|
1904
|
+
"subnetId":{"shape":"Text"},
|
1905
|
+
"vpcId":{"shape":"Text"},
|
1906
|
+
"privateDnsName":{"shape":"Text"},
|
1907
|
+
"privateIpAddress":{"shape":"Text"},
|
1908
|
+
"privateIpAddresses":{"shape":"PrivateIpAddresses"},
|
1909
|
+
"publicDnsName":{"shape":"Text"},
|
1910
|
+
"publicIp":{"shape":"Text"},
|
1911
|
+
"ipv6Addresses":{"shape":"Ipv6Addresses"},
|
1912
|
+
"securityGroups":{"shape":"SecurityGroups"}
|
1913
|
+
}
|
1914
|
+
},
|
1915
|
+
"NetworkInterfaces":{
|
1916
|
+
"type":"list",
|
1917
|
+
"member":{"shape":"NetworkInterface"}
|
1918
|
+
},
|
1894
1919
|
"NoSuchEntityErrorCode":{
|
1895
1920
|
"type":"string",
|
1896
1921
|
"enum":[
|
@@ -1970,6 +1995,17 @@
|
|
1970
1995
|
"COMPLETED"
|
1971
1996
|
]
|
1972
1997
|
},
|
1998
|
+
"PrivateIp":{
|
1999
|
+
"type":"structure",
|
2000
|
+
"members":{
|
2001
|
+
"privateDnsName":{"shape":"Text"},
|
2002
|
+
"privateIpAddress":{"shape":"Text"}
|
2003
|
+
}
|
2004
|
+
},
|
2005
|
+
"PrivateIpAddresses":{
|
2006
|
+
"type":"list",
|
2007
|
+
"member":{"shape":"PrivateIp"}
|
2008
|
+
},
|
1973
2009
|
"ProviderName":{
|
1974
2010
|
"type":"string",
|
1975
2011
|
"max":1000,
|
@@ -2112,6 +2148,17 @@
|
|
2112
2148
|
]
|
2113
2149
|
},
|
2114
2150
|
"ScopeValue":{"type":"string"},
|
2151
|
+
"SecurityGroup":{
|
2152
|
+
"type":"structure",
|
2153
|
+
"members":{
|
2154
|
+
"groupName":{"shape":"Text"},
|
2155
|
+
"groupId":{"shape":"Text"}
|
2156
|
+
}
|
2157
|
+
},
|
2158
|
+
"SecurityGroups":{
|
2159
|
+
"type":"list",
|
2160
|
+
"member":{"shape":"SecurityGroup"}
|
2161
|
+
},
|
2115
2162
|
"ServiceName":{
|
2116
2163
|
"type":"string",
|
2117
2164
|
"max":128,
|
@@ -2239,6 +2286,10 @@
|
|
2239
2286
|
"max":256,
|
2240
2287
|
"min":1
|
2241
2288
|
},
|
2289
|
+
"Tags":{
|
2290
|
+
"type":"list",
|
2291
|
+
"member":{"shape":"Tag"}
|
2292
|
+
},
|
2242
2293
|
"TelemetryMetadata":{
|
2243
2294
|
"type":"structure",
|
2244
2295
|
"required":[
|
@@ -7,6 +7,7 @@
|
|
7
7
|
"protocol":"json",
|
8
8
|
"serviceAbbreviation":"AWS Shield",
|
9
9
|
"serviceFullName":"AWS Shield",
|
10
|
+
"serviceId":"Shield",
|
10
11
|
"signatureVersion":"v4",
|
11
12
|
"targetPrefix":"AWSShield_20160616",
|
12
13
|
"uid":"shield-2016-06-02"
|
@@ -118,7 +119,7 @@
|
|
118
119
|
"output":{"shape":"DescribeAttackResponse"},
|
119
120
|
"errors":[
|
120
121
|
{"shape":"InternalErrorException"},
|
121
|
-
{"shape":"
|
122
|
+
{"shape":"AccessDeniedException"}
|
122
123
|
]
|
123
124
|
},
|
124
125
|
"DescribeDRTAccess":{
|
@@ -278,6 +279,13 @@
|
|
278
279
|
}
|
279
280
|
},
|
280
281
|
"shapes":{
|
282
|
+
"AccessDeniedException":{
|
283
|
+
"type":"structure",
|
284
|
+
"members":{
|
285
|
+
"message":{"shape":"errorMessage"}
|
286
|
+
},
|
287
|
+
"exception":true
|
288
|
+
},
|
281
289
|
"AccessDeniedForDependencyException":{
|
282
290
|
"type":"structure",
|
283
291
|
"members":{
|
@@ -540,6 +548,8 @@
|
|
540
548
|
},
|
541
549
|
"EmailAddress":{
|
542
550
|
"type":"string",
|
551
|
+
"max":150,
|
552
|
+
"min":1,
|
543
553
|
"pattern":"^\\S+@\\S+\\.\\S+$"
|
544
554
|
},
|
545
555
|
"EmergencyContact":{
|
@@ -740,7 +750,9 @@
|
|
740
750
|
},
|
741
751
|
"ResourceArn":{
|
742
752
|
"type":"string",
|
743
|
-
"
|
753
|
+
"max":2048,
|
754
|
+
"min":1,
|
755
|
+
"pattern":"^arn:aws.*"
|
744
756
|
},
|
745
757
|
"ResourceArnFilterList":{
|
746
758
|
"type":"list",
|
@@ -755,7 +767,8 @@
|
|
755
767
|
},
|
756
768
|
"RoleArn":{
|
757
769
|
"type":"string",
|
758
|
-
"max":
|
770
|
+
"max":2048,
|
771
|
+
"min":1,
|
759
772
|
"pattern":"^arn:aws:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+"
|
760
773
|
},
|
761
774
|
"String":{"type":"string"},
|
@@ -833,7 +846,9 @@
|
|
833
846
|
"Timestamp":{"type":"timestamp"},
|
834
847
|
"Token":{
|
835
848
|
"type":"string",
|
836
|
-
"
|
849
|
+
"max":4096,
|
850
|
+
"min":1,
|
851
|
+
"pattern":"^.*$"
|
837
852
|
},
|
838
853
|
"TopContributors":{
|
839
854
|
"type":"list",
|
data/endpoints.json
CHANGED
@@ -528,6 +528,7 @@
|
|
528
528
|
"ap-south-1" : { },
|
529
529
|
"ap-southeast-1" : { },
|
530
530
|
"ap-southeast-2" : { },
|
531
|
+
"ca-central-1" : { },
|
531
532
|
"eu-central-1" : { },
|
532
533
|
"eu-west-1" : { },
|
533
534
|
"eu-west-2" : { },
|
@@ -543,6 +544,7 @@
|
|
543
544
|
"ap-south-1" : { },
|
544
545
|
"ap-southeast-1" : { },
|
545
546
|
"ap-southeast-2" : { },
|
547
|
+
"ca-central-1" : { },
|
546
548
|
"eu-central-1" : { },
|
547
549
|
"eu-west-1" : { },
|
548
550
|
"eu-west-2" : { },
|
@@ -1037,7 +1039,6 @@
|
|
1037
1039
|
"eu-west-1" : { },
|
1038
1040
|
"eu-west-2" : { },
|
1039
1041
|
"eu-west-3" : { },
|
1040
|
-
"sa-east-1" : { },
|
1041
1042
|
"us-east-1" : { },
|
1042
1043
|
"us-east-2" : { },
|
1043
1044
|
"us-west-1" : { },
|
@@ -1335,6 +1336,7 @@
|
|
1335
1336
|
"eu-west-3" : { },
|
1336
1337
|
"sa-east-1" : { },
|
1337
1338
|
"us-east-1" : { },
|
1339
|
+
"us-west-1" : { },
|
1338
1340
|
"us-west-2" : { }
|
1339
1341
|
}
|
1340
1342
|
},
|
@@ -1434,6 +1436,12 @@
|
|
1434
1436
|
},
|
1435
1437
|
"hostname" : "rds.eu-west-1.amazonaws.com"
|
1436
1438
|
},
|
1439
|
+
"eu-west-2" : {
|
1440
|
+
"credentialScope" : {
|
1441
|
+
"region" : "eu-west-2"
|
1442
|
+
},
|
1443
|
+
"hostname" : "rds.eu-west-2.amazonaws.com"
|
1444
|
+
},
|
1437
1445
|
"us-east-1" : {
|
1438
1446
|
"credentialScope" : {
|
1439
1447
|
"region" : "us-east-1"
|
@@ -1817,9 +1825,33 @@
|
|
1817
1825
|
"eu-west-3" : { },
|
1818
1826
|
"sa-east-1" : { },
|
1819
1827
|
"us-east-1" : { },
|
1828
|
+
"us-east-1-fips" : {
|
1829
|
+
"credentialScope" : {
|
1830
|
+
"region" : "us-east-1"
|
1831
|
+
},
|
1832
|
+
"hostname" : "servicecatalog-fips.us-east-1.amazonaws.com"
|
1833
|
+
},
|
1820
1834
|
"us-east-2" : { },
|
1835
|
+
"us-east-2-fips" : {
|
1836
|
+
"credentialScope" : {
|
1837
|
+
"region" : "us-east-2"
|
1838
|
+
},
|
1839
|
+
"hostname" : "servicecatalog-fips.us-east-2.amazonaws.com"
|
1840
|
+
},
|
1821
1841
|
"us-west-1" : { },
|
1822
|
-
"us-west-
|
1842
|
+
"us-west-1-fips" : {
|
1843
|
+
"credentialScope" : {
|
1844
|
+
"region" : "us-west-1"
|
1845
|
+
},
|
1846
|
+
"hostname" : "servicecatalog-fips.us-west-1.amazonaws.com"
|
1847
|
+
},
|
1848
|
+
"us-west-2" : { },
|
1849
|
+
"us-west-2-fips" : {
|
1850
|
+
"credentialScope" : {
|
1851
|
+
"region" : "us-west-2"
|
1852
|
+
},
|
1853
|
+
"hostname" : "servicecatalog-fips.us-west-2.amazonaws.com"
|
1854
|
+
}
|
1823
1855
|
}
|
1824
1856
|
},
|
1825
1857
|
"servicediscovery" : {
|
@@ -2601,6 +2633,11 @@
|
|
2601
2633
|
"us-gov-west-1" : { }
|
2602
2634
|
}
|
2603
2635
|
},
|
2636
|
+
"api.sagemaker" : {
|
2637
|
+
"endpoints" : {
|
2638
|
+
"us-gov-west-1" : { }
|
2639
|
+
}
|
2640
|
+
},
|
2604
2641
|
"apigateway" : {
|
2605
2642
|
"endpoints" : {
|
2606
2643
|
"us-gov-west-1" : { }
|
@@ -2829,6 +2866,11 @@
|
|
2829
2866
|
"us-gov-west-1" : { }
|
2830
2867
|
}
|
2831
2868
|
},
|
2869
|
+
"runtime.sagemaker" : {
|
2870
|
+
"endpoints" : {
|
2871
|
+
"us-gov-west-1" : { }
|
2872
|
+
}
|
2873
|
+
},
|
2832
2874
|
"s3" : {
|
2833
2875
|
"defaults" : {
|
2834
2876
|
"signatureVersions" : [ "s3", "s3v4" ]
|
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.155
|
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-10-
|
11
|
+
date: 2018-10-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -567,6 +567,7 @@ files:
|
|
567
567
|
- apis/shield/2016-06-02/api-2.json
|
568
568
|
- apis/shield/2016-06-02/examples-1.json
|
569
569
|
- apis/shield/2016-06-02/paginators-1.json
|
570
|
+
- apis/shield/2016-06-02/smoke.json
|
570
571
|
- apis/signer/2017-08-25/api-2.json
|
571
572
|
- apis/signer/2017-08-25/examples-1.json
|
572
573
|
- apis/signer/2017-08-25/paginators-1.json
|