Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 4b1b9ad

Browse files
Release v1.44.267 (2023-05-22) (#4851)
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.
1 parent ced715f commit 4b1b9ad

File tree

13 files changed

+5802
-102
lines changed

13 files changed

+5802
-102
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Release v1.44.267 (2023-05-22)
2+
===
3+
4+
### Service Client Updates
5+
* `service/backup`: Updates service API and documentation
6+
* `service/pinpoint`: Updates service documentation
7+
* 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.
8+
* `service/quicksight`: Updates service API, documentation, and paginators
9+
* Add support for Asset Bundle, Geospatial Heatmaps.
10+
11+
### SDK Bugs
12+
* `rest`: Revert removing unnecessary path normalization behavior.
13+
* This behavior would mutate request paths with URI-encoded characters, potentially resulting in misrouted requests.
14+
* `config`: Revert deprecating `DisableRestProtocolURICleaning` config setting.
15+
* This setting will have an effect again. REST-protocol paths will now be normalized after serialization.
16+
117
Release v1.44.266 (2023-05-19)
218
===
319

CHANGELOG_PENDING.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,3 @@
33
### SDK Enhancements
44

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

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.266"
8+
const SDKVersion = "1.44.267"

models/apis/backup/2018-11-15/api-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,8 @@
984984
{"shape":"ResourceNotFoundException"},
985985
{"shape":"InvalidParameterValueException"},
986986
{"shape":"MissingParameterValueException"},
987-
{"shape":"ServiceUnavailableException"}
987+
{"shape":"ServiceUnavailableException"},
988+
{"shape":"InvalidRequestException"}
988989
],
989990
"idempotent":true
990991
},
@@ -3522,7 +3523,8 @@
35223523
"Metadata":{"shape":"Metadata"},
35233524
"IamRoleArn":{"shape":"IAMRoleArn"},
35243525
"IdempotencyToken":{"shape":"string"},
3525-
"ResourceType":{"shape":"ResourceType"}
3526+
"ResourceType":{"shape":"ResourceType"},
3527+
"CopySourceTagsToRestoredResource":{"shape":"boolean"}
35263528
}
35273529
},
35283530
"StartRestoreJobOutput":{

models/apis/backup/2018-11-15/docs-2.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@
14231423
"RecoveryPointStatus": {
14241424
"base": null,
14251425
"refs": {
1426-
"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>",
1426+
"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>",
14271427
"RecoveryPointByBackupVault$Status": "<p>A status code specifying the state of the recovery point.</p>",
14281428
"RecoveryPointByResource$Status": "<p>A status code specifying the state of the recovery point.</p>"
14291429
}
@@ -1782,7 +1782,8 @@
17821782
"RecoveryPointByBackupVault$IsParent": "<p>This is a boolean value indicating this is a parent (composite) recovery point.</p>",
17831783
"RecoveryPointByResource$IsParent": "<p>This is a boolean value indicating this is a parent (composite) recovery point.</p>",
17841784
"StartBackupJobOutput$IsParent": "<p>This is a returned boolean value indicating this is a parent (composite) backup job.</p>",
1785-
"StartCopyJobOutput$IsParent": "<p>This is a returned boolean value indicating this is a parent (composite) copy job.</p>"
1785+
"StartCopyJobOutput$IsParent": "<p>This is a returned boolean value indicating this is a parent (composite) copy job.</p>",
1786+
"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>"
17861787
}
17871788
},
17881789
"integer": {
@@ -1877,7 +1878,7 @@
18771878
"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>",
18781879
"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>",
18791880
"DescribeProtectedResourceOutput$ResourceName": "<p>This is the non-unique name of the resource that belongs to the specified backup.</p>",
1880-
"DescribeRecoveryPointOutput$StatusMessage": "<p>A status message explaining the reason for the recovery point deletion failure.</p>",
1881+
"DescribeRecoveryPointOutput$StatusMessage": "<p>A status message explaining the status of the recovery point.</p>",
18811882
"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>",
18821883
"DescribeRecoveryPointOutput$ResourceName": "<p>This is the non-unique name of the resource that belongs to the specified backup.</p>",
18831884
"DescribeRestoreJobOutput$RestoreJobId": "<p>Uniquely identifies the job that restores a recovery point.</p>",

0 commit comments

Comments
 (0)