Skip to content

Commit

Permalink
docs(client-pinpoint): Update documentation for RemoveAttributes to m…
Browse files Browse the repository at this point in the history
…ore accurately reflect its behavior when attributes are deleted.
  • Loading branch information
awstools committed Sep 26, 2023
1 parent b5bd165 commit 571d0db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export interface RemoveAttributesCommandOutput extends RemoveAttributesResponse,

/**
* @public
* <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>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
4 changes: 2 additions & 2 deletions codegen/sdk-codegen/aws-models/pinpoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -16448,7 +16448,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Removes one or more attributes, of the same attribute type, from all the endpoints that are associated with an application.</p>",
"smithy.api#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>",
"smithy.api#http": {
"method": "PUT",
"uri": "/v1/apps/{ApplicationId}/attributes/{AttributeType}",
Expand Down Expand Up @@ -21414,4 +21414,4 @@
}
}
}
}
}

0 comments on commit 571d0db

Please sign in to comment.