Skip to content

Commit

Permalink
feat(AWSPinpoint): update models to latest (#5018)
Browse files Browse the repository at this point in the history
  • Loading branch information
awsmobilesdk authored Nov 16, 2023
1 parent 139225e commit c8b71d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions AWSPinpoint/AWSPinpointTargeting/AWSPinpointTargetingModel.h
Original file line number Diff line number Diff line change
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 @@ -4223,7 +4223,7 @@ - (NSString *)definitionString {
\"documentation\": \"<p>The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).</p>\"\
}\
],\
\"documentation\": \"<p>Removes one or more attributes, of the same attribute type, from all the endpoints that are associated with an application.</p>\"\
\"documentation\": \"<p>Removes one or more custom attributes, of the same attribute type, from the application. Existing endpoints still have the attributes but Amazon Pinpoint will stop capturing new or changed values for these attributes.</p>\"\
},\
\"SendMessages\": {\
\"name\": \"SendMessages\",\
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
Original file line number Diff line number Diff line change
Expand Up @@ -2450,7 +2450,7 @@ FOUNDATION_EXPORT NSString *const AWSPinpointTargetingSDKVersion;
- (void)putEvents:(AWSPinpointTargetingPutEventsRequest *)request completionHandler:(void (^ _Nullable)(AWSPinpointTargetingPutEventsResponse * _Nullable response, NSError * _Nullable error))completionHandler;

/**
<p>Removes one or more attributes, of the same attribute type, from all the endpoints that are associated with an application.</p>
<p>Removes one or more custom attributes, of the same attribute type, from the application. Existing endpoints still have the attributes but Amazon Pinpoint will stop capturing new or changed values for these attributes.</p>
@param request A container for the necessary parameters to execute the RemoveAttributes service method.
Expand All @@ -2462,7 +2462,7 @@ FOUNDATION_EXPORT NSString *const AWSPinpointTargetingSDKVersion;
- (AWSTask<AWSPinpointTargetingRemoveAttributesResponse *> *)removeAttributes:(AWSPinpointTargetingRemoveAttributesRequest *)request;

/**
<p>Removes one or more attributes, of the same attribute type, from all the endpoints that are associated with an application.</p>
<p>Removes one or more custom attributes, of the same attribute type, from the application. Existing endpoints still have the attributes but Amazon Pinpoint will stop capturing new or changed values for these attributes.</p>
@param request A container for the necessary parameters to execute the RemoveAttributes service method.
@param completionHandler The completion handler to call when the load request is complete.
Expand Down

0 comments on commit c8b71d6

Please sign in to comment.