File tree 7 files changed +2
-62
lines changed
7 files changed +2
-62
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -239,7 +239,6 @@ export * as aws_sns_subscriptions from './aws-sns-subscriptions';
239
239
export * as aws_sqs from './aws-sqs' ;
240
240
export * as aws_ssm from './aws-ssm' ;
241
241
export * as aws_ssmcontacts from './aws-ssmcontacts' ;
242
- export * as aws_ssmguiconnect from './aws-ssmguiconnect' ;
243
242
export * as aws_ssmincidents from './aws-ssmincidents' ;
244
243
export * as aws_sso from './aws-sso' ;
245
244
export * as aws_stepfunctions from './aws-stepfunctions' ;
Original file line number Diff line number Diff line change 452
452
"./aws-sqs" : " ./aws-sqs/index.js" ,
453
453
"./aws-ssm" : " ./aws-ssm/index.js" ,
454
454
"./aws-ssmcontacts" : " ./aws-ssmcontacts/index.js" ,
455
- "./aws-ssmguiconnect" : " ./aws-ssmguiconnect/index.js" ,
456
455
"./aws-ssmincidents" : " ./aws-ssmincidents/index.js" ,
457
456
"./aws-sso" : " ./aws-sso/index.js" ,
458
457
"./aws-stepfunctions" : " ./aws-stepfunctions/index.js" ,
505
504
"@aws-cdk/aws-kinesisfirehose-destinations-alpha" : " *"
506
505
}
507
506
}
508
- }
507
+ }
Original file line number Diff line number Diff line change 642
642
"aws-ssmcontacts" : [
643
643
" AWS::SSMContacts"
644
644
],
645
- "aws-ssmguiconnect" : [
646
- " AWS::SSMGuiConnect"
647
- ],
648
645
"aws-ssmincidents" : [
649
646
" AWS::SSMIncidents"
650
647
],
705
702
"core" : [
706
703
" AWS::CloudFormation"
707
704
]
708
- }
705
+ }
You can’t perform that action at this time.
0 commit comments