@@ -144,6 +144,7 @@ import {
144
144
AddTagsOutput ,
145
145
AddTrustStoreRevocationsInput ,
146
146
AddTrustStoreRevocationsOutput ,
147
+ AdministrativeOverride ,
147
148
AllocationIdNotFoundException ,
148
149
ALPNPolicyNotSupportedException ,
149
150
AnomalyDetection ,
@@ -5563,6 +5564,23 @@ const de_AddTrustStoreRevocationsOutput = (output: any, context: __SerdeContext)
5563
5564
return contents ;
5564
5565
} ;
5565
5566
5567
+ /**
5568
+ * deserializeAws_queryAdministrativeOverride
5569
+ */
5570
+ const de_AdministrativeOverride = ( output : any , context : __SerdeContext ) : AdministrativeOverride => {
5571
+ const contents : any = { } ;
5572
+ if ( output [ _St ] != null ) {
5573
+ contents [ _St ] = __expectString ( output [ _St ] ) ;
5574
+ }
5575
+ if ( output [ _R ] != null ) {
5576
+ contents [ _R ] = __expectString ( output [ _R ] ) ;
5577
+ }
5578
+ if ( output [ _D ] != null ) {
5579
+ contents [ _D ] = __expectString ( output [ _D ] ) ;
5580
+ }
5581
+ return contents ;
5582
+ } ;
5583
+
5566
5584
/**
5567
5585
* deserializeAws_queryAllocationIdNotFoundException
5568
5586
*/
@@ -5601,8 +5619,8 @@ const de_ALPNPolicyNotSupportedException = (output: any, context: __SerdeContext
5601
5619
*/
5602
5620
const de_AnomalyDetection = ( output : any , context : __SerdeContext ) : AnomalyDetection => {
5603
5621
const contents : any = { } ;
5604
- if ( output [ _R ] != null ) {
5605
- contents [ _R ] = __expectString ( output [ _R ] ) ;
5622
+ if ( output [ _Re ] != null ) {
5623
+ contents [ _Re ] = __expectString ( output [ _Re ] ) ;
5606
5624
}
5607
5625
if ( output [ _MIE ] != null ) {
5608
5626
contents [ _MIE ] = __expectString ( output [ _MIE ] ) ;
@@ -6843,8 +6861,8 @@ const de_LoadBalancerState = (output: any, context: __SerdeContext): LoadBalance
6843
6861
if ( output [ _Cod ] != null ) {
6844
6862
contents [ _Cod ] = __expectString ( output [ _Cod ] ) ;
6845
6863
}
6846
- if ( output [ _Re ] != null ) {
6847
- contents [ _Re ] = __expectString ( output [ _Re ] ) ;
6864
+ if ( output [ _R ] != null ) {
6865
+ contents [ _R ] = __expectString ( output [ _R ] ) ;
6848
6866
}
6849
6867
return contents ;
6850
6868
} ;
@@ -7649,8 +7667,8 @@ const de_TargetHealth = (output: any, context: __SerdeContext): TargetHealth =>
7649
7667
if ( output [ _St ] != null ) {
7650
7668
contents [ _St ] = __expectString ( output [ _St ] ) ;
7651
7669
}
7652
- if ( output [ _Re ] != null ) {
7653
- contents [ _Re ] = __expectString ( output [ _Re ] ) ;
7670
+ if ( output [ _R ] != null ) {
7671
+ contents [ _R ] = __expectString ( output [ _R ] ) ;
7654
7672
}
7655
7673
if ( output [ _D ] != null ) {
7656
7674
contents [ _D ] = __expectString ( output [ _D ] ) ;
@@ -7675,6 +7693,9 @@ const de_TargetHealthDescription = (output: any, context: __SerdeContext): Targe
7675
7693
if ( output [ _AD ] != null ) {
7676
7694
contents [ _AD ] = de_AnomalyDetection ( output [ _AD ] , context ) ;
7677
7695
}
7696
+ if ( output [ _AO ] != null ) {
7697
+ contents [ _AO ] = de_AdministrativeOverride ( output [ _AO ] , context ) ;
7698
+ }
7678
7699
return contents ;
7679
7700
} ;
7680
7701
@@ -8023,6 +8044,7 @@ const _AD = "AnomalyDetection";
8023
8044
const _AE = "AuthorizationEndpoint" ;
8024
8045
const _AI = "AllocationId" ;
8025
8046
const _ALC = "AddListenerCertificates" ;
8047
+ const _AO = "AdministrativeOverride" ;
8026
8048
const _AOC = "AuthenticateOidcConfig" ;
8027
8049
const _AP = "AlpnPolicy" ;
8028
8050
const _AREP = "AuthenticationRequestExtraParams" ;
@@ -8153,7 +8175,7 @@ const _Pol = "Policy";
8153
8175
const _Pr = "Priority" ;
8154
8176
const _Q = "Query" ;
8155
8177
const _QSC = "QueryStringConfig" ;
8156
- const _R = "Result " ;
8178
+ const _R = "Reason " ;
8157
8179
const _RA = "ResourceArns" ;
8158
8180
const _RAe = "ResourceArn" ;
8159
8181
const _RAu = "RuleArn" ;
@@ -8168,7 +8190,7 @@ const _RT = "RegisterTargets";
8168
8190
const _RTSR = "RemoveTrustStoreRevocations" ;
8169
8191
const _RTe = "RemoveTags" ;
8170
8192
const _RTev = "RevocationType" ;
8171
- const _Re = "Reason " ;
8193
+ const _Re = "Result " ;
8172
8194
const _Ru = "Rules" ;
8173
8195
const _S = "Scope" ;
8174
8196
const _SB = "S3Bucket" ;
0 commit comments