aws-sdk-core 2.5.6 → 2.5.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -672,6 +672,19 @@
672
672
  {"shape":"NoSuchTrafficPolicy"}
673
673
  ]
674
674
  },
675
+ "TestDNSAnswer":{
676
+ "name":"TestDNSAnswer",
677
+ "http":{
678
+ "method":"GET",
679
+ "requestUri":"/2013-04-01/testdnsanswer"
680
+ },
681
+ "input":{"shape":"TestDNSAnswerRequest"},
682
+ "output":{"shape":"TestDNSAnswerResponse"},
683
+ "errors":[
684
+ {"shape":"NoSuchHostedZone"},
685
+ {"shape":"InvalidInput"}
686
+ ]
687
+ },
675
688
  "UpdateHealthCheck":{
676
689
  "name":"UpdateHealthCheck",
677
690
  "http":{
@@ -973,6 +986,7 @@
973
986
  "us-west-2",
974
987
  "eu-central-1",
975
988
  "eu-west-1",
989
+ "ap-south-1",
976
990
  "ap-southeast-1",
977
991
  "ap-southeast-2",
978
992
  "ap-northeast-1",
@@ -1191,6 +1205,7 @@
1191
1205
  "type":"string",
1192
1206
  "max":1024
1193
1207
  },
1208
+ "DNSRCode":{"type":"string"},
1194
1209
  "Date":{
1195
1210
  "type":"string",
1196
1211
  "deprecated":true,
@@ -2603,6 +2618,11 @@
2603
2618
  "max":255,
2604
2619
  "min":1
2605
2620
  },
2621
+ "Nameserver":{
2622
+ "type":"string",
2623
+ "max":255,
2624
+ "min":0
2625
+ },
2606
2626
  "Namespace":{
2607
2627
  "type":"string",
2608
2628
  "max":255,
@@ -2712,12 +2732,25 @@
2712
2732
  "NS",
2713
2733
  "CNAME",
2714
2734
  "MX",
2735
+ "NAPTR",
2715
2736
  "PTR",
2716
2737
  "SRV",
2717
2738
  "SPF",
2718
2739
  "AAAA"
2719
2740
  ]
2720
2741
  },
2742
+ "RecordData":{
2743
+ "type":"list",
2744
+ "member":{
2745
+ "shape":"RecordDataEntry",
2746
+ "locationName":"RecordDataEntry"
2747
+ }
2748
+ },
2749
+ "RecordDataEntry":{
2750
+ "type":"string",
2751
+ "max":512,
2752
+ "min":0
2753
+ },
2721
2754
  "RequestInterval":{
2722
2755
  "type":"integer",
2723
2756
  "max":30,
@@ -2855,6 +2888,11 @@
2855
2888
  "CheckedTime":{"shape":"TimeStamp"}
2856
2889
  }
2857
2890
  },
2891
+ "SubnetMask":{
2892
+ "type":"string",
2893
+ "max":2,
2894
+ "min":0
2895
+ },
2858
2896
  "TTL":{
2859
2897
  "type":"long",
2860
2898
  "max":2147483647,
@@ -2913,6 +2951,65 @@
2913
2951
  "type":"string",
2914
2952
  "max":256
2915
2953
  },
2954
+ "TestDNSAnswerRequest":{
2955
+ "type":"structure",
2956
+ "required":[
2957
+ "HostedZoneId",
2958
+ "RecordName",
2959
+ "RecordType"
2960
+ ],
2961
+ "members":{
2962
+ "HostedZoneId":{
2963
+ "shape":"ResourceId",
2964
+ "location":"querystring",
2965
+ "locationName":"hostedzoneid"
2966
+ },
2967
+ "RecordName":{
2968
+ "shape":"DNSName",
2969
+ "location":"querystring",
2970
+ "locationName":"recordname"
2971
+ },
2972
+ "RecordType":{
2973
+ "shape":"RRType",
2974
+ "location":"querystring",
2975
+ "locationName":"recordtype"
2976
+ },
2977
+ "ResolverIP":{
2978
+ "shape":"IPAddress",
2979
+ "location":"querystring",
2980
+ "locationName":"resolverip"
2981
+ },
2982
+ "EDNS0ClientSubnetIP":{
2983
+ "shape":"IPAddress",
2984
+ "location":"querystring",
2985
+ "locationName":"edns0clientsubnetip"
2986
+ },
2987
+ "EDNS0ClientSubnetMask":{
2988
+ "shape":"SubnetMask",
2989
+ "location":"querystring",
2990
+ "locationName":"edns0clientsubnetmask"
2991
+ }
2992
+ }
2993
+ },
2994
+ "TestDNSAnswerResponse":{
2995
+ "type":"structure",
2996
+ "required":[
2997
+ "Nameserver",
2998
+ "RecordName",
2999
+ "RecordType",
3000
+ "RecordData",
3001
+ "ResponseCode",
3002
+ "Protocol"
3003
+ ],
3004
+ "members":{
3005
+ "Nameserver":{"shape":"Nameserver"},
3006
+ "RecordName":{"shape":"DNSName"},
3007
+ "RecordType":{"shape":"RRType"},
3008
+ "RecordData":{"shape":"RecordData"},
3009
+ "ResponseCode":{"shape":"DNSRCode"},
3010
+ "Protocol":{"shape":"TransportProtocol"}
3011
+ }
3012
+ },
2916
3013
  "Threshold":{"type":"double"},
2917
3014
  "ThrottlingException":{
2918
3015
  "type":"structure",
@@ -3090,6 +3187,7 @@
3090
3187
  "type":"string",
3091
3188
  "max":4
3092
3189
  },
3190
+ "TransportProtocol":{"type":"string"},
3093
3191
  "UpdateHealthCheckRequest":{
3094
3192
  "type":"structure",
3095
3193
  "required":["HealthCheckId"],
@@ -1,9 +1,8 @@
1
1
  Aws.add_service(:CloudFront, {
2
- api: "#{Aws::API_DIR}/cloudfront/2016-08-01/api-2.json",
3
- docs: "#{Aws::API_DIR}/cloudfront/2016-08-01/docs-2.json",
4
- examples: "#{Aws::API_DIR}/cloudfront/2016-08-01/examples-1.json",
5
- paginators: "#{Aws::API_DIR}/cloudfront/2016-08-01/paginators-1.json",
6
- waiters: "#{Aws::API_DIR}/cloudfront/2016-08-01/waiters-2.json",
2
+ api: "#{Aws::API_DIR}/cloudfront/2016-08-20/api-2.json",
3
+ docs: "#{Aws::API_DIR}/cloudfront/2016-08-20/docs-2.json",
4
+ paginators: "#{Aws::API_DIR}/cloudfront/2016-08-20/paginators-1.json",
5
+ waiters: "#{Aws::API_DIR}/cloudfront/2016-08-20/waiters-2.json",
7
6
  })
8
7
 
9
8
  module Aws
@@ -1,6 +1,7 @@
1
1
  Aws.add_service(:ElasticLoadBalancing, {
2
2
  api: "#{Aws::API_DIR}/elasticloadbalancing/2012-06-01/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/elasticloadbalancing/2012-06-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/elasticloadbalancing/2012-06-01/examples-1.json",
4
5
  paginators: "#{Aws::API_DIR}/elasticloadbalancing/2012-06-01/paginators-1.json",
5
6
  waiters: "#{Aws::API_DIR}/elasticloadbalancing/2012-06-01/waiters-2.json",
6
7
  })
@@ -1,5 +1,6 @@
1
1
  Aws.add_service(:ElasticLoadBalancingV2, {
2
2
  api: "#{Aws::API_DIR}/elasticloadbalancingv2/2015-12-01/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/elasticloadbalancingv2/2015-12-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/elasticloadbalancingv2/2015-12-01/examples-1.json",
4
5
  paginators: "#{Aws::API_DIR}/elasticloadbalancingv2/2015-12-01/paginators-1.json",
5
6
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.5.6'
2
+ VERSION = '2.5.7'
3
3
  end
@@ -24,7 +24,7 @@
24
24
  "endpoint": "cloudformation"
25
25
  },
26
26
  "CloudFront": {
27
- "models": "cloudfront/2016-08-01",
27
+ "models": "cloudfront/2016-08-20",
28
28
  "endpoint": "cloudfront"
29
29
  },
30
30
  "CloudHSM": {
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.5.6
4
+ version: 2.5.7
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: 2016-08-23 00:00:00.000000000 Z
11
+ date: 2016-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -60,6 +60,9 @@ files:
60
60
  - apis/cloudfront/2016-08-01/examples-1.json
61
61
  - apis/cloudfront/2016-08-01/paginators-1.json
62
62
  - apis/cloudfront/2016-08-01/waiters-2.json
63
+ - apis/cloudfront/2016-08-20/api-2.json
64
+ - apis/cloudfront/2016-08-20/paginators-1.json
65
+ - apis/cloudfront/2016-08-20/waiters-2.json
63
66
  - apis/cloudhsm/2014-05-30/api-2.json
64
67
  - apis/cloudhsm/2014-05-30/examples-1.json
65
68
  - apis/cloudsearch/2013-01-01/api-2.json
@@ -132,9 +135,11 @@ files:
132
135
  - apis/elasticfilesystem/2015-02-01/api-2.json
133
136
  - apis/elasticfilesystem/2015-02-01/examples-1.json
134
137
  - apis/elasticloadbalancing/2012-06-01/api-2.json
138
+ - apis/elasticloadbalancing/2012-06-01/examples-1.json
135
139
  - apis/elasticloadbalancing/2012-06-01/paginators-1.json
136
140
  - apis/elasticloadbalancing/2012-06-01/waiters-2.json
137
141
  - apis/elasticloadbalancingv2/2015-12-01/api-2.json
142
+ - apis/elasticloadbalancingv2/2015-12-01/examples-1.json
138
143
  - apis/elasticloadbalancingv2/2015-12-01/paginators-1.json
139
144
  - apis/elasticmapreduce/2009-03-31/api-2.json
140
145
  - apis/elasticmapreduce/2009-03-31/examples-1.json