Skip to content

Commit

Permalink
feat(AWSPinpoint): update models to latest (#5114)
Browse files Browse the repository at this point in the history
  • Loading branch information
awsmobilesdk authored Dec 28, 2023
1 parent 53e7dbf commit 6c05493
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions AWSPinpoint/AWSPinpointTargeting/AWSPinpointTargetingModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -2307,7 +2307,7 @@ typedef NS_ENUM(NSInteger, AWSPinpointTargetingDayOfWeek) {
@property (nonatomic, strong) NSNumber * _Nullable maximumDuration;

/**
<p>The maximum number of messages that a campaign can send each second. For an application, this value specifies the default limit for the number of messages that campaigns can send each second. The minimum value is 50. The maximum value is 20,000.</p>
<p>The maximum number of messages that a campaign can send each second. For an application, this value specifies the default limit for the number of messages that campaigns can send each second. The minimum value is 1. The maximum value is 20,000.</p>
*/
@property (nonatomic, strong) NSNumber * _Nullable messagesPerSecond;

Expand Down Expand Up @@ -3583,7 +3583,7 @@ typedef NS_ENUM(NSInteger, AWSPinpointTargetingDayOfWeek) {
@property (nonatomic, strong) NSString * _Nullable applicationId;

/**
<p>The unique identifier for the endpoint.</p>
<p>The case insensitive unique identifier for the endpoint. The identifier can't contain <code>$</code>, <code>{</code> or <code>}</code>.</p>
*/
@property (nonatomic, strong) NSString * _Nullable endpointId;

Expand Down Expand Up @@ -5999,7 +5999,7 @@ typedef NS_ENUM(NSInteger, AWSPinpointTargetingDayOfWeek) {
@property (nonatomic, strong) NSString * _Nullable applicationId;

/**
<p>The unique identifier for the endpoint.</p>
<p>The case insensitive unique identifier for the endpoint. The identifier can't contain <code>$</code>, <code>{</code> or <code>}</code>.</p>
*/
@property (nonatomic, strong) NSString * _Nullable endpointId;

Expand Down Expand Up @@ -10939,7 +10939,7 @@ typedef NS_ENUM(NSInteger, AWSPinpointTargetingDayOfWeek) {
@property (nonatomic, strong) NSString * _Nullable applicationId;

/**
<p>The unique identifier for the endpoint.</p>
<p>The case insensitive unique identifier for the endpoint. The identifier can't contain <code>$</code>, <code>{</code> or <code>}</code>.</p>
*/
@property (nonatomic, strong) NSString * _Nullable endpointId;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6907,7 +6907,7 @@ - (NSString *)definitionString {
},\
\"MessagesPerSecond\": {\
\"shape\": \"__integer\",\
\"documentation\": \"<p>The maximum number of messages that a campaign can send each second. For an application, this value specifies the default limit for the number of messages that campaigns can send each second. The minimum value is 50. The maximum value is 20,000.</p>\"\
\"documentation\": \"<p>The maximum number of messages that a campaign can send each second. For an application, this value specifies the default limit for the number of messages that campaigns can send each second. The minimum value is 1. The maximum value is 20,000.</p>\"\
},\
\"Total\": {\
\"shape\": \"__integer\",\
Expand Down Expand Up @@ -8122,7 +8122,7 @@ - (NSString *)definitionString {
\"shape\": \"__string\",\
\"location\": \"uri\",\
\"locationName\": \"endpoint-id\",\
\"documentation\": \"<p>The unique identifier for the endpoint.</p>\"\
\"documentation\": \"<p>The case insensitive unique identifier for the endpoint. The identifier can't contain <code>$</code>, <code>{</code> or <code>}</code>.</p>\"\
}\
},\
\"required\": [\
Expand Down Expand Up @@ -10409,7 +10409,7 @@ - (NSString *)definitionString {
\"shape\": \"__string\",\
\"location\": \"uri\",\
\"locationName\": \"endpoint-id\",\
\"documentation\": \"<p>The unique identifier for the endpoint.</p>\"\
\"documentation\": \"<p>The case insensitive unique identifier for the endpoint. The identifier can't contain <code>$</code>, <code>{</code> or <code>}</code>.</p>\"\
}\
},\
\"required\": [\
Expand Down Expand Up @@ -15166,7 +15166,7 @@ - (NSString *)definitionString {
\"shape\": \"__string\",\
\"location\": \"uri\",\
\"locationName\": \"endpoint-id\",\
\"documentation\": \"<p>The unique identifier for the endpoint.</p>\"\
\"documentation\": \"<p>The case insensitive unique identifier for the endpoint. The identifier can't contain <code>$</code>, <code>{</code> or <code>}</code>.</p>\"\
},\
\"EndpointRequest\": {\
\"shape\": \"EndpointRequest\"\
Expand Down

0 comments on commit 6c05493

Please sign in to comment.