Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions clients/client-accessanalyzer/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ export interface InternalServerException
$MetadataBearer {
name: "InternalServerException";
$fault: "server";
$retryable: {};
message: string | undefined;
/**
* <p>The seconds to wait to retry.</p>
Expand Down Expand Up @@ -1213,6 +1214,7 @@ export interface ThrottlingException
$MetadataBearer {
name: "ThrottlingException";
$fault: "client";
$retryable: {};
message: string | undefined;
/**
* <p>The seconds to wait to retry.</p>
Expand Down
2 changes: 2 additions & 0 deletions clients/client-accessanalyzer/protocols/Aws_restJson1_1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2724,6 +2724,7 @@ const deserializeAws_restJson1_1InternalServerExceptionResponse = async (
const contents: InternalServerException = {
name: "InternalServerException",
$fault: "server",
$retryable: {},
$metadata: deserializeMetadata(parsedOutput),
message: undefined,
retryAfterSeconds: undefined
Expand Down Expand Up @@ -2798,6 +2799,7 @@ const deserializeAws_restJson1_1ThrottlingExceptionResponse = async (
const contents: ThrottlingException = {
name: "ThrottlingException",
$fault: "client",
$retryable: {},
$metadata: deserializeMetadata(parsedOutput),
message: undefined,
retryAfterSeconds: undefined
Expand Down
2 changes: 2 additions & 0 deletions clients/client-app-mesh/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1654,6 +1654,7 @@ export interface InternalServerErrorException
$MetadataBearer {
name: "InternalServerErrorException";
$fault: "server";
$retryable: {};
message?: string;
}

Expand Down Expand Up @@ -2549,6 +2550,7 @@ export interface ServiceUnavailableException
$MetadataBearer {
name: "ServiceUnavailableException";
$fault: "server";
$retryable: {};
message?: string;
}

Expand Down
2 changes: 2 additions & 0 deletions clients/client-app-mesh/protocols/Aws_restJson1_1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5046,6 +5046,7 @@ const deserializeAws_restJson1_1InternalServerErrorExceptionResponse = async (
const contents: InternalServerErrorException = {
name: "InternalServerErrorException",
$fault: "server",
$retryable: {},
$metadata: deserializeMetadata(parsedOutput),
message: undefined
};
Expand Down Expand Up @@ -5114,6 +5115,7 @@ const deserializeAws_restJson1_1ServiceUnavailableExceptionResponse = async (
const contents: ServiceUnavailableException = {
name: "ServiceUnavailableException",
$fault: "server",
$retryable: {},
$metadata: deserializeMetadata(parsedOutput),
message: undefined
};
Expand Down
3 changes: 3 additions & 0 deletions clients/client-codeguruprofiler/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export interface InternalServerException
$MetadataBearer {
name: "InternalServerException";
$fault: "server";
$retryable: {};
message: string | undefined;
}

Expand Down Expand Up @@ -118,6 +119,7 @@ export interface ServiceQuotaExceededException
$MetadataBearer {
name: "ServiceQuotaExceededException";
$fault: "client";
$retryable: {};
message: string | undefined;
}

Expand All @@ -139,6 +141,7 @@ export interface ThrottlingException
$MetadataBearer {
name: "ThrottlingException";
$fault: "client";
$retryable: {};
message: string | undefined;
}

Expand Down
3 changes: 3 additions & 0 deletions clients/client-codeguruprofiler/protocols/Aws_restJson1_1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1346,6 +1346,7 @@ const deserializeAws_restJson1_1InternalServerExceptionResponse = async (
const contents: InternalServerException = {
name: "InternalServerException",
$fault: "server",
$retryable: {},
$metadata: deserializeMetadata(parsedOutput),
message: undefined
};
Expand Down Expand Up @@ -1380,6 +1381,7 @@ const deserializeAws_restJson1_1ServiceQuotaExceededExceptionResponse = async (
const contents: ServiceQuotaExceededException = {
name: "ServiceQuotaExceededException",
$fault: "client",
$retryable: {},
$metadata: deserializeMetadata(parsedOutput),
message: undefined
};
Expand All @@ -1397,6 +1399,7 @@ const deserializeAws_restJson1_1ThrottlingExceptionResponse = async (
const contents: ThrottlingException = {
name: "ThrottlingException",
$fault: "client",
$retryable: {},
$metadata: deserializeMetadata(parsedOutput),
message: undefined
};
Expand Down