Skip to content

Commit

Permalink
Release v1.34.30 (2020-09-23) (#3557)
Browse files Browse the repository at this point in the history
Release v1.34.30 (2020-09-23)
===

### Service Client Updates
* `service/backup`: Updates service API and documentation
* `service/ce`: Updates service API and documentation
* `service/quicksight`: Updates service API and documentation
  * Added Sheet information to DescribeDashboard, DescribeTemplate and DescribeAnalysis API response.
* `service/translate`: Updates service API and documentation

### SDK Enhancements
* `service/s3/s3manager`:  Prefer using allocated slices from pool over allocating new ones. ([#3534](#3534))
  • Loading branch information
aws-sdk-go-automation committed Sep 23, 2020
1 parent 3e8ec88 commit 3c22b21
Show file tree
Hide file tree
Showing 17 changed files with 8,744 additions and 4,911 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.34.30 (2020-09-23)
===

### Service Client Updates
* `service/backup`: Updates service API and documentation
* `service/ce`: Updates service API and documentation
* `service/quicksight`: Updates service API and documentation
* Added Sheet information to DescribeDashboard, DescribeTemplate and DescribeAnalysis API response.
* `service/translate`: Updates service API and documentation

### SDK Enhancements
* `service/s3/s3manager`: Prefer using allocated slices from pool over allocating new ones. ([#3534](https://github.com/aws/aws-sdk-go/pull/3534))

Release v1.34.29 (2020-09-22)
===

Expand Down
1 change: 0 additions & 1 deletion CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
### SDK Features

### SDK Enhancements
* `service/s3/s3manager`: Prefer using allocated slices from pool over allocating new ones. ([#3534](https://github.com/aws/aws-sdk-go/pull/3534))

### SDK Bugs
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.34.29"
const SDKVersion = "1.34.30"
55 changes: 45 additions & 10 deletions models/apis/backup/2018-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,17 @@
"type":"string",
"pattern":"^[0-9]{12}$"
},
"AdvancedBackupSetting":{
"type":"structure",
"members":{
"ResourceType":{"shape":"ResourceType"},
"BackupOptions":{"shape":"BackupOptions"}
}
},
"AdvancedBackupSettings":{
"type":"list",
"member":{"shape":"AdvancedBackupSetting"}
},
"AlreadyExistsException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -794,7 +805,9 @@
"ExpectedCompletionDate":{"shape":"timestamp"},
"StartBy":{"shape":"timestamp"},
"ResourceType":{"shape":"ResourceType"},
"BytesTransferred":{"shape":"Long"}
"BytesTransferred":{"shape":"Long"},
"BackupOptions":{"shape":"BackupOptions"},
"BackupType":{"shape":"string"}
}
},
"BackupJobState":{
Expand All @@ -814,6 +827,19 @@
"type":"list",
"member":{"shape":"BackupJob"}
},
"BackupOptionKey":{
"type":"string",
"pattern":"^[a-zA-Z0-9\\-\\_\\.]{1,50}$"
},
"BackupOptionValue":{
"type":"string",
"pattern":"^[a-zA-Z0-9\\-\\_\\.]{1,50}$"
},
"BackupOptions":{
"type":"map",
"key":{"shape":"BackupOptionKey"},
"value":{"shape":"BackupOptionValue"}
},
"BackupPlan":{
"type":"structure",
"required":[
Expand All @@ -822,7 +848,8 @@
],
"members":{
"BackupPlanName":{"shape":"BackupPlanName"},
"Rules":{"shape":"BackupRules"}
"Rules":{"shape":"BackupRules"},
"AdvancedBackupSettings":{"shape":"AdvancedBackupSettings"}
}
},
"BackupPlanInput":{
Expand All @@ -833,7 +860,8 @@
],
"members":{
"BackupPlanName":{"shape":"BackupPlanName"},
"Rules":{"shape":"BackupRulesInput"}
"Rules":{"shape":"BackupRulesInput"},
"AdvancedBackupSettings":{"shape":"AdvancedBackupSettings"}
}
},
"BackupPlanName":{"type":"string"},
Expand Down Expand Up @@ -866,7 +894,8 @@
"VersionId":{"shape":"string"},
"BackupPlanName":{"shape":"BackupPlanName"},
"CreatorRequestId":{"shape":"string"},
"LastExecutionDate":{"shape":"timestamp"}
"LastExecutionDate":{"shape":"timestamp"},
"AdvancedBackupSettings":{"shape":"AdvancedBackupSettings"}
}
},
"BackupRule":{
Expand Down Expand Up @@ -989,7 +1018,7 @@
},
"BackupVaultName":{
"type":"string",
"pattern":"^[a-zA-Z0-9\\-\\_\\.]{1,50}$"
"pattern":"^[a-zA-Z0-9\\-\\_]{2,50}$"
},
"Boolean":{"type":"boolean"},
"CalculatedLifecycle":{
Expand Down Expand Up @@ -1078,7 +1107,8 @@
"BackupPlanId":{"shape":"string"},
"BackupPlanArn":{"shape":"ARN"},
"CreationDate":{"shape":"timestamp"},
"VersionId":{"shape":"string"}
"VersionId":{"shape":"string"},
"AdvancedBackupSettings":{"shape":"AdvancedBackupSettings"}
}
},
"CreateBackupSelectionInput":{
Expand Down Expand Up @@ -1261,7 +1291,9 @@
"ResourceType":{"shape":"ResourceType"},
"BytesTransferred":{"shape":"Long"},
"ExpectedCompletionDate":{"shape":"timestamp"},
"StartBy":{"shape":"timestamp"}
"StartBy":{"shape":"timestamp"},
"BackupOptions":{"shape":"BackupOptions"},
"BackupType":{"shape":"string"}
}
},
"DescribeBackupVaultInput":{
Expand Down Expand Up @@ -1476,7 +1508,8 @@
"CreatorRequestId":{"shape":"string"},
"CreationDate":{"shape":"timestamp"},
"DeletionDate":{"shape":"timestamp"},
"LastExecutionDate":{"shape":"timestamp"}
"LastExecutionDate":{"shape":"timestamp"},
"AdvancedBackupSettings":{"shape":"AdvancedBackupSettings"}
}
},
"GetBackupSelectionInput":{
Expand Down Expand Up @@ -2247,7 +2280,8 @@
"StartWindowMinutes":{"shape":"WindowMinutes"},
"CompleteWindowMinutes":{"shape":"WindowMinutes"},
"Lifecycle":{"shape":"Lifecycle"},
"RecoveryPointTags":{"shape":"Tags"}
"RecoveryPointTags":{"shape":"Tags"},
"BackupOptions":{"shape":"BackupOptions"}
}
},
"StartBackupJobOutput":{
Expand Down Expand Up @@ -2386,7 +2420,8 @@
"BackupPlanId":{"shape":"string"},
"BackupPlanArn":{"shape":"ARN"},
"CreationDate":{"shape":"timestamp"},
"VersionId":{"shape":"string"}
"VersionId":{"shape":"string"},
"AdvancedBackupSettings":{"shape":"AdvancedBackupSettings"}
}
},
"UpdateRecoveryPointLifecycleInput":{
Expand Down
Loading

0 comments on commit 3c22b21

Please sign in to comment.