Skip to content

Commit

Permalink
Release v1.40.32 (2021-08-27) (#4080)
Browse files Browse the repository at this point in the history
Release v1.40.32 (2021-08-27)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
  * This release adds the BootMode flag to the ImportImage API and showing the detected BootMode of an ImportImage task.
* `service/elasticmapreduce`: Updates service API and documentation
  * Amazon EMR now supports auto-terminating idle EMR clusters. You can specify the idle timeout value when enabling auto-termination for both running and new clusters and Amazon EMR automatically terminates the cluster when idle timeout kicks in.
* `service/s3`: Updates service documentation and examples
  * Documentation updates for Amazon S3.
  • Loading branch information
aws-sdk-go-automation committed Aug 27, 2021
1 parent 1ad2399 commit 0caab5a
Show file tree
Hide file tree
Showing 15 changed files with 1,070 additions and 372 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.40.32 (2021-08-27)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
* This release adds the BootMode flag to the ImportImage API and showing the detected BootMode of an ImportImage task.
* `service/elasticmapreduce`: Updates service API and documentation
* Amazon EMR now supports auto-terminating idle EMR clusters. You can specify the idle timeout value when enabling auto-termination for both running and new clusters and Amazon EMR automatically terminates the cluster when idle timeout kicks in.
* `service/s3`: Updates service documentation and examples
* Documentation updates for Amazon S3.

Release v1.40.31 (2021-08-26)
===

Expand Down
54 changes: 48 additions & 6 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.40.31"
const SDKVersion = "1.40.32"
7 changes: 6 additions & 1 deletion models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -19220,7 +19220,8 @@
"shape":"TagSpecificationList",
"locationName":"TagSpecification"
},
"UsageOperation":{"shape":"String"}
"UsageOperation":{"shape":"String"},
"BootMode":{"shape":"BootModeValues"}
}
},
"ImportImageResult":{
Expand Down Expand Up @@ -19358,6 +19359,10 @@
"UsageOperation":{
"shape":"String",
"locationName":"usageOperation"
},
"BootMode":{
"shape":"BootModeValues",
"locationName":"bootMode"
}
}
},
Expand Down
2 changes: 2 additions & 0 deletions models/apis/ec2/2016-11-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2082,6 +2082,8 @@
"base": null,
"refs": {
"Image$BootMode": "<p>The boot mode of the image. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html\">Boot modes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
"ImportImageRequest$BootMode": "<p>The boot mode of the virtual machine.</p>",
"ImportImageTask$BootMode": "<p>The boot mode of the virtual machine.</p>",
"Instance$BootMode": "<p>The boot mode of the instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html\">Boot modes</a> in the <i>Amazon EC2 User Guide</i>.</p>",
"RegisterImageRequest$BootMode": "<p>The boot mode of the AMI. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html\">Boot modes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
}
Expand Down
74 changes: 73 additions & 1 deletion models/apis/elasticmapreduce/2009-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,15 @@
{"shape":"InvalidRequestException"}
]
},
"GetAutoTerminationPolicy":{
"name":"GetAutoTerminationPolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetAutoTerminationPolicyInput"},
"output":{"shape":"GetAutoTerminationPolicyOutput"}
},
"GetBlockPublicAccessConfiguration":{
"name":"GetBlockPublicAccessConfiguration",
"http":{
Expand Down Expand Up @@ -465,6 +474,15 @@
"input":{"shape":"PutAutoScalingPolicyInput"},
"output":{"shape":"PutAutoScalingPolicyOutput"}
},
"PutAutoTerminationPolicy":{
"name":"PutAutoTerminationPolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"PutAutoTerminationPolicyInput"},
"output":{"shape":"PutAutoTerminationPolicyOutput"}
},
"PutBlockPublicAccessConfiguration":{
"name":"PutBlockPublicAccessConfiguration",
"http":{
Expand Down Expand Up @@ -496,6 +514,15 @@
"input":{"shape":"RemoveAutoScalingPolicyInput"},
"output":{"shape":"RemoveAutoScalingPolicyOutput"}
},
"RemoveAutoTerminationPolicy":{
"name":"RemoveAutoTerminationPolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RemoveAutoTerminationPolicyInput"},
"output":{"shape":"RemoveAutoTerminationPolicyOutput"}
},
"RemoveManagedScalingPolicy":{
"name":"RemoveManagedScalingPolicy",
"http":{
Expand Down Expand Up @@ -779,6 +806,12 @@
"StateChangeReason":{"shape":"AutoScalingPolicyStateChangeReason"}
}
},
"AutoTerminationPolicy":{
"type":"structure",
"members":{
"IdleTimeout":{"shape":"Long"}
}
},
"BlockPublicAccessConfiguration":{
"type":"structure",
"required":["BlockPublicSecurityGroupRules"],
Expand Down Expand Up @@ -1339,6 +1372,19 @@
"LogFile":{"shape":"String"}
}
},
"GetAutoTerminationPolicyInput":{
"type":"structure",
"required":["ClusterId"],
"members":{
"ClusterId":{"shape":"ClusterId"}
}
},
"GetAutoTerminationPolicyOutput":{
"type":"structure",
"members":{
"AutoTerminationPolicy":{"shape":"AutoTerminationPolicy"}
}
},
"GetBlockPublicAccessConfigurationInput":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2361,6 +2407,19 @@
"ClusterArn":{"shape":"ArnType"}
}
},
"PutAutoTerminationPolicyInput":{
"type":"structure",
"required":["ClusterId"],
"members":{
"ClusterId":{"shape":"ClusterId"},
"AutoTerminationPolicy":{"shape":"AutoTerminationPolicy"}
}
},
"PutAutoTerminationPolicyOutput":{
"type":"structure",
"members":{
}
},
"PutBlockPublicAccessConfigurationInput":{
"type":"structure",
"required":["BlockPublicAccessConfiguration"],
Expand Down Expand Up @@ -2412,6 +2471,18 @@
"members":{
}
},
"RemoveAutoTerminationPolicyInput":{
"type":"structure",
"required":["ClusterId"],
"members":{
"ClusterId":{"shape":"ClusterId"}
}
},
"RemoveAutoTerminationPolicyOutput":{
"type":"structure",
"members":{
}
},
"RemoveManagedScalingPolicyInput":{
"type":"structure",
"required":["ClusterId"],
Expand Down Expand Up @@ -2481,7 +2552,8 @@
"KerberosAttributes":{"shape":"KerberosAttributes"},
"StepConcurrencyLevel":{"shape":"Integer"},
"ManagedScalingPolicy":{"shape":"ManagedScalingPolicy"},
"PlacementGroupConfigs":{"shape":"PlacementGroupConfigList"}
"PlacementGroupConfigs":{"shape":"PlacementGroupConfigList"},
"AutoTerminationPolicy":{"shape":"AutoTerminationPolicy"}
}
},
"RunJobFlowOutput":{
Expand Down
Loading

0 comments on commit 0caab5a

Please sign in to comment.