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

clients/client-amplify/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> A request contains unexpected data. </p>

clients/client-amplify/protocols/Aws_restJson1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ import {
9090
} from "../models/models_0";
9191
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9292
import {
93-
SmithyException as __SmithyException,
9493
expectBoolean as __expectBoolean,
9594
expectString as __expectString,
9695
extendedEncodeURIComponent as __extendedEncodeURIComponent,
@@ -100,6 +99,7 @@ import {
10099
MetadataBearer as __MetadataBearer,
101100
ResponseMetadata as __ResponseMetadata,
102101
SerdeContext as __SerdeContext,
102+
SmithyException as __SmithyException,
103103
} from "@aws-sdk/types";
104104

105105
export const serializeAws_restJson1CreateAppCommand = async (

clients/client-amplifybackend/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
export enum AdditionalConstraintsElement {
54
REQUIRE_DIGIT = "REQUIRE_DIGIT",

clients/client-amplifybackend/protocols/Aws_restJson1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ import {
7676
} from "../models/models_0";
7777
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
7878
import {
79-
SmithyException as __SmithyException,
8079
expectBoolean as __expectBoolean,
8180
expectString as __expectString,
8281
extendedEncodeURIComponent as __extendedEncodeURIComponent,
@@ -88,6 +87,7 @@ import {
8887
MetadataBearer as __MetadataBearer,
8988
ResponseMetadata as __ResponseMetadata,
9089
SerdeContext as __SerdeContext,
90+
SmithyException as __SmithyException,
9191
} from "@aws-sdk/types";
9292

9393
export const serializeAws_restJson1CloneBackendCommand = async (

clients/client-api-gateway/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>Access log settings, including the access log format and access log destination ARN.</p>

clients/client-api-gateway/protocols/Aws_restJson1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ import {
276276
} from "../models/models_0";
277277
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
278278
import {
279-
SmithyException as __SmithyException,
280279
expectBoolean as __expectBoolean,
281280
expectNumber as __expectNumber,
282281
expectString as __expectString,
@@ -289,6 +288,7 @@ import {
289288
MetadataBearer as __MetadataBearer,
290289
ResponseMetadata as __ResponseMetadata,
291290
SerdeContext as __SerdeContext,
291+
SmithyException as __SmithyException,
292292
} from "@aws-sdk/types";
293293

294294
export const serializeAws_restJson1CreateApiKeyCommand = async (

clients/client-apigatewaymanagementapi/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
export interface DeleteConnectionRequest {
54
ConnectionId: string | undefined;

clients/client-apigatewaymanagementapi/protocols/Aws_restJson1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
} from "../models/models_0";
1111
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
1212
import {
13-
SmithyException as __SmithyException,
1413
expectString as __expectString,
1514
extendedEncodeURIComponent as __extendedEncodeURIComponent,
1615
} from "@aws-sdk/smithy-client";
@@ -19,6 +18,7 @@ import {
1918
MetadataBearer as __MetadataBearer,
2019
ResponseMetadata as __ResponseMetadata,
2120
SerdeContext as __SerdeContext,
21+
SmithyException as __SmithyException,
2222
} from "@aws-sdk/types";
2323

2424
export const serializeAws_restJson1DeleteConnectionCommand = async (

clients/client-apigatewayv2/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>Represents a CORS configuration. Supported only for HTTP APIs. See <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-cors.html">Configuring CORS</a> for more information.</p>

clients/client-apigatewayv2/protocols/Aws_restJson1.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,
@@ -153,6 +152,7 @@ import {
153152
MetadataBearer as __MetadataBearer,
154153
ResponseMetadata as __ResponseMetadata,
155154
SerdeContext as __SerdeContext,
155+
SmithyException as __SmithyException,
156156
} from "@aws-sdk/types";
157157

158158
export const serializeAws_restJson1CreateApiCommand = async (

clients/client-app-mesh/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>An object that represents an access log file.</p>

clients/client-app-mesh/protocols/Aws_restJson1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ import {
241241
} from "../models/models_0";
242242
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
243243
import {
244-
SmithyException as __SmithyException,
245244
expectBoolean as __expectBoolean,
246245
expectNumber as __expectNumber,
247246
expectString as __expectString,
@@ -252,6 +251,7 @@ import {
252251
MetadataBearer as __MetadataBearer,
253252
ResponseMetadata as __ResponseMetadata,
254253
SerdeContext as __SerdeContext,
254+
SmithyException as __SmithyException,
255255
} from "@aws-sdk/types";
256256
import { v4 as generateIdempotencyToken } from "uuid";
257257

clients/client-appconfig/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
export interface Application {
55
/**

clients/client-appconfig/protocols/Aws_restJson1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ import {
9999
} from "../models/models_0";
100100
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
101101
import {
102-
SmithyException as __SmithyException,
103102
expectNumber as __expectNumber,
104103
expectString as __expectString,
105104
extendedEncodeURIComponent as __extendedEncodeURIComponent,
@@ -111,6 +110,7 @@ import {
111110
MetadataBearer as __MetadataBearer,
112111
ResponseMetadata as __ResponseMetadata,
113112
SerdeContext as __SerdeContext,
113+
SmithyException as __SmithyException,
114114
} from "@aws-sdk/types";
115115

116116
export const serializeAws_restJson1CreateApplicationCommand = async (

clients/client-appflow/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
export enum AggregationType {
55
NONE = "None",

clients/client-appflow/protocols/Aws_restJson1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ import {
167167
} from "../models/models_0";
168168
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
169169
import {
170-
SmithyException as __SmithyException,
171170
expectBoolean as __expectBoolean,
172171
expectNumber as __expectNumber,
173172
expectString as __expectString,
@@ -178,6 +177,7 @@ import {
178177
MetadataBearer as __MetadataBearer,
179178
ResponseMetadata as __ResponseMetadata,
180179
SerdeContext as __SerdeContext,
180+
SmithyException as __SmithyException,
181181
} from "@aws-sdk/types";
182182

183183
export const serializeAws_restJson1CreateConnectorProfileCommand = async (

clients/client-appintegrations/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-appintegrations/protocols/Aws_restJson1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ import {
4242
} from "../models/models_0";
4343
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
4444
import {
45-
SmithyException as __SmithyException,
4645
expectString as __expectString,
4746
extendedEncodeURIComponent as __extendedEncodeURIComponent,
4847
} from "@aws-sdk/smithy-client";
@@ -51,6 +50,7 @@ import {
5150
MetadataBearer as __MetadataBearer,
5251
ResponseMetadata as __ResponseMetadata,
5352
SerdeContext as __SerdeContext,
53+
SmithyException as __SmithyException,
5454
} from "@aws-sdk/types";
5555
import { v4 as generateIdempotencyToken } from "uuid";
5656

clients/client-application-auto-scaling/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
export enum AdjustmentType {
54
ChangeInCapacity = "ChangeInCapacity",

clients/client-application-auto-scaling/protocols/Aws_json1_1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ import {
7676
} from "../models/models_0";
7777
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
7878
import {
79-
SmithyException as __SmithyException,
8079
expectBoolean as __expectBoolean,
8180
expectNumber as __expectNumber,
8281
expectString as __expectString,
@@ -89,6 +88,7 @@ import {
8988
MetadataBearer as __MetadataBearer,
9089
ResponseMetadata as __ResponseMetadata,
9190
SerdeContext as __SerdeContext,
91+
SmithyException as __SmithyException,
9292
} from "@aws-sdk/types";
9393

9494
export const serializeAws_json1_1DeleteScalingPolicyCommand = async (

clients/client-application-discovery-service/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>Information about agents or connectors that were instructed to start collecting data.

clients/client-application-discovery-service/protocols/Aws_json1_1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ import {
148148
} from "../models/models_0";
149149
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
150150
import {
151-
SmithyException as __SmithyException,
152151
expectBoolean as __expectBoolean,
153152
expectNumber as __expectNumber,
154153
expectString as __expectString,
@@ -159,6 +158,7 @@ import {
159158
MetadataBearer as __MetadataBearer,
160159
ResponseMetadata as __ResponseMetadata,
161160
SerdeContext as __SerdeContext,
161+
SmithyException as __SmithyException,
162162
} from "@aws-sdk/types";
163163
import { v4 as generateIdempotencyToken } from "uuid";
164164

clients/client-application-insights/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>

clients/client-application-insights/protocols/Aws_json1_1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ import {
126126
} from "../models/models_0";
127127
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
128128
import {
129-
SmithyException as __SmithyException,
130129
expectBoolean as __expectBoolean,
131130
expectNumber as __expectNumber,
132131
expectString as __expectString,
@@ -138,6 +137,7 @@ import {
138137
MetadataBearer as __MetadataBearer,
139138
ResponseMetadata as __ResponseMetadata,
140139
SerdeContext as __SerdeContext,
140+
SmithyException as __SmithyException,
141141
} from "@aws-sdk/types";
142142

143143
export const serializeAws_json1_1CreateApplicationCommand = async (

0 commit comments

Comments
 (0)