Skip to content

Commit

Permalink
Release v1.44.27 (2022-06-02) (#4423)
Browse files Browse the repository at this point in the history
Release v1.44.27 (2022-06-02)
===

### Service Client Updates
* `service/application-insights`: Updates service API and documentation
* `service/codeartifact`: Updates service documentation
* `service/connect`: Updates service API, documentation, and paginators
* `service/kendra`: Updates service API and documentation
  * Amazon Kendra now provides a data source connector for GitHub. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-github.html
* `service/proton`: Updates service API, documentation, waiters, and paginators
* `service/voice-id`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Jun 2, 2022
1 parent 8ae0cc9 commit 58af6f1
Show file tree
Hide file tree
Showing 28 changed files with 12,440 additions and 4,555 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Release v1.44.27 (2022-06-02)
===

### Service Client Updates
* `service/application-insights`: Updates service API and documentation
* `service/codeartifact`: Updates service documentation
* `service/connect`: Updates service API, documentation, and paginators
* `service/kendra`: Updates service API and documentation
* Amazon Kendra now provides a data source connector for GitHub. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-github.html
* `service/proton`: Updates service API, documentation, waiters, and paginators
* `service/voice-id`: Updates service API and documentation

Release v1.44.26 (2022-06-01)
===

Expand Down
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.26"
const SDKVersion = "1.44.27"
8 changes: 7 additions & 1 deletion models/apis/application-insights/2018-11-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,8 @@
"OpsItemSNSTopicArn":{"shape":"OpsItemSNSTopicArn"},
"Tags":{"shape":"TagList"},
"AutoConfigEnabled":{"shape":"AutoConfigEnabled"},
"AutoCreate":{"shape":"AutoCreate"}
"AutoCreate":{"shape":"AutoCreate"},
"GroupingType":{"shape":"GroupingType"}
}
},
"CreateApplicationResponse":{
Expand Down Expand Up @@ -799,6 +800,10 @@
"NOT_USEFUL"
]
},
"GroupingType":{
"type":"string",
"enum":["ACCOUNT_BASED"]
},
"HealthEventArn":{"type":"string"},
"HealthEventDescription":{"type":"string"},
"HealthEventTypeCategory":{"type":"string"},
Expand Down Expand Up @@ -1144,6 +1149,7 @@
"SeverityLevel":{
"type":"string",
"enum":[
"Informative",
"Low",
"Medium",
"High"
Expand Down
30 changes: 18 additions & 12 deletions models/apis/application-insights/2018-11-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,16 @@
"AutoConfigEnabled": {
"base": null,
"refs": {
"ApplicationInfo$AutoConfigEnabled": null,
"CreateApplicationRequest$AutoConfigEnabled": null,
"UpdateApplicationRequest$AutoConfigEnabled": null,
"UpdateComponentConfigurationRequest$AutoConfigEnabled": null
"ApplicationInfo$AutoConfigEnabled": "<p> Indicates whether auto-configuration is turned on for this application. </p>",
"CreateApplicationRequest$AutoConfigEnabled": "<p> Indicates whether Application Insights automatically configures unmonitored resources in the resource group. </p>",
"UpdateApplicationRequest$AutoConfigEnabled": "<p> Turns auto-configuration on or off. </p>",
"UpdateComponentConfigurationRequest$AutoConfigEnabled": "<p> Automatically configures the component by applying the recommended configurations. </p>"
}
},
"AutoCreate": {
"base": null,
"refs": {
"CreateApplicationRequest$AutoCreate": null
"CreateApplicationRequest$AutoCreate": "<p> Configures all of the resources in the resource group by applying the recommended configurations. </p>"
}
},
"BadRequestException": {
Expand Down Expand Up @@ -170,7 +170,7 @@
"DescribeComponentConfigurationRecommendationRequest$ComponentName": "<p>The name of the component.</p>",
"DescribeComponentConfigurationRequest$ComponentName": "<p>The name of the component.</p>",
"DescribeComponentRequest$ComponentName": "<p>The name of the component.</p>",
"ListProblemsRequest$ComponentName": null,
"ListProblemsRequest$ComponentName": "<p> The name of the component. </p>",
"UpdateComponentConfigurationRequest$ComponentName": "<p>The name of the component.</p>"
}
},
Expand Down Expand Up @@ -381,7 +381,7 @@
"DiscoveryType": {
"base": null,
"refs": {
"ApplicationInfo$DiscoveryType": null
"ApplicationInfo$DiscoveryType": "<p> The method used by Application Insights to onboard your resources. </p>"
}
},
"EbsCause": {
Expand Down Expand Up @@ -459,6 +459,12 @@
"Feedback$value": null
}
},
"GroupingType": {
"base": null,
"refs": {
"CreateApplicationRequest$GroupingType": "<p>Application Insights can create applications based on a resource group or on an account. To create an account-based application using all of the resources in the account, set this parameter to <code>ACCOUNT_BASED</code>. </p>"
}
},
"HealthEventArn": {
"base": null,
"refs": {
Expand Down Expand Up @@ -503,7 +509,7 @@
"LastRecurrenceTime": {
"base": null,
"refs": {
"Problem$LastRecurrenceTime": null
"Problem$LastRecurrenceTime": "<p> The last time that the problem reoccurred after its last resolution. </p>"
}
},
"LifeCycle": {
Expand Down Expand Up @@ -803,7 +809,7 @@
"RecurringCount": {
"base": null,
"refs": {
"Problem$RecurringCount": null
"Problem$RecurringCount": "<p> The number of times that the same problem reoccurred after the first time it was resolved. </p>"
}
},
"RelatedObservations": {
Expand Down Expand Up @@ -855,7 +861,7 @@
"ListLogPatternsRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
"ListLogPatternsResponse$ResourceGroupName": "<p>The name of the resource group.</p>",
"ListProblemsRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
"ListProblemsResponse$ResourceGroupName": null,
"ListProblemsResponse$ResourceGroupName": "<p> The name of the resource group. </p>",
"Problem$ResourceGroupName": "<p>The name of the resource group affected by the problem.</p>",
"UpdateApplicationRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
"UpdateComponentConfigurationRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
Expand Down Expand Up @@ -1003,10 +1009,10 @@
"base": null,
"refs": {
"ApplicationComponent$Tier": "<p>The stack tier of the application component.</p>",
"DescribeComponentConfigurationRecommendationRequest$Tier": "<p>The tier of the application component. Supported tiers include <code>DOT_NET_CORE</code>, <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code>.</p>",
"DescribeComponentConfigurationRecommendationRequest$Tier": "<p>The tier of the application component.</p>",
"DescribeComponentConfigurationResponse$Tier": "<p>The tier of the application component. Supported tiers include <code>DOT_NET_CORE</code>, <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code> </p>",
"DetectedWorkload$key": null,
"UpdateComponentConfigurationRequest$Tier": "<p>The tier of the application component. Supported tiers include <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB</code>, <code>DOT_NET_CORE</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code>.</p>"
"UpdateComponentConfigurationRequest$Tier": "<p>The tier of the application component.</p>"
}
},
"Title": {
Expand Down
178 changes: 89 additions & 89 deletions models/apis/codeartifact/2018-09-22/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 58af6f1

Please sign in to comment.