2020/05/20 - AWS App Mesh - 5 updated api methods
Changes Update appmesh client to latest version
{'meshes': {'createdAt': 'timestamp', 'lastUpdatedAt': 'timestamp', 'version': 'long'}}
Returns a list of existing service meshes.
See also: AWS API Documentation
Request Syntax
client.list_meshes( limit=123, nextToken='string' )
integer
results in a single page along with a nextToken response element. You can see the remaining results of the initial request by sending another ListMeshes request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter,
ListMeshes returns up to 100 results and a nextToken value if applicable.
string
ListMeshes request where limit was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value.
dict
Response Syntax
{ 'meshes': [ { 'arn': 'string', 'createdAt': datetime(2015, 1, 1), 'lastUpdatedAt': datetime(2015, 1, 1), 'meshName': 'string', 'meshOwner': 'string', 'resourceOwner': 'string', 'version': 123 }, ], 'nextToken': 'string' }
Response Structure
(dict) --
meshes (list) --
The list of existing service meshes.
(dict) --
An object that represents a service mesh returned by a list operation.
arn (string) --
The full Amazon Resource Name (ARN) of the service mesh.
createdAt (datetime) --
lastUpdatedAt (datetime) --
meshName (string) --
The name of the service mesh.
meshOwner (string) --
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with Shared Meshes.
resourceOwner (string) --
The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with Shared Meshes.
version (integer) --
nextToken (string) --
The nextToken value to include in a future ListMeshes request. When the results of a ListMeshes request exceed limit, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.
{'routes': {'createdAt': 'timestamp', 'lastUpdatedAt': 'timestamp', 'version': 'long'}}
Returns a list of existing routes in a service mesh.
See also: AWS API Documentation
Request Syntax
client.list_routes( limit=123, meshName='string', meshOwner='string', nextToken='string', virtualRouterName='string' )
integer
results in a single page along with a nextToken response element. You can see the remaining results of the initial request by sending another ListRoutes request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter,
ListRoutes returns up to 100 results and a nextToken value if applicable.
string
[REQUIRED]
The name of the service mesh to list routes in.
string
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with Shared Meshes.
string
ListRoutes request where limit was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value.
string
[REQUIRED]
The name of the virtual router to list routes in.
dict
Response Syntax
{ 'nextToken': 'string', 'routes': [ { 'arn': 'string', 'createdAt': datetime(2015, 1, 1), 'lastUpdatedAt': datetime(2015, 1, 1), 'meshName': 'string', 'meshOwner': 'string', 'resourceOwner': 'string', 'routeName': 'string', 'version': 123, 'virtualRouterName': 'string' }, ] }
Response Structure
(dict) --
nextToken (string) --
The nextToken value to include in a future ListRoutes request. When the results of a ListRoutes request exceed limit, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.
routes (list) --
The list of existing routes for the specified service mesh and virtual router.
(dict) --
An object that represents a route returned by a list operation.
arn (string) --
The full Amazon Resource Name (ARN) for the route.
createdAt (datetime) --
lastUpdatedAt (datetime) --
meshName (string) --
The name of the service mesh that the route resides in.
meshOwner (string) --
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with Shared Meshes.
resourceOwner (string) --
The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with Shared Meshes.
routeName (string) --
The name of the route.
version (integer) --
virtualRouterName (string) --
The virtual router that the route is associated with.
{'virtualNodes': {'createdAt': 'timestamp', 'lastUpdatedAt': 'timestamp', 'version': 'long'}}
Returns a list of existing virtual nodes.
See also: AWS API Documentation
Request Syntax
client.list_virtual_nodes( limit=123, meshName='string', meshOwner='string', nextToken='string' )
integer
limit results in a single page along with a nextToken response element. You can see the remaining results of the initial request by sending another ListVirtualNodes request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, ListVirtualNodes returns up to 100 results and a nextToken value if applicable.
string
[REQUIRED]
The name of the service mesh to list virtual nodes in.
string
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with Shared Meshes.
string
ListVirtualNodes request where limit was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value.
dict
Response Syntax
{ 'nextToken': 'string', 'virtualNodes': [ { 'arn': 'string', 'createdAt': datetime(2015, 1, 1), 'lastUpdatedAt': datetime(2015, 1, 1), 'meshName': 'string', 'meshOwner': 'string', 'resourceOwner': 'string', 'version': 123, 'virtualNodeName': 'string' }, ] }
Response Structure
(dict) --
nextToken (string) --
limit, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.
virtualNodes (list) --
The list of existing virtual nodes for the specified service mesh.
(dict) --
An object that represents a virtual node returned by a list operation.
arn (string) --
The full Amazon Resource Name (ARN) for the virtual node.
createdAt (datetime) --
lastUpdatedAt (datetime) --
meshName (string) --
The name of the service mesh that the virtual node resides in.
meshOwner (string) --
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with Shared Meshes.
resourceOwner (string) --
The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with Shared Meshes.
version (integer) --
virtualNodeName (string) --
The name of the virtual node.
{'virtualRouters': {'createdAt': 'timestamp', 'lastUpdatedAt': 'timestamp', 'version': 'long'}}
Returns a list of existing virtual routers in a service mesh.
See also: AWS API Documentation
Request Syntax
client.list_virtual_routers( limit=123, meshName='string', meshOwner='string', nextToken='string' )
integer
limit results in a single page along with a nextToken response element. You can see the remaining results of the initial request by sending another ListVirtualRouters request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, ListVirtualRouters returns up to 100 results and a nextToken value if applicable.
string
[REQUIRED]
The name of the service mesh to list virtual routers in.
string
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with Shared Meshes.
string
ListVirtualRouters request where limit was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value.
dict
Response Syntax
{ 'nextToken': 'string', 'virtualRouters': [ { 'arn': 'string', 'createdAt': datetime(2015, 1, 1), 'lastUpdatedAt': datetime(2015, 1, 1), 'meshName': 'string', 'meshOwner': 'string', 'resourceOwner': 'string', 'version': 123, 'virtualRouterName': 'string' }, ] }
Response Structure
(dict) --
nextToken (string) --
limit, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.
virtualRouters (list) --
The list of existing virtual routers for the specified service mesh.
(dict) --
An object that represents a virtual router returned by a list operation.
arn (string) --
The full Amazon Resource Name (ARN) for the virtual router.
createdAt (datetime) --
lastUpdatedAt (datetime) --
meshName (string) --
The name of the service mesh that the virtual router resides in.
meshOwner (string) --
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with Shared Meshes.
resourceOwner (string) --
The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with Shared Meshes.
version (integer) --
virtualRouterName (string) --
The name of the virtual router.
{'virtualServices': {'createdAt': 'timestamp', 'lastUpdatedAt': 'timestamp', 'version': 'long'}}
Returns a list of existing virtual services in a service mesh.
See also: AWS API Documentation
Request Syntax
client.list_virtual_services( limit=123, meshName='string', meshOwner='string', nextToken='string' )
integer
limit results in a single page along with a nextToken response element. You can see the remaining results of the initial request by sending another ListVirtualServices request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, ListVirtualServices returns up to 100 results and a nextToken value if applicable.
string
[REQUIRED]
The name of the service mesh to list virtual services in.
string
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with Shared Meshes.
string
ListVirtualServices request where limit was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value.
dict
Response Syntax
{ 'nextToken': 'string', 'virtualServices': [ { 'arn': 'string', 'createdAt': datetime(2015, 1, 1), 'lastUpdatedAt': datetime(2015, 1, 1), 'meshName': 'string', 'meshOwner': 'string', 'resourceOwner': 'string', 'version': 123, 'virtualServiceName': 'string' }, ] }
Response Structure
(dict) --
nextToken (string) --
limit, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.
virtualServices (list) --
The list of existing virtual services for the specified service mesh.
(dict) --
An object that represents a virtual service returned by a list operation.
arn (string) --
The full Amazon Resource Name (ARN) for the virtual service.
createdAt (datetime) --
lastUpdatedAt (datetime) --
meshName (string) --
The name of the service mesh that the virtual service resides in.
meshOwner (string) --
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with Shared Meshes.
resourceOwner (string) --
The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with Shared Meshes.
version (integer) --
virtualServiceName (string) --
The name of the virtual service.