@aws-sdk/client-app-mesh 3.288.0 → 3.290.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.
- package/dist-types/commands/CreateGatewayRouteCommand.d.ts +30 -0
- package/dist-types/commands/CreateMeshCommand.d.ts +30 -0
- package/dist-types/commands/CreateRouteCommand.d.ts +30 -0
- package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +30 -0
- package/dist-types/commands/CreateVirtualNodeCommand.d.ts +30 -0
- package/dist-types/commands/CreateVirtualRouterCommand.d.ts +30 -0
- package/dist-types/commands/CreateVirtualServiceCommand.d.ts +30 -0
- package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +26 -0
- package/dist-types/commands/DeleteMeshCommand.d.ts +26 -0
- package/dist-types/commands/DeleteRouteCommand.d.ts +26 -0
- package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +26 -0
- package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +26 -0
- package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +26 -0
- package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +26 -0
- package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +22 -0
- package/dist-types/commands/DescribeMeshCommand.d.ts +22 -0
- package/dist-types/commands/DescribeRouteCommand.d.ts +22 -0
- package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +22 -0
- package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +22 -0
- package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +22 -0
- package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +22 -0
- package/dist-types/commands/ListGatewayRoutesCommand.d.ts +22 -0
- package/dist-types/commands/ListMeshesCommand.d.ts +22 -0
- package/dist-types/commands/ListRoutesCommand.d.ts +22 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +22 -0
- package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +22 -0
- package/dist-types/commands/ListVirtualNodesCommand.d.ts +22 -0
- package/dist-types/commands/ListVirtualRoutersCommand.d.ts +22 -0
- package/dist-types/commands/ListVirtualServicesCommand.d.ts +22 -0
- package/dist-types/commands/TagResourceCommand.d.ts +27 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +22 -0
- package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +30 -0
- package/dist-types/commands/UpdateMeshCommand.d.ts +26 -0
- package/dist-types/commands/UpdateRouteCommand.d.ts +30 -0
- package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +30 -0
- package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +30 -0
- package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +30 -0
- package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +30 -0
- package/package.json +29 -29
|
@@ -29,6 +29,28 @@ export interface DescribeVirtualRouterCommandOutput extends DescribeVirtualRoute
|
|
|
29
29
|
* @see {@link DescribeVirtualRouterCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request syntax was malformed. Check your request syntax and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* <p>You don't have permissions to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception, or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link NotFoundException} (client fault)
|
|
43
|
+
* <p>The specified resource doesn't exist. Check your request syntax and try again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
46
|
+
* <p>The request has failed due to a temporary failure of the service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
49
|
+
* <p>The maximum request rate permitted by the App Mesh APIs has been exceeded for
|
|
50
|
+
* your account. For best results, use an increasing or variable sleep interval between
|
|
51
|
+
* requests.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeVirtualRouterCommand extends $Command<DescribeVirtualRouterCommandInput, DescribeVirtualRouterCommandOutput, AppMeshClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeVirtualRouterCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeVirtualServiceCommandOutput extends DescribeVirtualServ
|
|
|
29
29
|
* @see {@link DescribeVirtualServiceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request syntax was malformed. Check your request syntax and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* <p>You don't have permissions to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception, or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link NotFoundException} (client fault)
|
|
43
|
+
* <p>The specified resource doesn't exist. Check your request syntax and try again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
46
|
+
* <p>The request has failed due to a temporary failure of the service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
49
|
+
* <p>The maximum request rate permitted by the App Mesh APIs has been exceeded for
|
|
50
|
+
* your account. For best results, use an increasing or variable sleep interval between
|
|
51
|
+
* requests.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeVirtualServiceCommand extends $Command<DescribeVirtualServiceCommandInput, DescribeVirtualServiceCommandOutput, AppMeshClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeVirtualServiceCommandInput;
|
|
@@ -30,6 +30,28 @@ export interface ListGatewayRoutesCommandOutput extends ListGatewayRoutesOutput,
|
|
|
30
30
|
* @see {@link ListGatewayRoutesCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link BadRequestException} (client fault)
|
|
34
|
+
* <p>The request syntax was malformed. Check your request syntax and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
37
|
+
* <p>You don't have permissions to perform this action.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
40
|
+
* <p>The request processing has failed because of an unknown error, exception, or
|
|
41
|
+
* failure.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link NotFoundException} (client fault)
|
|
44
|
+
* <p>The specified resource doesn't exist. Check your request syntax and try again.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
47
|
+
* <p>The request has failed due to a temporary failure of the service.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
50
|
+
* <p>The maximum request rate permitted by the App Mesh APIs has been exceeded for
|
|
51
|
+
* your account. For best results, use an increasing or variable sleep interval between
|
|
52
|
+
* requests.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
33
55
|
*/
|
|
34
56
|
export declare class ListGatewayRoutesCommand extends $Command<ListGatewayRoutesCommandInput, ListGatewayRoutesCommandOutput, AppMeshClientResolvedConfig> {
|
|
35
57
|
readonly input: ListGatewayRoutesCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface ListMeshesCommandOutput extends ListMeshesOutput, __MetadataBea
|
|
|
29
29
|
* @see {@link ListMeshesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request syntax was malformed. Check your request syntax and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* <p>You don't have permissions to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception, or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link NotFoundException} (client fault)
|
|
43
|
+
* <p>The specified resource doesn't exist. Check your request syntax and try again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
46
|
+
* <p>The request has failed due to a temporary failure of the service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
49
|
+
* <p>The maximum request rate permitted by the App Mesh APIs has been exceeded for
|
|
50
|
+
* your account. For best results, use an increasing or variable sleep interval between
|
|
51
|
+
* requests.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class ListMeshesCommand extends $Command<ListMeshesCommandInput, ListMeshesCommandOutput, AppMeshClientResolvedConfig> {
|
|
34
56
|
readonly input: ListMeshesCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface ListRoutesCommandOutput extends ListRoutesOutput, __MetadataBea
|
|
|
29
29
|
* @see {@link ListRoutesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request syntax was malformed. Check your request syntax and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* <p>You don't have permissions to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception, or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link NotFoundException} (client fault)
|
|
43
|
+
* <p>The specified resource doesn't exist. Check your request syntax and try again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
46
|
+
* <p>The request has failed due to a temporary failure of the service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
49
|
+
* <p>The maximum request rate permitted by the App Mesh APIs has been exceeded for
|
|
50
|
+
* your account. For best results, use an increasing or variable sleep interval between
|
|
51
|
+
* requests.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class ListRoutesCommand extends $Command<ListRoutesCommandInput, ListRoutesCommandOutput, AppMeshClientResolvedConfig> {
|
|
34
56
|
readonly input: ListRoutesCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request syntax was malformed. Check your request syntax and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* <p>You don't have permissions to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception, or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link NotFoundException} (client fault)
|
|
43
|
+
* <p>The specified resource doesn't exist. Check your request syntax and try again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
46
|
+
* <p>The request has failed due to a temporary failure of the service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
49
|
+
* <p>The maximum request rate permitted by the App Mesh APIs has been exceeded for
|
|
50
|
+
* your account. For best results, use an increasing or variable sleep interval between
|
|
51
|
+
* requests.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppMeshClientResolvedConfig> {
|
|
34
56
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface ListVirtualGatewaysCommandOutput extends ListVirtualGatewaysOut
|
|
|
29
29
|
* @see {@link ListVirtualGatewaysCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request syntax was malformed. Check your request syntax and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* <p>You don't have permissions to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception, or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link NotFoundException} (client fault)
|
|
43
|
+
* <p>The specified resource doesn't exist. Check your request syntax and try again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
46
|
+
* <p>The request has failed due to a temporary failure of the service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
49
|
+
* <p>The maximum request rate permitted by the App Mesh APIs has been exceeded for
|
|
50
|
+
* your account. For best results, use an increasing or variable sleep interval between
|
|
51
|
+
* requests.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class ListVirtualGatewaysCommand extends $Command<ListVirtualGatewaysCommandInput, ListVirtualGatewaysCommandOutput, AppMeshClientResolvedConfig> {
|
|
34
56
|
readonly input: ListVirtualGatewaysCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface ListVirtualNodesCommandOutput extends ListVirtualNodesOutput, _
|
|
|
29
29
|
* @see {@link ListVirtualNodesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request syntax was malformed. Check your request syntax and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* <p>You don't have permissions to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception, or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link NotFoundException} (client fault)
|
|
43
|
+
* <p>The specified resource doesn't exist. Check your request syntax and try again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
46
|
+
* <p>The request has failed due to a temporary failure of the service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
49
|
+
* <p>The maximum request rate permitted by the App Mesh APIs has been exceeded for
|
|
50
|
+
* your account. For best results, use an increasing or variable sleep interval between
|
|
51
|
+
* requests.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class ListVirtualNodesCommand extends $Command<ListVirtualNodesCommandInput, ListVirtualNodesCommandOutput, AppMeshClientResolvedConfig> {
|
|
34
56
|
readonly input: ListVirtualNodesCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface ListVirtualRoutersCommandOutput extends ListVirtualRoutersOutpu
|
|
|
29
29
|
* @see {@link ListVirtualRoutersCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request syntax was malformed. Check your request syntax and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* <p>You don't have permissions to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception, or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link NotFoundException} (client fault)
|
|
43
|
+
* <p>The specified resource doesn't exist. Check your request syntax and try again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
46
|
+
* <p>The request has failed due to a temporary failure of the service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
49
|
+
* <p>The maximum request rate permitted by the App Mesh APIs has been exceeded for
|
|
50
|
+
* your account. For best results, use an increasing or variable sleep interval between
|
|
51
|
+
* requests.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class ListVirtualRoutersCommand extends $Command<ListVirtualRoutersCommandInput, ListVirtualRoutersCommandOutput, AppMeshClientResolvedConfig> {
|
|
34
56
|
readonly input: ListVirtualRoutersCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface ListVirtualServicesCommandOutput extends ListVirtualServicesOut
|
|
|
29
29
|
* @see {@link ListVirtualServicesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request syntax was malformed. Check your request syntax and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* <p>You don't have permissions to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception, or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link NotFoundException} (client fault)
|
|
43
|
+
* <p>The specified resource doesn't exist. Check your request syntax and try again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
46
|
+
* <p>The request has failed due to a temporary failure of the service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
49
|
+
* <p>The maximum request rate permitted by the App Mesh APIs has been exceeded for
|
|
50
|
+
* your account. For best results, use an increasing or variable sleep interval between
|
|
51
|
+
* requests.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class ListVirtualServicesCommand extends $Command<ListVirtualServicesCommandInput, ListVirtualServicesCommandOutput, AppMeshClientResolvedConfig> {
|
|
34
56
|
readonly input: ListVirtualServicesCommandInput;
|
|
@@ -32,6 +32,33 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
32
32
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* <p>The request syntax was malformed. Check your request syntax and try again.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* <p>You don't have permissions to perform this action.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* <p>The request processing has failed because of an unknown error, exception, or
|
|
43
|
+
* failure.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link NotFoundException} (client fault)
|
|
46
|
+
* <p>The specified resource doesn't exist. Check your request syntax and try again.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
49
|
+
* <p>The request has failed due to a temporary failure of the service.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
52
|
+
* <p>The maximum request rate permitted by the App Mesh APIs has been exceeded for
|
|
53
|
+
* your account. For best results, use an increasing or variable sleep interval between
|
|
54
|
+
* requests.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
57
|
+
* <p>The request exceeds the maximum allowed number of tags allowed per resource. The current
|
|
58
|
+
* limit is 50 user tags per resource. You must reduce the number of tags in the request. None
|
|
59
|
+
* of the tags in this request were applied.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
35
62
|
*/
|
|
36
63
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AppMeshClientResolvedConfig> {
|
|
37
64
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request syntax was malformed. Check your request syntax and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* <p>You don't have permissions to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception, or
|
|
40
|
+
* failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link NotFoundException} (client fault)
|
|
43
|
+
* <p>The specified resource doesn't exist. Check your request syntax and try again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
46
|
+
* <p>The request has failed due to a temporary failure of the service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
49
|
+
* <p>The maximum request rate permitted by the App Mesh APIs has been exceeded for
|
|
50
|
+
* your account. For best results, use an increasing or variable sleep interval between
|
|
51
|
+
* requests.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AppMeshClientResolvedConfig> {
|
|
34
56
|
readonly input: UntagResourceCommandInput;
|
|
@@ -30,6 +30,36 @@ export interface UpdateGatewayRouteCommandOutput extends UpdateGatewayRouteOutpu
|
|
|
30
30
|
* @see {@link UpdateGatewayRouteCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link BadRequestException} (client fault)
|
|
34
|
+
* <p>The request syntax was malformed. Check your request syntax and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ConflictException} (client fault)
|
|
37
|
+
* <p>The request contains a client token that was used for a previous update resource call
|
|
38
|
+
* with different specifications. Try the request again with a new client token.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
41
|
+
* <p>You don't have permissions to perform this action.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
44
|
+
* <p>The request processing has failed because of an unknown error, exception, or
|
|
45
|
+
* failure.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
48
|
+
* <p>You have exceeded a service limit for your account. For more information, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/service-quotas.html">Service
|
|
49
|
+
* Limits</a> in the <i>App Mesh User Guide</i>.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link NotFoundException} (client fault)
|
|
52
|
+
* <p>The specified resource doesn't exist. Check your request syntax and try again.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
55
|
+
* <p>The request has failed due to a temporary failure of the service.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
58
|
+
* <p>The maximum request rate permitted by the App Mesh APIs has been exceeded for
|
|
59
|
+
* your account. For best results, use an increasing or variable sleep interval between
|
|
60
|
+
* requests.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
33
63
|
*/
|
|
34
64
|
export declare class UpdateGatewayRouteCommand extends $Command<UpdateGatewayRouteCommandInput, UpdateGatewayRouteCommandOutput, AppMeshClientResolvedConfig> {
|
|
35
65
|
readonly input: UpdateGatewayRouteCommandInput;
|
|
@@ -29,6 +29,32 @@ export interface UpdateMeshCommandOutput extends UpdateMeshOutput, __MetadataBea
|
|
|
29
29
|
* @see {@link UpdateMeshCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request syntax was malformed. Check your request syntax and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request contains a client token that was used for a previous update resource call
|
|
37
|
+
* with different specifications. Try the request again with a new client token.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
40
|
+
* <p>You don't have permissions to perform this action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
43
|
+
* <p>The request processing has failed because of an unknown error, exception, or
|
|
44
|
+
* failure.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link NotFoundException} (client fault)
|
|
47
|
+
* <p>The specified resource doesn't exist. Check your request syntax and try again.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
50
|
+
* <p>The request has failed due to a temporary failure of the service.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
53
|
+
* <p>The maximum request rate permitted by the App Mesh APIs has been exceeded for
|
|
54
|
+
* your account. For best results, use an increasing or variable sleep interval between
|
|
55
|
+
* requests.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
32
58
|
*/
|
|
33
59
|
export declare class UpdateMeshCommand extends $Command<UpdateMeshCommandInput, UpdateMeshCommandOutput, AppMeshClientResolvedConfig> {
|
|
34
60
|
readonly input: UpdateMeshCommandInput;
|
|
@@ -29,6 +29,36 @@ export interface UpdateRouteCommandOutput extends UpdateRouteOutput, __MetadataB
|
|
|
29
29
|
* @see {@link UpdateRouteCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request syntax was malformed. Check your request syntax and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request contains a client token that was used for a previous update resource call
|
|
37
|
+
* with different specifications. Try the request again with a new client token.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
40
|
+
* <p>You don't have permissions to perform this action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
43
|
+
* <p>The request processing has failed because of an unknown error, exception, or
|
|
44
|
+
* failure.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
47
|
+
* <p>You have exceeded a service limit for your account. For more information, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/service-quotas.html">Service
|
|
48
|
+
* Limits</a> in the <i>App Mesh User Guide</i>.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link NotFoundException} (client fault)
|
|
51
|
+
* <p>The specified resource doesn't exist. Check your request syntax and try again.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
54
|
+
* <p>The request has failed due to a temporary failure of the service.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
57
|
+
* <p>The maximum request rate permitted by the App Mesh APIs has been exceeded for
|
|
58
|
+
* your account. For best results, use an increasing or variable sleep interval between
|
|
59
|
+
* requests.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
32
62
|
*/
|
|
33
63
|
export declare class UpdateRouteCommand extends $Command<UpdateRouteCommandInput, UpdateRouteCommandOutput, AppMeshClientResolvedConfig> {
|
|
34
64
|
readonly input: UpdateRouteCommandInput;
|
|
@@ -29,6 +29,36 @@ export interface UpdateVirtualGatewayCommandOutput extends UpdateVirtualGatewayO
|
|
|
29
29
|
* @see {@link UpdateVirtualGatewayCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request syntax was malformed. Check your request syntax and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request contains a client token that was used for a previous update resource call
|
|
37
|
+
* with different specifications. Try the request again with a new client token.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
40
|
+
* <p>You don't have permissions to perform this action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
43
|
+
* <p>The request processing has failed because of an unknown error, exception, or
|
|
44
|
+
* failure.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
47
|
+
* <p>You have exceeded a service limit for your account. For more information, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/service-quotas.html">Service
|
|
48
|
+
* Limits</a> in the <i>App Mesh User Guide</i>.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link NotFoundException} (client fault)
|
|
51
|
+
* <p>The specified resource doesn't exist. Check your request syntax and try again.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
54
|
+
* <p>The request has failed due to a temporary failure of the service.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
57
|
+
* <p>The maximum request rate permitted by the App Mesh APIs has been exceeded for
|
|
58
|
+
* your account. For best results, use an increasing or variable sleep interval between
|
|
59
|
+
* requests.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
32
62
|
*/
|
|
33
63
|
export declare class UpdateVirtualGatewayCommand extends $Command<UpdateVirtualGatewayCommandInput, UpdateVirtualGatewayCommandOutput, AppMeshClientResolvedConfig> {
|
|
34
64
|
readonly input: UpdateVirtualGatewayCommandInput;
|
|
@@ -29,6 +29,36 @@ export interface UpdateVirtualNodeCommandOutput extends UpdateVirtualNodeOutput,
|
|
|
29
29
|
* @see {@link UpdateVirtualNodeCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request syntax was malformed. Check your request syntax and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request contains a client token that was used for a previous update resource call
|
|
37
|
+
* with different specifications. Try the request again with a new client token.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
40
|
+
* <p>You don't have permissions to perform this action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
43
|
+
* <p>The request processing has failed because of an unknown error, exception, or
|
|
44
|
+
* failure.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
47
|
+
* <p>You have exceeded a service limit for your account. For more information, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/service-quotas.html">Service
|
|
48
|
+
* Limits</a> in the <i>App Mesh User Guide</i>.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link NotFoundException} (client fault)
|
|
51
|
+
* <p>The specified resource doesn't exist. Check your request syntax and try again.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
54
|
+
* <p>The request has failed due to a temporary failure of the service.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
57
|
+
* <p>The maximum request rate permitted by the App Mesh APIs has been exceeded for
|
|
58
|
+
* your account. For best results, use an increasing or variable sleep interval between
|
|
59
|
+
* requests.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
32
62
|
*/
|
|
33
63
|
export declare class UpdateVirtualNodeCommand extends $Command<UpdateVirtualNodeCommandInput, UpdateVirtualNodeCommandOutput, AppMeshClientResolvedConfig> {
|
|
34
64
|
readonly input: UpdateVirtualNodeCommandInput;
|
|
@@ -29,6 +29,36 @@ export interface UpdateVirtualRouterCommandOutput extends UpdateVirtualRouterOut
|
|
|
29
29
|
* @see {@link UpdateVirtualRouterCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request syntax was malformed. Check your request syntax and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request contains a client token that was used for a previous update resource call
|
|
37
|
+
* with different specifications. Try the request again with a new client token.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
40
|
+
* <p>You don't have permissions to perform this action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
43
|
+
* <p>The request processing has failed because of an unknown error, exception, or
|
|
44
|
+
* failure.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
47
|
+
* <p>You have exceeded a service limit for your account. For more information, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/service-quotas.html">Service
|
|
48
|
+
* Limits</a> in the <i>App Mesh User Guide</i>.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link NotFoundException} (client fault)
|
|
51
|
+
* <p>The specified resource doesn't exist. Check your request syntax and try again.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
54
|
+
* <p>The request has failed due to a temporary failure of the service.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
57
|
+
* <p>The maximum request rate permitted by the App Mesh APIs has been exceeded for
|
|
58
|
+
* your account. For best results, use an increasing or variable sleep interval between
|
|
59
|
+
* requests.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
32
62
|
*/
|
|
33
63
|
export declare class UpdateVirtualRouterCommand extends $Command<UpdateVirtualRouterCommandInput, UpdateVirtualRouterCommandOutput, AppMeshClientResolvedConfig> {
|
|
34
64
|
readonly input: UpdateVirtualRouterCommandInput;
|
|
@@ -29,6 +29,36 @@ export interface UpdateVirtualServiceCommandOutput extends UpdateVirtualServiceO
|
|
|
29
29
|
* @see {@link UpdateVirtualServiceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request syntax was malformed. Check your request syntax and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request contains a client token that was used for a previous update resource call
|
|
37
|
+
* with different specifications. Try the request again with a new client token.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
40
|
+
* <p>You don't have permissions to perform this action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
43
|
+
* <p>The request processing has failed because of an unknown error, exception, or
|
|
44
|
+
* failure.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
47
|
+
* <p>You have exceeded a service limit for your account. For more information, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/service-quotas.html">Service
|
|
48
|
+
* Limits</a> in the <i>App Mesh User Guide</i>.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link NotFoundException} (client fault)
|
|
51
|
+
* <p>The specified resource doesn't exist. Check your request syntax and try again.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
54
|
+
* <p>The request has failed due to a temporary failure of the service.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
57
|
+
* <p>The maximum request rate permitted by the App Mesh APIs has been exceeded for
|
|
58
|
+
* your account. For best results, use an increasing or variable sleep interval between
|
|
59
|
+
* requests.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
32
62
|
*/
|
|
33
63
|
export declare class UpdateVirtualServiceCommand extends $Command<UpdateVirtualServiceCommandInput, UpdateVirtualServiceCommandOutput, AppMeshClientResolvedConfig> {
|
|
34
64
|
readonly input: UpdateVirtualServiceCommandInput;
|