Skip to content

Commit

Permalink
Release v1.44.267 (2023-05-22) (#4851)
Browse files Browse the repository at this point in the history
Release v1.44.267 (2023-05-22)
===

### Service Client Updates
* `service/backup`: Updates service API and documentation
* `service/pinpoint`: Updates service documentation
  * Amazon Pinpoint is deprecating the tags parameter in the UpdateSegment, UpdateCampaign, UpdateEmailTemplate, UpdateSmsTemplate, UpdatePushTemplate, UpdateInAppTemplate and UpdateVoiceTemplate. Amazon Pinpoint will end support tags parameter by May 22, 2023.
* `service/quicksight`: Updates service API, documentation, and paginators
  * Add support for Asset Bundle, Geospatial Heatmaps.

### SDK Bugs
* `rest`: Revert removing unnecessary path normalization behavior.
  * This behavior would mutate request paths with URI-encoded characters, potentially resulting in misrouted requests.
* `config`: Revert deprecating `DisableRestProtocolURICleaning` config setting.
  * This setting will have an effect again. REST-protocol paths will now be normalized after serialization.
  • Loading branch information
aws-sdk-go-automation authored May 22, 2023
1 parent ced715f commit 4b1b9ad
Show file tree
Hide file tree
Showing 13 changed files with 5,802 additions and 102 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.44.267 (2023-05-22)
===

### Service Client Updates
* `service/backup`: Updates service API and documentation
* `service/pinpoint`: Updates service documentation
* Amazon Pinpoint is deprecating the tags parameter in the UpdateSegment, UpdateCampaign, UpdateEmailTemplate, UpdateSmsTemplate, UpdatePushTemplate, UpdateInAppTemplate and UpdateVoiceTemplate. Amazon Pinpoint will end support tags parameter by May 22, 2023.
* `service/quicksight`: Updates service API, documentation, and paginators
* Add support for Asset Bundle, Geospatial Heatmaps.

### SDK Bugs
* `rest`: Revert removing unnecessary path normalization behavior.
* This behavior would mutate request paths with URI-encoded characters, potentially resulting in misrouted requests.
* `config`: Revert deprecating `DisableRestProtocolURICleaning` config setting.
* This setting will have an effect again. REST-protocol paths will now be normalized after serialization.

Release v1.44.266 (2023-05-19)
===

Expand Down
4 changes: 0 additions & 4 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@
### SDK Enhancements

### SDK Bugs
* `rest`: Revert removing unnecessary path normalization behavior.
* This behavior would mutate request paths with URI-encoded characters, potentially resulting in misrouted requests.
* `config`: Revert deprecating `DisableRestProtocolURICleaning` config setting.
* This setting will have an effect again. REST-protocol paths will now be normalized after serialization.
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.266"
const SDKVersion = "1.44.267"
6 changes: 4 additions & 2 deletions models/apis/backup/2018-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,8 @@
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParameterValueException"},
{"shape":"MissingParameterValueException"},
{"shape":"ServiceUnavailableException"}
{"shape":"ServiceUnavailableException"},
{"shape":"InvalidRequestException"}
],
"idempotent":true
},
Expand Down Expand Up @@ -3522,7 +3523,8 @@
"Metadata":{"shape":"Metadata"},
"IamRoleArn":{"shape":"IAMRoleArn"},
"IdempotencyToken":{"shape":"string"},
"ResourceType":{"shape":"ResourceType"}
"ResourceType":{"shape":"ResourceType"},
"CopySourceTagsToRestoredResource":{"shape":"boolean"}
}
},
"StartRestoreJobOutput":{
Expand Down
7 changes: 4 additions & 3 deletions models/apis/backup/2018-11-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,7 @@
"RecoveryPointStatus": {
"base": null,
"refs": {
"DescribeRecoveryPointOutput$Status": "<p>A status code specifying the state of the recovery point.</p> <p> <code>PARTIAL</code> status indicates Backup could not create the recovery point before the backup window closed. To increase your backup plan window using the API, see <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/API_UpdateBackupPlan.html\">UpdateBackupPlan</a>. You can also increase your backup plan window using the Console by choosing and editing your backup plan.</p> <p> <code>EXPIRED</code> status indicates that the recovery point has exceeded its retention period, but Backup lacks permission or is otherwise unable to delete it. To manually delete these recovery points, see <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/gs-cleanup-resources.html#cleanup-backups\"> Step 3: Delete the recovery points</a> in the <i>Clean up resources</i> section of <i>Getting started</i>.</p> <p> <code>STOPPED</code> status occurs on a continuous backup where a user has taken some action that causes the continuous backup to be disabled. This can be caused by the removal of permissions, turning off versioning, turning off events being sent to EventBridge, or disabling the EventBridge rules that are put in place by Backup.</p> <p>To resolve <code>STOPPED</code> status, ensure that all requested permissions are in place and that versioning is enabled on the S3 bucket. Once these conditions are met, the next instance of a backup rule running will result in a new continuous recovery point being created. The recovery points with STOPPED status do not need to be deleted.</p>",
"DescribeRecoveryPointOutput$Status": "<p>A status code specifying the state of the recovery point.</p> <p> <code>PARTIAL</code> status indicates Backup could not create the recovery point before the backup window closed. To increase your backup plan window using the API, see <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/API_UpdateBackupPlan.html\">UpdateBackupPlan</a>. You can also increase your backup plan window using the Console by choosing and editing your backup plan.</p> <p> <code>EXPIRED</code> status indicates that the recovery point has exceeded its retention period, but Backup lacks permission or is otherwise unable to delete it. To manually delete these recovery points, see <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/gs-cleanup-resources.html#cleanup-backups\"> Step 3: Delete the recovery points</a> in the <i>Clean up resources</i> section of <i>Getting started</i>.</p> <p> <code>STOPPED</code> status occurs on a continuous backup where a user has taken some action that causes the continuous backup to be disabled. This can be caused by the removal of permissions, turning off versioning, turning off events being sent to EventBridge, or disabling the EventBridge rules that are put in place by Backup.</p> <p>To resolve <code>STOPPED</code> status, ensure that all requested permissions are in place and that versioning is enabled on the S3 bucket. Once these conditions are met, the next instance of a backup rule running will result in a new continuous recovery point being created. The recovery points with STOPPED status do not need to be deleted.</p> <p>For SAP HANA on Amazon EC2 <code>STOPPED</code> status occurs due to user action, application misconfiguration, or backup failure. To ensure that future continuous backups succeed, refer to the recovery point status and check SAP HANA for details.</p>",
"RecoveryPointByBackupVault$Status": "<p>A status code specifying the state of the recovery point.</p>",
"RecoveryPointByResource$Status": "<p>A status code specifying the state of the recovery point.</p>"
}
Expand Down Expand Up @@ -1782,7 +1782,8 @@
"RecoveryPointByBackupVault$IsParent": "<p>This is a boolean value indicating this is a parent (composite) recovery point.</p>",
"RecoveryPointByResource$IsParent": "<p>This is a boolean value indicating this is a parent (composite) recovery point.</p>",
"StartBackupJobOutput$IsParent": "<p>This is a returned boolean value indicating this is a parent (composite) backup job.</p>",
"StartCopyJobOutput$IsParent": "<p>This is a returned boolean value indicating this is a parent (composite) copy job.</p>"
"StartCopyJobOutput$IsParent": "<p>This is a returned boolean value indicating this is a parent (composite) copy job.</p>",
"StartRestoreJobInput$CopySourceTagsToRestoredResource": "<p>This is an optional parameter. If this equals <code>True</code>, tags included in the backup will be copied to the restored resource.</p> <p>This can only be applied to backups created through Backup.</p>"
}
},
"integer": {
Expand Down Expand Up @@ -1877,7 +1878,7 @@
"DescribeFrameworkOutput$FrameworkStatus": "<p>A framework consists of one or more controls. Each control governs a resource, such as backup plans, backup selections, backup vaults, or recovery points. You can also turn Config recording on or off for each resource. The statuses are:</p> <ul> <li> <p> <code>ACTIVE</code> when recording is turned on for all resources governed by the framework.</p> </li> <li> <p> <code>PARTIALLY_ACTIVE</code> when recording is turned off for at least one resource governed by the framework.</p> </li> <li> <p> <code>INACTIVE</code> when recording is turned off for all resources governed by the framework.</p> </li> <li> <p> <code>UNAVAILABLE</code> when Backup is unable to validate recording status at this time.</p> </li> </ul>",
"DescribeFrameworkOutput$IdempotencyToken": "<p>A customer-chosen string that you can use to distinguish between otherwise identical calls to <code>DescribeFrameworkOutput</code>. Retrying a successful request with the same idempotency token results in a success message with no action taken.</p>",
"DescribeProtectedResourceOutput$ResourceName": "<p>This is the non-unique name of the resource that belongs to the specified backup.</p>",
"DescribeRecoveryPointOutput$StatusMessage": "<p>A status message explaining the reason for the recovery point deletion failure.</p>",
"DescribeRecoveryPointOutput$StatusMessage": "<p>A status message explaining the status of the recovery point.</p>",
"DescribeRecoveryPointOutput$CompositeMemberIdentifier": "<p>This is the identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resources-section-structure.html#resources-section-structure-syntax\"> logical ID</a> within a stack.</p>",
"DescribeRecoveryPointOutput$ResourceName": "<p>This is the non-unique name of the resource that belongs to the specified backup.</p>",
"DescribeRestoreJobOutput$RestoreJobId": "<p>Uniquely identifies the job that restores a recovery point.</p>",
Expand Down
Loading

0 comments on commit 4b1b9ad

Please sign in to comment.