Skip to content

Commit fa60bf3

Browse files
authored
chore(clients): move shared interfaces types package (#2530)
1 parent c989b76 commit fa60bf3

File tree

587 files changed

+986
-1066
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

587 files changed

+986
-1066
lines changed

clients/client-accessanalyzer/models/models_0.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { SmithyException as __SmithyException } from "@aws-sdk/smithy-client";
2-
import { MetadataBearer as $MetadataBearer } from "@aws-sdk/types";
1+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
32

43
/**
54
* <p>You do not have sufficient access to perform this action.</p>

clients/client-accessanalyzer/protocols/Aws_restJson1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ import {
111111
} from "../models/models_0";
112112
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
113113
import {
114-
SmithyException as __SmithyException,
115114
expectBoolean as __expectBoolean,
116115
expectNumber as __expectNumber,
117116
expectString as __expectString,
@@ -122,6 +121,7 @@ import {
122121
MetadataBearer as __MetadataBearer,
123122
ResponseMetadata as __ResponseMetadata,
124123
SerdeContext as __SerdeContext,
124+
SmithyException as __SmithyException,
125125
} from "@aws-sdk/types";
126126
import { v4 as generateIdempotencyToken } from "uuid";
127127

clients/client-acm-pca/models/models_0.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { SmithyException as __SmithyException } from "@aws-sdk/smithy-client";
2-
import { MetadataBearer as $MetadataBearer } from "@aws-sdk/types";
1+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
32

43
/**
54
* <p>Contains information about the certificate subject. The <code>Subject</code> field in

clients/client-acm-pca/protocols/Aws_json1_1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ import {
140140
} from "../models/models_0";
141141
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
142142
import {
143-
SmithyException as __SmithyException,
144143
expectBoolean as __expectBoolean,
145144
expectNumber as __expectNumber,
146145
expectString as __expectString,
@@ -151,6 +150,7 @@ import {
151150
MetadataBearer as __MetadataBearer,
152151
ResponseMetadata as __ResponseMetadata,
153152
SerdeContext as __SerdeContext,
153+
SmithyException as __SmithyException,
154154
} from "@aws-sdk/types";
155155

156156
export const serializeAws_json1_1CreateCertificateAuthorityCommand = async (

clients/client-acm/models/models_0.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { SENSITIVE_STRING, SmithyException as __SmithyException } from "@aws-sdk/smithy-client";
2-
import { MetadataBearer as $MetadataBearer } from "@aws-sdk/types";
1+
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
2+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
33

44
/**
55
* <p>You do not have access

clients/client-acm/protocols/Aws_json1_1.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,14 @@ import {
9494
ValidationException,
9595
} from "../models/models_0";
9696
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
97-
import {
98-
SmithyException as __SmithyException,
99-
expectNumber as __expectNumber,
100-
expectString as __expectString,
101-
} from "@aws-sdk/smithy-client";
97+
import { expectNumber as __expectNumber, expectString as __expectString } from "@aws-sdk/smithy-client";
10298
import {
10399
Endpoint as __Endpoint,
104100
HeaderBag as __HeaderBag,
105101
MetadataBearer as __MetadataBearer,
106102
ResponseMetadata as __ResponseMetadata,
107103
SerdeContext as __SerdeContext,
104+
SmithyException as __SmithyException,
108105
} from "@aws-sdk/types";
109106

110107
export const serializeAws_json1_1AddTagsToCertificateCommand = async (

clients/client-alexa-for-business/models/models_0.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { SENSITIVE_STRING, SmithyException as __SmithyException } from "@aws-sdk/smithy-client";
2-
import { MetadataBearer as $MetadataBearer } from "@aws-sdk/types";
1+
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
2+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
33

44
/**
55
* <p>An address book with attributes.</p>

clients/client-alexa-for-business/protocols/Aws_json1_1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,6 @@ import {
475475
} from "../models/models_0";
476476
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
477477
import {
478-
SmithyException as __SmithyException,
479478
expectBoolean as __expectBoolean,
480479
expectNumber as __expectNumber,
481480
expectString as __expectString,
@@ -486,6 +485,7 @@ import {
486485
MetadataBearer as __MetadataBearer,
487486
ResponseMetadata as __ResponseMetadata,
488487
SerdeContext as __SerdeContext,
488+
SmithyException as __SmithyException,
489489
} from "@aws-sdk/types";
490490
import { v4 as generateIdempotencyToken } from "uuid";
491491

clients/client-amp/models/models_0.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { SmithyException as __SmithyException } from "@aws-sdk/smithy-client";
2-
import { MetadataBearer as $MetadataBearer } from "@aws-sdk/types";
1+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
32

43
/**
54
* User does not have sufficient access to perform this action.

clients/client-amp/protocols/Aws_restJson1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import {
2121
} from "../models/models_0";
2222
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2323
import {
24-
SmithyException as __SmithyException,
2524
expectString as __expectString,
2625
extendedEncodeURIComponent as __extendedEncodeURIComponent,
2726
} from "@aws-sdk/smithy-client";
@@ -30,6 +29,7 @@ import {
3029
MetadataBearer as __MetadataBearer,
3130
ResponseMetadata as __ResponseMetadata,
3231
SerdeContext as __SerdeContext,
32+
SmithyException as __SmithyException,
3333
} from "@aws-sdk/types";
3434
import { v4 as generateIdempotencyToken } from "uuid";
3535

0 commit comments

Comments
 (0)