00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #import "../AmazonServiceResponse.h"
00018 #import "../AmazonServiceExceptionUnmarshaller.h"
00019
00020 #import "SNSNotFoundException.h"
00021 #import "SNSAuthorizationErrorException.h"
00022 #import "SNSInternalErrorException.h"
00023 #import "SNSSubscriptionLimitExceededException.h"
00024 #import "SNSInvalidParameterException.h"
00025
00030 @interface SNSSubscribeResponse : AmazonServiceResponse
00031
00032 {
00033 NSString* subscriptionArn;
00034
00035 }
00036
00037
00038
00043 -(id)init;
00044
00050 @property (nonatomic, retain) NSString* subscriptionArn;
00051
00058 -(NSString*)description;
00059
00060
00061 @end
00062