Skip to content

Commit

Permalink
Release v1.44.192 (2023-02-01) (#4712)
Browse files Browse the repository at this point in the history
Release v1.44.192 (2023-02-01)
===

### Service Client Updates
* `service/devops-guru`: Updates service API and documentation
* `service/forecast`: Updates service API and documentation
* `service/iam`: Updates service documentation
  * Documentation updates for AWS Identity and Access Management (IAM).
* `service/mediatailor`: Updates service API and documentation
* `service/sns`: Updates service documentation
  * Additional attributes added for set-topic-attributes.
  • Loading branch information
aws-sdk-go-automation committed Feb 1, 2023
1 parent 4d8fb84 commit 9fac367
Show file tree
Hide file tree
Showing 27 changed files with 2,908 additions and 723 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.192 (2023-02-01)
===

### Service Client Updates
* `service/devops-guru`: Updates service API and documentation
* `service/forecast`: Updates service API and documentation
* `service/iam`: Updates service documentation
* Documentation updates for AWS Identity and Access Management (IAM).
* `service/mediatailor`: Updates service API and documentation
* `service/sns`: Updates service documentation
* Additional attributes added for set-topic-attributes.

Release v1.44.191 (2023-01-31)
===

Expand Down
127 changes: 118 additions & 9 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.191"
const SDKVersion = "1.44.192"
9 changes: 8 additions & 1 deletion models/apis/devops-guru/2020-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1334,6 +1334,12 @@
"exception":true,
"fault":true
},
"ListAnomaliesForInsightFilters":{
"type":"structure",
"members":{
"ServiceCollection":{"shape":"ServiceCollection"}
}
},
"ListAnomaliesForInsightMaxResults":{
"type":"integer",
"max":500,
Expand All @@ -1351,7 +1357,8 @@
"StartTimeRange":{"shape":"StartTimeRange"},
"MaxResults":{"shape":"ListAnomaliesForInsightMaxResults"},
"NextToken":{"shape":"UuidNextToken"},
"AccountId":{"shape":"AwsAccountId"}
"AccountId":{"shape":"AwsAccountId"},
"Filters":{"shape":"ListAnomaliesForInsightFilters"}
}
},
"ListAnomaliesForInsightResponse":{
Expand Down
7 changes: 7 additions & 0 deletions models/apis/devops-guru/2020-12-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,12 @@
"refs": {
}
},
"ListAnomaliesForInsightFilters": {
"base": "<p> Specifies one or more service names that are used to list anomalies. </p>",
"refs": {
"ListAnomaliesForInsightRequest$Filters": "<p> Specifies one or more service names that are used to list anomalies. </p>"
}
},
"ListAnomaliesForInsightMaxResults": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1829,6 +1835,7 @@
"ServiceCollection": {
"base": "<p>A collection of the names of Amazon Web Services services.</p>",
"refs": {
"ListAnomaliesForInsightFilters$ServiceCollection": null,
"ProactiveInsightSummary$ServiceCollection": "<p>A collection of the names of Amazon Web Services services.</p>",
"ProactiveOrganizationInsightSummary$ServiceCollection": null,
"ReactiveInsightSummary$ServiceCollection": "<p>A collection of the names of Amazon Web Services services.</p>",
Expand Down
11 changes: 1 addition & 10 deletions models/apis/devops-guru/2020-12-01/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"required": true,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
Expand Down Expand Up @@ -52,15 +52,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down
Loading

0 comments on commit 9fac367

Please sign in to comment.