File tree 8 files changed +247
-144
lines changed
8 files changed +247
-144
lines changed Original file line number Diff line number Diff line change
1
+ Release v1.44.73 (2022-08-10)
2
+ ===
3
+
4
+ ### Service Client Updates
5
+ * `service/dlm`: Updates service API and documentation
6
+ * `service/ec2`: Updates service API and documentation
7
+ * This release adds support for excluding specific data (non-root) volumes from multi-volume snapshot sets created from instances.
8
+
1
9
Release v1.44.72 (2022-08-09)
2
10
===
3
11
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ package aws
5
5
const SDKName = "aws-sdk-go"
6
6
7
7
// SDKVersion is the version of this SDK
8
- const SDKVersion = "1.44.72 "
8
+ const SDKVersion = "1.44.73 "
Original file line number Diff line number Diff line change 343
343
"enum" :[" shareSnapshot" ]
344
344
},
345
345
"ExcludeBootVolume" :{"type" :" boolean" },
346
+ "ExcludeDataVolumeTagList" :{
347
+ "type" :" list" ,
348
+ "member" :{"shape" :" Tag" },
349
+ "max" :50 ,
350
+ "min" :0
351
+ },
346
352
"ExecutionRoleArn" :{
347
353
"type" :" string" ,
348
354
"max" :2048 ,
521
527
"type" :" structure" ,
522
528
"members" :{
523
529
"ExcludeBootVolume" :{"shape" :" ExcludeBootVolume" },
524
- "NoReboot" :{"shape" :" NoReboot" }
530
+ "NoReboot" :{"shape" :" NoReboot" },
531
+ "ExcludeDataVolumeTags" :{"shape" :" ExcludeDataVolumeTagList" }
525
532
}
526
533
},
527
534
"PolicyArn" :{
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 23843
23843
"type":"structure",
23844
23844
"members":{
23845
23845
"InstanceId":{"shape":"InstanceId"},
23846
- "ExcludeBootVolume":{"shape":"Boolean"}
23846
+ "ExcludeBootVolume":{"shape":"Boolean"},
23847
+ "ExcludeDataVolumeIds":{
23848
+ "shape":"VolumeIdStringList",
23849
+ "locationName":"ExcludeDataVolumeId"
23850
+ }
23847
23851
}
23848
23852
},
23849
23853
"InstanceState":{
Original file line number Diff line number Diff line change 20401
20401
"refs": {
20402
20402
"DescribeVolumeStatusRequest$VolumeIds": "<p>The IDs of the volumes.</p> <p>Default: Describes all your volumes.</p>",
20403
20403
"DescribeVolumesModificationsRequest$VolumeIds": "<p>The IDs of the volumes.</p>",
20404
- "DescribeVolumesRequest$VolumeIds": "<p>The volume IDs.</p>"
20404
+ "DescribeVolumesRequest$VolumeIds": "<p>The volume IDs.</p>",
20405
+ "InstanceSpecification$ExcludeDataVolumeIds": null
20405
20406
}
20406
20407
},
20407
20408
"VolumeList": {
You can’t perform that action at this time.
0 commit comments