@@ -137,7 +137,7 @@ import {
137137 InvalidGreeting as __InvalidGreeting ,
138138 ValidationException as __ValidationException ,
139139} from "../models/index" ;
140- import { TypeRegistry , error } from "@smithy/core/schema" ;
140+ import { TypeRegistry } from "@smithy/core/schema" ;
141141import {
142142 StaticErrorSchema ,
143143 StaticListSchema ,
@@ -295,26 +295,15 @@ export var RpcV2CborDenseMapsInputOutput: StaticStructureSchema = [
295295 _RVCDMIO ,
296296 0 ,
297297 [ _dSM , _dNM , _dBM , _dSMe , _dSMen ] ,
298- [ ( ) => DenseStructMap , 128 | 1 , 128 | 2 , 128 | 0 , [ 2 , n1 , _DSM , 0 , 64 | 0 , 64 | 0 ] as StaticMapSchema ] ,
298+ [ ( ) => DenseStructMap , 128 | 1 , 128 | 2 , 128 | 0 , [ 2 , n1 , _DSM , 0 , 0 , 64 | 0 ] ] ,
299299] ;
300300export var RpcV2CborListInputOutput : StaticStructureSchema = [
301301 3 ,
302302 n1 ,
303303 _RVCLIO ,
304304 0 ,
305305 [ _sL , _sS , _iL , _bL , _tL , _eL , _iEL , _nSL , _sLt , _bLl ] ,
306- [
307- 64 | 0 ,
308- 64 | 0 ,
309- 64 | 1 ,
310- 64 | 2 ,
311- 64 | 4 ,
312- 64 | 0 ,
313- 64 | 1 ,
314- [ 1 , n2 , _NSL , 0 , 64 | 0 ] as StaticListSchema ,
315- ( ) => StructureList ,
316- 64 | 21 ,
317- ] ,
306+ [ 64 | 0 , 64 | 0 , 64 | 1 , 64 | 2 , 64 | 4 , 64 | 0 , 64 | 1 , [ 1 , n2 , _NSL , 0 , 64 | 0 ] , ( ) => StructureList , 64 | 21 ] ,
318307] ;
319308export var RpcV2CborSparseMapsInputOutput : StaticStructureSchema = [
320309 3 ,
@@ -352,7 +341,7 @@ export var SparseNullsOperationInputOutput: StaticStructureSchema = [
352341] ;
353342export var StructureListMember : StaticStructureSchema = [ 3 , n1 , _SLM , 0 , [ _a , _b_ ] , [ 0 , 0 ] ] ;
354343export var GreetingStruct : StaticStructureSchema = [ 3 , n2 , _GS , 0 , [ _h ] , [ 0 ] ] ;
355- export var RpcV2ProtocolServiceException = error ( _sC , "RpcV2ProtocolServiceException" , 0 , [ ] , [ ] , null ) ;
344+ export var RpcV2ProtocolServiceException : StaticErrorSchema = [ - 3 , _sC , "RpcV2ProtocolServiceException" , 0 , [ ] , [ ] ] ;
356345TypeRegistry . for ( _sC ) . registerError ( RpcV2ProtocolServiceException , __RpcV2ProtocolServiceException ) ;
357346
358347export var ValidationExceptionFieldList : StaticListSchema = [ 1 , n0 , _VEFL , 0 , ( ) => ValidationExceptionField ] ;
0 commit comments