Skip to content

Commit

Permalink
Release v1.36.10 (2020-12-16) (#3700)
Browse files Browse the repository at this point in the history
Release v1.36.10 (2020-12-16)
===

### Service Client Updates
* `service/amp`: Updates service documentation
* `service/ce`: Updates service API and documentation
* `service/location`: Adds new service
* `service/quicksight`: Updates service API and documentation
  * QuickSight now supports connecting to federated data sources of Athena
* `service/wellarchitected`: Adds new service
  • Loading branch information
aws-sdk-go-automation committed Dec 16, 2020
1 parent 0adb4d1 commit 1d64c61
Show file tree
Hide file tree
Showing 31 changed files with 25,671 additions and 67 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
Release v1.36.10 (2020-12-16)
===

### Service Client Updates
* `service/amp`: Updates service documentation
* `service/ce`: Updates service API and documentation
* `service/location`: Adds new service
* `service/quicksight`: Updates service API and documentation
* QuickSight now supports connecting to federated data sources of Athena
* `service/wellarchitected`: Adds new service

Release v1.36.9 (2020-12-15)
===

Expand Down
17 changes: 17 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.36.9"
const SDKVersion = "1.36.10"
12 changes: 6 additions & 6 deletions models/apis/amp/2020-08-01/docs-2.json
@@ -1,12 +1,12 @@
{
"version": "2.0",
"service": "<p>StealFire Service</p>",
"service": "<p>Amazon Managed Service for Prometheus</p>",
"operations": {
"CreateWorkspace": "<p>Creates a new StealFire workspace.</p>",
"DeleteWorkspace": "<p>Deletes a StealFire workspace.</p>",
"DescribeWorkspace": "<p>Describes an existing StealFire workspace.</p>",
"ListWorkspaces": "<p>Lists all StealFire workspaces, including workspaces being created or deleted.</p>",
"UpdateWorkspaceAlias": "<p>Updates a StealFire workspace alias.</p>"
"CreateWorkspace": "<p>Creates a new AMP workspace.</p>",
"DeleteWorkspace": "<p>Deletes an AMP workspace.</p>",
"DescribeWorkspace": "<p>Describes an existing AMP workspace.</p>",
"ListWorkspaces": "<p>Lists all AMP workspaces, including workspaces being created or deleted.</p>",
"UpdateWorkspaceAlias": "<p>Updates an AMP workspace alias.</p>"
},
"shapes": {
"AccessDeniedException": {
Expand Down
8 changes: 6 additions & 2 deletions models/apis/ce/2017-10-25/api-2.json
Expand Up @@ -506,7 +506,7 @@
"members":{
"SubscriptionArn":{"shape":"GenericString"},
"AccountId":{"shape":"GenericString"},
"MonitorArnList":{"shape":"Values"},
"MonitorArnList":{"shape":"MonitorArnList"},
"Subscribers":{"shape":"Subscribers"},
"Threshold":{"shape":"NullableNonNegativeDouble"},
"Frequency":{"shape":"AnomalySubscriptionFrequency"},
Expand Down Expand Up @@ -1546,6 +1546,10 @@
"TargetInstances":{"shape":"TargetInstancesList"}
}
},
"MonitorArnList":{
"type":"list",
"member":{"shape":"Arn"}
},
"MonitorDimension":{
"type":"string",
"enum":["SERVICE"]
Expand Down Expand Up @@ -2196,7 +2200,7 @@
"SubscriptionArn":{"shape":"GenericString"},
"Threshold":{"shape":"NullableNonNegativeDouble"},
"Frequency":{"shape":"AnomalySubscriptionFrequency"},
"MonitorArnList":{"shape":"Values"},
"MonitorArnList":{"shape":"MonitorArnList"},
"Subscribers":{"shape":"Subscribers"},
"SubscriptionName":{"shape":"GenericString"}
}
Expand Down
12 changes: 9 additions & 3 deletions models/apis/ce/2017-10-25/docs-2.json
Expand Up @@ -128,6 +128,7 @@
"DeleteCostCategoryDefinitionRequest$CostCategoryArn": "<p> The unique identifier for your Cost Category. </p>",
"DeleteCostCategoryDefinitionResponse$CostCategoryArn": "<p> The unique identifier for your Cost Category. </p>",
"DescribeCostCategoryDefinitionRequest$CostCategoryArn": "<p> The unique identifier for your Cost Category. </p>",
"MonitorArnList$member": null,
"UpdateCostCategoryDefinitionRequest$CostCategoryArn": "<p>The unique identifier for your Cost Category.</p>",
"UpdateCostCategoryDefinitionResponse$CostCategoryArn": "<p> The unique identifier for your Cost Category. </p>"
}
Expand Down Expand Up @@ -1100,6 +1101,13 @@
"RightsizingRecommendation$ModifyRecommendationDetail": "<p> Details for modification recommendations. </p>"
}
},
"MonitorArnList": {
"base": null,
"refs": {
"AnomalySubscription$MonitorArnList": "<p> A list of cost anomaly monitors. </p>",
"UpdateAnomalySubscriptionRequest$MonitorArnList": "<p> A list of cost anomaly subscription ARNs. </p>"
}
},
"MonitorDimension": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1810,13 +1818,11 @@
"Values": {
"base": null,
"refs": {
"AnomalySubscription$MonitorArnList": "<p> A list of cost anomaly monitors. </p>",
"CostCategoryValues$Values": "<p>The specific value of the Cost Category.</p>",
"DimensionValues$Values": "<p>The metadata values that you can use to filter and group your results. You can use <code>GetDimensionValues</code> to find specific values.</p>",
"GetAnomalyMonitorsRequest$MonitorArnList": "<p> A list of cost anomaly monitor ARNs. </p>",
"GetAnomalySubscriptionsRequest$SubscriptionArnList": "<p> A list of cost anomaly subscription ARNs. </p>",
"TagValues$Values": "<p>The specific value of the tag.</p>",
"UpdateAnomalySubscriptionRequest$MonitorArnList": "<p> A list of cost anomaly subscription ARNs. </p>"
"TagValues$Values": "<p>The specific value of the tag.</p>"
}
},
"YearMonthDay": {
Expand Down

0 comments on commit 1d64c61

Please sign in to comment.