Skip to content

Commit

Permalink
Release v1.44.222 (2023-03-15) (#4763)
Browse files Browse the repository at this point in the history
Release v1.44.222 (2023-03-15)
===

### Service Client Updates
* `service/migrationhubstrategy`: Updates service API and documentation
* `service/s3control`: Updates service API and documentation
  * Added support for S3 Object Lambda aliases.
* `service/securitylake`: Updates service API and documentation

### SDK Bugs

* `private/protocol`: Fix error message being elided in restJson errors.
  * Use request body error message for unknown errors when header is absent.
  • Loading branch information
aws-sdk-go-automation authored Mar 15, 2023
1 parent 1aa1fa6 commit 229c49a
Show file tree
Hide file tree
Showing 19 changed files with 1,250 additions and 394 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.44.222 (2023-03-15)
===

### Service Client Updates
* `service/migrationhubstrategy`: Updates service API and documentation
* `service/s3control`: Updates service API and documentation
* Added support for S3 Object Lambda aliases.
* `service/securitylake`: Updates service API and documentation

### SDK Bugs

* `private/protocol`: Fix error message being elided in restJson errors.
* Use request body error message for unknown errors when header is absent.

Release v1.44.221 (2023-03-14)
===

Expand Down
3 changes: 0 additions & 3 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
### SDK Enhancements

### SDK Bugs

* `private/protocol`: Fix error message being elided in restJson errors.
* Use request body error message for unknown errors when header is absent.
9 changes: 9 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.44.221"
const SDKVersion = "1.44.222"
79 changes: 79 additions & 0 deletions models/apis/migrationhubstrategy/2020-02-19/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,45 @@
},
"exception":true
},
"AnalysisStatusUnion":{
"type":"structure",
"members":{
"runtimeAnalysisStatus":{"shape":"RuntimeAnalysisStatus"},
"srcCodeOrDbAnalysisStatus":{"shape":"SrcCodeOrDbAnalysisStatus"}
},
"union":true
},
"AnalysisType":{
"type":"string",
"enum":[
"SOURCE_CODE_ANALYSIS",
"DATABASE_ANALYSIS",
"RUNTIME_ANALYSIS",
"BINARY_ANALYSIS"
]
},
"AnalyzerNameUnion":{
"type":"structure",
"members":{
"binaryAnalyzerName":{"shape":"BinaryAnalyzerName"},
"runTimeAnalyzerName":{"shape":"RunTimeAnalyzerName"},
"sourceCodeAnalyzerName":{"shape":"SourceCodeAnalyzerName"}
},
"union":true
},
"AntipatternReportResult":{
"type":"structure",
"members":{
"analyzerName":{"shape":"AnalyzerNameUnion"},
"antiPatternReportS3Object":{"shape":"S3Object"},
"antipatternReportStatus":{"shape":"AntipatternReportStatus"},
"antipatternReportStatusMessage":{"shape":"StatusMessage"}
}
},
"AntipatternReportResultList":{
"type":"list",
"member":{"shape":"AntipatternReportResult"}
},
"AntipatternReportStatus":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -458,6 +497,7 @@
"osVersion":{"shape":"String"},
"recommendationSet":{"shape":"RecommendationSet"},
"resourceSubType":{"shape":"ResourceSubType"},
"resultList":{"shape":"ResultList"},
"runtimeStatus":{"shape":"RuntimeAnalysisStatus"},
"runtimeStatusMessage":{"shape":"StatusMessage"},
"sourceCodeRepositories":{"shape":"SourceCodeRepositories"},
Expand Down Expand Up @@ -618,6 +658,13 @@
"max":1,
"min":1
},
"BinaryAnalyzerName":{
"type":"string",
"enum":[
"DLL_ANALYZER",
"BYTECODE_ANALYZER"
]
},
"Boolean":{
"type":"boolean",
"box":true
Expand Down Expand Up @@ -1411,6 +1458,29 @@
"DatabaseProcess"
]
},
"Result":{
"type":"structure",
"members":{
"analysisStatus":{"shape":"AnalysisStatusUnion"},
"analysisType":{"shape":"AnalysisType"},
"antipatternReportResultList":{"shape":"AntipatternReportResultList"},
"statusMessage":{"shape":"StatusMessage"}
}
},
"ResultList":{
"type":"list",
"member":{"shape":"Result"}
},
"RunTimeAnalyzerName":{
"type":"string",
"enum":[
"A2C_ANALYZER",
"REHOST_ANALYZER",
"EMP_PA_ANALYZER",
"DATABASE_ANALYZER",
"SCT_ANALYZER"
]
},
"RunTimeAssessmentStatus":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -1625,6 +1695,15 @@
"versionControl":{"shape":"VersionControl"}
}
},
"SourceCodeAnalyzerName":{
"type":"string",
"enum":[
"CSHARP_ANALYZER",
"JAVA_ANALYZER",
"BYTECODE_ANALYZER",
"PORTING_ASSISTANT"
]
},
"SourceCodeList":{
"type":"list",
"member":{"shape":"SourceCode"}
Expand Down
70 changes: 68 additions & 2 deletions models/apis/migrationhubstrategy/2020-02-19/docs-2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2.0",
"service": "<p><fullname>Migration Hub Strategy Recommendations</fullname></p> <pre><code> &lt;p&gt;This API reference provides descriptions, syntax, and other details about each of the actions and data types for Migration Hub Strategy Recommendations (Strategy Recommendations). The topic for each action shows the API request parameters and the response. Alternatively, you can use one of the AWS SDKs to access an API that is tailored to the programming language or platform that you're using. For more information, see &lt;a href=&quot;http://aws.amazon.com/tools/#SDKs&quot;&gt;AWS SDKs&lt;/a&gt;.&lt;/p&gt; </code></pre>",
"service": "<p><fullname>Migration Hub Strategy Recommendations</fullname> <p>This API reference provides descriptions, syntax, and other details about each of the actions and data types for Migration Hub Strategy Recommendations (Strategy Recommendations). The topic for each action shows the API request parameters and the response. Alternatively, you can use one of the AWS SDKs to access an API that is tailored to the programming language or platform that you're using. For more information, see <a href=\"http://aws.amazon.com/tools/#SDKs\">AWS SDKs</a>.</p></p>",
"operations": {
"GetApplicationComponentDetails": "<p> Retrieves details about an application component. </p>",
"GetApplicationComponentStrategies": "<p> Retrieves a list of all the recommended strategies and tools for an application component running on a server. </p>",
Expand All @@ -26,13 +26,44 @@
},
"shapes": {
"AccessDeniedException": {
"base": "<p> The AWS user account does not have permission to perform the action. Check the AWS Identity and Access Management (IAM) policy associated with this account.</p>",
"base": "<p> The user does not have permission to perform the action. Check the AWS Identity and Access Management (IAM) policy associated with this user.</p>",
"refs": {
}
},
"AnalysisStatusUnion": {
"base": "<p>A combination of existing analysis statuses.</p>",
"refs": {
"Result$analysisStatus": "<p>The error in server analysis.</p>"
}
},
"AnalysisType": {
"base": null,
"refs": {
"Result$analysisType": "<p>The error in server analysis.</p>"
}
},
"AnalyzerNameUnion": {
"base": "<p>The combination of the existing analyzers.</p>",
"refs": {
"AntipatternReportResult$analyzerName": "<p>The analyzer name.</p>"
}
},
"AntipatternReportResult": {
"base": "<p>The anti-pattern report result.</p>",
"refs": {
"AntipatternReportResultList$member": null
}
},
"AntipatternReportResultList": {
"base": null,
"refs": {
"Result$antipatternReportResultList": "<p>The error in server analysis.</p>"
}
},
"AntipatternReportStatus": {
"base": null,
"refs": {
"AntipatternReportResult$antipatternReportStatus": "<p>The status of the anti-pattern report generation.</p>",
"ApplicationComponentDetail$antipatternReportStatus": "<p> The status of the anti-pattern report generation.</p>",
"AssessmentSummary$antipatternReportStatus": "<p> The status of the anti-pattern report. </p>",
"ServerDetail$antipatternReportStatus": "<p> The status of the anti-pattern report generation. </p>"
Expand Down Expand Up @@ -219,6 +250,12 @@
"AwsManagedResources$targetDestination": "<p> The choice of application destination that you specify. </p>"
}
},
"BinaryAnalyzerName": {
"base": null,
"refs": {
"AnalyzerNameUnion$binaryAnalyzerName": "<p>The binary analyzer names.</p>"
}
},
"Boolean": {
"base": null,
"refs": {
Expand Down Expand Up @@ -862,6 +899,24 @@
"ApplicationComponentDetail$resourceSubType": "<p> The application component subtype.</p>"
}
},
"Result": {
"base": "<p>The error in server analysis.</p>",
"refs": {
"ResultList$member": null
}
},
"ResultList": {
"base": null,
"refs": {
"ApplicationComponentDetail$resultList": "<p>A list of the analysis results.</p>"
}
},
"RunTimeAnalyzerName": {
"base": null,
"refs": {
"AnalyzerNameUnion$runTimeAnalyzerName": "<p>The assessment analyzer names.</p>"
}
},
"RunTimeAssessmentStatus": {
"base": null,
"refs": {
Expand All @@ -872,6 +927,7 @@
"RuntimeAnalysisStatus": {
"base": null,
"refs": {
"AnalysisStatusUnion$runtimeAnalysisStatus": "<p>The status of the analysis.</p>",
"ApplicationComponentDetail$runtimeStatus": "<p>The status of the application unit.</p>"
}
},
Expand All @@ -896,6 +952,7 @@
"S3Object": {
"base": "<p> Contains the S3 bucket name and the Amazon S3 key name. </p>",
"refs": {
"AntipatternReportResult$antiPatternReportS3Object": null,
"ApplicationComponentDetail$antipatternReportS3Object": "<p> The S3 bucket name and the Amazon S3 key name for the anti-pattern report. </p>",
"AssessmentSummary$antipatternReportS3Object": "<p> The Amazon S3 object containing the anti-pattern report. </p>",
"ServerDetail$antipatternReportS3Object": "<p> The S3 bucket name and Amazon S3 key name for anti-pattern report. </p>"
Expand Down Expand Up @@ -1024,6 +1081,12 @@
"SourceCodeList$member": null
}
},
"SourceCodeAnalyzerName": {
"base": null,
"refs": {
"AnalyzerNameUnion$sourceCodeAnalyzerName": "<p>The source code analyzer names.</p>"
}
},
"SourceCodeList": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1051,6 +1114,7 @@
"SrcCodeOrDbAnalysisStatus": {
"base": null,
"refs": {
"AnalysisStatusUnion$srcCodeOrDbAnalysisStatus": "<p>The status of the source code or database analysis.</p>",
"ApplicationComponentDetail$analysisStatus": "<p> The status of analysis, if the application component has source code or an associated database. </p>",
"ApplicationComponentStatusSummary$srcCodeOrDbAnalysisStatus": "<p>The status of database analysis.</p>"
}
Expand Down Expand Up @@ -1112,10 +1176,12 @@
"StatusMessage": {
"base": null,
"refs": {
"AntipatternReportResult$antipatternReportStatusMessage": "<p>The status message for the anti-pattern.</p>",
"ApplicationComponentDetail$antipatternReportStatusMessage": "<p> The status message for the anti-pattern. </p>",
"ApplicationComponentDetail$runtimeStatusMessage": "<p>The status message for the application unit.</p>",
"ApplicationComponentDetail$statusMessage": "<p> A detailed description of the analysis status and any failure message. </p>",
"AssessmentSummary$antipatternReportStatusMessage": "<p> The status message of the anti-pattern report. </p>",
"Result$statusMessage": "<p>The error in server analysis.</p>",
"ServerDetail$antipatternReportStatusMessage": "<p> A message about the status of the anti-pattern report generation. </p>",
"ServerDetail$statusMessage": "<p> A message about the status of data collection, which contains detailed descriptions of any error messages. </p>"
}
Expand Down
Loading

0 comments on commit 229c49a

Please sign in to comment.