aws-sdk-core 2.10.76 → 2.10.77

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e42840bbd4e8ce7c9a9b31602d2f6684190dc3e
4
- data.tar.gz: 6e6b3d48a49cf7b6231932306a99477de4e8ec30
3
+ metadata.gz: 9bf9ab578e04d13c625a7c1e00be1540e69a527a
4
+ data.tar.gz: 5e7a9e0edde7feb1c994e07489bcf943876cbb77
5
5
  SHA512:
6
- metadata.gz: 48d0f34754eaeedafa0a499c634fdfbf03baf8c948f5037dd2fc31c618647f9392aded11cc097cf62fea3250d88004e9abb71ff4f0dfb5a3c20d2007c9356526
7
- data.tar.gz: 1e928825e3ba2b00294ac586cd8aa76beca1a498505722132b33c6dba340ed4b1d8e712df8b724fc9365a8f19f425a7f7f13c2059ea8ac375a2ec57ed0bc207e
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
- "distributionDomainName":{"shape":"String"}
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":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.76'
2
+ VERSION = '2.10.77'
3
3
  end
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.76
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-01 00:00:00.000000000 Z
11
+ date: 2017-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath