File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -205,23 +205,23 @@ var data = amazonConnection.ProductPricing.GetCompetitivePricing(
205
205
206
206
// EventBridge
207
207
var data = amazonConnection .Notification .CreateDestination (
208
- new Models . Notifications .CreateDestinationRequest ()
208
+ new Notifications .CreateDestinationRequest ()
209
209
{
210
210
Name = " CompanyName" ,
211
- ResourceSpecification = new Models . Notifications .DestinationResourceSpecification ()
211
+ ResourceSpecification = new Notifications .DestinationResourceSpecification ()
212
212
{
213
- EventBridge = new Models . Notifications .EventBridgeResourceSpecification (" us-east-2" , " 999999999" )
213
+ EventBridge = new Notifications .EventBridgeResourceSpecification (" us-east-2" , " 999999999" )
214
214
}
215
215
});
216
216
217
217
// SQS
218
218
var dataSqs = amazonConnection .Notification .CreateDestination (
219
- new Models . Notifications .CreateDestinationRequest ()
219
+ new Notifications .CreateDestinationRequest ()
220
220
{
221
221
Name = " CompanyName_AE" ,
222
- ResourceSpecification = new Models . Notifications .DestinationResourceSpecification
222
+ ResourceSpecification = new Notifications .DestinationResourceSpecification
223
223
{
224
- Sqs = new Models . Notifications .SqsResource (" arn:aws:sqs:us-east-2:9999999999999:NAME" )
224
+ Sqs = new Notifications .SqsResource (" arn:aws:sqs:us-east-2:9999999999999:NAME" )
225
225
}
226
226
});
227
227
```
You can’t perform that action at this time.
0 commit comments