aws-sdk-core 2.11.200 → 2.11.201
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/appmesh/2018-10-01/api-2.json +28 -12
- data/endpoints.json +7 -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: 85dd390be75d313543ae27ad5a5321beb9a8fe51
|
|
4
|
+
data.tar.gz: 0a45b96ea82b1827580540ac898390ac0e4a3b2e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2b0baf928300cca9b2c0bd472ebbf430e7c4382769470429a7747b594dd7c42baad61d089d3a14524926a392d1e0faef179f5b61753c52423d79ca69c670cd7
|
|
7
|
+
data.tar.gz: ec7e1b8a73e0c5839b8e2eeca1dd2da3adf0c13ddd38837d25782ea54e47e5b70cdbda49d16375c44f227bcc94858601d520079feaf3a6cbccaa55c6e0fa8c99
|
|
@@ -742,6 +742,11 @@
|
|
|
742
742
|
"fault": true
|
|
743
743
|
}
|
|
744
744
|
},
|
|
745
|
+
"HealthCheckThreshold": {
|
|
746
|
+
"type": "integer",
|
|
747
|
+
"min": 2,
|
|
748
|
+
"max": 10
|
|
749
|
+
},
|
|
745
750
|
"DeleteMeshOutput": {
|
|
746
751
|
"type": "structure",
|
|
747
752
|
"members": {
|
|
@@ -870,6 +875,12 @@
|
|
|
870
875
|
"senderFault": true
|
|
871
876
|
}
|
|
872
877
|
},
|
|
878
|
+
"HealthCheckIntervalMillis": {
|
|
879
|
+
"type": "long",
|
|
880
|
+
"box": true,
|
|
881
|
+
"min": 5000,
|
|
882
|
+
"max": 300000
|
|
883
|
+
},
|
|
873
884
|
"VirtualNodeRef": {
|
|
874
885
|
"type": "structure",
|
|
875
886
|
"members": {
|
|
@@ -954,14 +965,6 @@
|
|
|
954
965
|
},
|
|
955
966
|
"max": 10
|
|
956
967
|
},
|
|
957
|
-
"DurationMillis": {
|
|
958
|
-
"type": "long",
|
|
959
|
-
"box": true
|
|
960
|
-
},
|
|
961
|
-
"NonNegativeInt": {
|
|
962
|
-
"type": "integer",
|
|
963
|
-
"min": 0
|
|
964
|
-
},
|
|
965
968
|
"MeshRef": {
|
|
966
969
|
"type": "structure",
|
|
967
970
|
"members": {
|
|
@@ -1041,6 +1044,12 @@
|
|
|
1041
1044
|
},
|
|
1042
1045
|
"payload": "virtualRouter"
|
|
1043
1046
|
},
|
|
1047
|
+
"HealthCheckTimeoutMillis": {
|
|
1048
|
+
"type": "long",
|
|
1049
|
+
"box": true,
|
|
1050
|
+
"min": 2000,
|
|
1051
|
+
"max": 60000
|
|
1052
|
+
},
|
|
1044
1053
|
"CreateVirtualRouterInput": {
|
|
1045
1054
|
"type": "structure",
|
|
1046
1055
|
"required": [
|
|
@@ -1704,12 +1713,19 @@
|
|
|
1704
1713
|
},
|
|
1705
1714
|
"HealthCheckPolicy": {
|
|
1706
1715
|
"type": "structure",
|
|
1716
|
+
"required": [
|
|
1717
|
+
"healthyThreshold",
|
|
1718
|
+
"intervalMillis",
|
|
1719
|
+
"protocol",
|
|
1720
|
+
"timeoutMillis",
|
|
1721
|
+
"unhealthyThreshold"
|
|
1722
|
+
],
|
|
1707
1723
|
"members": {
|
|
1708
1724
|
"healthyThreshold": {
|
|
1709
|
-
"shape": "
|
|
1725
|
+
"shape": "HealthCheckThreshold"
|
|
1710
1726
|
},
|
|
1711
1727
|
"intervalMillis": {
|
|
1712
|
-
"shape": "
|
|
1728
|
+
"shape": "HealthCheckIntervalMillis"
|
|
1713
1729
|
},
|
|
1714
1730
|
"path": {
|
|
1715
1731
|
"shape": "String"
|
|
@@ -1721,10 +1737,10 @@
|
|
|
1721
1737
|
"shape": "PortProtocol"
|
|
1722
1738
|
},
|
|
1723
1739
|
"timeoutMillis": {
|
|
1724
|
-
"shape": "
|
|
1740
|
+
"shape": "HealthCheckTimeoutMillis"
|
|
1725
1741
|
},
|
|
1726
1742
|
"unhealthyThreshold": {
|
|
1727
|
-
"shape": "
|
|
1743
|
+
"shape": "HealthCheckThreshold"
|
|
1728
1744
|
}
|
|
1729
1745
|
}
|
|
1730
1746
|
},
|
data/endpoints.json
CHANGED
|
@@ -663,6 +663,7 @@
|
|
|
663
663
|
},
|
|
664
664
|
"endpoints" : {
|
|
665
665
|
"ap-southeast-2" : { },
|
|
666
|
+
"eu-central-1" : { },
|
|
666
667
|
"eu-west-1" : { },
|
|
667
668
|
"us-east-1" : { },
|
|
668
669
|
"us-east-2" : { },
|
|
@@ -1654,6 +1655,7 @@
|
|
|
1654
1655
|
}
|
|
1655
1656
|
},
|
|
1656
1657
|
"endpoints" : {
|
|
1658
|
+
"eu-central-1" : { },
|
|
1657
1659
|
"eu-west-1" : { },
|
|
1658
1660
|
"us-east-1" : { },
|
|
1659
1661
|
"us-west-2" : { }
|
|
@@ -3282,6 +3284,11 @@
|
|
|
3282
3284
|
"us-gov-west-1" : { }
|
|
3283
3285
|
}
|
|
3284
3286
|
},
|
|
3287
|
+
"mediaconvert" : {
|
|
3288
|
+
"endpoints" : {
|
|
3289
|
+
"us-gov-west-1" : { }
|
|
3290
|
+
}
|
|
3291
|
+
},
|
|
3285
3292
|
"metering.marketplace" : {
|
|
3286
3293
|
"defaults" : {
|
|
3287
3294
|
"credentialScope" : {
|
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.201
|
|
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-01-
|
|
11
|
+
date: 2019-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|