aws-sdk-appmesh 1.56.0 → 1.58.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
  SHA256:
3
- metadata.gz: 87caadbfae8bc0cea01158e7366aeb84489556d00583090d3ac8d08b578202f1
4
- data.tar.gz: 9e26babb9e2184c4883803efda7fba9444156d9404174532d0d6ad146fca8b5f
3
+ metadata.gz: 9954eb0aa5c19f3c4aa31d2695819046095f9b6cbbf3a33af37ae915c1a6b58f
4
+ data.tar.gz: 33e5633d636808703925511014d49ce9db2c3c4b4f0daf19c50314ef3338f66e
5
5
  SHA512:
6
- metadata.gz: 37d50707d78d08be0e2a6a6a9d54174be64d4893442777b748b788923151d49f3b380a3f8f5e40bd3a46791ac3d4ab51a2ae79341f9048a2eb03a2d278751247
7
- data.tar.gz: 7b6ac34dcf2aa6a15a5a70776316bcf30eee5f0c11ae242b78cf4da232e210b9097dd1a6a065695d268df68972fb646e49ea7736a247f7477fcf182286245ee3
6
+ metadata.gz: c5ee70d02f21e8303a5b31f0974471e986637b9c766a1b98fdb96cfa9a085680f88514a189f98c9315bdd0fa692dd476f6a1430f305f8277a91de15b3853eda0
7
+ data.tar.gz: feaf020df893f5167950d835936a79f5e0b07925991a42ff3dd89360904837834671e4da16dd31789d6a98842d0e012e44a8ed8da3161bb4cc414073a5a442f0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2023-11-22)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.57.0 (2023-11-17)
10
+ ------------------
11
+
12
+ * Feature - Change the default value of these fields from 0 to null: MaxConnections, MaxPendingRequests, MaxRequests, HealthCheckThreshold, PortNumber, and HealthCheckPolicy -> port. Users are not expected to perceive the change, except that badRequestException is thrown when required fields missing configured.
13
+
4
14
  1.56.0 (2023-09-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.58.0
@@ -5498,7 +5498,7 @@ module Aws::AppMesh
5498
5498
  params: params,
5499
5499
  config: config)
5500
5500
  context[:gem_name] = 'aws-sdk-appmesh'
5501
- context[:gem_version] = '1.56.0'
5501
+ context[:gem_version] = '1.58.0'
5502
5502
  Seahorse::Client::Request.new(handlers, context)
5503
5503
  end
5504
5504
 
@@ -385,7 +385,7 @@ module Aws::AppMesh
385
385
  ClientPolicy.struct_class = Types::ClientPolicy
386
386
 
387
387
  ClientPolicyTls.add_member(:certificate, Shapes::ShapeRef.new(shape: ClientTlsCertificate, location_name: "certificate"))
388
- ClientPolicyTls.add_member(:enforce, Shapes::ShapeRef.new(shape: Boolean, location_name: "enforce", metadata: {"box"=>true}))
388
+ ClientPolicyTls.add_member(:enforce, Shapes::ShapeRef.new(shape: Boolean, location_name: "enforce"))
389
389
  ClientPolicyTls.add_member(:ports, Shapes::ShapeRef.new(shape: PortSet, location_name: "ports"))
390
390
  ClientPolicyTls.add_member(:validation, Shapes::ShapeRef.new(shape: TlsValidationContext, required: true, location_name: "validation"))
391
391
  ClientPolicyTls.struct_class = Types::ClientPolicyTls
@@ -1325,7 +1325,7 @@ module Aws::AppMesh
1325
1325
  VirtualGatewayClientPolicy.struct_class = Types::VirtualGatewayClientPolicy
1326
1326
 
1327
1327
  VirtualGatewayClientPolicyTls.add_member(:certificate, Shapes::ShapeRef.new(shape: VirtualGatewayClientTlsCertificate, location_name: "certificate"))
1328
- VirtualGatewayClientPolicyTls.add_member(:enforce, Shapes::ShapeRef.new(shape: Boolean, location_name: "enforce", metadata: {"box"=>true}))
1328
+ VirtualGatewayClientPolicyTls.add_member(:enforce, Shapes::ShapeRef.new(shape: Boolean, location_name: "enforce"))
1329
1329
  VirtualGatewayClientPolicyTls.add_member(:ports, Shapes::ShapeRef.new(shape: PortSet, location_name: "ports"))
1330
1330
  VirtualGatewayClientPolicyTls.add_member(:validation, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContext, required: true, location_name: "validation"))
1331
1331
  VirtualGatewayClientPolicyTls.struct_class = Types::VirtualGatewayClientPolicyTls
@@ -1375,7 +1375,7 @@ module Aws::AppMesh
1375
1375
  VirtualGatewayHttp2ConnectionPool.struct_class = Types::VirtualGatewayHttp2ConnectionPool
1376
1376
 
1377
1377
  VirtualGatewayHttpConnectionPool.add_member(:max_connections, Shapes::ShapeRef.new(shape: MaxConnections, required: true, location_name: "maxConnections"))
1378
- VirtualGatewayHttpConnectionPool.add_member(:max_pending_requests, Shapes::ShapeRef.new(shape: MaxPendingRequests, location_name: "maxPendingRequests", metadata: {"box"=>true}))
1378
+ VirtualGatewayHttpConnectionPool.add_member(:max_pending_requests, Shapes::ShapeRef.new(shape: MaxPendingRequests, location_name: "maxPendingRequests"))
1379
1379
  VirtualGatewayHttpConnectionPool.struct_class = Types::VirtualGatewayHttpConnectionPool
1380
1380
 
1381
1381
  VirtualGatewayList.member = Shapes::ShapeRef.new(shape: VirtualGatewayRef)
@@ -1499,7 +1499,7 @@ module Aws::AppMesh
1499
1499
  VirtualNodeHttp2ConnectionPool.struct_class = Types::VirtualNodeHttp2ConnectionPool
1500
1500
 
1501
1501
  VirtualNodeHttpConnectionPool.add_member(:max_connections, Shapes::ShapeRef.new(shape: MaxConnections, required: true, location_name: "maxConnections"))
1502
- VirtualNodeHttpConnectionPool.add_member(:max_pending_requests, Shapes::ShapeRef.new(shape: MaxPendingRequests, location_name: "maxPendingRequests", metadata: {"box"=>true}))
1502
+ VirtualNodeHttpConnectionPool.add_member(:max_pending_requests, Shapes::ShapeRef.new(shape: MaxPendingRequests, location_name: "maxPendingRequests"))
1503
1503
  VirtualNodeHttpConnectionPool.struct_class = Types::VirtualNodeHttpConnectionPool
1504
1504
 
1505
1505
  VirtualNodeList.member = Shapes::ShapeRef.new(shape: VirtualNodeRef)
@@ -32,7 +32,7 @@ module Aws::AppMesh
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://appmesh-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -1485,7 +1485,10 @@ module Aws::AppMesh
1485
1485
  # specify a path in the Envoy container's file system to write the
1486
1486
  # files to disk.
1487
1487
  #
1488
- # <note> <p>The Envoy process must have write permissions to the path that you specify here. Otherwise, Envoy fails to bootstrap properly.</p> </note>
1488
+ # <note markdown="1"> The Envoy process must have write permissions to the path that you
1489
+ # specify here. Otherwise, Envoy fails to bootstrap properly.
1490
+ #
1491
+ # </note>
1489
1492
  # @return [String]
1490
1493
  #
1491
1494
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/FileAccessLog AWS API Documentation
@@ -1788,7 +1791,7 @@ module Aws::AppMesh
1788
1791
  # @return [Array<Types::GrpcGatewayRouteMetadata>]
1789
1792
  #
1790
1793
  # @!attribute [rw] port
1791
- # The port number to match from the request.
1794
+ # The gateway route port to be matched on.
1792
1795
  # @return [Integer]
1793
1796
  #
1794
1797
  # @!attribute [rw] service_name
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-appmesh/customizations'
52
52
  # @!group service
53
53
  module Aws::AppMesh
54
54
 
55
- GEM_VERSION = '1.56.0'
55
+ GEM_VERSION = '1.58.0'
56
56
 
57
57
  end
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.56.0
4
+ version: 1.58.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: 2023-09-27 00:00:00.000000000 Z
11
+ date: 2023-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.184.0
22
+ version: 3.188.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.184.0
32
+ version: 3.188.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -80,7 +80,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
80
80
  requirements:
81
81
  - - ">="
82
82
  - !ruby/object:Gem::Version
83
- version: '2.3'
83
+ version: '2.5'
84
84
  required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - ">="