aws-sdk-appmesh 1.14.0 → 1.15.0

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: 6244249a5a30a9e6861753e3e8ea04850781f6bc
4
- data.tar.gz: 8371786f96daf5d31cef965b3e0c59554609ca51
3
+ metadata.gz: 72c810c7cf582016cb4013006e536172d27cccbb
4
+ data.tar.gz: 9583d4d7018c2faab5703bf82063a18226516e95
5
5
  SHA512:
6
- metadata.gz: ea0768e3a46140b58c89949bfc9b45c10aa12a27abbfd26c60c199f8af1135caa91237dac50de5890da794c1c9f362d25273291430dc1f329764974ecf536228
7
- data.tar.gz: a28ad48b9e9fd7c6918027ab19b02467dea1907c68b23c085ef89afe128aafb6c165cb17dd6d4393e495bc3ad08cc891e6730881f134a3257e755ae91072ca6d
6
+ metadata.gz: bd1938849bc9dab604a5cae7c430cd2b1a0476c9dd2c5c6057b0e50833948ee5c6c85331236e9965537fcf521b775da8bd502fcb9dbf19d5441656773c102555
7
+ data.tar.gz: 443fdc5bbb006683b728c3c45fa4e9fec56d3581ceae2a705ffebd32914f7162146edc077c8961b2d8c97f8757d6556ff5b007332d360e02c358092c6c23f1c3
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-appmesh/customizations'
42
42
  # @service
43
43
  module Aws::AppMesh
44
44
 
45
- GEM_VERSION = '1.14.0'
45
+ GEM_VERSION = '1.15.0'
46
46
 
47
47
  end
@@ -398,7 +398,7 @@ module Aws::AppMesh
398
398
  # name: "HeaderName", # required
399
399
  # },
400
400
  # ],
401
- # method: "connect", # accepts connect, delete, get, head, options, patch, post, put, trace
401
+ # method: "CONNECT", # accepts CONNECT, DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT, TRACE
402
402
  # prefix: "String", # required
403
403
  # scheme: "http", # accepts http, https
404
404
  # },
@@ -445,7 +445,7 @@ module Aws::AppMesh
445
445
  # resp.route.spec.http_route.match.headers[0].match.regex #=> String
446
446
  # resp.route.spec.http_route.match.headers[0].match.suffix #=> String
447
447
  # resp.route.spec.http_route.match.headers[0].name #=> String
448
- # resp.route.spec.http_route.match.method #=> String, one of "connect", "delete", "get", "head", "options", "patch", "post", "put", "trace"
448
+ # resp.route.spec.http_route.match.method #=> String, one of "CONNECT", "DELETE", "GET", "HEAD", "OPTIONS", "PATCH", "POST", "PUT", "TRACE"
449
449
  # resp.route.spec.http_route.match.prefix #=> String
450
450
  # resp.route.spec.http_route.match.scheme #=> String, one of "http", "https"
451
451
  # resp.route.spec.priority #=> Integer
@@ -871,7 +871,7 @@ module Aws::AppMesh
871
871
  # resp.route.spec.http_route.match.headers[0].match.regex #=> String
872
872
  # resp.route.spec.http_route.match.headers[0].match.suffix #=> String
873
873
  # resp.route.spec.http_route.match.headers[0].name #=> String
874
- # resp.route.spec.http_route.match.method #=> String, one of "connect", "delete", "get", "head", "options", "patch", "post", "put", "trace"
874
+ # resp.route.spec.http_route.match.method #=> String, one of "CONNECT", "DELETE", "GET", "HEAD", "OPTIONS", "PATCH", "POST", "PUT", "TRACE"
875
875
  # resp.route.spec.http_route.match.prefix #=> String
876
876
  # resp.route.spec.http_route.match.scheme #=> String, one of "http", "https"
877
877
  # resp.route.spec.priority #=> Integer
@@ -1116,7 +1116,7 @@ module Aws::AppMesh
1116
1116
  # resp.route.spec.http_route.match.headers[0].match.regex #=> String
1117
1117
  # resp.route.spec.http_route.match.headers[0].match.suffix #=> String
1118
1118
  # resp.route.spec.http_route.match.headers[0].name #=> String
1119
- # resp.route.spec.http_route.match.method #=> String, one of "connect", "delete", "get", "head", "options", "patch", "post", "put", "trace"
1119
+ # resp.route.spec.http_route.match.method #=> String, one of "CONNECT", "DELETE", "GET", "HEAD", "OPTIONS", "PATCH", "POST", "PUT", "TRACE"
1120
1120
  # resp.route.spec.http_route.match.prefix #=> String
1121
1121
  # resp.route.spec.http_route.match.scheme #=> String, one of "http", "https"
1122
1122
  # resp.route.spec.priority #=> Integer
@@ -1763,7 +1763,7 @@ module Aws::AppMesh
1763
1763
  # name: "HeaderName", # required
1764
1764
  # },
1765
1765
  # ],
1766
- # method: "connect", # accepts connect, delete, get, head, options, patch, post, put, trace
1766
+ # method: "CONNECT", # accepts CONNECT, DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT, TRACE
1767
1767
  # prefix: "String", # required
1768
1768
  # scheme: "http", # accepts http, https
1769
1769
  # },
@@ -1804,7 +1804,7 @@ module Aws::AppMesh
1804
1804
  # resp.route.spec.http_route.match.headers[0].match.regex #=> String
1805
1805
  # resp.route.spec.http_route.match.headers[0].match.suffix #=> String
1806
1806
  # resp.route.spec.http_route.match.headers[0].name #=> String
1807
- # resp.route.spec.http_route.match.method #=> String, one of "connect", "delete", "get", "head", "options", "patch", "post", "put", "trace"
1807
+ # resp.route.spec.http_route.match.method #=> String, one of "CONNECT", "DELETE", "GET", "HEAD", "OPTIONS", "PATCH", "POST", "PUT", "TRACE"
1808
1808
  # resp.route.spec.http_route.match.prefix #=> String
1809
1809
  # resp.route.spec.http_route.match.scheme #=> String, one of "http", "https"
1810
1810
  # resp.route.spec.priority #=> Integer
@@ -2084,7 +2084,7 @@ module Aws::AppMesh
2084
2084
  params: params,
2085
2085
  config: config)
2086
2086
  context[:gem_name] = 'aws-sdk-appmesh'
2087
- context[:gem_version] = '1.14.0'
2087
+ context[:gem_version] = '1.15.0'
2088
2088
  Seahorse::Client::Request.new(handlers, context)
2089
2089
  end
2090
2090
 
@@ -1271,11 +1271,11 @@ module Aws::AppMesh
1271
1271
  # }
1272
1272
  #
1273
1273
  # @!attribute [rw] end
1274
- # End of the range value.
1274
+ # The end of the range.
1275
1275
  # @return [Integer]
1276
1276
  #
1277
1277
  # @!attribute [rw] start
1278
- # Start of the range value.
1278
+ # The start of the range.
1279
1279
  # @return [Integer]
1280
1280
  #
1281
1281
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/MatchRange AWS API Documentation
@@ -1877,7 +1877,7 @@ module Aws::AppMesh
1877
1877
  # name: "HeaderName", # required
1878
1878
  # },
1879
1879
  # ],
1880
- # method: "connect", # accepts connect, delete, get, head, options, patch, post, put, trace
1880
+ # method: "CONNECT", # accepts CONNECT, DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT, TRACE
1881
1881
  # prefix: "String", # required
1882
1882
  # scheme: "http", # accepts http, https
1883
1883
  # }
@@ -1900,7 +1900,7 @@ module Aws::AppMesh
1900
1900
  # @return [String]
1901
1901
  #
1902
1902
  # @!attribute [rw] scheme
1903
- # The client request scheme to match on.
1903
+ # The client request header scheme to match on.
1904
1904
  # @return [String]
1905
1905
  #
1906
1906
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/HttpRouteMatch AWS API Documentation
@@ -2402,8 +2402,8 @@ module Aws::AppMesh
2402
2402
  # @return [String]
2403
2403
  #
2404
2404
  # @!attribute [rw] range
2405
- # The object that specifies the range of numbers within which the
2406
- # header value sent by the client must be included.
2405
+ # The object that specifies the range of numbers that the header value
2406
+ # sent by the client must be included in.
2407
2407
  # @return [Types::MatchRange]
2408
2408
  #
2409
2409
  # @!attribute [rw] regex
@@ -2504,7 +2504,7 @@ module Aws::AppMesh
2504
2504
  # name: "HeaderName", # required
2505
2505
  # },
2506
2506
  # ],
2507
- # method: "connect", # accepts connect, delete, get, head, options, patch, post, put, trace
2507
+ # method: "CONNECT", # accepts CONNECT, DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT, TRACE
2508
2508
  # prefix: "String", # required
2509
2509
  # scheme: "http", # accepts http, https
2510
2510
  # },
@@ -2691,7 +2691,7 @@ module Aws::AppMesh
2691
2691
  # name: "HeaderName", # required
2692
2692
  # },
2693
2693
  # ],
2694
- # method: "connect", # accepts connect, delete, get, head, options, patch, post, put, trace
2694
+ # method: "CONNECT", # accepts CONNECT, DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT, TRACE
2695
2695
  # prefix: "String", # required
2696
2696
  # scheme: "http", # accepts http, https
2697
2697
  # },
@@ -2909,7 +2909,7 @@ module Aws::AppMesh
2909
2909
  # name: "HeaderName", # required
2910
2910
  # },
2911
2911
  # ],
2912
- # method: "connect", # accepts connect, delete, get, head, options, patch, post, put, trace
2912
+ # method: "CONNECT", # accepts CONNECT, DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT, TRACE
2913
2913
  # prefix: "String", # required
2914
2914
  # scheme: "http", # accepts http, https
2915
2915
  # },
@@ -2980,7 +2980,7 @@ module Aws::AppMesh
2980
2980
  # name: "HeaderName", # required
2981
2981
  # },
2982
2982
  # ],
2983
- # method: "connect", # accepts connect, delete, get, head, options, patch, post, put, trace
2983
+ # method: "CONNECT", # accepts CONNECT, DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT, TRACE
2984
2984
  # prefix: "String", # required
2985
2985
  # scheme: "http", # accepts http, https
2986
2986
  # },
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appmesh
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.0
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-08-15 00:00:00.000000000 Z
11
+ date: 2019-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core