Skip to content

Commit 09e690f

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 79b9e0a commit 09e690f

File tree

9 files changed

+1040
-93
lines changed

9 files changed

+1040
-93
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::Backup - Updated the API, and documentation for AWS Backup.
5+
6+
* Feature - Aws::CostExplorer - Updated the API, and documentation for AWS Cost Explorer Service.
7+
8+
* Feature - Aws::QuickSight - Updated the API, and documentation for Amazon QuickSight.
9+
10+
* Feature - Aws::Translate - Updated the API, and documentation for Amazon Translate.
11+
412
2.11.591 (2020-09-22)
513
------------------
614

aws-sdk-core/apis/backup/2018-11-15/api-2.json

Lines changed: 45 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,17 @@
762762
"type":"string",
763763
"pattern":"^[0-9]{12}$"
764764
},
765+
"AdvancedBackupSetting":{
766+
"type":"structure",
767+
"members":{
768+
"ResourceType":{"shape":"ResourceType"},
769+
"BackupOptions":{"shape":"BackupOptions"}
770+
}
771+
},
772+
"AdvancedBackupSettings":{
773+
"type":"list",
774+
"member":{"shape":"AdvancedBackupSetting"}
775+
},
765776
"AlreadyExistsException":{
766777
"type":"structure",
767778
"members":{
@@ -794,7 +805,9 @@
794805
"ExpectedCompletionDate":{"shape":"timestamp"},
795806
"StartBy":{"shape":"timestamp"},
796807
"ResourceType":{"shape":"ResourceType"},
797-
"BytesTransferred":{"shape":"Long"}
808+
"BytesTransferred":{"shape":"Long"},
809+
"BackupOptions":{"shape":"BackupOptions"},
810+
"BackupType":{"shape":"string"}
798811
}
799812
},
800813
"BackupJobState":{
@@ -814,6 +827,19 @@
814827
"type":"list",
815828
"member":{"shape":"BackupJob"}
816829
},
830+
"BackupOptionKey":{
831+
"type":"string",
832+
"pattern":"^[a-zA-Z0-9\\-\\_\\.]{1,50}$"
833+
},
834+
"BackupOptionValue":{
835+
"type":"string",
836+
"pattern":"^[a-zA-Z0-9\\-\\_\\.]{1,50}$"
837+
},
838+
"BackupOptions":{
839+
"type":"map",
840+
"key":{"shape":"BackupOptionKey"},
841+
"value":{"shape":"BackupOptionValue"}
842+
},
817843
"BackupPlan":{
818844
"type":"structure",
819845
"required":[
@@ -822,7 +848,8 @@
822848
],
823849
"members":{
824850
"BackupPlanName":{"shape":"BackupPlanName"},
825-
"Rules":{"shape":"BackupRules"}
851+
"Rules":{"shape":"BackupRules"},
852+
"AdvancedBackupSettings":{"shape":"AdvancedBackupSettings"}
826853
}
827854
},
828855
"BackupPlanInput":{
@@ -833,7 +860,8 @@
833860
],
834861
"members":{
835862
"BackupPlanName":{"shape":"BackupPlanName"},
836-
"Rules":{"shape":"BackupRulesInput"}
863+
"Rules":{"shape":"BackupRulesInput"},
864+
"AdvancedBackupSettings":{"shape":"AdvancedBackupSettings"}
837865
}
838866
},
839867
"BackupPlanName":{"type":"string"},
@@ -866,7 +894,8 @@
866894
"VersionId":{"shape":"string"},
867895
"BackupPlanName":{"shape":"BackupPlanName"},
868896
"CreatorRequestId":{"shape":"string"},
869-
"LastExecutionDate":{"shape":"timestamp"}
897+
"LastExecutionDate":{"shape":"timestamp"},
898+
"AdvancedBackupSettings":{"shape":"AdvancedBackupSettings"}
870899
}
871900
},
872901
"BackupRule":{
@@ -989,7 +1018,7 @@
9891018
},
9901019
"BackupVaultName":{
9911020
"type":"string",
992-
"pattern":"^[a-zA-Z0-9\\-\\_\\.]{1,50}$"
1021+
"pattern":"^[a-zA-Z0-9\\-\\_]{2,50}$"
9931022
},
9941023
"Boolean":{"type":"boolean"},
9951024
"CalculatedLifecycle":{
@@ -1078,7 +1107,8 @@
10781107
"BackupPlanId":{"shape":"string"},
10791108
"BackupPlanArn":{"shape":"ARN"},
10801109
"CreationDate":{"shape":"timestamp"},
1081-
"VersionId":{"shape":"string"}
1110+
"VersionId":{"shape":"string"},
1111+
"AdvancedBackupSettings":{"shape":"AdvancedBackupSettings"}
10821112
}
10831113
},
10841114
"CreateBackupSelectionInput":{
@@ -1261,7 +1291,9 @@
12611291
"ResourceType":{"shape":"ResourceType"},
12621292
"BytesTransferred":{"shape":"Long"},
12631293
"ExpectedCompletionDate":{"shape":"timestamp"},
1264-
"StartBy":{"shape":"timestamp"}
1294+
"StartBy":{"shape":"timestamp"},
1295+
"BackupOptions":{"shape":"BackupOptions"},
1296+
"BackupType":{"shape":"string"}
12651297
}
12661298
},
12671299
"DescribeBackupVaultInput":{
@@ -1476,7 +1508,8 @@
14761508
"CreatorRequestId":{"shape":"string"},
14771509
"CreationDate":{"shape":"timestamp"},
14781510
"DeletionDate":{"shape":"timestamp"},
1479-
"LastExecutionDate":{"shape":"timestamp"}
1511+
"LastExecutionDate":{"shape":"timestamp"},
1512+
"AdvancedBackupSettings":{"shape":"AdvancedBackupSettings"}
14801513
}
14811514
},
14821515
"GetBackupSelectionInput":{
@@ -2247,7 +2280,8 @@
22472280
"StartWindowMinutes":{"shape":"WindowMinutes"},
22482281
"CompleteWindowMinutes":{"shape":"WindowMinutes"},
22492282
"Lifecycle":{"shape":"Lifecycle"},
2250-
"RecoveryPointTags":{"shape":"Tags"}
2283+
"RecoveryPointTags":{"shape":"Tags"},
2284+
"BackupOptions":{"shape":"BackupOptions"}
22512285
}
22522286
},
22532287
"StartBackupJobOutput":{
@@ -2386,7 +2420,8 @@
23862420
"BackupPlanId":{"shape":"string"},
23872421
"BackupPlanArn":{"shape":"ARN"},
23882422
"CreationDate":{"shape":"timestamp"},
2389-
"VersionId":{"shape":"string"}
2423+
"VersionId":{"shape":"string"},
2424+
"AdvancedBackupSettings":{"shape":"AdvancedBackupSettings"}
23902425
}
23912426
},
23922427
"UpdateRecoveryPointLifecycleInput":{

0 commit comments

Comments
 (0)