Skip to content

Commit

Permalink
Release v1.44.319 (2023-08-08) (#4943)
Browse files Browse the repository at this point in the history
Release v1.44.319 (2023-08-08)
===

### Service Client Updates
* `service/backup`: Updates service API, documentation, and paginators
* `service/elasticache`: Updates service API and documentation
  * Added support for cluster mode in online migration and test migration API
* `service/servicecatalog`: Updates service API and documentation
  * Introduce support for HashiCorp Terraform Cloud in Service Catalog by addying TERRAFORM_CLOUD product type in CreateProduct and CreateProvisioningArtifact API.
  • Loading branch information
aws-sdk-go-automation committed Aug 8, 2023
1 parent 798634a commit 21179e4
Show file tree
Hide file tree
Showing 17 changed files with 1,386 additions and 243 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.44.319 (2023-08-08)
===

### Service Client Updates
* `service/backup`: Updates service API, documentation, and paginators
* `service/elasticache`: Updates service API and documentation
* Added support for cluster mode in online migration and test migration API
* `service/servicecatalog`: Updates service API and documentation
* Introduce support for HashiCorp Terraform Cloud in Service Catalog by addying TERRAFORM_CLOUD product type in CreateProduct and CreateProvisioningArtifact API.

Release v1.44.318 (2023-08-07)
===

Expand Down
34 changes: 34 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.318"
const SDKVersion = "1.44.319"
139 changes: 139 additions & 0 deletions models/apis/backup/2018-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,24 @@
],
"idempotent":true
},
"CreateLogicallyAirGappedBackupVault":{
"name":"CreateLogicallyAirGappedBackupVault",
"http":{
"method":"PUT",
"requestUri":"/logically-air-gapped-backup-vaults/{backupVaultName}"
},
"input":{"shape":"CreateLogicallyAirGappedBackupVaultInput"},
"output":{"shape":"CreateLogicallyAirGappedBackupVaultOutput"},
"errors":[
{"shape":"AlreadyExistsException"},
{"shape":"InvalidParameterValueException"},
{"shape":"LimitExceededException"},
{"shape":"MissingParameterValueException"},
{"shape":"ServiceUnavailableException"},
{"shape":"InvalidRequestException"}
],
"idempotent":true
},
"CreateReportPlan":{
"name":"CreateReportPlan",
"http":{
Expand Down Expand Up @@ -768,6 +786,20 @@
],
"idempotent":true
},
"ListProtectedResourcesByBackupVault":{
"name":"ListProtectedResourcesByBackupVault",
"http":{
"method":"GET",
"requestUri":"/backup-vaults/{backupVaultName}/resources/"
},
"input":{"shape":"ListProtectedResourcesByBackupVaultInput"},
"output":{"shape":"ListProtectedResourcesByBackupVaultOutput"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceUnavailableException"}
]
},
"ListRecoveryPointsByBackupVault":{
"name":"ListRecoveryPointsByBackupVault",
"http":{
Expand Down Expand Up @@ -1699,6 +1731,34 @@
"RecoveryPointSelection":{"shape":"RecoveryPointSelection"}
}
},
"CreateLogicallyAirGappedBackupVaultInput":{
"type":"structure",
"required":[
"BackupVaultName",
"MinRetentionDays",
"MaxRetentionDays"
],
"members":{
"BackupVaultName":{
"shape":"BackupVaultName",
"location":"uri",
"locationName":"backupVaultName"
},
"BackupVaultTags":{"shape":"Tags"},
"CreatorRequestId":{"shape":"string"},
"MinRetentionDays":{"shape":"Long"},
"MaxRetentionDays":{"shape":"Long"}
}
},
"CreateLogicallyAirGappedBackupVaultOutput":{
"type":"structure",
"members":{
"BackupVaultName":{"shape":"BackupVaultName"},
"BackupVaultArn":{"shape":"ARN"},
"CreationDate":{"shape":"timestamp"},
"VaultState":{"shape":"VaultState"}
}
},
"CreateReportPlanInput":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1922,6 +1982,11 @@
"shape":"string",
"location":"uri",
"locationName":"backupVaultName"
},
"BackupVaultAccountId":{
"shape":"string",
"location":"querystring",
"locationName":"backupVaultAccountId"
}
}
},
Expand All @@ -1930,6 +1995,7 @@
"members":{
"BackupVaultName":{"shape":"string"},
"BackupVaultArn":{"shape":"ARN"},
"VaultType":{"shape":"VaultType"},
"EncryptionKeyArn":{"shape":"ARN"},
"CreationDate":{"shape":"timestamp"},
"CreatorRequestId":{"shape":"string"},
Expand Down Expand Up @@ -2029,6 +2095,11 @@
"shape":"ARN",
"location":"uri",
"locationName":"recoveryPointArn"
},
"BackupVaultAccountId":{
"shape":"AccountId",
"location":"querystring",
"locationName":"backupVaultAccountId"
}
}
},
Expand Down Expand Up @@ -2404,6 +2475,11 @@
"shape":"ARN",
"location":"uri",
"locationName":"recoveryPointArn"
},
"BackupVaultAccountId":{
"shape":"AccountId",
"location":"querystring",
"locationName":"backupVaultAccountId"
}
}
},
Expand Down Expand Up @@ -2683,6 +2759,16 @@
"ListBackupVaultsInput":{
"type":"structure",
"members":{
"ByVaultType":{
"shape":"VaultType",
"location":"querystring",
"locationName":"vaultType"
},
"ByShared":{
"shape":"boolean",
"location":"querystring",
"locationName":"shared"
},
"NextToken":{
"shape":"string",
"location":"querystring",
Expand Down Expand Up @@ -2822,6 +2908,39 @@
"type":"list",
"member":{"shape":"Condition"}
},
"ListProtectedResourcesByBackupVaultInput":{
"type":"structure",
"required":["BackupVaultName"],
"members":{
"BackupVaultName":{
"shape":"BackupVaultName",
"location":"uri",
"locationName":"backupVaultName"
},
"BackupVaultAccountId":{
"shape":"AccountId",
"location":"querystring",
"locationName":"backupVaultAccountId"
},
"NextToken":{
"shape":"string",
"location":"querystring",
"locationName":"nextToken"
},
"MaxResults":{
"shape":"MaxResults",
"location":"querystring",
"locationName":"maxResults"
}
}
},
"ListProtectedResourcesByBackupVaultOutput":{
"type":"structure",
"members":{
"Results":{"shape":"ProtectedResourcesList"},
"NextToken":{"shape":"string"}
}
},
"ListProtectedResourcesInput":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2853,6 +2972,11 @@
"location":"uri",
"locationName":"backupVaultName"
},
"BackupVaultAccountId":{
"shape":"AccountId",
"location":"querystring",
"locationName":"backupVaultAccountId"
},
"NextToken":{
"shape":"string",
"location":"querystring",
Expand Down Expand Up @@ -3717,6 +3841,21 @@
"type":"list",
"member":{"shape":"string"}
},
"VaultState":{
"type":"string",
"enum":[
"CREATING",
"AVAILABLE",
"FAILED"
]
},
"VaultType":{
"type":"string",
"enum":[
"BACKUP_VAULT",
"LOGICALLY_AIR_GAPPED_BACKUP_VAULT"
]
},
"WindowMinutes":{"type":"long"},
"boolean":{"type":"boolean"},
"integer":{"type":"integer"},
Expand Down
Loading

0 comments on commit 21179e4

Please sign in to comment.