Skip to content

Commit

Permalink
Release v1.43.16 (2022-03-10) (#4310)
Browse files Browse the repository at this point in the history
Release v1.43.16 (2022-03-10)
===

### Service Client Updates
* `service/models.lex.v2`: Updates service API
* `service/transcribe`: Updates service API and documentation
* `service/transfer`: Updates service API and documentation
  * Adding more descriptive error types for managed workflows
  • Loading branch information
aws-sdk-go-automation authored Mar 10, 2022
1 parent 32d7ddb commit e35597a
Show file tree
Hide file tree
Showing 12 changed files with 493 additions and 299 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.43.16 (2022-03-10)
===

### Service Client Updates
* `service/models.lex.v2`: Updates service API
* `service/transcribe`: Updates service API and documentation
* `service/transfer`: Updates service API and documentation
* Adding more descriptive error types for managed workflows

Release v1.43.15 (2022-03-09)
===

Expand Down
24 changes: 22 additions & 2 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.43.15"
const SDKVersion = "1.43.16"
2 changes: 0 additions & 2 deletions models/apis/models.lex.v2/2020-08-07/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2150,7 +2150,6 @@
"type":"structure",
"required":[
"slotName",
"slotTypeId",
"valueElicitationSetting",
"botId",
"botVersion",
Expand Down Expand Up @@ -5304,7 +5303,6 @@
"required":[
"slotId",
"slotName",
"slotTypeId",
"valueElicitationSetting",
"botId",
"botVersion",
Expand Down
9 changes: 7 additions & 2 deletions models/apis/transcribe/2017-10-26/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1368,6 +1368,11 @@
"type":"string",
"enum":["PHI"]
},
"MedicalMediaSampleRateHertz":{
"type":"integer",
"max":48000,
"min":16000
},
"MedicalTranscript":{
"type":"structure",
"members":{
Expand All @@ -1380,7 +1385,7 @@
"MedicalTranscriptionJobName":{"shape":"TranscriptionJobName"},
"TranscriptionJobStatus":{"shape":"TranscriptionJobStatus"},
"LanguageCode":{"shape":"LanguageCode"},
"MediaSampleRateHertz":{"shape":"MediaSampleRateHertz"},
"MediaSampleRateHertz":{"shape":"MedicalMediaSampleRateHertz"},
"MediaFormat":{"shape":"MediaFormat"},
"Media":{"shape":"Media"},
"Transcript":{"shape":"MedicalTranscript"},
Expand Down Expand Up @@ -1654,7 +1659,7 @@
"members":{
"MedicalTranscriptionJobName":{"shape":"TranscriptionJobName"},
"LanguageCode":{"shape":"LanguageCode"},
"MediaSampleRateHertz":{"shape":"MediaSampleRateHertz"},
"MediaSampleRateHertz":{"shape":"MedicalMediaSampleRateHertz"},
"MediaFormat":{"shape":"MediaFormat"},
"Media":{"shape":"Media"},
"OutputBucketName":{"shape":"OutputBucketName"},
Expand Down
169 changes: 87 additions & 82 deletions models/apis/transcribe/2017-10-26/docs-2.json

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion models/apis/transfer/2018-11-05/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,16 @@
"ExecutionErrorMessage":{"type":"string"},
"ExecutionErrorType":{
"type":"string",
"enum":["PERMISSION_DENIED"]
"enum":[
"PERMISSION_DENIED",
"CUSTOM_STEP_FAILED",
"THROTTLED",
"ALREADY_EXISTS",
"NOT_FOUND",
"BAD_REQUEST",
"TIMEOUT",
"INTERNAL_SERVER_ERROR"
]
},
"ExecutionId":{
"type":"string",
Expand Down
14 changes: 7 additions & 7 deletions models/apis/transfer/2018-11-05/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
"ExecutionErrorType": {
"base": null,
"refs": {
"ExecutionError$Type": "<p>Specifies the error type: currently, the only valid value is <code>PERMISSION_DENIED</code>, which occurs if your policy does not contain the correct permissions to complete one or more of the steps in the workflow.</p>"
"ExecutionError$Type": "<p>Specifies the error type.</p> <ul> <li> <p> <code>ALREADY_EXISTS</code>: occurs for a copy step, if the overwrite option is not selected and a file with the same name already exists in the target location.</p> </li> <li> <p> <code>BAD_REQUEST</code>: a general bad request: for example, a step that attempts to tag an EFS file returns <code>BAD_REQUEST</code>, as only S3 files can be tagged.</p> </li> <li> <p> <code>CUSTOM_STEP_FAILED</code>: occurs when the custom step provided a callback that indicates failure.</p> </li> <li> <p> <code>INTERNAL_SERVER_ERROR</code>: a catch-all error that can occur for a variety of reasons.</p> </li> <li> <p> <code>NOT_FOUND</code>: occurs when a requested entity, for example a source file for a copy step, does not exist.</p> </li> <li> <p> <code>PERMISSION_DENIED</code>: occurs if your policy does not contain the correct permissions to complete one or more of the steps in the workflow.</p> </li> <li> <p> <code>TIMEOUT</code>: occurs when the execution times out.</p> <note> <p> You can set the <code>TimeoutSeconds</code> for a custom step, anywhere from 1 second to 1800 seconds (30 minutes). </p> </note> </li> <li> <p> <code>THROTTLED</code>: occurs if you exceed the new execution refill rate of one workflow per second.</p> </li> </ul>"
}
},
"ExecutionId": {
Expand Down Expand Up @@ -783,17 +783,17 @@
"PostAuthenticationLoginBanner": {
"base": null,
"refs": {
"CreateServerRequest$PostAuthenticationLoginBanner": null,
"DescribedServer$PostAuthenticationLoginBanner": null,
"UpdateServerRequest$PostAuthenticationLoginBanner": null
"CreateServerRequest$PostAuthenticationLoginBanner": "<p>Specify a string to display when users connect to a server. This string is displayed after the user authenticates.</p> <note> <p>The SFTP protocol does not support post-authentication display banners.</p> </note>",
"DescribedServer$PostAuthenticationLoginBanner": "<p>Specify a string to display when users connect to a server. This string is displayed after the user authenticates.</p> <note> <p>The SFTP protocol does not support post-authentication display banners.</p> </note>",
"UpdateServerRequest$PostAuthenticationLoginBanner": "<p>Specify a string to display when users connect to a server. This string is displayed after the user authenticates.</p> <note> <p>The SFTP protocol does not support post-authentication display banners.</p> </note>"
}
},
"PreAuthenticationLoginBanner": {
"base": null,
"refs": {
"CreateServerRequest$PreAuthenticationLoginBanner": null,
"DescribedServer$PreAuthenticationLoginBanner": null,
"UpdateServerRequest$PreAuthenticationLoginBanner": null
"CreateServerRequest$PreAuthenticationLoginBanner": "<p>Specify a string to display when users connect to a server. This string is displayed before the user authenticates. For example, the following banner displays details about using the system.</p> <p> <code>This system is for the use of authorized users only. Individuals using this computer system without authority, or in excess of their authority, are subject to having all of their activities on this system monitored and recorded by system personnel.</code> </p>",
"DescribedServer$PreAuthenticationLoginBanner": "<p>Specify a string to display when users connect to a server. This string is displayed before the user authenticates. For example, the following banner displays details about using the system.</p> <p> <code>This system is for the use of authorized users only. Individuals using this computer system without authority, or in excess of their authority, are subject to having all of their activities on this system monitored and recorded by system personnel.</code> </p>",
"UpdateServerRequest$PreAuthenticationLoginBanner": "<p>Specify a string to display when users connect to a server. This string is displayed before the user authenticates. For example, the following banner displays details about using the system.</p> <p> <code>This system is for the use of authorized users only. Individuals using this computer system without authority, or in excess of their authority, are subject to having all of their activities on this system monitored and recorded by system personnel.</code> </p>"
}
},
"Protocol": {
Expand Down
18 changes: 16 additions & 2 deletions models/endpoints/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -14496,17 +14496,31 @@
},
"cloudtrail" : {
"endpoints" : {
"us-gov-east-1" : {
"fips-us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"deprecated" : true,
"hostname" : "cloudtrail.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1" : {
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "cloudtrail.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : {
"variants" : [ {
"hostname" : "cloudtrail.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "cloudtrail.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
Expand Down
14 changes: 2 additions & 12 deletions service/lexmodelsv2/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e35597a

Please sign in to comment.