@@ -551,9 +551,7 @@ export type AwsBaseService = {
551551 region ?: Maybe < Scalars [ 'String' ] > ;
552552} ;
553553
554- export type AwsBilling = {
555- accountId : Scalars [ 'String' ] ;
556- id : Scalars [ 'String' ] ;
554+ export type AwsBilling = AwsOptionalService & {
557555 last30Days ?: Maybe < Array < Maybe < AwsServiceBillingInfo > > > ;
558556 last30DaysDailyAverage ?: Maybe < Array < Maybe < AwsServiceBillingInfo > > > ;
559557 monthToDate ?: Maybe < Array < Maybe < AwsServiceBillingInfo > > > ;
@@ -2863,7 +2861,7 @@ export type AwsFederatedAuthentication = {
28632861 selfServiceSamlProviderArn ?: Maybe < Scalars [ 'String' ] > ;
28642862} ;
28652863
2866- export type AwsFlowLog = AwsOptionalService & {
2864+ export type AwsFlowLog = AwsBaseService & {
28672865 creationTime ?: Maybe < Scalars [ 'String' ] > ;
28682866 deliverLogsErrorMessage ?: Maybe < Scalars [ 'String' ] > ;
28692867 deliverLogsPermissionArn ?: Maybe < Scalars [ 'String' ] > ;
@@ -4212,8 +4210,12 @@ export type AwsTransitGateway = AwsBaseService & {
42124210 vpnEcmpSupport ?: Maybe < Scalars [ 'String' ] > ;
42134211} ;
42144212
4215- export type AwsTransitGatewayAttachment = AwsBaseService & {
4213+ export type AwsTransitGatewayAttachment = {
4214+ accountId : Scalars [ 'String' ] ;
4215+ arn : Scalars [ 'String' ] ;
42164216 creationTime ?: Maybe < Scalars [ 'String' ] > ;
4217+ id : Scalars [ 'String' ] ;
4218+ region ?: Maybe < Scalars [ 'String' ] > ;
42174219 resourceId ?: Maybe < Scalars [ 'String' ] > ;
42184220 resourceOwnerId ?: Maybe < Scalars [ 'String' ] > ;
42194221 resourceType ?: Maybe < Scalars [ 'String' ] > ;
0 commit comments