@@ -140,23 +140,17 @@ import type {
140140 StaticStructureSchema ,
141141} from "@smithy/types" ;
142142
143- import {
144- ComplexError as __ComplexError ,
145- InvalidGreeting as __InvalidGreeting ,
146- ValidationException as __ValidationException ,
147- } from "../models/errors" ;
148- import {
149- RpcV2ProtocolServiceException as __RpcV2ProtocolServiceException ,
150- } from "../models/RpcV2ProtocolServiceException" ;
143+ import { ComplexError , InvalidGreeting , ValidationException } from "../models/errors" ;
144+ import { RpcV2ProtocolServiceException } from "../models/RpcV2ProtocolServiceException" ;
151145
152146/* eslint no-var: 0 */
153147var __Unit = "unit" as const ;
154148export var ValidationException$ : StaticErrorSchema = [ - 3 , n0 , _VE ,
155149 { [ _e ] : _c } ,
156150 [ _m , _fL ] ,
157- [ 0 , ( ) => ValidationExceptionFieldList$ ]
151+ [ 0 , ( ) => ValidationExceptionFieldList ]
158152] ;
159- TypeRegistry . for ( n0 ) . registerError ( ValidationException$ , __ValidationException ) ;
153+ TypeRegistry . for ( n0 ) . registerError ( ValidationException$ , ValidationException ) ;
160154export var ValidationExceptionField$ : StaticStructureSchema = [ 3 , n0 , _VEF ,
161155 0 ,
162156 [ _p , _m ] ,
@@ -172,7 +166,7 @@ export var ComplexError$: StaticErrorSchema = [-3, n1, _CE,
172166 [ _TL , _N ] ,
173167 [ 0 , ( ) => ComplexNestedErrorData$ ]
174168] ;
175- TypeRegistry . for ( n1 ) . registerError ( ComplexError$ , __ComplexError ) ;
169+ TypeRegistry . for ( n1 ) . registerError ( ComplexError$ , ComplexError ) ;
176170export var ComplexNestedErrorData$ : StaticStructureSchema = [ 3 , n1 , _CNED ,
177171 0 ,
178172 [ _F ] ,
@@ -208,7 +202,7 @@ export var InvalidGreeting$: StaticErrorSchema = [-3, n1, _IG,
208202 [ _M ] ,
209203 [ 0 ]
210204] ;
211- TypeRegistry . for ( n1 ) . registerError ( InvalidGreeting$ , __InvalidGreeting ) ;
205+ TypeRegistry . for ( n1 ) . registerError ( InvalidGreeting$ , InvalidGreeting ) ;
212206export var OperationWithDefaultsInput$ : StaticStructureSchema = [ 3 , n1 , _OWDI ,
213207 0 ,
214208 [ _de , _cOD , _tLD , _oTLD ] ,
@@ -237,17 +231,17 @@ export var RecursiveShapesInputOutputNested2$: StaticStructureSchema = [3, n1, _
237231export var RpcV2CborDenseMapsInputOutput$ : StaticStructureSchema = [ 3 , n1 , _RVCDMIO ,
238232 0 ,
239233 [ _dSM , _dNM , _dBM , _dSMe , _dSMen ] ,
240- [ ( ) => DenseStructMap$ , 128 | 1 , 128 | 2 , 128 | 0 , [ 2 , n1 , _DSM , 0 , 0 , 64 | 0 ] ]
234+ [ ( ) => DenseStructMap , 128 | 1 , 128 | 2 , 128 | 0 , [ 2 , n1 , _DSM , 0 , 0 , 64 | 0 ] ]
241235] ;
242236export var RpcV2CborListInputOutput$ : StaticStructureSchema = [ 3 , n1 , _RVCLIO ,
243237 0 ,
244238 [ _sL , _sS , _iL , _bL , _tL , _eL , _iEL , _nSL , _sLt , _bLl ] ,
245- [ 64 | 0 , 64 | 0 , 64 | 1 , 64 | 2 , 64 | 4 , 64 | 0 , 64 | 1 , [ 1 , n2 , _NSL , 0 , 64 | 0 ] , ( ) => StructureList$ , 64 | 21 ]
239+ [ 64 | 0 , 64 | 0 , 64 | 1 , 64 | 2 , 64 | 4 , 64 | 0 , 64 | 1 , [ 1 , n2 , _NSL , 0 , 64 | 0 ] , ( ) => StructureList , 64 | 21 ]
246240] ;
247241export var RpcV2CborSparseMapsInputOutput$ : StaticStructureSchema = [ 3 , n1 , _RVCSMIO ,
248242 0 ,
249243 [ _sSM , _sNM , _sBM , _sSMp , _sSMpa ] ,
250- [ [ ( ) => SparseStructMap$ , 0 ] , [ ( ) => SparseNumberMap$ , 0 ] , [ ( ) => SparseBooleanMap$ , 0 ] , [ ( ) => SparseStringMap$ , 0 ] , [ ( ) => SparseSetMap$ , 0 ] ]
244+ [ [ ( ) => SparseStructMap , 0 ] , [ ( ) => SparseNumberMap , 0 ] , [ ( ) => SparseBooleanMap , 0 ] , [ ( ) => SparseStringMap , 0 ] , [ ( ) => SparseSetMap , 0 ] ]
251245] ;
252246export var SimpleScalarStructure$ : StaticStructureSchema = [ 3 , n1 , _SSS ,
253247 0 ,
@@ -262,7 +256,7 @@ export var SimpleStructure$: StaticStructureSchema = [3, n1, _SS,
262256export var SparseNullsOperationInputOutput$ : StaticStructureSchema = [ 3 , n1 , _SNOIO ,
263257 0 ,
264258 [ _sSL , _sSMp ] ,
265- [ [ ( ) => SparseStringList$ , 0 ] , [ ( ) => SparseStringMap$ , 0 ] ]
259+ [ [ ( ) => SparseStringList , 0 ] , [ ( ) => SparseStringMap , 0 ] ]
266260] ;
267261export var StructureListMember$ : StaticStructureSchema = [ 3 , n1 , _SLM ,
268262 0 ,
@@ -274,52 +268,52 @@ export var GreetingStruct$: StaticStructureSchema = [3, n2, _GS,
274268 [ _h ] ,
275269 [ 0 ]
276270] ;
277- export var RpcV2ProtocolServiceException : StaticErrorSchema = [ - 3 , _sC , "RpcV2ProtocolServiceException" , 0 , [ ] , [ ] ] ;
278- TypeRegistry . for ( _sC ) . registerError ( RpcV2ProtocolServiceException , __RpcV2ProtocolServiceException ) ;
279- var ValidationExceptionFieldList$ : StaticListSchema = [ 1 , n0 , _VEFL ,
271+ export var RpcV2ProtocolServiceException$ : StaticErrorSchema = [ - 3 , _sC , "RpcV2ProtocolServiceException" , 0 , [ ] , [ ] ] ;
272+ TypeRegistry . for ( _sC ) . registerError ( RpcV2ProtocolServiceException$ , RpcV2ProtocolServiceException ) ;
273+ var ValidationExceptionFieldList : StaticListSchema = [ 1 , n0 , _VEFL ,
280274 0 , ( ) => ValidationExceptionField$
281275] ;
282- var StructureList$ : StaticListSchema = [ 1 , n1 , _SL ,
276+ var StructureList : StaticListSchema = [ 1 , n1 , _SL ,
283277 0 , ( ) => StructureListMember$
284278] ;
285- var TestStringList$ = 64 | 0 ;
286- var BlobList$ = 64 | 21 ;
287- var BooleanList$ = 64 | 2 ;
288- var FooEnumList$ = 64 | 0 ;
289- var IntegerEnumList$ = 64 | 1 ;
290- var IntegerList$ = 64 | 1 ;
291- var NestedStringList$ : StaticListSchema = [ 1 , n2 , _NSL ,
279+ var TestStringList = 64 | 0 ;
280+ var BlobList = 64 | 21 ;
281+ var BooleanList = 64 | 2 ;
282+ var FooEnumList = 64 | 0 ;
283+ var IntegerEnumList = 64 | 1 ;
284+ var IntegerList = 64 | 1 ;
285+ var NestedStringList : StaticListSchema = [ 1 , n2 , _NSL ,
292286 0 , 64 | 0
293287] ;
294- var SparseStringList$ : StaticListSchema = [ 1 , n2 , _SSL ,
288+ var SparseStringList : StaticListSchema = [ 1 , n2 , _SSL ,
295289 { [ _s ] : 1 } , 0
296290] ;
297- var StringList$ = 64 | 0 ;
298- var StringSet$ = 64 | 0 ;
299- var TimestampList$ = 64 | 4 ;
300- var DenseBooleanMap$ = 128 | 2 ;
301- var DenseNumberMap$ = 128 | 1 ;
302- var DenseSetMap$ : StaticMapSchema = [ 2 , n1 , _DSM ,
291+ var StringList = 64 | 0 ;
292+ var StringSet = 64 | 0 ;
293+ var TimestampList = 64 | 4 ;
294+ var DenseBooleanMap = 128 | 2 ;
295+ var DenseNumberMap = 128 | 1 ;
296+ var DenseSetMap : StaticMapSchema = [ 2 , n1 , _DSM ,
303297 0 , 0 , 64 | 0
304298] ;
305- var DenseStringMap$ = 128 | 0 ;
306- var DenseStructMap$ : StaticMapSchema = [ 2 , n1 , _DSMe ,
299+ var DenseStringMap = 128 | 0 ;
300+ var DenseStructMap : StaticMapSchema = [ 2 , n1 , _DSMe ,
307301 0 , 0 , ( ) => GreetingStruct$
308302] ;
309- var SparseBooleanMap$ : StaticMapSchema = [ 2 , n1 , _SBM ,
303+ var SparseBooleanMap : StaticMapSchema = [ 2 , n1 , _SBM ,
310304 { [ _s ] : 1 } , 0 , 2
311305] ;
312- var SparseNumberMap$ : StaticMapSchema = [ 2 , n1 , _SNM ,
306+ var SparseNumberMap : StaticMapSchema = [ 2 , n1 , _SNM ,
313307 { [ _s ] : 1 } , 0 , 1
314308] ;
315- var SparseSetMap$ : StaticMapSchema = [ 2 , n1 , _SSM ,
309+ var SparseSetMap : StaticMapSchema = [ 2 , n1 , _SSM ,
316310 { [ _s ] : 1 } , 0 , 64 | 0
317311] ;
318- var SparseStructMap$ : StaticMapSchema = [ 2 , n1 , _SSMp ,
312+ var SparseStructMap : StaticMapSchema = [ 2 , n1 , _SSMp ,
319313 { [ _s ] : 1 } , 0 , ( ) => GreetingStruct$
320314] ;
321- var TestStringMap$ = 128 | 0 ;
322- var SparseStringMap$ : StaticMapSchema = [ 2 , n2 , _SSMpa ,
315+ var TestStringMap = 128 | 0 ;
316+ var SparseStringMap : StaticMapSchema = [ 2 , n2 , _SSMpa ,
323317 { [ _s ] : 1 } , 0 , 0
324318] ;
325319export var EmptyInputOutput$ : StaticOperationSchema = [ 9 , n1 , _EIO ,
0 commit comments