Skip to content

Commit

Permalink
Release v1.30.1 (2020-03-31)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/appconfig`: Updates service API and documentation
* `service/detective`: Updates service documentation
* `service/elastic-inference`: Updates service API
* `service/fms`: Updates service API and documentation
* `service/glue`: Updates service API and documentation
  * Add two enums for MongoDB connection: Added "CONNECTION_URL" to "ConnectionPropertyKey" and added "MONGODB" to "ConnectionType"
* `service/lambda`: Updates service API and documentation
  * AWS Lambda now supports .NET Core 3.1
* `service/mediastore`: Updates service API and documentation
  * This release adds support for CloudWatch Metrics. You can now set a policy on your container to dictate which metrics MediaStore sends to CloudWatch.
* `service/opsworkscm`: Updates service documentation
  * Documentation updates for OpsWorks-CM CreateServer values.
* `service/organizations`: Updates service documentation
  * Documentation updates for AWS Organizations
* `service/pinpoint`: Updates service API and documentation
  * This release of the Amazon Pinpoint API introduces MMS support for SMS messages.
* `service/rekognition`: Updates service API and documentation
  * This release adds DeleteProject and DeleteProjectVersion APIs to Amazon Rekognition Custom Labels.
* `service/storagegateway`: Updates service API and documentation
  * Adding audit logging support for SMB File Shares
* `service/wafv2`: Updates service API and documentation
  • Loading branch information
awssdkgo committed Mar 31, 2020
1 parent 34abf39 commit b852cd4
Show file tree
Hide file tree
Showing 45 changed files with 3,604 additions and 431 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
Release v1.30.1 (2020-03-31)
===

### Service Client Updates
* `service/appconfig`: Updates service API and documentation
* `service/detective`: Updates service documentation
* `service/elastic-inference`: Updates service API
* `service/fms`: Updates service API and documentation
* `service/glue`: Updates service API and documentation
* Add two enums for MongoDB connection: Added "CONNECTION_URL" to "ConnectionPropertyKey" and added "MONGODB" to "ConnectionType"
* `service/lambda`: Updates service API and documentation
* AWS Lambda now supports .NET Core 3.1
* `service/mediastore`: Updates service API and documentation
* This release adds support for CloudWatch Metrics. You can now set a policy on your container to dictate which metrics MediaStore sends to CloudWatch.
* `service/opsworkscm`: Updates service documentation
* Documentation updates for OpsWorks-CM CreateServer values.
* `service/organizations`: Updates service documentation
* Documentation updates for AWS Organizations
* `service/pinpoint`: Updates service API and documentation
* This release of the Amazon Pinpoint API introduces MMS support for SMS messages.
* `service/rekognition`: Updates service API and documentation
* This release adds DeleteProject and DeleteProjectVersion APIs to Amazon Rekognition Custom Labels.
* `service/storagegateway`: Updates service API and documentation
* Adding audit logging support for SMB File Shares
* `service/wafv2`: Updates service API and documentation

Release v1.30.0 (2020-03-30)
===

Expand Down
23 changes: 23 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.30.0"
const SDKVersion = "1.30.1"
34 changes: 34 additions & 0 deletions models/apis/appconfig/2019-10-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -686,11 +686,36 @@
"GrowthFactor":{"shape":"Percentage"},
"FinalBakeTimeInMinutes":{"shape":"MinutesBetween0And24Hours"},
"State":{"shape":"DeploymentState"},
"EventLog":{"shape":"DeploymentEvents"},
"PercentageComplete":{"shape":"Percentage"},
"StartedAt":{"shape":"Iso8601DateTime"},
"CompletedAt":{"shape":"Iso8601DateTime"}
}
},
"DeploymentEvent":{
"type":"structure",
"members":{
"EventType":{"shape":"DeploymentEventType"},
"TriggeredBy":{"shape":"TriggeredBy"},
"Description":{"shape":"Description"},
"OccurredAt":{"shape":"Iso8601DateTime"}
}
},
"DeploymentEventType":{
"type":"string",
"enum":[
"PERCENTAGE_UPDATED",
"ROLLBACK_STARTED",
"ROLLBACK_COMPLETED",
"BAKE_TIME_STARTED",
"DEPLOYMENT_STARTED",
"DEPLOYMENT_COMPLETED"
]
},
"DeploymentEvents":{
"type":"list",
"member":{"shape":"DeploymentEvent"}
},
"DeploymentList":{
"type":"list",
"member":{"shape":"DeploymentSummary"}
Expand Down Expand Up @@ -1223,6 +1248,15 @@
"type":"string",
"max":256
},
"TriggeredBy":{
"type":"string",
"enum":[
"USER",
"APPCONFIG",
"CLOUDWATCH_ALARM",
"INTERNAL_ERROR"
]
},
"UntagResourceRequest":{
"type":"structure",
"required":[
Expand Down
26 changes: 26 additions & 0 deletions models/apis/appconfig/2019-10-09/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,24 @@
"refs": {
}
},
"DeploymentEvent": {
"base": "<p>An object that describes a deployment event.</p>",
"refs": {
"DeploymentEvents$member": null
}
},
"DeploymentEventType": {
"base": null,
"refs": {
"DeploymentEvent$EventType": "<p>The type of deployment event. Deployment event types include the start, stop, or completion of a deployment; a percentage update; the start or stop of a bake period; the start or completion of a rollback.</p>"
}
},
"DeploymentEvents": {
"base": null,
"refs": {
"Deployment$EventLog": "<p>A list containing all events related to a deployment. The most recent events are displayed first.</p>"
}
},
"DeploymentList": {
"base": null,
"refs": {
Expand Down Expand Up @@ -211,6 +229,7 @@
"CreateDeploymentStrategyRequest$Description": "<p>A description of the deployment strategy.</p>",
"CreateEnvironmentRequest$Description": "<p>A description of the environment.</p>",
"Deployment$Description": "<p>The description of the deployment.</p>",
"DeploymentEvent$Description": "<p>A description of the deployment event. Descriptions include, but are not limited to, the user account or the CloudWatch alarm ARN that initiated a rollback, the percentage of hosts that received the deployment, or in the case of an internal error, a recommendation to attempt a new deployment.</p>",
"DeploymentStrategy$Description": "<p>The description of the deployment strategy.</p>",
"Environment$Description": "<p>The description of the environment.</p>",
"StartDeploymentRequest$Description": "<p>A description of the deployment.</p>",
Expand Down Expand Up @@ -356,6 +375,7 @@
"refs": {
"Deployment$StartedAt": "<p>The time the deployment started.</p>",
"Deployment$CompletedAt": "<p>The time the deployment completed. </p>",
"DeploymentEvent$OccurredAt": "<p>The date and time the event occurred.</p>",
"DeploymentSummary$StartedAt": "<p>Time the deployment started.</p>",
"DeploymentSummary$CompletedAt": "<p>Time the deployment completed.</p>"
}
Expand Down Expand Up @@ -562,6 +582,12 @@
"TagMap$value": null
}
},
"TriggeredBy": {
"base": null,
"refs": {
"DeploymentEvent$TriggeredBy": "<p>The entity that triggered the deployment event. Events can be triggered by a user, AWS AppConfig, an Amazon CloudWatch alarm, or an internal error.</p>"
}
},
"UntagResourceRequest": {
"base": null,
"refs": {
Expand Down

0 comments on commit b852cd4

Please sign in to comment.