File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -1153,7 +1153,6 @@ export type AwsCognitoUserPool = AwsBaseService & {
11531153 emailVerificationSubject ?: Maybe < Scalars [ 'String' ] > ;
11541154 estimatedNumberOfUsers ?: Maybe < Scalars [ 'Int' ] > ;
11551155 iamRole ?: Maybe < Array < Maybe < AwsIamRole > > > ;
1156- id : Scalars [ 'String' ] ;
11571156 kms ?: Maybe < Array < Maybe < AwsKms > > > ;
11581157 lambdaConfig ?: Maybe < AwsCognitoUserPoolLambdaConfig > ;
11591158 lambdas ?: Maybe < Array < Maybe < AwsLambda > > > ;
@@ -3168,7 +3167,6 @@ export type AwsKms = AwsBaseService & {
31683167
31693168export type AwsLambda = AwsBaseService & {
31703169 appSync ?: Maybe < Array < Maybe < AwsAppSync > > > ;
3171- arn : Scalars [ 'String' ] ;
31723170 cognitoUserPools ?: Maybe < Array < Maybe < AwsCognitoUserPool > > > ;
31733171 description ?: Maybe < Scalars [ 'String' ] > ;
31743172 environmentVariables ?: Maybe < Array < Maybe < AwsLambdaEnvironmentVariable > > > ;
@@ -3767,9 +3765,7 @@ export type AwsServiceBillingInfo = {
37673765 name : Scalars [ 'String' ] ;
37683766} ;
37693767
3770- export type AwsSes = {
3771- accountId : Scalars [ 'String' ] ;
3772- arn : Scalars [ 'String' ] ;
3768+ export type AwsSes = AwsBaseService & {
37733769 cognitoUserPools ?: Maybe < Array < Maybe < AwsCognitoUserPool > > > ;
37743770 email ?: Maybe < Scalars [ 'String' ] > ;
37753771 verificationStatus ?: Maybe < Scalars [ 'String' ] > ;
You can’t perform that action at this time.
0 commit comments