Skip to content

Commit fdce8a5

Browse files
Release v1.51.1 (2024-03-15) (#5199)
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
1 parent 53e4759 commit fdce8a5

File tree

31 files changed

+1923
-415
lines changed

31 files changed

+1923
-415
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Release v1.51.1 (2024-03-15)
2+
===
3+
4+
### Service Client Updates
5+
* `service/backup`: Updates service API and documentation
6+
* `service/codebuild`: Updates service API and documentation
7+
* AWS CodeBuild now supports overflow behavior on Reserved Capacity.
8+
* `service/connect`: Updates service API and documentation
9+
* `service/ec2`: Updates service API and documentation
10+
* Add media accelerator and neuron device information on the describe instance types API.
11+
* `service/kinesisanalyticsv2`: Updates service API and documentation
12+
* `service/s3`: Updates service documentation and examples
13+
* Documentation updates for Amazon S3.
14+
* `service/sagemaker`: Updates service API and documentation
15+
* 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.
16+
* `service/workspaces-thin-client`: Updates service API and documentation
17+
118
Release v1.51.0 (2024-03-14)
219
===
320

aws/endpoints/defaults.go

+59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
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.51.0"
8+
const SDKVersion = "1.51.1"

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

+7-1
Original file line numberDiff line numberDiff line change
@@ -3725,6 +3725,11 @@
37253725
"shape":"MaxResults",
37263726
"location":"querystring",
37273727
"locationName":"maxResults"
3728+
},
3729+
"ManagedByAWSBackupOnly":{
3730+
"shape":"boolean",
3731+
"location":"querystring",
3732+
"locationName":"managedByAWSBackupOnly"
37283733
}
37293734
}
37303735
},
@@ -4196,7 +4201,8 @@
41964201
"BackupVaultName":{"shape":"BackupVaultName"},
41974202
"IsParent":{"shape":"boolean"},
41984203
"ParentRecoveryPointArn":{"shape":"ARN"},
4199-
"ResourceName":{"shape":"string"}
4204+
"ResourceName":{"shape":"string"},
4205+
"VaultType":{"shape":"VaultType"}
42004206
}
42014207
},
42024208
"RecoveryPointByResourceList":{

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

+7-5
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"StartCopyJob": "<p>Starts a job to create a one-time copy of the specified resource.</p> <p>Does not support continuous backups.</p>",
8383
"StartReportJob": "<p>Starts an on-demand report job for the specified report plan.</p>",
8484
"StartRestoreJob": "<p>Recovers the saved resource identified by an Amazon Resource Name (ARN).</p>",
85-
"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>",
85+
"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>",
8686
"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>",
8787
"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>",
8888
"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>",
@@ -267,14 +267,14 @@
267267
"BackupJob$State": "<p>The current state of a backup job.</p>",
268268
"BackupJobChildJobsInState$key": null,
269269
"DescribeBackupJobOutput$State": "<p>The current state of a backup job.</p>",
270-
"ListBackupJobsInput$ByState": "<p>Returns only backup jobs that are in the specified state.</p>"
270+
"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>"
271271
}
272272
},
273273
"BackupJobStatus": {
274274
"base": null,
275275
"refs": {
276276
"BackupJobSummary$State": "<p>This value is job count for jobs with the specified state.</p>",
277-
"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>"
277+
"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>"
278278
}
279279
},
280280
"BackupJobSummary": {
@@ -599,7 +599,7 @@
599599
"ControlScope": {
600600
"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>",
601601
"refs": {
602-
"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>"
602+
"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>"
603603
}
604604
},
605605
"CopyAction": {
@@ -2335,7 +2335,8 @@
23352335
"DescribeBackupVaultOutput$VaultType": "<p>This is the type of vault described.</p>",
23362336
"DescribeRecoveryPointOutput$VaultType": "<p>This is the type of vault in which the described recovery point is stored.</p>",
23372337
"ListBackupVaultsInput$ByVaultType": "<p>This parameter will sort the list of vaults by vault type.</p>",
2338-
"RecoveryPointByBackupVault$VaultType": "<p>This is the type of vault in which the described recovery point is stored.</p>"
2338+
"RecoveryPointByBackupVault$VaultType": "<p>This is the type of vault in which the described recovery point is stored.</p>",
2339+
"RecoveryPointByResource$VaultType": "<p>This is the type of vault in which the described recovery point is stored.</p>"
23392340
}
23402341
},
23412342
"WindowMinutes": {
@@ -2358,6 +2359,7 @@
23582359
"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>",
23592360
"DescribeRecoveryPointOutput$IsParent": "<p>This returns the boolean value that a recovery point is a parent (composite) job.</p>",
23602361
"ListBackupVaultsInput$ByShared": "<p>This parameter will sort the list of vaults by shared vaults.</p>",
2362+
"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>",
23612363
"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>",
23622364
"RecoveryPointByBackupVault$IsParent": "<p>This is a boolean value indicating this is a parent (composite) recovery point.</p>",
23632365
"RecoveryPointByResource$IsParent": "<p>This is a boolean value indicating this is a parent (composite) recovery point.</p>",

models/apis/codebuild/2016-10-06/api-2.json

+10
Original file line numberDiff line numberDiff line change
@@ -1119,6 +1119,7 @@
11191119
"environmentType":{"shape":"EnvironmentType"},
11201120
"computeType":{"shape":"ComputeType"},
11211121
"scalingConfiguration":{"shape":"ScalingConfigurationInput"},
1122+
"overflowBehavior":{"shape":"FleetOverflowBehavior"},
11221123
"tags":{"shape":"TagList"}
11231124
}
11241125
},
@@ -1458,6 +1459,7 @@
14581459
"environmentType":{"shape":"EnvironmentType"},
14591460
"computeType":{"shape":"ComputeType"},
14601461
"scalingConfiguration":{"shape":"ScalingConfigurationOutput"},
1462+
"overflowBehavior":{"shape":"FleetOverflowBehavior"},
14611463
"tags":{"shape":"TagList"}
14621464
}
14631465
},
@@ -1490,6 +1492,13 @@
14901492
"max":100,
14911493
"min":1
14921494
},
1495+
"FleetOverflowBehavior":{
1496+
"type":"string",
1497+
"enum":[
1498+
"QUEUE",
1499+
"ON_DEMAND"
1500+
]
1501+
},
14931502
"FleetScalingMetricType":{
14941503
"type":"string",
14951504
"enum":["FLEET_UTILIZATION_RATE"]
@@ -2696,6 +2705,7 @@
26962705
"environmentType":{"shape":"EnvironmentType"},
26972706
"computeType":{"shape":"ComputeType"},
26982707
"scalingConfiguration":{"shape":"ScalingConfigurationInput"},
2708+
"overflowBehavior":{"shape":"FleetOverflowBehavior"},
26992709
"tags":{"shape":"TagList"}
27002710
}
27012711
},

models/apis/codebuild/2016-10-06/docs-2.json

+8
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,14 @@
696696
"BatchGetFleetsOutput$fleetsNotFound": "<p>The names of compute fleets for which information could not be found.</p>"
697697
}
698698
},
699+
"FleetOverflowBehavior": {
700+
"base": null,
701+
"refs": {
702+
"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>",
703+
"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>",
704+
"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>"
705+
}
706+
},
699707
"FleetScalingMetricType": {
700708
"base": null,
701709
"refs": {

0 commit comments

Comments
 (0)