From 1da6d114648ce64d7c1a1f48198f3033f0405a43 Mon Sep 17 00:00:00 2001 From: Bryan Pan Date: Fri, 14 Aug 2020 19:37:07 -0700 Subject: [PATCH] merge conflicts --- .../test/integ.graphql-iam.expected.json | 46 ------------------- .../test/integ.graphql.expected.json | 46 ------------------- 2 files changed, 92 deletions(-) diff --git a/packages/@aws-cdk/aws-appsync/test/integ.graphql-iam.expected.json b/packages/@aws-cdk/aws-appsync/test/integ.graphql-iam.expected.json index af8b7a9702c2c..eda4a662ffc58 100644 --- a/packages/@aws-cdk/aws-appsync/test/integ.graphql-iam.expected.json +++ b/packages/@aws-cdk/aws-appsync/test/integ.graphql-iam.expected.json @@ -1,42 +1,5 @@ { "Resources": { - "PoolsmsRoleC3352CE6": { - "Type": "AWS::IAM::Role", - "Properties": { - "AssumeRolePolicyDocument": { - "Statement": [ - { - "Action": "sts:AssumeRole", - "Condition": { - "StringEquals": { - "sts:ExternalId": "awsappsyncintegPool5D14B05B" - } - }, - "Effect": "Allow", - "Principal": { - "Service": "cognito-idp.amazonaws.com" - } - } - ], - "Version": "2012-10-17" - }, - "Policies": [ - { - "PolicyDocument": { - "Statement": [ - { - "Action": "sns:Publish", - "Effect": "Allow", - "Resource": "*" - } - ], - "Version": "2012-10-17" - }, - "PolicyName": "sns-publish" - } - ] - } - }, "PoolD3F588B8": { "Type": "AWS::Cognito::UserPool", "Properties": { @@ -57,15 +20,6 @@ }, "EmailVerificationMessage": "The verification code to your new account is {####}", "EmailVerificationSubject": "Verify your new account", - "SmsConfiguration": { - "ExternalId": "awsappsyncintegPool5D14B05B", - "SnsCallerArn": { - "Fn::GetAtt": [ - "PoolsmsRoleC3352CE6", - "Arn" - ] - } - }, "SmsVerificationMessage": "The verification code to your new account is {####}", "UserPoolName": "myPool", "VerificationMessageTemplate": { diff --git a/packages/@aws-cdk/aws-appsync/test/integ.graphql.expected.json b/packages/@aws-cdk/aws-appsync/test/integ.graphql.expected.json index abc4f4a676497..0406904978e66 100644 --- a/packages/@aws-cdk/aws-appsync/test/integ.graphql.expected.json +++ b/packages/@aws-cdk/aws-appsync/test/integ.graphql.expected.json @@ -1,42 +1,5 @@ { "Resources": { - "PoolsmsRoleC3352CE6": { - "Type": "AWS::IAM::Role", - "Properties": { - "AssumeRolePolicyDocument": { - "Statement": [ - { - "Action": "sts:AssumeRole", - "Condition": { - "StringEquals": { - "sts:ExternalId": "awsappsyncintegPool5D14B05B" - } - }, - "Effect": "Allow", - "Principal": { - "Service": "cognito-idp.amazonaws.com" - } - } - ], - "Version": "2012-10-17" - }, - "Policies": [ - { - "PolicyDocument": { - "Statement": [ - { - "Action": "sns:Publish", - "Effect": "Allow", - "Resource": "*" - } - ], - "Version": "2012-10-17" - }, - "PolicyName": "sns-publish" - } - ] - } - }, "PoolD3F588B8": { "Type": "AWS::Cognito::UserPool", "Properties": { @@ -57,15 +20,6 @@ }, "EmailVerificationMessage": "The verification code to your new account is {####}", "EmailVerificationSubject": "Verify your new account", - "SmsConfiguration": { - "ExternalId": "awsappsyncintegPool5D14B05B", - "SnsCallerArn": { - "Fn::GetAtt": [ - "PoolsmsRoleC3352CE6", - "Arn" - ] - } - }, "SmsVerificationMessage": "The verification code to your new account is {####}", "UserPoolName": "myPool", "VerificationMessageTemplate": {