aws-sdk-core 2.10.76 → 2.10.77
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/apigateway/2015-07-09/api-2.json +30 -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: 9bf9ab578e04d13c625a7c1e00be1540e69a527a
|
|
4
|
+
data.tar.gz: 5e7a9e0edde7feb1c994e07489bcf943876cbb77
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 94ebdec05860d367f0612498fca071762226052471ae9646d5702c3e7148e1e253f7f5577b15a7b2633d2ddd0891df5f7371c8cfbc92222e5a0d4045d8943038
|
|
7
|
+
data.tar.gz: 0e8326203b31c98805723a45a74672d9e761d3a384bd9d8a52091c8415ac805fd13d2d1aa237d690c079b46829aab93b1b5cad9ae5abbce7ff093f1c556c5776
|
|
@@ -2038,7 +2038,10 @@
|
|
|
2038
2038
|
"certificateBody":{"shape":"String"},
|
|
2039
2039
|
"certificatePrivateKey":{"shape":"String"},
|
|
2040
2040
|
"certificateChain":{"shape":"String"},
|
|
2041
|
-
"certificateArn":{"shape":"String"}
|
|
2041
|
+
"certificateArn":{"shape":"String"},
|
|
2042
|
+
"regionalCertificateName":{"shape":"String"},
|
|
2043
|
+
"regionalCertificateArn":{"shape":"String"},
|
|
2044
|
+
"endpointConfiguration":{"shape":"EndpointConfiguration"}
|
|
2042
2045
|
}
|
|
2043
2046
|
},
|
|
2044
2047
|
"CreateModelRequest":{
|
|
@@ -2103,7 +2106,8 @@
|
|
|
2103
2106
|
"description":{"shape":"String"},
|
|
2104
2107
|
"version":{"shape":"String"},
|
|
2105
2108
|
"cloneFrom":{"shape":"String"},
|
|
2106
|
-
"binaryMediaTypes":{"shape":"ListOfString"}
|
|
2109
|
+
"binaryMediaTypes":{"shape":"ListOfString"},
|
|
2110
|
+
"endpointConfiguration":{"shape":"EndpointConfiguration"}
|
|
2107
2111
|
}
|
|
2108
2112
|
},
|
|
2109
2113
|
"CreateStageRequest":{
|
|
@@ -2633,7 +2637,11 @@
|
|
|
2633
2637
|
"certificateName":{"shape":"String"},
|
|
2634
2638
|
"certificateArn":{"shape":"String"},
|
|
2635
2639
|
"certificateUploadDate":{"shape":"Timestamp"},
|
|
2636
|
-
"
|
|
2640
|
+
"regionalDomainName":{"shape":"String"},
|
|
2641
|
+
"regionalCertificateName":{"shape":"String"},
|
|
2642
|
+
"regionalCertificateArn":{"shape":"String"},
|
|
2643
|
+
"distributionDomainName":{"shape":"String"},
|
|
2644
|
+
"endpointConfiguration":{"shape":"EndpointConfiguration"}
|
|
2637
2645
|
}
|
|
2638
2646
|
},
|
|
2639
2647
|
"DomainNames":{
|
|
@@ -2647,6 +2655,19 @@
|
|
|
2647
2655
|
}
|
|
2648
2656
|
},
|
|
2649
2657
|
"Double":{"type":"double"},
|
|
2658
|
+
"EndpointConfiguration":{
|
|
2659
|
+
"type":"structure",
|
|
2660
|
+
"members":{
|
|
2661
|
+
"types":{"shape":"ListOfEndpointType"}
|
|
2662
|
+
}
|
|
2663
|
+
},
|
|
2664
|
+
"EndpointType":{
|
|
2665
|
+
"type":"string",
|
|
2666
|
+
"enum":[
|
|
2667
|
+
"REGIONAL",
|
|
2668
|
+
"EDGE"
|
|
2669
|
+
]
|
|
2670
|
+
},
|
|
2650
2671
|
"ExportResponse":{
|
|
2651
2672
|
"type":"structure",
|
|
2652
2673
|
"members":{
|
|
@@ -3802,6 +3823,10 @@
|
|
|
3802
3823
|
"type":"list",
|
|
3803
3824
|
"member":{"shape":"DomainName"}
|
|
3804
3825
|
},
|
|
3826
|
+
"ListOfEndpointType":{
|
|
3827
|
+
"type":"list",
|
|
3828
|
+
"member":{"shape":"EndpointType"}
|
|
3829
|
+
},
|
|
3805
3830
|
"ListOfGatewayResponse":{
|
|
3806
3831
|
"type":"list",
|
|
3807
3832
|
"member":{"shape":"GatewayResponse"}
|
|
@@ -4277,7 +4302,8 @@
|
|
|
4277
4302
|
"createdDate":{"shape":"Timestamp"},
|
|
4278
4303
|
"version":{"shape":"String"},
|
|
4279
4304
|
"warnings":{"shape":"ListOfString"},
|
|
4280
|
-
"binaryMediaTypes":{"shape":"ListOfString"}
|
|
4305
|
+
"binaryMediaTypes":{"shape":"ListOfString"},
|
|
4306
|
+
"endpointConfiguration":{"shape":"EndpointConfiguration"}
|
|
4281
4307
|
}
|
|
4282
4308
|
},
|
|
4283
4309
|
"RestApis":{
|
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.10.
|
|
4
|
+
version: 2.10.77
|
|
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: 2017-11-
|
|
11
|
+
date: 2017-11-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|