aws-sdk-appmesh 1.0.0 → 1.1.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a58543e064e44ddbba8c576158e14fca1c10eb70
4
- data.tar.gz: f67d934d4b2f61180c335ddefa6ab594e005decb
3
+ metadata.gz: e7fb4081f6402bdca5980e77930eacc153f49ade
4
+ data.tar.gz: 9b12b06dbcf8cf5b1cc7c0e04d0c1d45012a1558
5
5
  SHA512:
6
- metadata.gz: cfa6d6caf315254cadd0a73b29644965479d139d54173edc9be5910cc3295c801d9ca3e341883321bf36f27306a817be24891e8afe87bd5dc50dae5d4b19b28b
7
- data.tar.gz: 5ee5ceaf4084675dec24d3282884854525f89a68959cf4432e727696322c22b9349d7e7f48bc4ee815d25336adab4575a05c3e3d7849959994031c83e74ff5e3
6
+ metadata.gz: 909afd64a5b13fd8b9ac93426546ca2133ddee605135c1d81cab06f2f20a913dcb9036b1ec67bd6809ce2908cd44f040fb90e0c507e9396da1802ee7b7eb994d
7
+ data.tar.gz: 642c6df9af5a21dda516d1c4f3e1268790cbfcbec9714299c74b42c17c478180d57ddace740e4506daba3494f64f8ffb4e33939ee910791a3efaab89da09bf5c
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-appmesh/customizations'
42
42
  # @service
43
43
  module Aws::AppMesh
44
44
 
45
- GEM_VERSION = '1.0.0'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  end
@@ -395,13 +395,13 @@ module Aws::AppMesh
395
395
  # listeners: [
396
396
  # {
397
397
  # health_check: {
398
- # healthy_threshold: 1,
399
- # interval_millis: 1,
398
+ # healthy_threshold: 1, # required
399
+ # interval_millis: 1, # required
400
400
  # path: "String",
401
401
  # port: 1,
402
- # protocol: "http", # accepts http, tcp
403
- # timeout_millis: 1,
404
- # unhealthy_threshold: 1,
402
+ # protocol: "http", # required, accepts http, tcp
403
+ # timeout_millis: 1, # required
404
+ # unhealthy_threshold: 1, # required
405
405
  # },
406
406
  # port_mapping: {
407
407
  # port: 1,
@@ -693,7 +693,7 @@ module Aws::AppMesh
693
693
  req.send_request(options)
694
694
  end
695
695
 
696
- # Describes an existing cluster.
696
+ # Describes an existing service mesh.
697
697
  #
698
698
  # @option params [required, String] :mesh_name
699
699
  # The name of the service mesh to describe.
@@ -1189,13 +1189,13 @@ module Aws::AppMesh
1189
1189
  # listeners: [
1190
1190
  # {
1191
1191
  # health_check: {
1192
- # healthy_threshold: 1,
1193
- # interval_millis: 1,
1192
+ # healthy_threshold: 1, # required
1193
+ # interval_millis: 1, # required
1194
1194
  # path: "String",
1195
1195
  # port: 1,
1196
- # protocol: "http", # accepts http, tcp
1197
- # timeout_millis: 1,
1198
- # unhealthy_threshold: 1,
1196
+ # protocol: "http", # required, accepts http, tcp
1197
+ # timeout_millis: 1, # required
1198
+ # unhealthy_threshold: 1, # required
1199
1199
  # },
1200
1200
  # port_mapping: {
1201
1201
  # port: 1,
@@ -1315,7 +1315,7 @@ module Aws::AppMesh
1315
1315
  params: params,
1316
1316
  config: config)
1317
1317
  context[:gem_name] = 'aws-sdk-appmesh'
1318
- context[:gem_version] = '1.0.0'
1318
+ context[:gem_version] = '1.1.0'
1319
1319
  Seahorse::Client::Request.new(handlers, context)
1320
1320
  end
1321
1321
 
@@ -40,9 +40,11 @@ module Aws::AppMesh
40
40
  DescribeVirtualRouterInput = Shapes::StructureShape.new(name: 'DescribeVirtualRouterInput')
41
41
  DescribeVirtualRouterOutput = Shapes::StructureShape.new(name: 'DescribeVirtualRouterOutput')
42
42
  DnsServiceDiscovery = Shapes::StructureShape.new(name: 'DnsServiceDiscovery')
43
- DurationMillis = Shapes::IntegerShape.new(name: 'DurationMillis')
44
43
  ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
44
+ HealthCheckIntervalMillis = Shapes::IntegerShape.new(name: 'HealthCheckIntervalMillis')
45
45
  HealthCheckPolicy = Shapes::StructureShape.new(name: 'HealthCheckPolicy')
46
+ HealthCheckThreshold = Shapes::IntegerShape.new(name: 'HealthCheckThreshold')
47
+ HealthCheckTimeoutMillis = Shapes::IntegerShape.new(name: 'HealthCheckTimeoutMillis')
46
48
  HttpRoute = Shapes::StructureShape.new(name: 'HttpRoute')
47
49
  HttpRouteAction = Shapes::StructureShape.new(name: 'HttpRouteAction')
48
50
  HttpRouteMatch = Shapes::StructureShape.new(name: 'HttpRouteMatch')
@@ -68,7 +70,6 @@ module Aws::AppMesh
68
70
  MeshRef = Shapes::StructureShape.new(name: 'MeshRef')
69
71
  MeshStatus = Shapes::StructureShape.new(name: 'MeshStatus')
70
72
  MeshStatusCode = Shapes::StringShape.new(name: 'MeshStatusCode')
71
- NonNegativeInt = Shapes::IntegerShape.new(name: 'NonNegativeInt')
72
73
  NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
73
74
  PercentInt = Shapes::IntegerShape.new(name: 'PercentInt')
74
75
  PortMapping = Shapes::StructureShape.new(name: 'PortMapping')
@@ -231,13 +232,13 @@ module Aws::AppMesh
231
232
  DnsServiceDiscovery.add_member(:service_name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "serviceName"))
232
233
  DnsServiceDiscovery.struct_class = Types::DnsServiceDiscovery
233
234
 
234
- HealthCheckPolicy.add_member(:healthy_threshold, Shapes::ShapeRef.new(shape: NonNegativeInt, location_name: "healthyThreshold"))
235
- HealthCheckPolicy.add_member(:interval_millis, Shapes::ShapeRef.new(shape: DurationMillis, location_name: "intervalMillis"))
235
+ HealthCheckPolicy.add_member(:healthy_threshold, Shapes::ShapeRef.new(shape: HealthCheckThreshold, required: true, location_name: "healthyThreshold"))
236
+ HealthCheckPolicy.add_member(:interval_millis, Shapes::ShapeRef.new(shape: HealthCheckIntervalMillis, required: true, location_name: "intervalMillis"))
236
237
  HealthCheckPolicy.add_member(:path, Shapes::ShapeRef.new(shape: String, location_name: "path"))
237
238
  HealthCheckPolicy.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "port"))
238
- HealthCheckPolicy.add_member(:protocol, Shapes::ShapeRef.new(shape: PortProtocol, location_name: "protocol"))
239
- HealthCheckPolicy.add_member(:timeout_millis, Shapes::ShapeRef.new(shape: DurationMillis, location_name: "timeoutMillis"))
240
- HealthCheckPolicy.add_member(:unhealthy_threshold, Shapes::ShapeRef.new(shape: NonNegativeInt, location_name: "unhealthyThreshold"))
239
+ HealthCheckPolicy.add_member(:protocol, Shapes::ShapeRef.new(shape: PortProtocol, required: true, location_name: "protocol"))
240
+ HealthCheckPolicy.add_member(:timeout_millis, Shapes::ShapeRef.new(shape: HealthCheckTimeoutMillis, required: true, location_name: "timeoutMillis"))
241
+ HealthCheckPolicy.add_member(:unhealthy_threshold, Shapes::ShapeRef.new(shape: HealthCheckThreshold, required: true, location_name: "unhealthyThreshold"))
241
242
  HealthCheckPolicy.struct_class = Types::HealthCheckPolicy
242
243
 
243
244
  HttpRoute.add_member(:action, Shapes::ShapeRef.new(shape: HttpRouteAction, location_name: "action"))
@@ -228,13 +228,13 @@ module Aws::AppMesh
228
228
  # listeners: [
229
229
  # {
230
230
  # health_check: {
231
- # healthy_threshold: 1,
232
- # interval_millis: 1,
231
+ # healthy_threshold: 1, # required
232
+ # interval_millis: 1, # required
233
233
  # path: "String",
234
234
  # port: 1,
235
- # protocol: "http", # accepts http, tcp
236
- # timeout_millis: 1,
237
- # unhealthy_threshold: 1,
235
+ # protocol: "http", # required, accepts http, tcp
236
+ # timeout_millis: 1, # required
237
+ # unhealthy_threshold: 1, # required
238
238
  # },
239
239
  # port_mapping: {
240
240
  # port: 1,
@@ -575,13 +575,13 @@ module Aws::AppMesh
575
575
  # listeners: [
576
576
  # {
577
577
  # health_check: {
578
- # healthy_threshold: 1,
579
- # interval_millis: 1,
578
+ # healthy_threshold: 1, # required
579
+ # interval_millis: 1, # required
580
580
  # path: "String",
581
581
  # port: 1,
582
- # protocol: "http", # accepts http, tcp
583
- # timeout_millis: 1,
584
- # unhealthy_threshold: 1,
582
+ # protocol: "http", # required, accepts http, tcp
583
+ # timeout_millis: 1, # required
584
+ # unhealthy_threshold: 1, # required
585
585
  # },
586
586
  # port_mapping: {
587
587
  # port: 1,
@@ -1009,12 +1009,12 @@ module Aws::AppMesh
1009
1009
  # @return [String]
1010
1010
  #
1011
1011
  # @!attribute [rw] created_at
1012
- # The Unix epoch timestamp in seconds for when the cluster was
1012
+ # The Unix epoch timestamp in seconds for when the resource was
1013
1013
  # created.
1014
1014
  # @return [Time]
1015
1015
  #
1016
1016
  # @!attribute [rw] last_updated_at
1017
- # The Unix epoch timestamp in seconds for when the cluster was last
1017
+ # The Unix epoch timestamp in seconds for when the resource was last
1018
1018
  # updated.
1019
1019
  # @return [Time]
1020
1020
  #
@@ -1269,13 +1269,13 @@ module Aws::AppMesh
1269
1269
  #
1270
1270
  # {
1271
1271
  # health_check: {
1272
- # healthy_threshold: 1,
1273
- # interval_millis: 1,
1272
+ # healthy_threshold: 1, # required
1273
+ # interval_millis: 1, # required
1274
1274
  # path: "String",
1275
1275
  # port: 1,
1276
- # protocol: "http", # accepts http, tcp
1277
- # timeout_millis: 1,
1278
- # unhealthy_threshold: 1,
1276
+ # protocol: "http", # required, accepts http, tcp
1277
+ # timeout_millis: 1, # required
1278
+ # unhealthy_threshold: 1, # required
1279
1279
  # },
1280
1280
  # port_mapping: {
1281
1281
  # port: 1,
@@ -1285,11 +1285,6 @@ module Aws::AppMesh
1285
1285
  #
1286
1286
  # @!attribute [rw] health_check
1287
1287
  # The health check information for the listener.
1288
- #
1289
- # <note markdown="1"> Listener health checks are not available during the App Mesh
1290
- # preview.
1291
- #
1292
- # </note>
1293
1288
  # @return [Types::HealthCheckPolicy]
1294
1289
  #
1295
1290
  # @!attribute [rw] port_mapping
@@ -1307,21 +1302,17 @@ module Aws::AppMesh
1307
1302
  # An object representing the health check policy for a virtual node's
1308
1303
  # listener.
1309
1304
  #
1310
- # <note markdown="1"> Listener health checks are not available during the App Mesh preview.
1311
- #
1312
- # </note>
1313
- #
1314
1305
  # @note When making an API call, you may pass HealthCheckPolicy
1315
1306
  # data as a hash:
1316
1307
  #
1317
1308
  # {
1318
- # healthy_threshold: 1,
1319
- # interval_millis: 1,
1309
+ # healthy_threshold: 1, # required
1310
+ # interval_millis: 1, # required
1320
1311
  # path: "String",
1321
1312
  # port: 1,
1322
- # protocol: "http", # accepts http, tcp
1323
- # timeout_millis: 1,
1324
- # unhealthy_threshold: 1,
1313
+ # protocol: "http", # required, accepts http, tcp
1314
+ # timeout_millis: 1, # required
1315
+ # unhealthy_threshold: 1, # required
1325
1316
  # }
1326
1317
  #
1327
1318
  # @!attribute [rw] healthy_threshold
@@ -1334,11 +1325,14 @@ module Aws::AppMesh
1334
1325
  # @return [Integer]
1335
1326
  #
1336
1327
  # @!attribute [rw] path
1337
- # The destination path for the health check request.
1328
+ # The destination path for the health check request. This is only
1329
+ # required if the specified protocol is HTTP; if the protocol is TCP,
1330
+ # then this parameter is ignored.
1338
1331
  # @return [String]
1339
1332
  #
1340
1333
  # @!attribute [rw] port
1341
- # The destination port for the health check request.
1334
+ # The destination port for the health check request. This port must
1335
+ # match the port defined in the PortMapping for the listener.
1342
1336
  # @return [Integer]
1343
1337
  #
1344
1338
  # @!attribute [rw] protocol
@@ -1420,13 +1414,13 @@ module Aws::AppMesh
1420
1414
  # listeners: [
1421
1415
  # {
1422
1416
  # health_check: {
1423
- # healthy_threshold: 1,
1424
- # interval_millis: 1,
1417
+ # healthy_threshold: 1, # required
1418
+ # interval_millis: 1, # required
1425
1419
  # path: "String",
1426
1420
  # port: 1,
1427
- # protocol: "http", # accepts http, tcp
1428
- # timeout_millis: 1,
1429
- # unhealthy_threshold: 1,
1421
+ # protocol: "http", # required, accepts http, tcp
1422
+ # timeout_millis: 1, # required
1423
+ # unhealthy_threshold: 1, # required
1430
1424
  # },
1431
1425
  # port_mapping: {
1432
1426
  # port: 1,
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.0.0
4
+ version: 1.1.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: 2018-11-29 00:00:00.000000000 Z
11
+ date: 2019-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core