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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
18 changes: 0 additions & 18 deletions clients/client-acm-pca/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ export enum CertificateAuthorityType {
export interface CertificateMismatchException
extends _smithy.SmithyException,
$MetadataBearer {
__type: "CertificateMismatchException";
name: "CertificateMismatchException";
$fault: "client";
message?: string;
Expand All @@ -277,7 +276,6 @@ export namespace CertificateMismatchException {
export interface ConcurrentModificationException
extends _smithy.SmithyException,
$MetadataBearer {
__type: "ConcurrentModificationException";
name: "ConcurrentModificationException";
$fault: "client";
message?: string;
Expand Down Expand Up @@ -906,7 +904,6 @@ export namespace ImportCertificateAuthorityCertificateRequest {
export interface InvalidArgsException
extends _smithy.SmithyException,
$MetadataBearer {
__type: "InvalidArgsException";
name: "InvalidArgsException";
$fault: "client";
message?: string;
Expand All @@ -925,7 +922,6 @@ export namespace InvalidArgsException {
export interface InvalidArnException
extends _smithy.SmithyException,
$MetadataBearer {
__type: "InvalidArnException";
name: "InvalidArnException";
$fault: "client";
message?: string;
Expand All @@ -944,7 +940,6 @@ export namespace InvalidArnException {
export interface InvalidNextTokenException
extends _smithy.SmithyException,
$MetadataBearer {
__type: "InvalidNextTokenException";
name: "InvalidNextTokenException";
$fault: "client";
message?: string;
Expand All @@ -963,7 +958,6 @@ export namespace InvalidNextTokenException {
export interface InvalidPolicyException
extends _smithy.SmithyException,
$MetadataBearer {
__type: "InvalidPolicyException";
name: "InvalidPolicyException";
$fault: "client";
message?: string;
Expand All @@ -981,7 +975,6 @@ export namespace InvalidPolicyException {
export interface InvalidRequestException
extends _smithy.SmithyException,
$MetadataBearer {
__type: "InvalidRequestException";
name: "InvalidRequestException";
$fault: "client";
message?: string;
Expand All @@ -1000,7 +993,6 @@ export namespace InvalidRequestException {
export interface InvalidStateException
extends _smithy.SmithyException,
$MetadataBearer {
__type: "InvalidStateException";
name: "InvalidStateException";
$fault: "client";
message?: string;
Expand All @@ -1019,7 +1011,6 @@ export namespace InvalidStateException {
export interface InvalidTagException
extends _smithy.SmithyException,
$MetadataBearer {
__type: "InvalidTagException";
name: "InvalidTagException";
$fault: "client";
message?: string;
Expand Down Expand Up @@ -1151,7 +1142,6 @@ export enum KeyAlgorithm {
export interface LimitExceededException
extends _smithy.SmithyException,
$MetadataBearer {
__type: "LimitExceededException";
name: "LimitExceededException";
$fault: "client";
message?: string;
Expand Down Expand Up @@ -1321,7 +1311,6 @@ export namespace ListTagsResponse {
export interface MalformedCSRException
extends _smithy.SmithyException,
$MetadataBearer {
__type: "MalformedCSRException";
name: "MalformedCSRException";
$fault: "client";
message?: string;
Expand All @@ -1339,7 +1328,6 @@ export namespace MalformedCSRException {
export interface MalformedCertificateException
extends _smithy.SmithyException,
$MetadataBearer {
__type: "MalformedCertificateException";
name: "MalformedCertificateException";
$fault: "client";
message?: string;
Expand Down Expand Up @@ -1405,7 +1393,6 @@ export namespace Permission {
export interface PermissionAlreadyExistsException
extends _smithy.SmithyException,
$MetadataBearer {
__type: "PermissionAlreadyExistsException";
name: "PermissionAlreadyExistsException";
$fault: "client";
message?: string;
Expand All @@ -1423,7 +1410,6 @@ export namespace PermissionAlreadyExistsException {
export interface RequestAlreadyProcessedException
extends _smithy.SmithyException,
$MetadataBearer {
__type: "RequestAlreadyProcessedException";
name: "RequestAlreadyProcessedException";
$fault: "client";
message?: string;
Expand All @@ -1441,7 +1427,6 @@ export namespace RequestAlreadyProcessedException {
export interface RequestFailedException
extends _smithy.SmithyException,
$MetadataBearer {
__type: "RequestFailedException";
name: "RequestFailedException";
$fault: "client";
message?: string;
Expand All @@ -1459,7 +1444,6 @@ export namespace RequestFailedException {
export interface RequestInProgressException
extends _smithy.SmithyException,
$MetadataBearer {
__type: "RequestInProgressException";
name: "RequestInProgressException";
$fault: "client";
message?: string;
Expand All @@ -1478,7 +1462,6 @@ export namespace RequestInProgressException {
export interface ResourceNotFoundException
extends _smithy.SmithyException,
$MetadataBearer {
__type: "ResourceNotFoundException";
name: "ResourceNotFoundException";
$fault: "client";
message?: string;
Expand Down Expand Up @@ -1643,7 +1626,6 @@ export namespace TagCertificateAuthorityRequest {
export interface TooManyTagsException
extends _smithy.SmithyException,
$MetadataBearer {
__type: "TooManyTagsException";
name: "TooManyTagsException";
$fault: "client";
message?: string;
Expand Down
Loading