aws-sdk-core 2.11.313 → 2.11.314
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/apigatewayv2/2018-11-29/api-2.json +12 -0
- data/apis/es/2015-01-01/api-2.json +16 -0
- data/apis/iam/2010-05-08/api-2.json +1 -4
- data/apis/robomaker/2018-06-29/api-2.json +12 -5
- data/endpoints.json +1 -0
- 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: 23624d170e744ab81738c146442273eeb1b8752d
|
|
4
|
+
data.tar.gz: 4b10ae90a5a59a01c84fa64c3a1f30a5475cab53
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4bd9ba2f9c43277690cc16b5896dcd105a2d75fc9a1ebada4fb17f9a85dfa0937121a5e2363438edf507939243290040adcf74970ea2fb99b6cf20eef7c9f4b
|
|
7
|
+
data.tar.gz: fc3b2ece61b120d8527344536ed530062a413ab99bf999a11deb59422a550f8ac6de663412cbb413df563415694beba869e0c46e89c144bf301ef3748e2079f1
|
|
@@ -4686,6 +4686,10 @@
|
|
|
4686
4686
|
"Warnings" : {
|
|
4687
4687
|
"shape" : "__listOf__string",
|
|
4688
4688
|
"locationName" : "warnings"
|
|
4689
|
+
},
|
|
4690
|
+
"Tags" : {
|
|
4691
|
+
"shape" : "Tags",
|
|
4692
|
+
"locationName" : "tags"
|
|
4689
4693
|
}
|
|
4690
4694
|
}
|
|
4691
4695
|
},
|
|
@@ -4907,6 +4911,10 @@
|
|
|
4907
4911
|
"DomainNameConfigurations" : {
|
|
4908
4912
|
"shape" : "DomainNameConfigurations",
|
|
4909
4913
|
"locationName" : "domainNameConfigurations"
|
|
4914
|
+
},
|
|
4915
|
+
"Tags" : {
|
|
4916
|
+
"shape" : "Tags",
|
|
4917
|
+
"locationName" : "tags"
|
|
4910
4918
|
}
|
|
4911
4919
|
}
|
|
4912
4920
|
},
|
|
@@ -5637,6 +5645,10 @@
|
|
|
5637
5645
|
"StageVariables" : {
|
|
5638
5646
|
"shape" : "StageVariablesMap",
|
|
5639
5647
|
"locationName" : "stageVariables"
|
|
5648
|
+
},
|
|
5649
|
+
"Tags" : {
|
|
5650
|
+
"shape" : "Tags",
|
|
5651
|
+
"locationName" : "tags"
|
|
5640
5652
|
}
|
|
5641
5653
|
}
|
|
5642
5654
|
},
|
|
@@ -715,6 +715,22 @@
|
|
|
715
715
|
"m4.2xlarge.elasticsearch",
|
|
716
716
|
"m4.4xlarge.elasticsearch",
|
|
717
717
|
"m4.10xlarge.elasticsearch",
|
|
718
|
+
"m5.large.elasticsearch",
|
|
719
|
+
"m5.xlarge.elasticsearch",
|
|
720
|
+
"m5.2xlarge.elasticsearch",
|
|
721
|
+
"m5.4xlarge.elasticsearch",
|
|
722
|
+
"m5.12xlarge.elasticsearch",
|
|
723
|
+
"r5.large.elasticsearch",
|
|
724
|
+
"r5.xlarge.elasticsearch",
|
|
725
|
+
"r5.2xlarge.elasticsearch",
|
|
726
|
+
"r5.4xlarge.elasticsearch",
|
|
727
|
+
"r5.12xlarge.elasticsearch",
|
|
728
|
+
"c5.large.elasticsearch",
|
|
729
|
+
"c5.xlarge.elasticsearch",
|
|
730
|
+
"c5.2xlarge.elasticsearch",
|
|
731
|
+
"c5.4xlarge.elasticsearch",
|
|
732
|
+
"c5.9xlarge.elasticsearch",
|
|
733
|
+
"c5.18xlarge.elasticsearch",
|
|
718
734
|
"t2.micro.elasticsearch",
|
|
719
735
|
"t2.small.elasticsearch",
|
|
720
736
|
"t2.medium.elasticsearch",
|
|
@@ -809,10 +809,7 @@
|
|
|
809
809
|
"output":{
|
|
810
810
|
"shape":"GetAccessKeyLastUsedResponse",
|
|
811
811
|
"resultWrapper":"GetAccessKeyLastUsedResult"
|
|
812
|
-
}
|
|
813
|
-
"errors":[
|
|
814
|
-
{"shape":"NoSuchEntityException"}
|
|
815
|
-
]
|
|
812
|
+
}
|
|
816
813
|
},
|
|
817
814
|
"GetAccountAuthorizationDetails":{
|
|
818
815
|
"name":"GetAccountAuthorizationDetails",
|
|
@@ -1235,7 +1235,7 @@
|
|
|
1235
1235
|
"type":"string",
|
|
1236
1236
|
"max":255,
|
|
1237
1237
|
"min":1,
|
|
1238
|
-
"pattern":"arn
|
|
1238
|
+
"pattern":"arn:aws:iam::\\w+:role/.*"
|
|
1239
1239
|
},
|
|
1240
1240
|
"Id":{
|
|
1241
1241
|
"type":"string",
|
|
@@ -1406,6 +1406,10 @@
|
|
|
1406
1406
|
"min":1,
|
|
1407
1407
|
"pattern":"[a-zA-Z0-9_\\-]*"
|
|
1408
1408
|
},
|
|
1409
|
+
"NonEmptyString":{
|
|
1410
|
+
"type":"string",
|
|
1411
|
+
"min":1
|
|
1412
|
+
},
|
|
1409
1413
|
"OutputLocation":{
|
|
1410
1414
|
"type":"structure",
|
|
1411
1415
|
"members":{
|
|
@@ -1604,7 +1608,10 @@
|
|
|
1604
1608
|
},
|
|
1605
1609
|
"RobotSoftwareSuiteVersionType":{
|
|
1606
1610
|
"type":"string",
|
|
1607
|
-
"enum":[
|
|
1611
|
+
"enum":[
|
|
1612
|
+
"Kinetic",
|
|
1613
|
+
"Melodic"
|
|
1614
|
+
]
|
|
1608
1615
|
},
|
|
1609
1616
|
"RobotStatus":{
|
|
1610
1617
|
"type":"string",
|
|
@@ -1628,7 +1635,7 @@
|
|
|
1628
1635
|
"type":"string",
|
|
1629
1636
|
"max":63,
|
|
1630
1637
|
"min":3,
|
|
1631
|
-
"pattern":"[a-z0-9][a-z0-9
|
|
1638
|
+
"pattern":"[a-z0-9][a-z0-9.\\-]*[a-z0-9]"
|
|
1632
1639
|
},
|
|
1633
1640
|
"S3Etag":{"type":"string"},
|
|
1634
1641
|
"S3Key":{
|
|
@@ -1639,7 +1646,7 @@
|
|
|
1639
1646
|
},
|
|
1640
1647
|
"SecurityGroups":{
|
|
1641
1648
|
"type":"list",
|
|
1642
|
-
"member":{"shape":"
|
|
1649
|
+
"member":{"shape":"NonEmptyString"},
|
|
1643
1650
|
"max":5,
|
|
1644
1651
|
"min":1
|
|
1645
1652
|
},
|
|
@@ -1815,7 +1822,7 @@
|
|
|
1815
1822
|
},
|
|
1816
1823
|
"Subnets":{
|
|
1817
1824
|
"type":"list",
|
|
1818
|
-
"member":{"shape":"
|
|
1825
|
+
"member":{"shape":"NonEmptyString"},
|
|
1819
1826
|
"max":16,
|
|
1820
1827
|
"min":1
|
|
1821
1828
|
},
|
data/endpoints.json
CHANGED
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.314
|
|
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-07-
|
|
11
|
+
date: 2019-07-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|