Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.51.1 #5199

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Release v1.51.1 (2024-03-15)
===

### Service Client Updates
* `service/backup`: Updates service API and documentation
* `service/codebuild`: Updates service API and documentation
* AWS CodeBuild now supports overflow behavior on Reserved Capacity.
* `service/connect`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
* Add media accelerator and neuron device information on the describe instance types API.
* `service/kinesisanalyticsv2`: Updates service API and documentation
* `service/s3`: Updates service documentation and examples
* Documentation updates for Amazon S3.
* `service/sagemaker`: Updates service API and documentation
* Adds m6i, m6id, m7i, c6i, c6id, c7i, r6i r6id, r7i, p5 instance type support to Sagemaker Notebook Instances and miscellaneous wording fixes for previous Sagemaker documentation.
* `service/workspaces-thin-client`: Updates service API and documentation

Release v1.51.0 (2024-03-14)
===

Expand Down
59 changes: 59 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.51.0"
const SDKVersion = "1.51.1"
8 changes: 7 additions & 1 deletion models/apis/backup/2018-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3725,6 +3725,11 @@
"shape":"MaxResults",
"location":"querystring",
"locationName":"maxResults"
},
"ManagedByAWSBackupOnly":{
"shape":"boolean",
"location":"querystring",
"locationName":"managedByAWSBackupOnly"
}
}
},
Expand Down Expand Up @@ -4196,7 +4201,8 @@
"BackupVaultName":{"shape":"BackupVaultName"},
"IsParent":{"shape":"boolean"},
"ParentRecoveryPointArn":{"shape":"ARN"},
"ResourceName":{"shape":"string"}
"ResourceName":{"shape":"string"},
"VaultType":{"shape":"VaultType"}
}
},
"RecoveryPointByResourceList":{
Expand Down
12 changes: 7 additions & 5 deletions models/apis/backup/2018-11-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"StartCopyJob": "<p>Starts a job to create a one-time copy of the specified resource.</p> <p>Does not support continuous backups.</p>",
"StartReportJob": "<p>Starts an on-demand report job for the specified report plan.</p>",
"StartRestoreJob": "<p>Recovers the saved resource identified by an Amazon Resource Name (ARN).</p>",
"StopBackupJob": "<p>Attempts to cancel a job to create a one-time backup of a resource.</p> <p>This action is not supported for the following services: Amazon FSx for Windows File Server, Amazon FSx for Lustre, FSx for ONTAP , Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon Neptune.</p>",
"StopBackupJob": "<p>Attempts to cancel a job to create a one-time backup of a resource.</p> <p>This action is not supported for the following services: Amazon FSx for Windows File Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP , Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon Neptune.</p>",
"TagResource": "<p>Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN).</p>",
"UntagResource": "<p>Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)</p>",
"UpdateBackupPlan": "<p>Updates an existing backup plan identified by its <code>backupPlanId</code> with the input document in JSON format. The new version is uniquely identified by a <code>VersionId</code>.</p>",
Expand Down Expand Up @@ -267,14 +267,14 @@
"BackupJob$State": "<p>The current state of a backup job.</p>",
"BackupJobChildJobsInState$key": null,
"DescribeBackupJobOutput$State": "<p>The current state of a backup job.</p>",
"ListBackupJobsInput$ByState": "<p>Returns only backup jobs that are in the specified state.</p>"
"ListBackupJobsInput$ByState": "<p>Returns only backup jobs that are in the specified state.</p> <p> <code>Completed with issues</code> is a status found only in the Backup console. For API, this status refers to jobs with a state of <code>COMPLETED</code> and a <code>MessageCategory</code> with a value other than <code>SUCCESS</code>; that is, the status is completed but comes with a status message.</p> <p>To obtain the job count for <code>Completed with issues</code>, run two GET requests, and subtract the second, smaller number:</p> <p>GET /backup-jobs/?state=COMPLETED</p> <p>GET /backup-jobs/?messageCategory=SUCCESS&amp;state=COMPLETED</p>"
}
},
"BackupJobStatus": {
"base": null,
"refs": {
"BackupJobSummary$State": "<p>This value is job count for jobs with the specified state.</p>",
"ListBackupJobSummariesInput$State": "<p>This parameter returns the job count for jobs with the specified state.</p> <p>The the value ANY returns count of all states.</p> <p> <code>AGGREGATE_ALL</code> aggregates job counts for all states and returns the sum.</p>"
"ListBackupJobSummariesInput$State": "<p>This parameter returns the job count for jobs with the specified state.</p> <p>The the value ANY returns count of all states.</p> <p> <code>AGGREGATE_ALL</code> aggregates job counts for all states and returns the sum.</p> <p> <code>Completed with issues</code> is a status found only in the Backup console. For API, this status refers to jobs with a state of <code>COMPLETED</code> and a <code>MessageCategory</code> with a value other than <code>SUCCESS</code>; that is, the status is completed but comes with a status message. To obtain the job count for <code>Completed with issues</code>, run two GET requests, and subtract the second, smaller number:</p> <p>GET /audit/backup-job-summaries?AggregationPeriod=FOURTEEN_DAYS&amp;State=COMPLETED</p> <p>GET /audit/backup-job-summaries?AggregationPeriod=FOURTEEN_DAYS&amp;MessageCategory=SUCCESS&amp;State=COMPLETED</p>"
}
},
"BackupJobSummary": {
Expand Down Expand Up @@ -599,7 +599,7 @@
"ControlScope": {
"base": "<p>A framework consists of one or more controls. Each control has its own control scope. The control scope can include one or more resource types, a combination of a tag key and value, or a combination of one resource type and one resource ID. If no scope is specified, evaluations for the rule are triggered when any resource in your recording group changes in configuration.</p> <note> <p>To set a control scope that includes all of a particular resource, leave the <code>ControlScope</code> empty or do not pass it when calling <code>CreateFramework</code>.</p> </note>",
"refs": {
"FrameworkControl$ControlScope": "<p>The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans.</p>"
"FrameworkControl$ControlScope": "<p>The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/API_ControlScope.html\"> <code>ControlScope</code>.</a> </p>"
}
},
"CopyAction": {
Expand Down Expand Up @@ -2335,7 +2335,8 @@
"DescribeBackupVaultOutput$VaultType": "<p>This is the type of vault described.</p>",
"DescribeRecoveryPointOutput$VaultType": "<p>This is the type of vault in which the described recovery point is stored.</p>",
"ListBackupVaultsInput$ByVaultType": "<p>This parameter will sort the list of vaults by vault type.</p>",
"RecoveryPointByBackupVault$VaultType": "<p>This is the type of vault in which the described recovery point is stored.</p>"
"RecoveryPointByBackupVault$VaultType": "<p>This is the type of vault in which the described recovery point is stored.</p>",
"RecoveryPointByResource$VaultType": "<p>This is the type of vault in which the described recovery point is stored.</p>"
}
},
"WindowMinutes": {
Expand All @@ -2358,6 +2359,7 @@
"DescribeRecoveryPointOutput$IsEncrypted": "<p>A Boolean value that is returned as <code>TRUE</code> if the specified recovery point is encrypted, or <code>FALSE</code> if the recovery point is not encrypted.</p>",
"DescribeRecoveryPointOutput$IsParent": "<p>This returns the boolean value that a recovery point is a parent (composite) job.</p>",
"ListBackupVaultsInput$ByShared": "<p>This parameter will sort the list of vaults by shared vaults.</p>",
"ListRecoveryPointsByResourceInput$ManagedByAWSBackupOnly": "<p>This attribute filters recovery points based on ownership.</p> <p>If this is set to <code>TRUE</code>, the response will contain recovery points associated with the selected resources that are managed by Backup.</p> <p>If this is set to <code>FALSE</code>, the response will contain all recovery points associated with the selected resource.</p> <p>Type: Boolean</p>",
"RecoveryPointByBackupVault$IsEncrypted": "<p>A Boolean value that is returned as <code>TRUE</code> if the specified recovery point is encrypted, or <code>FALSE</code> if the recovery point is not encrypted.</p>",
"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>",
Expand Down
10 changes: 10 additions & 0 deletions models/apis/codebuild/2016-10-06/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,7 @@
"environmentType":{"shape":"EnvironmentType"},
"computeType":{"shape":"ComputeType"},
"scalingConfiguration":{"shape":"ScalingConfigurationInput"},
"overflowBehavior":{"shape":"FleetOverflowBehavior"},
"tags":{"shape":"TagList"}
}
},
Expand Down Expand Up @@ -1458,6 +1459,7 @@
"environmentType":{"shape":"EnvironmentType"},
"computeType":{"shape":"ComputeType"},
"scalingConfiguration":{"shape":"ScalingConfigurationOutput"},
"overflowBehavior":{"shape":"FleetOverflowBehavior"},
"tags":{"shape":"TagList"}
}
},
Expand Down Expand Up @@ -1490,6 +1492,13 @@
"max":100,
"min":1
},
"FleetOverflowBehavior":{
"type":"string",
"enum":[
"QUEUE",
"ON_DEMAND"
]
},
"FleetScalingMetricType":{
"type":"string",
"enum":["FLEET_UTILIZATION_RATE"]
Expand Down Expand Up @@ -2696,6 +2705,7 @@
"environmentType":{"shape":"EnvironmentType"},
"computeType":{"shape":"ComputeType"},
"scalingConfiguration":{"shape":"ScalingConfigurationInput"},
"overflowBehavior":{"shape":"FleetOverflowBehavior"},
"tags":{"shape":"TagList"}
}
},
Expand Down
8 changes: 8 additions & 0 deletions models/apis/codebuild/2016-10-06/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,14 @@
"BatchGetFleetsOutput$fleetsNotFound": "<p>The names of compute fleets for which information could not be found.</p>"
}
},
"FleetOverflowBehavior": {
"base": null,
"refs": {
"CreateFleetInput$overflowBehavior": "<p>The compute fleet overflow behavior.</p> <ul> <li> <p>For overflow behavior <code>QUEUE</code>, your overflow builds need to wait on the existing fleet instance to become available.</p> </li> <li> <p>For overflow behavior <code>ON_DEMAND</code>, your overflow builds run on CodeBuild on-demand.</p> </li> </ul>",
"Fleet$overflowBehavior": "<p>The compute fleet overflow behavior.</p> <ul> <li> <p>For overflow behavior <code>QUEUE</code>, your overflow builds need to wait on the existing fleet instance to become available.</p> </li> <li> <p>For overflow behavior <code>ON_DEMAND</code>, your overflow builds run on CodeBuild on-demand.</p> </li> </ul>",
"UpdateFleetInput$overflowBehavior": "<p>The compute fleet overflow behavior.</p> <ul> <li> <p>For overflow behavior <code>QUEUE</code>, your overflow builds need to wait on the existing fleet instance to become available.</p> </li> <li> <p>For overflow behavior <code>ON_DEMAND</code>, your overflow builds run on CodeBuild on-demand.</p> </li> </ul>"
}
},
"FleetScalingMetricType": {
"base": null,
"refs": {
Expand Down
Loading
Loading