@@ -17,6 +17,7 @@ const _CWLC = "CloudWatchLoggingConfiguration";
1717const _DA = "DeleteApplication" ;
1818const _DAR = "DeleteApplicationRequest" ;
1919const _DARe = "DeleteApplicationResponse" ;
20+ const _DEC = "DiskEncryptionConfiguration" ;
2021const _EPA = "EntryPointArgument" ;
2122const _EPAn = "EntryPointArguments" ;
2223const _EPP = "EntryPointPath" ;
@@ -126,9 +127,11 @@ const _cl = "client";
126127const _co = "configurations" ;
127128const _cp = "cpu" ;
128129const _d = "disk" ;
130+ const _dEC = "diskEncryptionConfiguration" ;
129131const _dT = "diskType" ;
130132const _e = "enabled" ;
131133const _eA = "endedAt" ;
134+ const _eC = "encryptionContext" ;
132135const _eIP = "executionIamPolicy" ;
133136const _eKA = "encryptionKeyArn" ;
134137const _eP = "entryPoint" ;
@@ -250,8 +253,8 @@ var Query: StaticSimpleSchema = [0, n0, _Q, 8, 0];
250253var SparkSubmitParameters : StaticSimpleSchema = [ 0 , n0 , _SSP , 8 , 0 ] ;
251254export var Application$ : StaticStructureSchema = [ 3 , n0 , _A ,
252255 0 ,
253- [ _aI , _n , _a , _rL , _t , _s , _sD , _iC , _mC , _cA , _uA , _ta , _aSC , _aSCu , _nC , _ar , _iCm , _wTS , _rC , _mCo , _iCn , _sC , _iCC , _jLCAC ] ,
254- [ 0 , 0 , 0 , 0 , 0 , 0 , 0 , ( ) => InitialCapacityConfigMap , ( ) => MaximumAllowedResources$ , 4 , 4 , 128 | 0 , ( ) => AutoStartConfig$ , ( ) => AutoStopConfig$ , ( ) => NetworkConfiguration$ , 0 , ( ) => ImageConfiguration$ , ( ) => WorkerTypeSpecificationMap , [ ( ) => ConfigurationList , 0 ] , ( ) => MonitoringConfiguration$ , ( ) => InteractiveConfiguration$ , ( ) => SchedulerConfiguration$ , ( ) => IdentityCenterConfiguration$ , ( ) => JobLevelCostAllocationConfiguration$ ]
256+ [ _aI , _n , _a , _rL , _t , _s , _sD , _iC , _mC , _cA , _uA , _ta , _aSC , _aSCu , _nC , _ar , _iCm , _wTS , _rC , _mCo , _dEC , _iCn , _sC , _iCC , _jLCAC ] ,
257+ [ 0 , 0 , 0 , 0 , 0 , 0 , 0 , ( ) => InitialCapacityConfigMap , ( ) => MaximumAllowedResources$ , 4 , 4 , 128 | 0 , ( ) => AutoStartConfig$ , ( ) => AutoStopConfig$ , ( ) => NetworkConfiguration$ , 0 , ( ) => ImageConfiguration$ , ( ) => WorkerTypeSpecificationMap , [ ( ) => ConfigurationList , 0 ] , ( ) => MonitoringConfiguration$ , ( ) => DiskEncryptionConfiguration$ , ( ) => InteractiveConfiguration$ , ( ) => SchedulerConfiguration$ , ( ) => IdentityCenterConfiguration$ , ( ) => JobLevelCostAllocationConfiguration$ ]
255258] ;
256259export var ApplicationSummary$ : StaticStructureSchema = [ 3 , n0 , _AS ,
257260 0 ,
@@ -290,8 +293,8 @@ export var Configuration$: StaticStructureSchema = [3, n0, _C,
290293] ;
291294export var ConfigurationOverrides$ : StaticStructureSchema = [ 3 , n0 , _CO ,
292295 0 ,
293- [ _aC , _mCo ] ,
294- [ [ ( ) => ConfigurationList , 0 ] , ( ) => MonitoringConfiguration$ ]
296+ [ _aC , _mCo , _dEC ] ,
297+ [ [ ( ) => ConfigurationList , 0 ] , ( ) => MonitoringConfiguration$ , ( ) => DiskEncryptionConfiguration$ ]
295298] ;
296299export var ConflictException$ : StaticErrorSchema = [ - 3 , n0 , _CE ,
297300 { [ _er ] : _cl , [ _hE ] : 409 } ,
@@ -301,8 +304,8 @@ export var ConflictException$: StaticErrorSchema = [-3, n0, _CE,
301304TypeRegistry . for ( n0 ) . registerError ( ConflictException$ , ConflictException ) ;
302305export var CreateApplicationRequest$ : StaticStructureSchema = [ 3 , n0 , _CAR ,
303306 0 ,
304- [ _n , _rL , _t , _cT , _iC , _mC , _ta , _aSC , _aSCu , _nC , _ar , _iCm , _wTS , _rC , _mCo , _iCn , _sC , _iCC , _jLCAC ] ,
305- [ 0 , 0 , 0 , [ 0 , 4 ] , ( ) => InitialCapacityConfigMap , ( ) => MaximumAllowedResources$ , 128 | 0 , ( ) => AutoStartConfig$ , ( ) => AutoStopConfig$ , ( ) => NetworkConfiguration$ , 0 , ( ) => ImageConfigurationInput$ , ( ) => WorkerTypeSpecificationInputMap , [ ( ) => ConfigurationList , 0 ] , ( ) => MonitoringConfiguration$ , ( ) => InteractiveConfiguration$ , ( ) => SchedulerConfiguration$ , ( ) => IdentityCenterConfigurationInput$ , ( ) => JobLevelCostAllocationConfiguration$ ]
307+ [ _n , _rL , _t , _cT , _iC , _mC , _ta , _aSC , _aSCu , _nC , _ar , _iCm , _wTS , _rC , _mCo , _dEC , _iCn , _sC , _iCC , _jLCAC ] ,
308+ [ 0 , 0 , 0 , [ 0 , 4 ] , ( ) => InitialCapacityConfigMap , ( ) => MaximumAllowedResources$ , 128 | 0 , ( ) => AutoStartConfig$ , ( ) => AutoStopConfig$ , ( ) => NetworkConfiguration$ , 0 , ( ) => ImageConfigurationInput$ , ( ) => WorkerTypeSpecificationInputMap , [ ( ) => ConfigurationList , 0 ] , ( ) => MonitoringConfiguration$ , ( ) => DiskEncryptionConfiguration$ , ( ) => InteractiveConfiguration$ , ( ) => SchedulerConfiguration$ , ( ) => IdentityCenterConfigurationInput$ , ( ) => JobLevelCostAllocationConfiguration$ ]
306309] ;
307310export var CreateApplicationResponse$ : StaticStructureSchema = [ 3 , n0 , _CARr ,
308311 0 ,
@@ -319,6 +322,11 @@ export var DeleteApplicationResponse$: StaticStructureSchema = [3, n0, _DARe,
319322 [ ] ,
320323 [ ]
321324] ;
325+ export var DiskEncryptionConfiguration$ : StaticStructureSchema = [ 3 , n0 , _DEC ,
326+ 0 ,
327+ [ _eC , _eKA ] ,
328+ [ 128 | 0 , 0 ]
329+ ] ;
322330export var GetApplicationRequest$ : StaticStructureSchema = [ 3 , n0 , _GAR ,
323331 0 ,
324332 [ _aI ] ,
@@ -574,8 +582,8 @@ export var UntagResourceResponse$: StaticStructureSchema = [3, n0, _URRn,
574582] ;
575583export var UpdateApplicationRequest$ : StaticStructureSchema = [ 3 , n0 , _UAR ,
576584 0 ,
577- [ _aI , _cT , _iC , _mC , _aSC , _aSCu , _nC , _ar , _iCm , _wTS , _iCn , _rL , _rC , _mCo , _sC , _iCC , _jLCAC ] ,
578- [ [ 0 , 1 ] , [ 0 , 4 ] , ( ) => InitialCapacityConfigMap , ( ) => MaximumAllowedResources$ , ( ) => AutoStartConfig$ , ( ) => AutoStopConfig$ , ( ) => NetworkConfiguration$ , 0 , ( ) => ImageConfigurationInput$ , ( ) => WorkerTypeSpecificationInputMap , ( ) => InteractiveConfiguration$ , 0 , [ ( ) => ConfigurationList , 0 ] , ( ) => MonitoringConfiguration$ , ( ) => SchedulerConfiguration$ , ( ) => IdentityCenterConfigurationInput$ , ( ) => JobLevelCostAllocationConfiguration$ ]
585+ [ _aI , _cT , _iC , _mC , _aSC , _aSCu , _nC , _ar , _iCm , _wTS , _iCn , _rL , _rC , _mCo , _dEC , _sC , _iCC , _jLCAC ] ,
586+ [ [ 0 , 1 ] , [ 0 , 4 ] , ( ) => InitialCapacityConfigMap , ( ) => MaximumAllowedResources$ , ( ) => AutoStartConfig$ , ( ) => AutoStopConfig$ , ( ) => NetworkConfiguration$ , 0 , ( ) => ImageConfigurationInput$ , ( ) => WorkerTypeSpecificationInputMap , ( ) => InteractiveConfiguration$ , 0 , [ ( ) => ConfigurationList , 0 ] , ( ) => MonitoringConfiguration$ , ( ) => DiskEncryptionConfiguration$ , ( ) => SchedulerConfiguration$ , ( ) => IdentityCenterConfigurationInput$ , ( ) => JobLevelCostAllocationConfiguration$ ]
579587] ;
580588export var UpdateApplicationResponse$ : StaticStructureSchema = [ 3 , n0 , _UARp ,
581589 0 ,
@@ -629,6 +637,7 @@ var PolicyArnList = 64 | 0;
629637var SecurityGroupIds = 64 | 0 ;
630638var SubnetIds = 64 | 0 ;
631639var TagKeyList = 64 | 0 ;
640+ var EncryptionContext = 128 | 0 ;
632641var InitialCapacityConfigMap : StaticMapSchema = [ 2 , n0 , _ICCM ,
633642 0 , 0 , ( ) => InitialCapacityConfig$
634643] ;
0 commit comments